SEO-Board: Free, Fast and Search Engine Optimization Friendly Forum Script
»User: »Password:   Remember Me? 
Posted:  14 Aug 2005 16:34   Last Edited By: DMZ
Without referrer logging "on" SEO-Board act funky. For starters it will give the error below if trying to login. I have not tried with IE but see this using Opera 8 -- prolly makes no difference.

Notice: Undefined index: HTTP_REFERER in ../../seo-board/index.php on line 134
Posted:  14 Aug 2005 17:14
Why would anyone turn referer logging "off"? That's strange.
Ok. I'll think about changing that in the next version. For now, if you have such users change this line from:
Code:

header("Location: {$_SERVER["HTTP_REFERER"]}");
to
Code:

header("Location: {$forumhome}");


When a user logs, he will be redirected to the main forum page. I will make it better by checking the referer etc. for the next version. Thanks for reporting it.
__________________
Are you looking for an SEO Consultant?
Email me: hristo at seo-board dot com
Posted:  15 Aug 2005 14:07
Privacy in a nutshell. The internet/world has become one big consumer profiling pool. Thanks for the patch it'll help people from nagging me about the error message.

BYW: I dig your selection for [code] colors. Bring back memories and is a pleasant change for the eyes.
Posted:  15 Aug 2005 18:39
DMZ, I too remember the days when green on black was it..
Thanks for the fix tip. Here's the version I'll include in 2.0
Code:

    if (isset($_SERVER["HTTP_REFERER"]))
      header("Location: {$_SERVER["HTTP_REFERER"]}");
    else
      header("Location: $forumhome");

__________________
Are you looking for an SEO Consultant?
Email me: hristo at seo-board dot com