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)

stangger5 12-02-2015 11:39 AM

Quote:

Originally Posted by macfan365 (Post 2559564)
I also installed the navtab plugin and nothing happened.

Did you look to see if its active ?
admincp >> Navigation Manager >> Arcade:
Choose "Edit" from the drop down to the right and click "Go".
Active need to be "YES".

macfan365 12-02-2015 04:14 PM

Quote:

Originally Posted by stangger5 (Post 2559604)
Did you look to see if its active ?
admincp >> Navigation Manager >> Arcade:
Choose "Edit" from the drop down to the right and click "Go".
Active need to be "YES".


Still didn't help out with my problem I'm having. Check PM on your site. :)

stangger5 12-03-2015 11:22 AM

Quote:

Originally Posted by macfan365 (Post 2559617)
Still didn't help out with my problem I'm having. Check PM on your site. :)

The ibProArcade Tab in Navbar is working fine..

Your problem was in the ARCADE_vB4 template.

Here`s the template edit:
https://vborg.vbsupport.ru/showthread.php?t=320968

IslamicBoard 12-03-2015 11:29 PM

Is it possible to have your own games? Or are the games preselected?

ArcadeSyndicate 12-04-2015 12:55 AM

sure you can use your own games. there are several sites you can download them.

karan2175 12-09-2015 08:36 PM

Quote:

Originally Posted by mystiksven (Post 2553869)
Hello,
Itried to install the arcade on my 4.2.3 board. The instruction says



PHP Code:

<li><a href="calendar.php{vb:raw session.sessionurl_q}">{vb:rawphrase calendar}</a></li

Cannot find this in the template and don?t know where i shall add the following line now




PHP Code:

<li><a href="arcade.php{vb:raw session.sessionurl_q}">Arcade</a></li

Maybe someone can give me a hint :D

Had same problem, figured it out.. Thanks,

mjw1205 12-29-2015 07:24 PM

None of the players high scores are saving on mine for some reason. not getting any php errors or anything of that sort. It shows the ammount of times played. Just no scores..http://usafdefender.com/arcade.php

Navi-Mann 12-31-2015 07:19 AM

Suche die index.php auf deinem Server und f?r Folgendes dr?ber ein und Speicher es wieder auf deinem Server

Find the index.php on a server and for the following over it, and store it back to your server

PHP Code:

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


Max_69 02-27-2016 08:39 AM

Hi guys, i have this error when start with a game:

Quote:

Deprecated: Assigning the return value of new by reference is deprecated in /data/vhosts/gameinvaders.it/httpdocs/forum/arcade.php on line 3191

Deprecated: Assigning the return value of new by reference is deprecated in /data/vhosts/gameinvaders.it/httpdocs/forum/arcade.php on line 4084

PHP Warning: Cannot modify header information - headers already sent by (output started at ..../arcade.php:3191) in ..../arcade.php on line 97

PHP Warning: Cannot modify header information - headers already sent by (output started at ..../arcade.php:3191) in ..../arcade.php on line 2677

PHP Warning: Cannot modify header information - headers already sent by (output started at ..../arcade.php:3191) in ..../arcade.php on line 2678

PHP Warning: Cannot modify header information - headers already sent by (output started at ..../arcade.php:3191) in ..../arcade.php on line 2679

PHP Warning: Cannot modify header information - headers already sent by (output started at ..../arcade.php:3191) in ..../arcade.php on line 2680
In the arcade.php i have this:

Quote:

Deprecated: Assigning the return value of new by reference is deprecated in /data/vhosts/gameinvaders.it/httpdocs/forum/arcade.php on line 3191

Deprecated: Assigning the return value of new by reference is deprecated in /data/vhosts/gameinvaders.it/httpdocs/forum/arcade.php on line 4084

PHP Warning: Cannot modify header information - headers already sent by (output started at ..../arcade.php:3191) in ..../arcade.php on line 97
How resolve? Thanks

blind-eddie 02-27-2016 11:40 AM

Quote:

Originally Posted by Max_69 (Post 2565730)
Hi guys, i have this error when start with a game:



In the arcade.php i have this:



How resolve? Thanks


Save a copy of the arcade.php file before you edit it.

Open arcade.php in your favorite editor.

Find all instances of =& and change it to = save

You may have to repeat these steps in other files. Remember to ALWAYS save a copy of the file before you edit it.


All times are GMT. The time now is 04:25 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.08790 seconds
  • Memory Usage 1,772KB
  • 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
  • (3)bbcode_php_printable
  • (7)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