vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   v3 Arcade - Games Arcade & Challenge System [vB 3.0.3] (https://vborg.vbsupport.ru/showthread.php?t=60377)

mini2 02-16-2004 04:44 PM

Quote:

Originally Posted by John
Every single person who has had your problem has found it to be a file modification error. People don't follow the instructions properly.


Hi John, people on the MINI2 Arcade at www.mini2.com/forum/arcade.php are still having problems recording scores.

It only seems to be very high scores and/or when people spend a long time in one game. I have the hack installed 100% correct as far as I can see.

It's happened to me once only, when I got a high score on the new Monkey game.

People are getting frustrated because it does it at the worst time possible, when they've got a good score!

It happens on various games, to various members, from various locations. The only pattern is it happens with very high scores or when they've been playing a long time.

The error is (as I've stated) the standard vBulletin "no permission" error.

Any chance you could offer any suggestions at all or if we could work out what's going wrong, as something is for sure!

dpakman91 02-16-2004 04:56 PM

n order to get members to post more, i thought about making the entire arcade require X number of posts, but that's not the right idea.

what i want to do is take my most popular games and make THOSE require X number of posts. how can this be done, with individual games rather than the entire arcade?

sifuhall 02-16-2004 05:02 PM

Still tracking down my scores problem.

I have tracked the problem down to arcade.php, inside
PHP Code:

if ($_POST['sessdo'] == "permrequest") { 

specifically this area:

PHP Code:

    globalize($_POST, array('note'=>STR_NOHTML'id'=>INT'gametime'=>INT'score'=>STR_NOHTML'key'=>INT));

    
// Turn negative globalize results into errors
    
if ($_POST['note'] == || $_POST['id'] == || $_POST['gametime'] == 0  || $_POST['fakekey'] == 0) {
        exit;
    } 

Inside these vars I have:
note=0
id=0
gametime=1076957565
fakekey=3


so it is note and id that are causing me to exit without recording the score.

These are _POST variables, why would they not be present here?

John 02-16-2004 05:03 PM

Does this happen with every game? What version of PHP are you using?

sifuhall 02-16-2004 05:07 PM

Yes, and PHP Version 4.3.3

John 02-16-2004 05:09 PM

Quote:

Originally Posted by sifuhall
Still tracking down my scores problem.

I have tracked the problem down to arcade.php, inside
PHP Code:

if ($_POST['sessdo'] == "permrequest") { 

specifically this area:

PHP Code:

    globalize($_POST, array('note'=>STR_NOHTML'id'=>INT'gametime'=>INT'score'=>STR_NOHTML'key'=>INT));

    
// Turn negative globalize results into errors
    
if ($_POST['note'] == || $_POST['id'] == || $_POST['gametime'] == 0  || $_POST['fakekey'] == 0) {
        exit;
    } 

Inside these vars I have:
note=0
id=0
gametime=1076957565
gametime=3


so it is note and id that are causing me to exit without recording the score.

These are _POST variables, why would they not be present here?

Why the two gametime variables?

sifuhall 02-16-2004 05:10 PM

sorry, typo. last was fakekey.

I have corrected the original post.

JoeBiscuit 02-17-2004 01:41 AM

I am also having a problem with it recording high scores. It seems to work for everyone besides me. It records all their time and scores but when it comes to mine it doesn't record anything. I am member id=1... Do you happen to know what could be the cause of this? Everything else is working besides recording my own statistics/high scores.

Thanks in advance.

Amzadi 02-17-2004 01:46 AM

After playing around with this issue, I found that high cpu/bandwidth usage on the server or a client with low bandwidth causes this. Playing the game from the server hosting it, is a bad idea. It may not be your problem but I hope this helps.

idwf 02-17-2004 01:52 AM

Quote:

Originally Posted by Amzadi
After playing around with this issue, I found that high cpu/bandwidth usage on the server or a client with low bandwidth causes this. Playing the game from the server hosting it, is a bad idea. It may not be your problem but I hope this helps.

tbh, how can you all still play? i cant even get on there!something to do with permissions?


All times are GMT. The time now is 11:15 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04949 seconds
  • Memory Usage 1,755KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (6)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete