• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

http://localhost - CAN'T ACCESS!

Joined
Jun 19, 2009
Messages
1,852
Reaction score
5
I can't access localhost for some odd reason!

20100213212630.jpg


it's on... but i still can't access :/
 
If you wish to use localhost instead, you may do so by opening the hosts file (can be located at C:/WINDOWS/system32/drivers/etc/) and add a new row below the comments looking something like this:

127.0.0.1 localhost

BOOM SHAKALAKA!
BOOM SHAKALAKA!

:D
You bastard!
 
hmm

# 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

should I edit something here? I want to use localhost :<
 
if it doesn't work with what you have now try removing "::1 localhost ".
I have no idea what it does but I don't have it there.
 
I have a lot of different lines in there that you would have no use for it (local domain names etc). Do you have TeamViewer?
 
Mine is in Swedish.

But I edited yours, try it.
Code:
# 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
 
I am still online. I am always seen as offline due to the fact that I have enabled the invisibility mode.
 
You can also access the site this way:

Run > cmd > ipconfig
Enter the IP-Adress in your browsers and WHALA!

BOOM SHAKALAKA
BOOM SHAKALAKA
BOOM SHAKALAKA
BOOM SHAKALAKA
 
Back
Top