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)

ap0c 03-23-2004 11:08 PM

incredible addition to a forum, thanks!

Hurricane 03-23-2004 11:24 PM

Quote:

Originally Posted by Ogmuk
If you ever find a fix I'd love to know it since it's lacking an uninstall option and the arcade is quite useless at it is right now.

I may have found my culprit. One thing I had installed that I had not thought about was Power Banner. I took the include out and the Arcade works fine!

Ogmuk 03-23-2004 11:28 PM

Quote:

Originally Posted by Hurricane
I may have found my culprit. One thing I had installed that I had not thought about was Power Banner. I took the include out and the Arcade works fine!

Hmm. Which include is that? I've not had or have that one installed but I do have a few other hacks installed which are without a doubt adding to or causing this weird behavior.

edit: is this the php include template you're speaking of?

another edit: Oh my... and it was only an "if script" condition that needed to be included into the phpinclude_start template to fix this. Thanks a ton for sharing the info :)

xmorpher 03-24-2004 02:35 AM

i would not recommend to upgrade to GOLD
until all problems are detected and fixed
:)

xmorpher 03-24-2004 03:22 AM

oops.. i posted a game here, but i changed it to the other thread
:)

https://vborg.vbsupport.ru/external/2010/10/8.gif Enjoy it

Alien 03-24-2004 03:54 AM

xmorpher: Works great, very nice job... :)

Frugal 03-24-2004 04:10 AM

The only thing this needs is for the challenge option to only appear in the postbit and profile if both parties have permission to play in the arcade. I'm pretty sure this is a simple job using conditionals, but can't quite work out how to do it. If someone has already posted this I apologise but it gets lost in 116 pages.

Frugal

Lissa 03-24-2004 01:10 PM

I installed the arcade on vB3, and everything works fine except when you're finished with the game, it says "please wait while your score is submitted" and nothing ever happens. It doesn't record the high score at all... it doesn't record any scores =/

John 03-24-2004 01:13 PM

Lissa, presuming you've installed everything correctly - is this an unhacked board? Also, do you have any additional javascript (e.g. phpAdsNew) included in any of your pages?

Ogmuk 03-24-2004 01:17 PM

Quote:

Originally Posted by Lissa
I installed the arcade on vB3, and everything works fine except when you're finished with the game, it says "please wait while your score is submitted" and nothing ever happens. It doesn't record the high score at all... it doesn't record any scores =/

I had the same problem and had to figure out that you should edit your phpinclude_start and phpinclude_end templates and alter it this way:

Code:

if (THIS_SCRIPT != 'arcade')
{
<insert content of template here>
}



All times are GMT. The time now is 10:32 AM.

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.03444 seconds
  • Memory Usage 1,736KB
  • 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
  • (1)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