PDA

View Full Version : Bloccare un sito..si può?


xbubbax
29-08-2007, 15:59
Ciao, è possibile bloccare un sito sul mio pc in modo da non poterci piu rientrare?

Altrimenti non resisto e mi viene voglia di entrarci, vorrei bloccarlo, anche non per sempre, cosi quando provo ad entrarci non posso farlo.
Qual è il modo piu semplice per farlo?

grazie

wisher
29-08-2007, 16:07
Puoi modificare il file hosts, lo trovi in
C:\Windows\System32\drivers\etc\
(Aprilo con Blocco note)
Basta aggiungere una riga con 127.0.0.1 seguito dall'indirizzo da bloccare.
In questo modo reindirizzi i tentativi di accesso a quel sito sul tuo pc.

Dovresti ottenere una cosa simile a questa
# Copyright (c) 1993-2006 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

127.0.0.1 localhost
::1 localhost
127.0.0.1 INDIRIZZO DA BLOCCARE

c.m.g
29-08-2007, 16:13
oppure aggiungere il sito nel browser che usi nella black list.

xbubbax
29-08-2007, 16:16
dopo provo, grazie mille

usando il file hose è possibile bloccare piu di un sito?
se si, come si fa?

wisher
29-08-2007, 16:18
basta aggiungere tante voci quanti i siti che vuoi bloccare, ovviamente sempre nella forma
127.0.0.1 Indirizzo da bloccare

xbubbax
29-08-2007, 16:30
perfetto

Roberto Trizio
29-08-2007, 19:47
Oltre ad aggiungere manualmente puoi anche aggiungere file hosts già pronti

http://www.alground.com/site/modules/sections/index.php?op=viewarticle&artid=122