Ask Experts Questions for FREE Help !
Ask
    cupidsbaby's Avatar
    cupidsbaby Posts: 3, Reputation: 1
    New Member
     
    #1

    Mar 30, 2008, 01:48 PM
    Blocking websites
    How do I block websites without paying for a special programme
    N0help4u's Avatar
    N0help4u Posts: 19,823, Reputation: 2035
    Uber Member
     
    #2

    Mar 30, 2008, 01:58 PM
    You can see if you can find anything here

    Search Results: blocking sites
    whatnot's Avatar
    whatnot Posts: 5, Reputation: 3
    New Member
     
    #3

    Mar 30, 2008, 02:11 PM
    If you are seeking to block specific websites, and you know which ones they are you can do the following for free: (time consuming if the list is long): Open internet explorer, go to tools, select internet options, the select the security tab, then select the restriced sites icon. This will pop up a window, type the site address in the line and click add. Repeat adding the sites to the list, then click close. When done, the list of domains you added will be blocked and not easily visible, unless the list is changed.

    Another option would be to go to zdnet.com and search for freeware site blockers. If you are willing to pay a little bit, Net Nanny is an outstanding web filtering program... great for houses with kids... each kids gets their own account, parents set up the kids account with allowed access times, add key words to block, and it uses a list of sites to block that is built by other parents recommending which sites to block. If a kid types in a blocked search word or site, it blocks the site and word and can send the parents an email indicating who searched for what and when.

    Lavasoft's adware is a free advertisement blocker and anti-spyware tool. PC antivirus is a free antivirus program... both are available on ZDNet: Tech News, Blogs and White Papers for IT Professionals

    Hope the info helps!
    cupidsbaby's Avatar
    cupidsbaby Posts: 3, Reputation: 1
    New Member
     
    #4

    Mar 30, 2008, 02:21 PM
    Quote Originally Posted by whatnot
    If you are seeking to block specific websites, and you know which ones they are you can do the following for free: (time consuming if the list is long): Open internet explorer, go to tools, select internet options, the select the security tab, then select the restriced sites icon. this will pop up a window, type the site address in the line and click add. repeat adding the sites to the list, then click close. when done, the list of domains you added will be blocked and not easily visible, unless the list is changed.

    Another option would be to go to zdnet.com and search for freeware site blockers. If you are willing to pay a little bit, Net Nanny is an outstanding web filtering program... great for houses with kids... each kids gets their own account, parents set up the kids account with allowed access times, add key words to block, and it uses a list of sites to block that is built by other parents recommending which sites to block. If a kid types in a blocked search word or site, it blocks the site and word and can send the parents an email indicating who searched for what and when.

    lavasoft's adware is a free advertisement blocker and anti-spyware tool. PC antivirus is a free antivirus program... both are available on ZDNet: Tech News, Blogs and White Papers for IT Professionals

    hope the info helps!

    I am using Firefox... I tried it on explorer through my msn but it won't block it
    whatnot's Avatar
    whatnot Posts: 5, Reputation: 3
    New Member
     
    #5

    Mar 30, 2008, 02:32 PM
    Firefox is the preferred browswer, but like you I'm not sure how to block sites with it. Not sure why you're going through my msn, why not go direct to the sites using the url? Go to google.com for the search and set it as your home page... Personally, I wouldn't bother with my msn, att-yahoo, or AOL for anything other than the initial connection to the web. To get it to work with explorer, you'll need to go the internet explorer version 7's tools options and follow the steps. Might need to close IE 7 and then reopen. Good luck
    jstrike's Avatar
    jstrike Posts: 418, Reputation: 44
    Full Member
     
    #6

    Mar 30, 2008, 08:55 PM
    Are you trying to block them on one computer or all computers on the network?
    Adding a site to the restricted sites in IE does not prevent someone from going to that site, it just changes the security settings for that site so most things won't work.

    Some routers (Netgear for example) will let you block sites at the router level. If your router supports this it's the most efficient way to do it. Some ISP's also offer parental control software for free.

    Another way is your hosts file. In C:\WINDOWS\system32\drivers\etc open the hosts file with a text editor such as notepad and put in the sites you want to block. If you wanted to block www . Xyx . Com (remove spaces) for example you would type in 127.0.0.1 www . Xyx . Com. Now anyone on that computer who tries to go to that url will be redirected to 127.0.0.1 (which is your computer) and they won't get to that page. Using the example above I would also put 127.0.0.1 xyz.com to be on the safe side because on most sites the www is optional.
    cupidsbaby's Avatar
    cupidsbaby Posts: 3, Reputation: 1
    New Member
     
    #7

    Mar 30, 2008, 09:04 PM
    Quote Originally Posted by jstrike
    Are you trying to block them on one computer or all computers on the network?
    Adding a site to the restricted sites in IE does not prevent someone from going to that site, it just changes the security settings for that site so most things won't work.

    Some routers (Netgear for example) will let you block sites at the router level. If your router supports this it's the most efficient way to do it. Some ISP's also offer parental control software for free.

    Another way is your hosts file. In C:\WINDOWS\system32\drivers\etc open the hosts file with a text editor such as notepad and put in the sites you want to block. If you wanted to block www . xyx . com (remove spaces) for example you would type in 127.0.0.1 www . xyx . com. Now anyone on that computer who tries to go to that url will be redirected to 127.0.0.1 (which is your computer) and they won't get to that page. Using the example above I would also put 127.0.0.1 xyz.com to be on the safe side because on most sites the www is optional.
    Did that host file thing.. nothing works... I can't find where to go with Firefox to do it though
    jstrike's Avatar
    jstrike Posts: 418, Reputation: 44
    Full Member
     
    #8

    Mar 31, 2008, 06:51 AM
    The hosts file is not browser specific, anything that tries to get to those URL's via TCP/IP will be affected. Did you reboot your computer after you made the changes? Typically you don't have to but it's not a bad idea just to be sure.

    Make sure the lines in the hosts file look like this:
    Code:
    127.0.0.1 www.xyz.com
    127.0.0.1 xyz.com
    Also check to make sure your network card is setup to use the hosts file.
    Right click on My Network Places and select Properties.
    Right click on your network adapter and select Properties.
    In the box in the middle, scroll down to Internet Protocol (TCP/IP) and click properties.
    Click Advanced.\
    Under the WINS tab make sure Enable LMHOSTS is checked and make sure the default NetBIOS setting is selected as well.

    Open a DOS prompt and type: ipconfig /flushdns
    Now type ping site-you-entered-in-the-hosts-file
    What ip address do you see?

Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.


Check out some similar questions!

Blocking certain websites [ 2 Answers ]

How do I block certain websites from my computer? I tried to go through the tools and internet options and all that but I can still get on the website. How can I fix that?

Blocking websites [ 5 Answers ]

Hi I need to some websites ( I know the names ) in my systems such that none of the websites accessible in that system chennaiaras

Blocking Websites [ 1 Answers ]

Is there anyway to block websites on internet explorer

Blocking Websites [ 1 Answers ]

Is there a way, on Internet Explorer, or Firefox, to block websites? I am sick of being embarrassed because my IP log count is so high on people's blogs that I no longer have contact with, due to differences. I think there is, but I can't seem to find it, only an option in which to tag sites so...

Blocking Websites [ 1 Answers ]

Does anyone know how to stop anybody that goes on my computer from accessing www.kazza.com Or from accessing Yahoo messenger??


View more questions Search