View Single Post

  #3  
Old 12-01-2005, 11:58 AM
Boxclaw Offline
Registered User
 
Join Date: Nov 2005
Posts: 6
Quote:
Originally Posted by cc1
Just blocking the front page doesn't work, because you can get in through the cached page on Google.

You are correct cc1. Perhaps I should go into more detail as to how my solution works.

myspace.com uses 8 IP addresses... they do this for redundancy and load balancing ect...

It took me a half an hour to trace these IP's... if myspace.com makes any changes i'll update that info in this post.

# block myspace.com (Any entry with a pound sign is a comment and is ignored)

Not sure what this one does... marketing ads or traffic logging?
127.0.0.1 63.208.226.219


These 4 IP's are used to get the header content at the top of the pages.
127.0.0.1 63.208.226.40
127.0.0.1 63.208.226.41
127.0.0.1 63.208.226.42
127.0.0.1 63.208.226.43


These 3 IP's are used to get the main content of the pages.
127.0.0.1 63.208.226.24
127.0.0.1 63.208.226.25 (if you ping myspace.com it will reply with this IP)
127.0.0.1 63.208.226.28
Reply With Quote