GPWiki.org
GPWiki.org
It is currently Wed Jun 19, 2013 5:06 pm

All times are UTC




Post new topic Reply to topic  [ 49 posts ]  Go to page Previous  1, 2, 3  Next
Author Message
PostPosted: Thu Sep 29, 2011 10:38 am 
Corpse Bride
User avatar

Joined: Tue Jul 01, 2008 11:44 pm
Posts: 2217
Location: England
The logo on the forum has disappeared. If this is intentional, know that I used to click the image to move from the forum to the wiki. Now there is no way out of the forums.

Also, the navigation bar on the front page has reverted back to the broken one.

But at least the post edit buttons are pink again. :)

_________________
I ain't pushing no moon buttons.


Top
 Profile  
 
PostPosted: Thu Sep 29, 2011 11:36 am 
Harmlessness does no harm
User avatar

Joined: Tue Sep 14, 2004 8:37 pm
Posts: 3854
Location: Ferriday, LA, US
Jasmine wrote:
The logo on the forum has disappeared.

I've been complaining about that in the Community Projects thread about the hex-robot-game-project thingy. Seems that some people can't see it (myself included), but for others, it's showing up. :confused

Jasmine wrote:
Also, the navigation bar on the front page has reverted back to the broken one.

Strange. Let me try it out and see if it somehow reverted back to its broken state.

Jasmine wrote:
But at least the post edit buttons are pink again. :)

It's the little things. :)

_________________
What most people don't understand about "enlightenment" is that it is not an end-goal; but where you find yourself just before taking a new "first step."


Top
 Profile  
 
PostPosted: Thu Sep 29, 2011 11:50 am 
Corpse Bride
User avatar

Joined: Tue Jul 01, 2008 11:44 pm
Posts: 2217
Location: England
rotInMilc wrote:
Jasmine wrote:
The logo on the forum has disappeared.

I've been complaining about that in the Community Projects thread about the hex-robot-game-project thingy. Seems that some people can't see it (myself included), but for others, it's showing up. :confused


I saw your post yesterday, and I could see the logo at that time. And I can see it again now.

Have you tried emptying your browser's cache? Although on dial-up that probably means you'll be waiting twice as long for pages to load.

_________________
I ain't pushing no moon buttons.


Top
 Profile  
 
PostPosted: Thu Sep 29, 2011 11:51 am 
Harmlessness does no harm
User avatar

Joined: Tue Sep 14, 2004 8:37 pm
Posts: 3854
Location: Ferriday, LA, US
Jasmine wrote:
Have you tried emptying your browser's cache? Although on dial-up that probably means for you'll be waiting twice as long for pages to load.

Yep. Also disabled my adblock/scriptblock plug-ins and even trying a different browser profile, but I still can't see the blasted thing.

I miss the Endianness.

_________________
What most people don't understand about "enlightenment" is that it is not an end-goal; but where you find yourself just before taking a new "first step."


Top
 Profile  
 
PostPosted: Thu Sep 29, 2011 11:53 am 
Dexterous Droid
User avatar

Joined: Wed Aug 18, 2004 7:40 pm
Posts: 3746
Location: South Africa
Ctrl+F5 forces a refresh on the page, clearing only the cache related to that page.

And with that, I notice the pink buttons have suddenly returned :)

The logo is showing up fine for me. See if you can directly see it via this link: http://www.gpwiki.org/images/gpwiki_logo.png

_________________
Whatever the mind can conceive and believe, it can achieve


Top
 Profile  
 
PostPosted: Thu Sep 29, 2011 11:56 am 
Harmlessness does no harm
User avatar

Joined: Tue Sep 14, 2004 8:37 pm
Posts: 3854
Location: Ferriday, LA, US
IGTHORN wrote:
See if you can directly see it via this link: http://www.gpwiki.org/images/gpwiki_logo.png

Been there, done that, got the 404. It says something like "Litespeed is not responsible for the content of this Website" or something to that effect. Not really sure what's up with that.

_________________
What most people don't understand about "enlightenment" is that it is not an end-goal; but where you find yourself just before taking a new "first step."


Top
 Profile  
 
PostPosted: Thu Sep 29, 2011 12:28 pm 
Corpse Bride
User avatar

Joined: Tue Jul 01, 2008 11:44 pm
Posts: 2217
Location: England
Maybe you're triggering some sort of mod_security rule. You could try adding this to your .htaccess file:

SecFilterEngine Off
SecFilterScanPOST Off

_________________
I ain't pushing no moon buttons.


Top
 Profile  
 
PostPosted: Thu Sep 29, 2011 12:48 pm 
Bibliotherapist
User avatar

Joined: Wed Nov 03, 2004 1:28 pm
Posts: 6752
Location: Oxford, Englandshire
rotInMilc wrote:
IGTHORN wrote:
See if you can directly see it via this link: http://www.gpwiki.org/images/gpwiki_logo.png

Been there, done that, got the 404. It says something like "Litespeed is not responsible for the content of this Website" or something to that effect. Not really sure what's up with that.


