| Author |
Message |
|
fomenta
n00bfest Elder, Lead Developer
Joined: Sun May 24, 2009 11:00 pm Posts: 2766 Location: Gettin it in
|
 Website Problems
If you see this, please pass the word, the hosting provider is playing with the DNS settings for some reason -- n00bfest.com isn't resolving to the right IP every once in a while. To fix this, you can't just enter the IP in the browser, because of the shared hosting system, many sites share the same IP, what tells the server what site you're looking for is the hostname you request. So http://69.73.138.227 will not work. As a temporary work around, edit your hosts file: Windows: C:\windows\system32\drivers\etc\hosts (no extension) and add these lines: Code: 69.73.138.227 n00bfest.com 69.73.138.227 www.n00bfest.com
Now in your browser go to n00bfest.com and you should be all set. Even if you don't do this now because site access works fine for you, save this information, because your computer or ISP could stop caching the DNS entry for n00bfest at any time and you'd end up with the wrong IP.
_________________
|
| Fri Mar 19, 2010 9:18 pm |
|
 |
|
dirkdeagler
[n00b] Member
Joined: Sun Oct 25, 2009 7:12 pm Posts: 3663 Location: Mt Hood, Oregon
|
 Re: Website Problems
This worked for me.
For those of you in Win7, you need to do the following:
Find your hosts file (for me it's C:\Windows\System32\drivers\etc ) Open it, select Notepad Paste the lines fomenta posted Save. It'll prompt you to save it somewhere else. Choose the desktop CHange the filename from hosts.txt back to hosts Copy the new hosts file where the old one was. Win7 will prompt you for admin permissions.
_________________ BAN Log: Player [[n00b] Reborn''] [STEAM_0:1:456925] Time 02/21/2010 @ 17:17:03
|
| Fri Mar 19, 2010 9:52 pm |
|
 |
|
Gr33n(V)an
Mystery Machine!
Joined: Wed Oct 06, 2004 11:00 pm Posts: 2209 Location: FL...The Green Land
|
 Re: Website Problems
Windows 7 just became the most pain in my butt OS ever. Just to find the folder options so that I could unhide extensions was a pain. and then chrome decided not to work anyway. Changed back to firefox and all is well. Craptacular.
_________________  "Our greatist moments of triumph are always inarticulate" ~ Stephen King
|
| Fri Mar 19, 2010 10:37 pm |
|
 |
|
AngryKitten
Lazer Jesus
Joined: Fri Nov 12, 2004 12:00 am Posts: 8983 Location: Georgia
|
 Re: Website Problems
Gr33n(V)an wrote: Windows 7 just became the most pain in my butt OS ever. Just to find the folder options so that I could unhide extensions was a pain. and then chrome decided not to work anyway. Changed back to firefox and all is well. Craptacular. GREENVAN. ♥<3<3<3
_________________ I got a sex change.
|
| Fri Mar 19, 2010 11:02 pm |
|
 |
|
Coach
One-Eyed Elder, Senior Admin
Joined: Wed Oct 31, 2007 11:00 pm Posts: 4936 Location: Gardendale, Texas
|
 Re: Website Problems
Gr33n(V)an wrote: Windows 7 just became the most pain in my butt OS ever. Just to find the folder options so that I could unhide extensions was a pain. and then chrome decided not to work anyway. Changed back to firefox and all is well. Craptacular. This + Balls = GOD! WTF? = ?
_________________Sir, have you been drinking tonight? 
|
| Sat Mar 20, 2010 2:29 am |
|
 |
|
JoeMamma
n00bfest Asshole
Joined: Mon Dec 20, 2004 12:00 am Posts: 11345 Location: Frisco/McKinney, TX
|
 Re: Website Problems
*completely off subject* Wow...when I looked in that hosts file, it lists all sorts of odd sites and shit...what the F*CK is that file for??
_________________When I fart, it smells like a BBP.  I hope Tom Brady gets anally raped in Hell.
|
| Sat Mar 20, 2010 11:35 am |
|
 |
|
fomenta
n00bfest Elder, Lead Developer
Joined: Sun May 24, 2009 11:00 pm Posts: 2766 Location: Gettin it in
|
 Re: Website Problems
Do the weird sites have 127.0.0.1 next to them?
_________________
|
| Sat Mar 20, 2010 5:58 pm |
|
 |
|
JoeMamma
n00bfest Asshole
Joined: Mon Dec 20, 2004 12:00 am Posts: 11345 Location: Frisco/McKinney, TX
|
 Re: Website Problems
Yes.
_________________When I fart, it smells like a BBP.  I hope Tom Brady gets anally raped in Hell.
|
| Sat Mar 20, 2010 6:10 pm |
|
 |
|
Gr33n(V)an
Mystery Machine!
Joined: Wed Oct 06, 2004 11:00 pm Posts: 2209 Location: FL...The Green Land
|
 Re: Website Problems
127.0.0.1 = home That means that those sites redirect to your box. http://www.topbits.com/127-0-0-1.html
_________________  "Our greatist moments of triumph are always inarticulate" ~ Stephen King
|
| Sat Mar 20, 2010 6:30 pm |
|
 |
|
fomenta
n00bfest Elder, Lead Developer
Joined: Sun May 24, 2009 11:00 pm Posts: 2766 Location: Gettin it in
|
 Re: Website Problems
Its a common way to prevent access to certain sites Some anti web ad programs use this technique to prevent fetching ads and some program cracks do this to prevent the application from "phoning home" and trying to validate themselves. Calls to localhost will probably fail (unless your running a local webserver) and the ad won't be displayed or the program won't realize its pirated Oh, and the hosts file is checked before DNS resolution is done, so if there is a hosts file entry associating a host name with an IP, that IP is used and DNS resolution is skipped. In the case that DNS is wrong (n00bfest's case) this trick can be used to fix it. If you want to play a joke on someone, find the IP of some porn site that when you enter just the IP into the browser still works (like 216.163.137.68) And add something like Code: 216.163.137.68 google.com 216.163.137.68 www.google.com
to their hosts file
_________________
|
| Sat Mar 20, 2010 6:56 pm |
|
 |
|
Hooker
[n00b] Member
Joined: Sun Oct 04, 2009 1:47 pm Posts: 2564
|
 Re: Website Problems
Fomenta I love you.
_________________
|
| Sun Mar 21, 2010 1:53 pm |
|
 |
|