MyBB Community Forums

Full Version: can't access my own forum
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
my friends can, and i can access my forum from a proxy. but i can't.

my ftp works fine without a proxy or anything

my forum is http://otaku-gaming.org/

message:
http://puu.sh/2gvn
what happens when you go to windows command prompt and type:"ping otaku-gaming.org"
(2011-05-28, 12:58 AM)shovenose Wrote: [ -> ]what happens when you go to windows command prompt and type:"ping otaku-gaming.org"

Pinging otaku-gaming.org [66.96.243.85] with 32 bytes of data:
Reply from 66.96.243.85: bytes=32 time=50ms TTL=48
Reply from 66.96.243.85: bytes=32 time=51ms TTL=48
Reply from 66.96.243.85: bytes=32 time=52ms TTL=48
Reply from 66.96.243.85: bytes=32 time=50ms TTL=48

Ping statistics for 66.96.243.85:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 50ms, Maximum = 52ms, Average = 50ms
Uh, I'd ask your host about this.
Last time I got blocked from one of site and it worked for everybody else, for some reason my IP was blocked as spam so i couldnt access the site, and the support of the web host made me be able to access the site. I'm not sure if that is wat your problem is like, but that's my story Big Grin
flush ur dns
Windows:
- Start -> Run -> type cmd
- in command prompt, type ipconfig /flushdns
- Done! You Window DNS cache has just been flush.

To flush the DNS cache in Mac OS X Leopard:-

- type lookupd -flushcache in your terminal to flush the DNS resolver cache.
ex: bash-2.05a$ lookupd -flushcache
- Once you run the command your DNS cache (in Mac OS X) will flush.

To flush the DNS cache in Mac OS X:-

- type dscacheutil -flushcache in your terminal to flush the DNS resolver cache.
ex: bash-2.05a$ dscacheutil -flushcache
- Once you run the command your DNS cache (in Mac OS X Leopard) will flush.