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:
An introduction to JavaScript Object Notation (JSON)JSON (JavaScript Object Notation)
JSON (JavaScript Object Notation) is a lightweight computer data interchange format. It is a text-based, human-readable format for representing simple data structures and associative arrays (… Read More
XMPP and SIMPLE: A Comparative StudyInstant messaging and Presence (IMP) is a collection of technologies that create the possibility of near real-time text-based communication between two or more participants over the internet or some form of internal network/i… Read More
WEB 3.0 What is Web The World Wide Web (commonly abbreviated as "the Web") is a very large set of interlinked hypertext documents accessed via the Internet. The World Wide Web enabled the spread of information ov… Read More
Fighting the web robotsThe internet bots have become major problem. These bots used to register for E-mail addresses that are later used to send unwanted ads, or spam, to e-mail users. CAPTCHA is a standard security technology. The most widely used… Read More
Modular CSS framework for building classy websitesThe Classy Web Design Framework
A modular framework for rapid web development
Sparkl combines POSH markup, Bulletproof CSS and Unobtrusive JavaScript into one easy to use web development framework that makes it simple to cre… 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