Search
Search titles only
By:
Search titles only
By:
Log in
Register
Search
Search titles only
By:
Search titles only
By:
Menu
Install the app
Install
Forums
New posts
All threads
Latest threads
New posts
Trending threads
Trending
Search forums
What's new
New posts
New ads
New profile posts
Latest activity
Free Ads
Latest reviews
Search ads
Members
Current visitors
New profile posts
Search profile posts
Contact us
Latest ads
Power Lifting Lever Belt
SkullVamp
Updated:
Saturday at 10:32 PM
Ad icon
port.lk Domain for sale
Lankan-Tech
Updated:
Saturday at 3:55 PM
Colombo
Kaduwela - Two Storey House for Sale
dilrasan
Updated:
Jun 11, 2026
Ad icon
Wechat qr verification
Pawan2005
Updated:
Jun 11, 2026
🚀 GOOGLE AI PRO 18 MONTHS ACTIVATION 🚀
sayuru bandara
Updated:
Jun 10, 2026
Electronics
Vehicles
Property
Search
Reply to thread
Forums
Computers & Internet
Tips & Tricks
How to Block MySpace.com
Get the App
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Message
<blockquote data-quote="Kalindugayan" data-source="post: 2865689" data-attributes="member: 58568"><p>Here are two ways to do this on a home network.</p><p></p><p>1). If you have a router setup add the following IP's to your Outbound Packet Filter settings.</p><p></p><p>You want to put these in as the Destination IP and the port is 80 for all of them.</p><p></p><p>63.208.226.219</p><p>63.208.226.24-63.208.226.28</p><p>63.208.226.40-63.208.226.43</p><p></p><p>Many routers have different interfaces so I cannot tell word for word how to do this for each router. So please read the instructions that came with your router it should explain how to do this. Try visiting the manufactures website if the instructions don't cover setting up packet filters.</p><p></p><p></p><p></p><p>2). If you don't have a router then you will need to modify the Hosts file on each computer by hand. </p><p></p><p>First, open the following file with Notepad. (Note: The Hosts file does not have a file extenstion, this is by design so don't give it a file extenstion because you think it needs one )</p><p></p><p>Note: You should make a backup of the Hosts file and put it somewhere safe in case you mess up. </p><p></p><p>Windows XP</p><p>C:\WINDOWS\system32\drivers\etc\hosts</p><p></p><p>Windows 2000</p><p>C:\WINNT\system32\drivers\etc\hosts</p><p></p><p>Windows 98</p><p>C:\WINDOWS\system32\drivers\etc\hosts</p><p></p><p></p><p>Copy the following IP's... </p><p></p><p># block myspace.com</p><p>127.0.0.1 63.208.226.219</p><p>127.0.0.1 63.208.226.24</p><p>127.0.0.1 63.208.226.25</p><p>127.0.0.1 63.208.226.28</p><p>127.0.0.1 63.208.226.40</p><p>127.0.0.1 63.208.226.41</p><p>127.0.0.1 63.208.226.42</p><p>127.0.0.1 63.208.226.43</p><p></p><p></p><p>Now paste them into the Hosts file after 127.0.0.1 localhost</p><p></p><p>Should look like this...</p><p></p><p># Copyright (c) 1993-1999 Microsoft Corp.</p><p>#</p><p># This is a sample HOSTS file used by Microsoft TCP/IP for Windows.</p><p>#</p><p># This file contains the mappings of IP addresses to host names. Each</p><p># entry should be kept on an individual line. The IP address should</p><p># be placed in the first column followed by the corresponding host name.</p><p># The IP address and the host name should be separated by at least one</p><p># space.</p><p>#</p><p># Additionally, comments (such as these) may be inserted on individual</p><p># lines or following the machine name denoted by a '#' symbol.</p><p>#</p><p># For example:</p><p>#</p><p># 102.54.94.97 rhino.acme.com # source server</p><p># 38.25.63.10 x.acme.com # x client host</p><p></p><p>127.0.0.1 localhost</p><p></p><p># block myspace.com</p><p>127.0.0.1 63.208.226.219</p><p>127.0.0.1 63.208.226.24</p><p>127.0.0.1 63.208.226.25</p><p>127.0.0.1 63.208.226.28</p><p>127.0.0.1 63.208.226.40</p><p>127.0.0.1 63.208.226.41</p><p>127.0.0.1 63.208.226.42</p><p>127.0.0.1 63.208.226.43</p><p></p><p></p><p></p><p>Then save the Hosts file and your done.</p><p></p><p>Good luck!</p></blockquote><p></p>
[QUOTE="Kalindugayan, post: 2865689, member: 58568"] Here are two ways to do this on a home network. 1). If you have a router setup add the following IP's to your Outbound Packet Filter settings. You want to put these in as the Destination IP and the port is 80 for all of them. 63.208.226.219 63.208.226.24-63.208.226.28 63.208.226.40-63.208.226.43 Many routers have different interfaces so I cannot tell word for word how to do this for each router. So please read the instructions that came with your router it should explain how to do this. Try visiting the manufactures website if the instructions don't cover setting up packet filters. 2). If you don't have a router then you will need to modify the Hosts file on each computer by hand. First, open the following file with Notepad. (Note: The Hosts file does not have a file extenstion, this is by design so don't give it a file extenstion because you think it needs one ) Note: You should make a backup of the Hosts file and put it somewhere safe in case you mess up. Windows XP C:\WINDOWS\system32\drivers\etc\hosts Windows 2000 C:\WINNT\system32\drivers\etc\hosts Windows 98 C:\WINDOWS\system32\drivers\etc\hosts Copy the following IP's... # block myspace.com 127.0.0.1 63.208.226.219 127.0.0.1 63.208.226.24 127.0.0.1 63.208.226.25 127.0.0.1 63.208.226.28 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 Now paste them into the Hosts file after 127.0.0.1 localhost Should look like this... # Copyright (c) 1993-1999 Microsoft Corp. # # This is a sample HOSTS file used by Microsoft TCP/IP for Windows. # # This file contains the mappings of IP addresses to host names. Each # entry should be kept on an individual line. The IP address should # be placed in the first column followed by the corresponding host name. # The IP address and the host name should be separated by at least one # space. # # Additionally, comments (such as these) may be inserted on individual # lines or following the machine name denoted by a '#' symbol. # # For example: # # 102.54.94.97 rhino.acme.com # source server # 38.25.63.10 x.acme.com # x client host 127.0.0.1 localhost # block myspace.com 127.0.0.1 63.208.226.219 127.0.0.1 63.208.226.24 127.0.0.1 63.208.226.25 127.0.0.1 63.208.226.28 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 Then save the Hosts file and your done. Good luck! [/QUOTE]
Insert quotes…
Verification
Nawa warak dahaya keeyada? (Namaya wadi kireema dahaya)
Post reply
Top
Bottom