How do I actually block a website on a computer?

Associate
Joined
18 May 2009
Posts
572
Location
Expat in LA
Im sorry if this isnt the right place to post this, but I figured its dealing with IE and FF so hopefully it is!

So basically, my Mum has become taken with playing Bingo online, which is driving my Dad crazy! So he has asked me to block the websites to save him from throwing the laptop out the window haha!

I thought I knew how to actually block a single website, but I cant appear to be able to do it.

Is there a way to block a certain website, without her knowing, so it just comes up as unable to load, and I can just blag 'there must be a problem with the site' until she gets bored and forgets about it!?
 
Haha no offense taken! Strange is the best word to describe the situation I would say. My mother is just stubborn, and my Dad doesnt really understand what the internet even is haha, so he just freaks out. To be fair, I wouldnt mind blocking it, as I can see my mum pulling out the credit card after long to keep playing bingo!

Luckily my Mum doesnt know too much, see only found this site as my sister told her to go on it, I feel safe just blocking the one that she wouldnt know how to find another one...

So yes...how do I actually just block the one? As that should be enough!!
 
The Router is a Comtrend 5365 (They live in Spain, and this is what the provider has given)

I dont know how to block it through the router, although this would be very handy, do you happen to know how I would do this.

And yeah its not the time she spends on it that is the worry, I think its the fact that 2 of his brothers got into serious gambling debts when they were younger, and he is not anti gambling, but just stresses over it too much...and my mother being stubborn, if you told her to stop, she probably end up doing it more haha...easier just to stop her in her tracks!
 
Haha...I currently feel like God over my router after its finally doing what I want!

So I may give this a little shot haha!

So once I have this downloaded, I need to change something within the router settings after this?
 
By far the easiest (but not nice way) is to change the host file to have a line that has 127.0.0.1 then name of website. This will just loop the site back to the laptop in effect blocking it.

You will find the host file @ C:\Windows\System32\drivers\etc you can edit it with notepad. You will need to run notepad as administer level or it will not let you save changes as it is a protected 'windows' file.

Most home routers don't have the type of functions listed here unless the buyer was going for something good / using custom firmware. It also isn't really needed in your case imo.

This sounds just like what Im looking for! Im not sure what looping the site back means, but im sure its something I can blag to Mum haha.

So I found the file, to which Im greeted with this when I open it in notepad:

# Copyright (c) 1993-2009 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host

# localhost name resolution is handled within DNS itself.
# 127.0.0.1 localhost
# ::1 localhost

So what do I edit here, and add/change?
 
you add the line

127.0.0.1 www.thesiteyouwanttoblock.com

127.0.0.1 is the localhost, basically changes it too when ever the bingo site is translated in a net address it gets changed too 127.0.0.1 instead of the real one. 127.0.0.1 tells it to connect back to the laptop.

So literally just on the next line under all the information I just type exactly what you said?

Worse case scenario...I can just delete this line and save it again to set it back to normal?
 
Back
Top Bottom