hey guys can u serve me to find out to block a perticular site on my workstation in need sustain of antivirus n internet choice .. its awfully adjectives any1 can reopen ...
Answers:
You can glibly and effectivily block access to a website by adding up it to your Windows HOSTS report. (Yes, Hosts is capitalised for some strange reason).
1.Go to your HOSTS database which is located at:
C:\WINDOWS\SYSTEM32\DRIVERS\ET... for window Vista and XP
C:\WINNT\SYSTEM32\DRIVERS\ETC for Windows 2k
C:\WINDOWS for Windows 98 and ME
2. Open HOSTS near Notepad.
The non-attendance Windows HOSTS looks approaching this:
______________________
# Copyright 1993-1999 Microsoft Corp.
#
# This is a indication HOSTS directory used by Microsoft TCP/IP for Windows.
#
# This directory contains the mappings of IP address to host name. Each
# entry should be kept on an individual dash. The IP address should
# be placed within the first column followed by the corresponding host mark.
# The IP address and the host first name should be separated by at lowest one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the apparatus identify denoted by a "#" symbol.
#
# For example:
#
# 102.54.94.97 rhino.zenith.com # source server
# 38.25.63.10 x.summit.com # x client host
#
127.0.0.1 localhost
_____________________________
3. Directly lower than the smudge that say 127.0.0.1 Localhost, you will want to type:
127.0.0.1 heading of the URL you want to block
For example to block the MySpace.com homepage (highly recommended!), simply type:
127.0.0.1 myspace.com
127.0.0.1 www.myspace.com
Other parts of MySpace could be blocked contained by a similar channel:
127.0.0.1 prod.myspace.com
127.0.0.1 profile.myspace.com
etc etc etc...
You may have need of to give sites near both beside and in need the "www.". Test after blocking to create sure you get it right.
You can incorporate as lots sites as you decision to block contained by this style. I, myself, own over 12000 undesireable and treacherous sites within my personal HOSTS folder!
4. Close Notepad and answer "Yes" when prompted.
5. Reboot your computer and attempt to access your presently blocked website. You should see a Cannot find server or DNS Error truism: "The page cannot be displayed".
-----------------------------
Some society suggest that you attach a website that you decision to block by adding up it to Internet Explorer's Restricted Zone. This does NOT totally block a site. It will just RESTRICT a site from undisputed activities such as using javascript, Active-X and Java etc.
There's not an unforced to do this on your local PC.
Assuming that the site identify is blockme.com, you could put in the following entry to your "hosts" directory:
127.0.0.1 blockme.com
when the browser go to resolve the FQDN to an IP address, the hosts database should return the "localhost" IP and not find the net site. But because Windows doesn't other do the right point, this may not other work.
On my Windows XP Pro system, the "hosts" directory is surrounded by the
C:\WINDOWS\system32\drivers\et... directory.
If you enjoy control over your own proxy server (like Squid), you can own the proxy server block access to that network site (using SquidGuard). That's what we do here at home.
Aside from writing your own program that runs in the situation, I don't know that you can block a site excluding configuring IE or your anti-virus, or possibly your hub/router. If you want to try the router, consult your routers users instruction manual for blocking network sites.