|
|
Re: wtf is this? [message #103697] |
Fri, 23 July 2004 18:02 ![Go to previous message Go to previous message](/theme/Renegade_Forums/images/up.png) ![Go to next message Go to next message](/theme/Renegade_Forums/images/down.png) |
|
Same thing happened to me, and I think I know what the problem is. The post either has profanity beyond belief, or your computer is having trouble sorting out your posts, the ones you've written recently, and the ones written in the past.
|
|
|
wtf is this? [message #103713] |
Fri, 23 July 2004 19:13 ![Go to previous message Go to previous message](/theme/Renegade_Forums/images/up.png) ![Go to next message Go to next message](/theme/Renegade_Forums/images/down.png) |
flyingfox
Messages: 1612 Registered: February 2003 Location: scotland, uk
Karma: 0
|
General (1 Star) |
|
|
Negative, it's a forum-specific error that also occurs on the avatar selection pages for some people.
|
|
|
|
|
wtf is this? [message #103749] |
Sat, 24 July 2004 04:12 ![Go to previous message Go to previous message](/theme/Renegade_Forums/images/up.png) ![Go to next message Go to next message](/theme/Renegade_Forums/images/down.png) |
![](http://renegadeforums.com/images/custom_avatars/101.gif) |
npsmith82
Messages: 525 Registered: February 2003 Location: England, UK
Karma: 0
|
Colonel |
|
|
What you are seeing is a bug that is within PHPBB version 2.0.4 - it has since been corrected with PHPBB version 2.0.6. It can be cured by upgrading to the latest version, it's that simple.
It's related to your ISP (more commonly AOL) bouncing you around different servers whilst on the webpage. Only problem here is, that Crimson has heavily modified the design of these forums to look like the previous WS ones.
If it were easy for Crimson to update to the latest PHPBB version 2.0.10, i'm sure she would. But she would have to spend days modifying the php code again, to keep the WS style forums.
Quote: | My AOL based users keep getting logged out!
phpBB2 uses sessions to keep track of users as they browse the board. These sessions use a combination of a unique session id and the users IP to identify each user. We make use of the IP as an extra safe-guard to help prevent sessions being hijacked (by discovering the unique session id).
Unfortunately this only works when the users IP is constant as they browse the board. For most users this will be the case. However certain providers route their users via a cluster of proxys. In some cases, particularly AOL this results in different IPs being forwarded as the user moves between pages. We take account of this by not checking the entire IP but only the first "three quads". Again in most cases this will be fine. However again AOL uses IPs which can vary so much that checking only the first two quads results in a fairly static IP being available for session validation.
If you are experiencing problems related to this you can make a small change to the code. Please note that reducing the IP validation length does potentially increase the risk of sessions being hijacked (this is something for you to consider, phpBB Group takes no responsibility should anything happen!). The change requires you to open the file sessions.php in the includes/ directory of the distribution. Find line 250, it contains the following
$ip_check_s = substr($userdata['session_ip'], 0, 6);
change this to:
$ip_check_s = substr($userdata['session_ip'], 0, 4);
You need to make exactly the same change to the number 6 in the next line. Save the file (and upload it if required). This should reduce or eliminate the problem noted.
|
Also, read this page, it'll tell you more about the problem.
http://www.phpbb.com/kb/article.php?article_id=54
Quote: | In modcp.php, change
'PAGINATION' => generate_pagination("modcp.$phpEx?" . POST_FORUM_URL . "=$forum_id", $forum_topics, $board_config['topics_per_page'], $start),
into
'PAGINATION' => generate_pagination("modcp.$phpEx?" . POST_FORUM_URL . "=$forum_id&sid=" . $userdata['session_id'], $forum_topics, $board_config['topics_per_page'], $start),
| Crimson, you may wanna try changing that code, apparently it cures the problem for some people.
WOL: npsmith82
For RenAutoComplete, RenSkirmish, RenBuddyList and RenWOLstatus please visit (IE) TheCodeSmith.com
|
|
|
wtf is this? [message #103768] |
Sat, 24 July 2004 06:40 ![Go to previous message Go to previous message](/theme/Renegade_Forums/images/up.png) ![Go to next message Go to next message](/theme/Renegade_Forums/images/down.png) |
|
One problem there pal, I don't use AOL and the avatar section still keeps screwing with me!!
|
|
|
wtf is this? [message #103782] |
Sat, 24 July 2004 07:50 ![Go to previous message Go to previous message](/theme/Renegade_Forums/images/up.png) ![Go to next message Go to next message](/theme/Renegade_Forums/images/down.png) |
![](http://renegadeforums.com/images/custom_avatars/101.gif) |
npsmith82
Messages: 525 Registered: February 2003 Location: England, UK
Karma: 0
|
Colonel |
|
|
sw33t | One problem there pal, I don't use AOL and the avatar section still keeps screwing with me!!
| As i said, it's related to your ISP (more commonly AOL). Your ISP must do something the same way that AOL does with its users.
Still, it's not curable, until Crims updates the phpBB source files.
WOL: npsmith82
For RenAutoComplete, RenSkirmish, RenBuddyList and RenWOLstatus please visit (IE) TheCodeSmith.com
|
|
|
wtf is this? [message #103909] |
Sat, 24 July 2004 17:47 ![Go to previous message Go to previous message](/theme/Renegade_Forums/images/up.png) ![Go to next message Go to next message](/theme/Renegade_Forums/images/down.png) |
|
I don't really have an Internet server provider, I link my comp with my friends.
|
|
|
|
|
wtf is this? [message #104381] |
Tue, 27 July 2004 08:59 ![Go to previous message Go to previous message](/theme/Renegade_Forums/images/up.png) ![Go to next message Go to next message](/theme/Renegade_Forums/images/down.png) |
Jzinsky
Messages: 339 Registered: June 2004 Location: Warrington
Karma: 0
|
Recruit |
|
|
Sounds like Renguard is burning toast and killing goldfish again too..
No flashy signature..
|
|
|
wtf is this? [message #104415] |
Tue, 27 July 2004 11:40 ![Go to previous message Go to previous message](/theme/Renegade_Forums/images/up.png) ![Go to next message Go to next message](/theme/Renegade_Forums/images/down.png) |
![](http://renegadeforums.com/images/custom_avatars/101.gif) |
npsmith82
Messages: 525 Registered: February 2003 Location: England, UK
Karma: 0
|
Colonel |
|
|
Jzinsky | Sounds like Renguard is burning toast and killing goldfish again too..
| Umm... on topic anyone? What're you on about? :rolleyes:
WOL: npsmith82
For RenAutoComplete, RenSkirmish, RenBuddyList and RenWOLstatus please visit (IE) TheCodeSmith.com
|
|
|
wtf is this? [message #104549] |
Wed, 28 July 2004 11:33 ![Go to previous message Go to previous message](/theme/Renegade_Forums/images/up.png) ![Go to next message Go to next message](/theme/Renegade_Forums/images/down.png) |
|
Rengaurd isn't killing cheaters, and isn't taking names.
What I'm trying to say here, is that Renguard is pointless and won't help you.
|
|
|
wtf is this? [message #104628] |
Wed, 28 July 2004 18:01 ![Go to previous message Go to previous message](/theme/Renegade_Forums/images/up.png) ![Go to next message Go to next message](/theme/Renegade_Forums/images/down.png) |
![](http://renegadeforums.com/images/custom_avatars/1737.gif) |
rm5248
Messages: 1156 Registered: November 2003 Location: USA
Karma: 0
|
General (1 Star) |
|
|
And that has to do with this topic because........?
w00t?
|
|
|
wtf is this? [message #104629] |
Wed, 28 July 2004 18:11 ![Go to previous message Go to previous message](/theme/Renegade_Forums/images/up.png) ![Go to next message Go to next message](/theme/Renegade_Forums/images/down.png) |
![](http://renegadeforums.com/images/custom_avatars/101.gif) |
npsmith82
Messages: 525 Registered: February 2003 Location: England, UK
Karma: 0
|
Colonel |
|
|
rm5248 | And that has to do with this topic because........?
| My thoughts exactly...
WOL: npsmith82
For RenAutoComplete, RenSkirmish, RenBuddyList and RenWOLstatus please visit (IE) TheCodeSmith.com
|
|
|
wtf is this? [message #104647] |
Wed, 28 July 2004 19:01 ![Go to previous message Go to previous message](/theme/Renegade_Forums/images/up.png) ![Go to next message Go to next message](/theme/Renegade_Forums/images/down.png) |
|
npsmith82 |
rm5248 | And that has to do with this topic because........?
| My thoughts exactly...
|
It's my sediments exactly!!
|
|
|
|
|
wtf is this? [message #104684] |
Wed, 28 July 2004 20:42 ![Go to previous message Go to previous message](/theme/Renegade_Forums/images/up.png) ![Go to next message Go to next message](/theme/Renegade_Forums/images/down.png) |
mahkra
Messages: 219 Registered: April 2004
Karma: 0
|
Recruit |
|
|
Aircraftkiller | And yet you have the audacity to call anyone else an idiot.
|
You clearly don't understand sarcasm.
|
|
|
wtf is this? [message #104704] |
Wed, 28 July 2004 23:21 ![Go to previous message Go to previous message](/theme/Renegade_Forums/images/up.png) |
|
mahkra | Is that a joke, or did you mean to say 'sentiments'?
(I don't mean to be nitpicking here. I'm seriously just wondering if you misspoke accidentally or intentionally. Because if it was intentional, that's kinda funny. But I guess it was too subtle for me to get it. )
|
It was a joke.
|
|
|