range of ip and adsense::help plz

Discussion in 'AdSense' started by Seleno, Dec 9, 2006.

  1. #1
    hello every one
    any body know how adsnese look at range of ip plz?

    for example if will adsense look at these 2 ip addresses as they are same ip?
    80.255.249.79
    80.255.229.192

    if yes then how can i deny the range of ip in my web site..
    for example i want to deny range of ip for: 80.255.249.79

    and range for: 80.255.229.192

    so how can i deny range of ip for these 2 ip address plz?
    waiting your help
     
    Seleno, Dec 9, 2006 IP
  2. eXe

    eXe Notable Member

    Messages:
    4,643
    Likes Received:
    248
    Best Answers:
    0
    Trophy Points:
    285
    #2
    Put this in your .htaccess file

    order allow,deny
    deny from 80.255.
    allow from all
    Code (markup):
     
    eXe, Dec 9, 2006 IP
  3. Seleno

    Seleno Peon

    Messages:
    671
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #3
    thanx
    but do u think adsense seeing 80.255.249 and 80.255.229 as same counrty or as same ip or same rane?
     
    Seleno, Dec 9, 2006 IP
  4. eXe

    eXe Notable Member

    Messages:
    4,643
    Likes Received:
    248
    Best Answers:
    0
    Trophy Points:
    285
    #4
    As a matter of fact those two particular IPs are not in the same range.

     
    eXe, Dec 9, 2006 IP
  5. Seleno

    Seleno Peon

    Messages:
    671
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #5
    thank you
    i did this for one of them
    deny 80.255.249.0 - 80.255.249.255
    so its right?
     
    Seleno, Dec 9, 2006 IP
  6. eXe

    eXe Notable Member

    Messages:
    4,643
    Likes Received:
    248
    Best Answers:
    0
    Trophy Points:
    285
    #6
    No I was quoting those IP ranges from a lookup tool

    Put this in your .htacces file:

    order allow,deny
    deny from 80.255.
    allow from all
    Code (markup):
    This will deny all visitors from IPs starting with 80.255

    Or to ban only two of those IPs you can put this in your htaccess file:
    order allow,deny
    deny from 80.255.249.79
    deny from 80.255.229.192
    allow from all
    Code (markup):
     
    eXe, Dec 9, 2006 IP
  7. Seleno

    Seleno Peon

    Messages:
    671
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #7
    i banned only range
    thank you
     
    Seleno, Dec 9, 2006 IP