spidergal wrote:
Is there no way to block it?
There are many ways to block it. The easiest is to do the following:
Open your HOSTS file with notepad and add a line redirecting the domain to your localhost IP. You did not indicate what operating system you are running so I will assume it's Windows XP or Vista. With those operating systems the HOSTS file is located at %SystemRoot%\system32\drivers\etc (usually C:\Windows\system32\drivers\etc
To block a site add a line to that file with the domain name, a space, and 127.0.0.1 (your localhost IP address).
for example:
orkut.com 127.0.0.1
If you do this, it send the traffic to the orkut domain to your own computer and effectively blocks the site from being accessed.