Renegade Public Forums
C&C: Renegade --> Dying since 2003™, resurrected in 2024!
Home » General Discussions » General Discussion » wtf is this?
wtf is this? [message #103166] Wed, 21 July 2004 20:55 Go to next message
sniper12345 is currently offline  sniper12345
Messages: 817
Registered: November 2003
Location: Hong Kong
Karma: 0
Colonel

I post and get a invalid_session error. Sometimes I can post, like the posts that show up and are by me, yet sometimes I can't. Obviously if you are reading this now I've been able to post this.

What is wrong?


WOL: megapunk0

http://images.listen-to.com/png.php/4g/sniper12345
Beats me [message #103168] Wed, 21 July 2004 21:04 Go to previous messageGo to next message
Obelisk
Messages: 99
Registered: July 2004
Karma: 0
Recruit
Beats Me
Re: wtf is this? [message #103697] Fri, 23 July 2004 18:02 Go to previous messageGo to next message
Anonymous
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 messageGo to next message
flyingfox is currently offline  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 #103721] Fri, 23 July 2004 19:59 Go to previous messageGo to next message
Fabian is currently offline  Fabian
Messages: 821
Registered: April 2003
Location: Boston, MA
Karma: 0
Colonel
It happens to me almost every other time I try to post when I'm at work...

Is it anything that is fixable?
wtf is this? [message #103737] Sat, 24 July 2004 00:48 Go to previous messageGo to next message
Xtrm2Matt is currently offline  Xtrm2Matt
Messages: 1318
Registered: February 2003
Location: England, UK
Karma: 0
General (1 Star)
Simple fix.. you click <- Back then click Forward -> and try again.

http://www.OpticalGaming.com/matt/signature.jpg
http://www.OpticalGaming.com || irc.OpticalGaming.com
wtf is this? [message #103749] Sat, 24 July 2004 04:12 Go to previous messageGo to next message
npsmith82 is currently offline  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. Confused


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 messageGo to next message
Anonymous
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 messageGo to next message
npsmith82 is currently offline  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 messageGo to next message
Anonymous
I don't really have an Internet server provider, I link my comp with my friends.
wtf is this? [message #103991] Sun, 25 July 2004 06:49 Go to previous messageGo to next message
spreegem is currently offline  spreegem
Messages: 1755
Registered: March 2003
Location: Ellington, CT
Karma: 0
General (1 Star)

Actually, you do, it's your friends ISP . . .

wtf is this? [message #104026] Sun, 25 July 2004 10:03 Go to previous messageGo to next message
Anonymous
AHHHHHH, ok then.
wtf is this? [message #104381] Tue, 27 July 2004 08:59 Go to previous messageGo to next message
Jzinsky is currently offline  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 messageGo to next message
npsmith82 is currently offline  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 messageGo to next message
Anonymous
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 messageGo to next message
rm5248 is currently offline  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 messageGo to next message
npsmith82 is currently offline  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 messageGo to next message
Anonymous
npsmith82

rm5248

And that has to do with this topic because........?
My thoughts exactly...


It's my sediments exactly!!
wtf is this? [message #104675] Wed, 28 July 2004 19:51 Go to previous messageGo to next message
mahkra is currently offline  mahkra
Messages: 219
Registered: April 2004
Karma: 0
Recruit
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. Razz )
wtf is this? [message #104682] Wed, 28 July 2004 20:13 Go to previous messageGo to next message
Aircraftkiller is currently offline  Aircraftkiller
Messages: 8213
Registered: February 2003
Karma: 0
General (5 Stars)
And yet you have the audacity to call anyone else an idiot.
wtf is this? [message #104684] Wed, 28 July 2004 20:42 Go to previous messageGo to next message
mahkra is currently offline  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
Anonymous
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. Razz )


It was a joke.
Previous Topic: Leveledit help
Next Topic: Renegade Alert Socket Wrench
Goto Forum:
  


Current Time: Sun Oct 20 06:56:52 MST 2024

Total time taken to generate the page: 0.01216 seconds