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)

Hippy 03-01-2012 10:03 PM

Quote:

Originally Posted by Bob_R (Post 2305176)
No issue. I just didn't see explicit instructions on how to update/fix.

Is it in the new download?




there is no patch you need to compare files to do it manually..
I posted the files that where changed and all you have to do it use compare it! and comapre v2.7.1 to v2.7.2 and add / change those lines in your arcade ...
if you want send me your root •/arcade.php
•/arcade/modules/mod_arcade.php
and I will apply the edited / patch and email them back..
my email is in my profile..

Bob_R 03-02-2012 05:25 PM

OK, just sent them not even a minute ago.

Thanks!!!!!!!!!

Bob_R 03-02-2012 05:57 PM

I just got a notification that the email didn't go through.

Are you sure that is a valid email addy of yours?

************************************************** **

Nevermind. I know what I did I just re-sent it.

Again, thanks!!!!!!!!!

Blacura 03-03-2012 02:16 AM

I get this error. what have i done wrong?

Quote:

Your submission could not be processed because a security token was missing.

If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error.
Ladies Let's Ride | Community Forums

Hippy 03-03-2012 02:22 AM

Quote:

Originally Posted by Blacura (Post 2305558)
I get this error. what have i done wrong?

add this code just below <?php in your index.php file

Code:


// 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


Emeralda 03-03-2012 01:14 PM

I think I'm lost. On 4.1.10 it didn't add a link to the arcade on navbar or anywhere, even when the module is enabled and working.

Hippy 03-03-2012 05:27 PM

Quote:

Originally Posted by Emeralda (Post 2305705)
I think I'm lost. On 4.1.10 it didn't add a link to the arcade on navbar or anywhere, even when the module is enabled and working.

your not lost there is no button..
this will add the button and navbar
https://vborg.vbsupport.ru/showthrea...39#post2295239

BF777 03-06-2012 08:32 PM

I'm getting these errors at least 10 times a day. Any clue on how to get rid of them?

Invalid SQL:

SELECT *
FROM gameroom_language;

MySQL Error : Table 'boxing_vbforum.gameroom_language' doesn't exist
Error Number : 1146
Request Date : Tuesday, March 6th 2012 @ 03:57:44 PM
Error Date : Tuesday, March 6th 2012 @ 03:57:44 PM
Script : http://www.mydomainname.com/forums/g...&ts=0.81268950

Referrer :
IP Address : 66.11.......
Username : Unregistered
Classname : vB_Database
MySQL Version :

Gemma 03-06-2012 08:59 PM

That error is caused by Gameroom, not IPB Arcade

https://vborg.vbsupport.ru/showthread.php?t=239817

BF777 03-06-2012 10:16 PM

Thank you. I had totally forgotten I uploaded Gameroom a year or two ago. Never did use it though.


All times are GMT. The time now is 03:40 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.08660 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
  • (1)bbcode_code_printable
  • (4)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