vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Major Additions - ibProArcade - professional Arcade System (https://vborg.vbsupport.ru/showthread.php?t=101554)

jack.wasabibot 09-06-2009 06:19 AM

thanks alot! I'm using this on my site now. When Vbulletin goes to 4.0 will this survive with an update? or will it have to be totally rewritten?

J19784B5A39B 09-07-2009 12:28 PM

Again I apologize to my English.
I am very disappointed by vBulletin: I bought the license, planning to do when we installed bene.Da: ibProArcade games room and impazzita.L 'installation is perfect but the games all give scores zero.Ho asked several times by the support staff and no one ever helped us in this problema.Are products vbulletin and miss supporto.E 'a disgrace.

matthewhotdude 09-07-2009 02:09 PM

Get this error when installing games :(

Fatal error: Maximum execution time of 30 seconds exceeded in /home/chattabo/public_html/arcade/functions/tar.php on line 808

m411b 09-08-2009 03:18 PM

Quote:

Originally Posted by inciarco (Post 1865604)
I Quote this Post I Just Made that Can be Useful to Perhaps Solve when Scores are not being Saved on Mozilla FireFox and also when Games don't Work as they should. (With Google Chrome and Internet Explorer the Score Problem don't Occur, so it's something with FireFox):

OK, well I dont use CPanel! So is there any other fix for keeping scores?

m411b 09-08-2009 03:25 PM

Quote:

Originally Posted by jaffaman (Post 1859052)
I got this from an old version from v2.6.7 m8 i think it should be the same the file was called INFO - vbadvanced or another Portal.


Hope that helps Glen290.

Code:

If you are using vbAdvanced Portal and your /index.php is not the original one from vBulletin,
you have to edit your alternate index.php:

open index.php

At the very beginning of the File, right after:
----------------------------------------------------------
<?php
----------------------------------------------------------

you have to insert:
----------------------------------------------------------
// ibProArcade
if($_POST['module'] == "pnFlashGames")
{
        require_once('./global.php');

        switch($_POST['func'])
        {
                case "storeScore":
                $_GET['act'] = "Arcade";
                $_GET['module'] = "arcade";
                $_GET['do'] = "pnFStoreScore";
                break;

                case "saveGame":
                $_GET['do'] = "pnFSaveGame";
                break;

                case "loadGame":
                $_GET['do'] = "pnFLoadGame";
                break;

                case "loadGameScores":
                $gid = $vbulletin->input->clean_gpc('p', 'gid', TYPE_INT);
                $uid= $vbulletin->userinfo['userid'];
                $game = $db->query_first("SELECT * FROM " . TABLE_PREFIX . "games_scores WHERE mid=$uid AND gid = $gid ORDER BY score DESC LIMIT 0,1");
                $scores = $game[score];

                if($scores != false)
                {
                        //Return true
                        print "&opSuccess=true&gameScores=$scores&endvar=1"; //send endvar to keep opSuccess separate from all other output from PostNuke
                }
                else
                {
                        print "&opSuccess=false&error=Error&endvar=1";
                }
                break;
        }
}

$act = $_GET[act];
$autocom = $_GET[autocom];
$showuser= $_GET[showuser];
if($act == "Arcade" || $autocom=="arcade") {
include "arcade.php";
exit();
}
if(!empty($showuser) && $showuser >= 1) {
$u = $showuser;
$_GET[u] = $showuser;
include "member.php";
exit();
}

// end of ibProArcade
----------------------------------------------------------


Otherwise your scores won't be recorded :)


Perfect fix! Thanks so much..

J19784B5A39B 09-08-2009 04:12 PM

I am here to ask a serious media, I beg you in danger of closing the game room. The problem is serious: since we installed Ipbroarcade with Top25players, everything went wrong: zero scores and standing fold. The download was done well, please someone vbulletin, can come to our aid?
Someone is willing to give us a hand and come to our forum? Now we have installed v3arcade, but someone can help and come to our forum to install ibProArcade? Respond please.

CharLzarD 09-10-2009 09:13 PM

Hmmm. Doesn't seem to be working for me on vBulletin v3.8.4.

In the ACP I get errors whenever I go to anything in the Arcade section of the ACP. I can still stay on the page, but it gives me errors like:

Fatal error: require() [function.require]: Failed opening required './arcade/functions/functions.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/insomni1/public_html/forums/admincp/arcade.php on line 37

When I go to the Arcade directory in my website it says that I don't have permission to access it.

m411b 09-12-2009 01:55 AM

???

How do I change the message that guests see when they try to play the arcade?
I do not allow guest to play the arcade and I would like to entice them to register in this manner!

Thanx, m411b

m411b 09-12-2009 10:24 AM

OK got it! Thanx for the help..

War.Frog 09-12-2009 12:58 PM

1 Attachment(s)
When I try and start a tourney, i get this

Quote:

mySQL query error: INSERT INTO tournaments
(gid,numplayers,datestarted,demare,creat,plibre,nb tries,cost,jackpot,jackpot_type,champion,url_discu t) VALUES
('21','4','1252727363','0','nyjetgrl','3','2','0', '','raising','','')

mySQL error: Unknown column 'jackpot' in 'field list'
mySQL error code:
Date: Friday 11th 2009f September 2009 10:49:23 PM
I discovered that going in through the Arcade ModCP avoided this error, for whatever reason. However, when I start a tourney I get the Join Tourney screen (see attach), a message that Tournament Registration is OK, and then I'm looped right back to this join screen.

Any thoughts?


All times are GMT. The time now is 01:01 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.09033 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
  • (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
  • (7)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