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)

FleaBag 03-23-2004 01:51 PM

Got this working on Gold by doing the file edits too. Thanks for this hack. Deserves the award it got! 3 days, 13 hours, 43 minutes and 46 seconds spent playing games by my members. :D

Silver_2000_)! 03-23-2004 03:31 PM

I searched the thread and didnt see this mentioned...

The Hack is GREAT - Installed fine BUT - I seem to have lost the PM popups...

Is it possible that the hack has changed the way the system handes PM popups ??

If so where would I look for the correction ???

Thanks in advance...

Doug

Ogmuk 03-23-2004 03:34 PM

Is there anyone else who still has the problem that scores aren't being saved? I just checked each file and while the hack does work on my test forum, it won't work on the live one.

corsacrazy 03-23-2004 03:42 PM

Quote:

Originally Posted by FleaBag
Got this working on Gold by doing the file edits too. Thanks for this hack. Deserves the award it got! 3 days, 13 hours, 43 minutes and 46 seconds spent playing games by my members. :D

Total Time Spent Playing: 21h 10m 44s Total Plays: 529

Silver_2000_)! 03-23-2004 04:34 PM

Quote:

Originally Posted by Silver_2000_)!
I searched the thread and didnt see this mentioned...

The Hack is GREAT - Installed fine BUT - I seem to have lost the PM popups...

Is it possible that the hack has changed the way the system handes PM popups ??

If so where would I look for the correction ???

Thanks in advance...

Doug

Well not sure why but the popups started working again - NOthing changed...

Weird - sorry for the fire drill...

AutomatikStudio 03-23-2004 07:13 PM

I searched this thread couldn't find this error, but apologies if it's been posted. I've gotten this error about 5 times today:

Code:

Database error in vBulletin 3.0.0:

Invalid SQL: UPDATE games SET highscorerid=,highscore=289 WHERE shortname='mcsnake'
mysql error: You have an error in your SQL syntax.  Check the manual that corresponds to your MySQL server version for the right syntax to use near 'highscore=289 WHERE shortname='mcsnake'' at line 1

mysql error number: 1064


Beermonster 03-23-2004 07:39 PM

brilliant hack, hours of fun, thanks :)

Nomb 03-23-2004 07:40 PM

There's a syntax error in that query:

Code:

UPDATE games SET highscorerid=,highscore=289 WHERE shortname='mcsnake'
Should be:

Code:

UPDATE games SET highscore=289 WHERE shortname='mcsnake'
The error should be in arcade.php, take a look.

Chrissicom 03-23-2004 07:45 PM

I installed it on vB 3 Gold without any problems :) working great, superb hack !!

AutomatikStudio 03-23-2004 08:17 PM

Quote:

Originally Posted by Nomb
There's a syntax error in that query:

Code:

UPDATE games SET highscorerid=,highscore=289 WHERE shortname='mcsnake'
Should be:

Code:

UPDATE games SET highscore=289 WHERE shortname='mcsnake'
The error should be in arcade.php, take a look.

Hmmm...I searched in arcade.php and the phrase "SET highscoreid" wasn't anywhere in it.


All times are GMT. The time now is 10:18 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.04411 seconds
  • Memory Usage 1,746KB
  • 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
  • (5)bbcode_code_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