MAMEWorld >> The Loony Bin
Previous thread Previous  View all threads Index   Next thread Next   Flat Mode Flat  

twistyAdministrator
Space Lord
Reged: 09/18/03
Posts: 15570
Send PM
Re: I think someone is trying to hack my web site's forum
02/14/11 03:37 AM


> The biggest issue I see is people registering and creating profiles that contain
> links to other websites in an attempt to cheat at Google.

Just add a rel="nofollow" to profile and sig links. Problem solved :-)

<a href="spammed-site.html" rel="nofollow">Spammed Site</a>


Another method is to add this to your header script...


Code:



if(preg_match("/profile\.php/i",$_SERVER["PHP_SELF"])){

$header="<meta name=\"robots\" content=\"nofollow\" />";
}



Then simply insert $header in your HTML section.









Entire thread
Subject Posted by Posted on
* I think someone is trying to hack my web site's forum krick 02/14/11 02:02 AM
. * Re: I think someone is trying to hack my web site's forum jumpmaniac81  02/14/11 06:09 AM
. * Re: I think someone is trying to hack my web site's forum twistyAdministrator  02/14/11 02:09 AM
. * Re: I think someone is trying to hack my web site's forum krick  02/14/11 02:29 AM
. * Re: I think someone is trying to hack my web site's forum twistyAdministrator  02/14/11 02:43 AM
. * Re: I think someone is trying to hack my web site's forum twistyAdministrator  02/14/11 02:52 AM
. * Re: I think someone is trying to hack my web site's forum krick  02/14/11 03:16 AM
. * Re: I think someone is trying to hack my web site's forum twistyAdministrator  02/14/11 03:37 AM

Extra information Permissions
Moderator:  GatKong 
0 registered and 88 anonymous users are browsing this forum.
You cannot start new topics
You cannot reply to topics
HTML is enabled
UBBCode is enabled
Thread views: 1311