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)

Mark Vick 10-25-2004 04:21 AM

hi there,
this is a great hack and I would love to get it working

I installed is as you said, I have vb 3.0.3
Running on windows 2003 server

After the install, I get no error,
In my admin cp when I click on Arcade, I get the following.

Just a blank page as per image (Untitled-1.gif)

Then when I login and click on arcade in the top links menu, I just get Untitled-3.gif)

Any help would be much appreciated

Mark Vick 10-25-2004 04:29 AM

hi there,
this is a great hack and I would love to get it working

I installed is as you said, I have vb 3.0.3
Running on windows 2003 server

After the install, I get no error,
In my admin cp when I click on Arcade, I get the following.

Just a blank page as per image (Untitled-1.gif)

Then when I login and click on arcade in the top links menu, I just get Untitled-3.gif)

Any help would be much appreciated

ChuanSE 10-25-2004 06:35 AM

Recheck your copied code ;)

Farox 10-25-2004 12:05 PM

Some people are having the problem that the highscores aren't updated on their forums. After some candlelight debugging via email I found the fix for that:

In Arcade.php
Find:
PHP Code:

    $DB_site->query("INSERT INTO " TABLE_PREFIX "gamesessions (sessionid,gamename,userid,start,sessiontype,challengeid) VALUES ('','$shortname','$bbuserinfo[userid]','$gametime',$sessiontype,$challengeSQL)");
    
$lastid mysql_insert_id(); 

Replace with:
PHP Code:

    $DB_site->query("INSERT INTO " TABLE_PREFIX "gamesessions (sessionid,gamename,userid,start,sessiontype,challengeid) VALUES ('','$shortname','$bbuserinfo[userid]','$gametime',$sessiontype,$challengeSQL)");
    
$lastid mysql_insert_id($DB_site->link_id); 


Mr.Haze 10-26-2004 07:59 AM

I love this hack!!!

I also have the vShop installed, can anyone tell me if there is a hack/mod so that users can win vCash by getting a top score?

I'm not talking about the Arcade Pass hack, more like the oposite, so they get paid to play, rather than have to pay to play?

kall 10-26-2004 08:14 AM

Quote:

Originally Posted by Mr.Haze
I love this hack!!!

I also have the vShop installed, can anyone tell me if there is a hack/mod so that users can win vCash by getting a top score?

I'm not talking about the Arcade Pass hack, more like the oposite, so they get paid to play, rather than have to pay to play?

You could probably still use the Arcade Pass hack...just set the cost per game to 0 and the jackpots should still function.

zephy 10-27-2004 09:11 AM

Some people might find this file useful. Its an XML file with all of the Arcade templates in it, you just append it to existing Style template and it will add the arcade template, useful if you've got lots of forum styles like mine!

HTH

Thanks very much for the hack!!!

RichieBoy67 10-27-2004 07:01 PM

I know this has probably been covered but I cannot find it.

Right now my arcade has 122 games all on one page. How can I get them listed maybe 15 games per page???

Thanks,

Rich

Reverend 10-27-2004 07:21 PM

Quote:

Originally Posted by RichieBoy67
I know this has probably been covered but I cannot find it.

Right now my arcade has 122 games all on one page. How can I get them listed maybe 15 games per page???

You must have already edited the setting for it to list 122 on one page.The default is 10.

in arcade.php look for: $perpage = x; (replace x with 15)

peterska2 10-27-2004 07:37 PM

The original version listed them all on one page. There's a pagination mod out. I'll see if I can find the link for you.


All times are GMT. The time now is 02:03 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.05438 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
  • (2)bbcode_php_printable
  • (2)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