This server doesn't use Lightspeed, but the old one did. I'm guessing DNS is pushing some requests back to the old site. >:(

If you do this:
Code:
ping www.gpwiki.org

You should get 95.172.238.23

If you get 193.238.80.90, your DNS is borked.

_________________
10 PRINT "Bad Monkey ";
20 GOTO 10


Top
 Profile  
 
PostPosted: Thu Sep 29, 2011 12:59 pm 
Harmlessness does no harm
User avatar

Joined: Tue Sep 14, 2004 8:37 pm
Posts: 3854
Location: Ferriday, LA, US
Codehead wrote:
If you get 193.238.80.90, your DNS is borked.

Guess what. :(

_________________
What most people don't understand about "enlightenment" is that it is not an end-goal; but where you find yourself just before taking a new "first step."


Top
 Profile  
 
PostPosted: Thu Sep 29, 2011 1:01 pm 
Bibliotherapist
User avatar

Joined: Wed Nov 03, 2004 1:28 pm
Posts: 6752
Location: Oxford, Englandshire
You can flush your local DNS cache with the following:

Code:
ipconfig /flushdns


I'm assuming Windows.

_________________
10 PRINT "Bad Monkey ";
20 GOTO 10


Top
 Profile  
 
PostPosted: Thu Sep 29, 2011 1:15 pm 
Harmlessness does no harm
User avatar

Joined: Tue Sep 14, 2004 8:37 pm
Posts: 3854
Location: Ferriday, LA, US
Tried it, and it says my DNS cache was cleared, but nothing has changed here. >_<

_________________
What most people don't understand about "enlightenment" is that it is not an end-goal; but where you find yourself just before taking a new "first step."


Top
 Profile  
 
PostPosted: Thu Sep 29, 2011 1:49 pm 
Bibliotherapist
User avatar

Joined: Wed Nov 03, 2004 1:28 pm
Posts: 6752
Location: Oxford, Englandshire
The actual switch over of DNS was weeks ago. I can't believe that there are records that stale still kicking around on ISP servers. :eek

_________________
10 PRINT "Bad Monkey ";
20 GOTO 10


Top
 Profile  
 
PostPosted: Thu Sep 29, 2011 1:53 pm 
Harmlessness does no harm
User avatar

Joined: Tue Sep 14, 2004 8:37 pm
Posts: 3854
Location: Ferriday, LA, US
Codehead wrote:
The actual switch over of DNS was weeks ago. I can't believe that there are records that stale still kicking around on ISP servers. :eek

The weird thing is that it only disappeared yesterday. I was actually on the forum browsing around when suddenly it stopped showing up. :confused

_________________
What most people don't understand about "enlightenment" is that it is not an end-goal; but where you find yourself just before taking a new "first step."


Top
 Profile  
 
PostPosted: Thu Sep 29, 2011 1:59 pm 
Dexterous Droid
User avatar

Joined: Wed Aug 18, 2004 7:40 pm
Posts: 3746
Location: South Africa
rotInMilc wrote:
Codehead wrote:
The actual switch over of DNS was weeks ago. I can't believe that there are records that stale still kicking around on ISP servers. :eek

The weird thing is that it only disappeared yesterday. I was actually on the forum browsing around when suddenly it stopped showing up. :confused

Maybe your browser's cached image was showing through until then? :rolleyes

_________________
Whatever the mind can conceive and believe, it can achieve


Top
 Profile  
 
PostPosted: Thu Sep 29, 2011 2:07 pm 
Bibliotherapist
User avatar

Joined: Wed Nov 03, 2004 1:28 pm
Posts: 6752
Location: Oxford, Englandshire
Ah, I updated the URL of the logo in the header templete as it was a relative one and was causing problems on some pages. Adding the FQDN means that it's coming from www.gpwiki.org and not relatively from forum.gpwiki.org. That's why you could see it before.

I've updated the text on the front page at the old server. If you see a bit about DNS issues, you're on the old site. If you see the cookie message you're on the new one.

What I have done for now is put the same images in the old server's images folder so no matter which site you hit, you'll get the content.

_________________
10 PRINT "Bad Monkey ";
20 GOTO 10


Top
 Profile  
 
PostPosted: Thu Sep 29, 2011 2:19 pm 
Harmlessness does no harm
User avatar

Joined: Tue Sep 14, 2004 8:37 pm
Posts: 3854
Location: Ferriday, LA, US
Well, if nothing else, it puts my mind at ease knowing that now I can bow before our alien overlord every single time I load a page here. :D

_________________
What most people don't understand about "enlightenment" is that it is not an end-goal; but where you find yourself just before taking a new "first step."


Top
 Profile  
 
PostPosted: Thu Oct 13, 2011 9:46 pm 
Bibliotherapist
User avatar

Joined: Wed Nov 03, 2004 1:28 pm
Posts: 6752
Location: Oxford, Englandshire
Is anyone still seeing the DNS message on the site front page?

_________________
10 PRINT "Bad Monkey ";
20 GOTO 10


Top
 Profile  
 
PostPosted: Thu Oct 13, 2011 10:38 pm 
King Code Monkey
User avatar

Joined: Wed Sep 01, 2004 3:05 pm
Posts: 11199
Location: Abingdon, MD
No message here.

_________________
Bored? Head on over to my blog and see what I'm up to.

Microsoft XNA MVP


Top
 Profile  
 
PostPosted: Fri Oct 14, 2011 7:29 am 
Harmlessness does no harm
User avatar

Joined: Tue Sep 14, 2004 8:37 pm
Posts: 3854
Location: Ferriday, LA, US
Codehead wrote:
Is anyone still seeing the DNS message on the site front page?

I still get it.

_________________
What most people don't understand about "enlightenment" is that it is not an end-goal; but where you find yourself just before taking a new "first step."


Top
 Profile  
 
PostPosted: Fri Oct 14, 2011 7:40 am 
Bibliotherapist
User avatar

Joined: Wed Nov 03, 2004 1:28 pm
Posts: 6752
Location: Oxford, Englandshire
:eek :confused
OK, looks like I have some digging to do then.

Can you do the following please?
Code:
tracert www.gpwiki.org

You can PM me the result if you're worried about making ip addresses public.

_________________
10 PRINT "Bad Monkey ";
20 GOTO 10


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 49 posts ]  Go to page Previous  1, 2, 3  Next

All times are UTC


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group