How To Block Websites Without Software, block websites ?
Steps:
1] Browse C:\WINDOWS\system32\drivers\etc
2] Find the file named "HOSTS"
3] Open it in notepad
4] Under "127.0.0.1 localhost" Add 127.0.0.2 www.sitenameyouwantblocked.com , and that site will no longer be accessible.
5] Done!
127.0.0.1 localhost
127.0.0.2 www.blockedsite.com
-->www.blockedsite.com is now unaccessible<--
For every site after that you want to add,
just add "1" to the last number in the internal ip (127.0.0.2) and
then the add like before.
IE: 127.0.0.3 www.yahoo.com
127.0.0.4 www.google.com
127.0.0.5 www.hotmail.com
etc..
Enjoy!!!!
Related Posts:
Basics of iHTMLIn this artilce, we are going to discuss on a clear content idea of iHTML page, a server-side dynamic web page and its basic tags in constructing a web application. iHTML is a server side scripting language, which is used to… Read More
Block Websites Without SoftwareHow To Block Websites Without Software, block websites ? Steps: 1] Browse C:\WINDOWS\system32\drivers\etc 2] Find the file named "HOSTS" 3] Open it in notepad 4] Under "127.0.0.1 localhost" Ad… Read More
Effective usage of Online tools for web based testingWeb Standards The World Wide Web Consortium (W3C) is an international consortium where Web standards are developed. Mission : To lead the WWW to its full potential by developing protocols and guidelines that ensure long-… Read More
Security Certificate Error While Opening Web-sites Let’s see the reasons for such errors and what to do in such case. Fix: The main reasons for such errors are: Your Computer’s date is set to a wrong value The Security Certificate has really expir… Read More
FuseBox - Web Application Framework Introduction: Fusebox is a framework for building web applications. It is meant to make your applications easier to create and maintain. It helps in structuring the application and break things down into discreet pieces. F… Read More
3 comments:
Thanks Vinay!
It worked! :) Now I can manually lock some sites...
Thanks for your update.
3logy... you can use "PeerBlock lets you control who your computer "talks to" on the Internet. By selecting appropriate lists of "known bad" computers"
http://www.peerblock.com/
Post a Comment