
Mar 16, 2013, 05:44 PM
|
 |
|
|
Member Since: Dec 2003
Location: Coram Deo
Posts: 35,474
|
|
From v bulletin forum board:
Here
Quote:
are the general guidelines i use to prevent this error 99% of the time on my board.
1. increase your session timeouts in vbulletin settings (around 30 mins is good unless a game takes longer to play)
2. make sure holdsession.php is uploaded and in the right place.
3. inform your members to use the remember me box when they log in
4. inform your members not to use the refresh or back buttons in their browser to start a new game.
5. inform your members to only play 1 game at a time
I used to get nothing but complaints of the same error, but since following these guidelines the error has all but disappeared.
|
and
Quote:
for closed information about the reason, open /arcade.php and set $DEBUGMODE to 2
|
Going to see if there's anything else......
Quote:
My problem is due to my .htaccess file. I have /index.php redirected to / and when it tries to save the score, it redirects to /?act=Arcade&do=newscore rather than /index.php?act=Arcade&do=newscore which causes it not to save the score.
Is there anyway to either change something where it saves the score to /?act=Arcade&do=newscore (no index.php) or a RewriteCond I can use in the .htaccess file to work around this problem?
Here is basically what I'm using in my .htaccess file, if I remove this part, the scores save. I need the scores to save and the functionality of this to remain the same.
Block Disabled: (Update License Status) Suspended or Unlicensed Members Cannot View Code.
--------------- Added 22 Feb 2009 at 21:03 ---------------
Adding:
Block Disabled: (Update License Status) Suspended or Unlicensed Members Cannot View Code.
|
Quote:
Originally Posted by Mahoni999 New Filter of SQL-Keywords is filtering some words that it should not such as "or" . Search-Function hasn`t been able to find Games like Factory Balls.
When Highscore gets saved it takes the game ID as Key, but also other Infos get submitted. So the Guess is, that here this Filter also takes Action and prevendes then the Saving.
|
DocJohn, One thing else I've noticed is that on comment lines after it does score, it blocks the "or" in any word (like for, score...showing only "f" etc)
__________________
Believe in Him or not --- GOD LOVES YOU!
Want to share your Christian faith? Click HERE
|