1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

How to block my site from this page

Discussion in 'Security' started by Gold_Hunter, Jan 16, 2007.

  1. #1
    Gold_Hunter, Jan 16, 2007 IP
  2. Thibaut

    Thibaut Well-Known Member

    Messages:
    886
    Likes Received:
    26
    Best Answers:
    0
    Trophy Points:
    140
    #2
    Hello,

    Try to use a .htaccess and fill it up with:

    order allow,deny
    deny from 64.72.112.89 --> Your enemy :eek:
    allow from all

    Hope this helps.

    Cheers !
    Thibaut
     
    Thibaut, Jan 17, 2007 IP
  3. roaryyyj

    roaryyyj Peon

    Messages:
    34
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    But wont adding that IP block the whole of the 50webs.com websites and not just that one site?
     
    roaryyyj, Jan 17, 2007 IP
  4. Thibaut

    Thibaut Well-Known Member

    Messages:
    886
    Likes Received:
    26
    Best Answers:
    0
    Trophy Points:
    140
    #4
    In that case, you may be more specific using this filter:

    RewriteEngine on
    RewriteCond %{HTTP_REFERER} 1king\.50webs\.com [NC]
    RewriteRule .* - [F]

    Cheers !
    Thibaut
     
    Thibaut, Jan 18, 2007 IP
  5. Gold_Hunter

    Gold_Hunter Active Member

    Messages:
    147
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    63
    #5
    Tried before I write this thread ( did not work) :
    RewriteEngine on
    RewriteCond %{HTTP_REFERER} (1king\.50webs.com)[NC,OR]
    RewriteCond %{HTTP_REFERER} (50webs\.com)[NC,OR]
    RewriteRule .* - [F]

    order allow,deny
    deny from 1king.50webs.com
    deny from 50webs.com
    allow from all

    btw
    1king.50webs.com removed my site from that page
     
    Gold_Hunter, Jan 26, 2007 IP
  6. Darix

    Darix Peon

    Messages:
    61
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    first check logs, maybe content grabbed from diffrent ip(s) and then put to that site
     
    Darix, Jan 26, 2007 IP