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)

blind-eddie 05-03-2015 03:07 PM

Does the arcade look messed up viewing through the default style?

Nobleman 05-03-2015 03:14 PM

ya its the same on that one as well, everything seems to be working just that nothing is in blocks, seems like an image file or something missing to make it clean, there was one image file in the package called tile_back.gif not sure if that has anything to do with it tho.

stangger5 05-04-2015 04:51 PM

Add this to your ARCADE_vB4 template..

Right below this:
PHP Code:

{vb:raw headinclude

Add this:
PHP Code:

{vb:cssfile ARCADE.css


Tamara-Jasmin 05-13-2015 11:32 AM

Hi, sorry my englisch... can not;)

my errorlog write this:
Quote:

PHP Notice: Undefinierter Index: module in /****/index.php {on line 3}


PHP Notice: Undefinierter Index: act in /****/index.php {on line 42}


PHP Notice: Undefinierter Index: autocom in /****/index.php {on line 43}


PHP Notice: Undefinierter Index: showuser in /****/index.php {on line 44}


in index.php is:

PHP Code:

.
.

$act $_GET[act];
$autocom $_GET[autocom];
$showuser$_GET[showuser];
if(
$act == "Arcade" || $autocom=="arcade") {
include 
"arcade.php";
exit();
.


one day ca. 300-400 lines in error_log
what is the problem here?

another problem:
King of the gameshall
i have delete all points from "Rudi"
i have delete "rudi" from vbulletin
allways stay at "King from Gameshall"

Games-Hall => mod-cp =>champions => all games => champions aktualisieren dont work! I can NOT DELETE "Rudi" !!!!

sorry from my english.
Tammy

stangger5 05-13-2015 12:17 PM

The code in your index.php should look like this:

PHP 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 

To get rid of "rudi".
Have you tried the Score Tools ?
Admincp >> Arcade >> Score Tools: Update User Names, Update Highscores, Update the Best Results and Update League..

blind-eddie 05-13-2015 03:30 PM

That is the same code as what is in my index and I receive those errors everyday.

1 have 1712 kb error log from 05/02/15 - 05/13/15

I purge logs monthly.

Tamara-Jasmin 05-13-2015 06:06 PM

yep - the same code. I use vb 4.2.2 PL4 (German).
The score Tools dont work, and not found a text with "King of Gameshall" in MySQL Database.

Is 2.7.2+ end of Life? The Date ist from 27.02.2012. In German Forum a User say:
Forget it: Buy "arcade von dragonbyte" ... 110 € !!
Money for a Program is ok - but this is too mutch!

Thanks:
Tammy

Tamara-Jasmin 05-14-2015 01:32 PM

Ok ... I see the Code from Gamehall.
The Constante is not set - first set when start the Gamehall.

I have set error_reporting in index.php, and the error not logged.

PHP Code:

1.<?php
2.error_reporting
(E_ALL ^E_NOTICE);
3.
4.
// ibProArcade
5.if($_POST['module'] == "pnFlashGames")
.
.
.

Liebe Gr?sse:
Tammy

jatew2 05-15-2015 12:06 PM

I'm getting this message on my arcade index page:

Warning: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in ..../arcade/functions/dbclass.php on line 44

Any idea why or what I can do to fix it?

stangger5 05-15-2015 02:19 PM

Have you tried this ?

Main arcade.php file.

PHP Code:

$MYSQLI        0;        // set to 1 to use ibProArcade-mySQLi-driver 

Change the 0 to 1


All times are GMT. The time now is 12:43 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.15531 seconds
  • Memory Usage 1,771KB
  • 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
  • (6)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)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