What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » General » General Chit Chat » Website Help :)

Website Help :)
Author: Message:
Felu
Veteran Member
*****


Posts: 2223
Reputation: 72
29 / Male / Flag
Joined: Apr 2006
Status: Away
RE: Website Help :)
code:
$ip = $_SERVER[REMOTE_ADDR];//Add this in your message
And then if its the spammers ip
code:
$spammers = array(
                'IP 1',
                'IP 2',
                'IP 2'
                );
for($i=0;$i<sizeof($spammers);$i++) {
            if(strpos($ip, $spammers[$i])!==false) {
                //Display you are a spammer and are not allowed to view this page
            }
        }

03-09-2007 06:40 AM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Website Help :) - by Eddie on 03-09-2007 at 06:32 AM
RE: Website Help :) - by Felu on 03-09-2007 at 06:40 AM
RE: Website Help :) - by Eddie on 03-09-2007 at 06:43 AM
RE: Website Help :) - by Felu on 03-09-2007 at 06:52 AM
RE: Website Help :) - by NiteMare on 03-09-2007 at 06:54 AM
RE: Website Help :) - by WDZ on 03-09-2007 at 07:02 AM
RE: Website Help :) - by Felu on 03-09-2007 at 07:08 AM
RE: Website Help :) - by WDZ on 03-09-2007 at 07:14 AM
RE: Website Help :) - by Eddie on 03-09-2007 at 07:43 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On