Welcome Guest [Log In] [Register]
Welcome to Visual Echo. We hope you enjoy your visit.


You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Add Reply
Code
Topic Started: Oct 14 2006, 05:42 PM (86 Views)
+ Lance
// This.Is.Me
Quote:
 
<script type='text/javascript'>
/* PM advertisement warning
created by CrAzY_J
do not redistribute this code without the creator's permission*/

var mess = "(All advertisers/abusers will have their accounts disabled. This is your only warning.)";
var _color = "#FF0000";

if(document.REPLIER && document.REPLIER.entered_name){
  var _td = document.getElementsByTagName('td');
  for(var t=0;t<_td.length;t++){
      if(_td[t].className == 'pformstrip' && _td[t].colSpan == '2' && _td[t].firstChild && /^Enter\syour\sPost$/.test(_td[t].firstChild.data)){
        var _font = document.createElement('font');
        _font.style.color = _color;
        _font.appendChild(document.createTextNode(mess));
        _td[t].appendChild(document.createTextNode('  '));
        _td[t].appendChild(_font);
        break;
      }
  }
}

</script>

It adds (All advertisers/abusers will have their accounts disabled. This is your only warning.) on the pm page like ifsz :)
http://forums.ifskinzone.net/index.php?showtopic=214026&hl=
Offline Profile Quote Post Goto Top
 
Syklipse

Don't mind me asking, but where'd you get this code? We have to make sure you aren't ripping from the Skin Zone.

Also, I have another code, to remove post icons. Click for the code.
Offline Profile Quote Post Goto Top
 
+ Winter Fang
Member Avatar
.Last Ride In
Apostilas
Oct 14 2006, 05:42 PM
Don't mind me asking, but where'd you get this code? We have to make sure you aren't ripping from the Skin Zone.

Also, I have another code, to remove post icons. Click for the code.

Thanks. I'll put that code now ^_^
Offline Profile Quote Post Goto Top
 
+ Lance
// This.Is.Me
http://forums.ifskinzone.net/index.php?showtopic=214026&hl=
Offline Profile Quote Post Goto Top
 
+ Winter Fang
Member Avatar
.Last Ride In
.Danny
Oct 14 2006, 05:59 PM

ah, okay. Sorry Danny but we had to be sure we weren't using a ripped code. :P
Thanks you very much for the code. I'll put it right now.
Offline Profile Quote Post Goto Top
 
+ Lance
// This.Is.Me
Np
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Community Center · Next Topic »
Add Reply