Internetseiten

01/13/2010 17:49 basnegger2#1
Hallo Elitepvpers
ich wollte fragen WIE kann man eine internetseite sperren
das da dann error blablabla steht? danke im vorraus
MFG
01/13/2010 19:08 Medix#2
Quote:
Originally Posted by basnegger2 View Post
Hallo Elitepvpers
ich wollte fragen WIE kann man eine internetseite sperren
das da dann error blablabla steht? danke im vorraus
MFG
Routermenü zb. (falls du einen hast)
01/14/2010 10:31 Cholik#3
#moved
01/14/2010 12:06 Gordge#4
möchtest du eine bestimmte Adresse sperren? jetzt z.B. [Only registered and activated users can see links. Click Here To Register...]
welche Hardware setzt du ein, also welchen Router?
01/14/2010 13:52 0x1337#5
geh in:

"C:\Windows\System32\drivers\etc"

dort befindet sich eine datei namens:

"hosts"

öffne diese mit dem editor der inhalt sieht ungefär so aus:

Quote:
# 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

127.0.0.1 localhost
dann addest einfach die webadresse die du sperren willst zb so:

Quote:
127.0.0.1 [Only registered and activated users can see links. Click Here To Register...]
127.0.0.1 [Only registered and activated users can see links. Click Here To Register...]
das ganze schaut dann ungefär so aus:

Quote:
# 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

127.0.0.1 localhost
127.0.0.1 [Only registered and activated users can see links. Click Here To Register...]
127.0.0.1 [Only registered and activated users can see links. Click Here To Register...]
hoffe hast es verstanden.

lg