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)

ravenfaust 01-27-2015 03:38 PM

i searched google and cant find a site that allows me to download games, they all want me to sign up and pay for them///

ozzy47 01-27-2015 04:32 PM

IIRC ibp pro arcade site allows you 10 a day for free.

stangger5 01-27-2015 07:53 PM

Theres one good place I know of.. ;)

You get 10 games free per day..
If you get a high score in the arcade or make a post in the forum,, you get 10 more free..

You do have to register tho..

:)

ozzy47 01-27-2015 07:58 PM

I think that might be the one I mentioned, perhaps they went to five.

wjkingsnorth 01-27-2015 11:24 PM

Quote:

Originally Posted by ravenfaust (Post 2534618)
Where can i find some classic games ?

http://www.next-level-arcade.com/

http://www.ibpdownloads.com/ipb/index.php

GhostHunter2010 02-14-2015 09:50 AM

hi there im havin problem with this The administrator has disabled playing games for your usergroup. i havnt done nothing all i done is uploaded files thats all but wont let play.

stangger5 02-14-2015 01:50 PM

You need to give permission..

admincp >> Arcade >> Group Permissions

GhostHunter2010 02-14-2015 08:53 PM

hi there i did add premission as u said still didnt work anyaways i unistalled this i installed arcade v3 workin fine on vb 4.2.2

wjkingsnorth 03-25-2015 08:15 PM

Getting this error

Deprecated: Assigning the return value of new by reference is deprecated in //*****/*****/public_html/domain.com.com/forum/arcade.php on line 3191

Deprecated: Assigning the return value of new by reference is deprecated in /*****/*****/public_html/domain.com/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

I downloaded the fixed arcade files and tried them, but it did not fix it. I am on php 5.5, vb 4.2.3

blind-eddie 03-25-2015 08:24 PM

Quote:

Originally Posted by wjkingsnorth (Post 2541533)
Getting this error

Deprecated: Assigning the return value of new by reference is deprecated in //*****/*****/public_html/domain.com.com/forum/arcade.php on line 3191

Deprecated: Assigning the return value of new by reference is deprecated in /*****/*****/public_html/domain.com/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

I downloaded the fixed arcade files and tried them, but it did not fix it. I am on php 5.5, vb 4.2.3

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

wjkingsnorth 04-02-2015 07:29 AM

That fixed it

Steelerfan81 04-23-2015 06:20 PM

Warning: require(./arcade/functions/functions.php): failed to open stream: No such file or directory in ..../admincp/arcade.php on line 37

Warning: require(./arcade/functions/functions.php): failed to open stream: No such file or directory in ..../admincp/arcade.php on line 37

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

I'm getting this error. Any idea? I'm pretty new to all of this stuff. I get that error when trying to click on any of the options in the Admin control panel or if I try to go to the arcade.php file?

blind-eddie 04-23-2015 06:27 PM

You did not upload the arcade files. Upload the files to the proper locations.

Nobleman 05-02-2015 09:24 PM

do this work on VB 4.2.2?

stangger5 05-02-2015 11:26 PM

Quote:

Originally Posted by Nobleman (Post 2544707)
do this work on VB 4.2.2?

Yes...

Nobleman 05-03-2015 02:17 AM

Thanks, I did try it on my site and got this error on all the templates i have installed

Warning: Assigning the return value of new by reference is deprecated in ..../arcade/modules/mod_modcp.php on line 194

and the main page don't look right................any ideas?
http://www.noblecomputing.com/arcade.php

blind-eddie 05-03-2015 05:49 AM

Quote:

Originally Posted by Nobleman (Post 2544716)
Thanks, I did try it on my site and got this error on all the templates i have installed

Warning: Assigning the return value of new by reference is deprecated in ..../arcade/modules/mod_modcp.php on line 194

and the main page don't look right................any ideas?
http://www.noblecomputing.com/arcade.php




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

Open mod_modcp.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.

The layout issue is due to style settings, its that way in both your styles.
View your arcade through your original default style to see if you still have the page layout issue.

stangger5 05-03-2015 11:13 AM

Quote:

Originally Posted by Nobleman (Post 2544716)
the main page don't look right................any ideas?

Edit the arcade/functions/functions.php file for vb4 forums..

Find:
PHP Code:

$templater vB_Template::create('ARCADE'); 

Change to:

PHP Code:

$templater vB_Template::create('ARCADE_vB4'); 


Nobleman 05-03-2015 02:34 PM

Quote:

Originally Posted by stangger5 (Post 2544737)
Edit the arcade/functions/functions.php file for vb4 forums..

Find:
PHP Code:

$templater vB_Template::create('ARCADE'); 

Change to:

PHP Code:

$templater vB_Template::create('ARCADE_vB4'); 


Thanks for the reply but that did not fix, looks like the line blocks are missing - almost looks like its missing an image for the blocks.

Nobleman 05-03-2015 02:34 PM

Quote:

Originally Posted by blind-eddie (Post 2544723)
Save a copy of the mod_modcp.php file before you edit it.

Open mod_modcp.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.

The layout issue is due to style settings, its that way in both your styles.
View your arcade through your original default style to see if you still have the page layout issue.


Thanks Eddie that fixed it.

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

jatew2 05-18-2015 12:50 PM

Tried that and it gave me an SQL error.

mySQL query error: SELECT arcade_access, p_require FROM usergroup WHERE usergroupid = 1

mySQL error:
mySQL error code:
Date: Monday 18th 2015f May 2015 10:49:24 AM

stangger5 05-24-2015 12:34 PM

Mind if I have a look ?

jatew2 05-26-2015 03:08 PM

Sure, go ahead:

http://www.kpcnews.net/fence_post/arcade.php?

Elixar 06-06-2015 10:53 PM

I get this on the main arcade.php page:
PHP Code:

Warningstristr(): needle is not a string or an integer in ..../arcade.php on line 5550 


And then on the Arcade Mod CP page:

PHP Code:

WarningAssigning the return value of new by reference is deprecated in ..../arcade/modules/mod_modcp.php on line 194 


stangger5 06-06-2015 11:28 PM

Try the first part of this thread:
https://vborg.vbsupport.ru/showthread.php?t=282802

Elixar 06-14-2015 04:08 AM

I uploaded the arcade.php file and those errors are gone. The Mod CP error is still showing up though.

stangger5 06-14-2015 10:42 AM

The fix is in the same thread.

Look for: Over write your admincp/arcade.php with this one
Link to the file is below that.

Elixar 06-15-2015 03:55 AM

For this error, will this fix by Eddie still work?

PHP Code:

WarningAssigning the return value of new by reference is deprecated in ..../arcade/modules/mod_modcp.php on line 194 

https://vborg.vbsupport.ru/showpost....postcount=7217

blind-eddie 06-15-2015 09:55 AM

Quote:

Originally Posted by Elixar (Post 2547828)
For this error, will this fix by Eddie still work?

PHP Code:

WarningAssigning the return value of new by reference is deprecated in ..../arcade/modules/mod_modcp.php on line 194 

https://vborg.vbsupport.ru/showpost....postcount=7217

Yes.

Elixar 06-15-2015 02:16 PM

Quote:

Originally Posted by blind-eddie (Post 2547858)
Yes.

Now getting the following:

PHP Code:

Parse errorsyntax errorunexpected 'new' (T_NEWin /home/science/public_html//arcade/modules/mod_modcp.php on line 194 



All times are GMT. The time now is 10:54 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.06778 seconds
  • Memory Usage 1,873KB
  • 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
  • (15)bbcode_php_printable
  • (10)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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