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)

gcxboxps 05-02-2009 10:28 PM

Hey guys quick question. I have this version of ibProArcade: ibProArcade v2.6.7+

Should I even bother upgrading or is this version the same as what I have now?

Thanks!

original'as 05-03-2009 11:12 AM

Quote:

Originally Posted by SEWER WOLF (Post 1803258)
not sure if it is me but cant find that text.

your sorce shows <td class="vbmenu_control">
so try to look for just for text inside <td></td> tags. Then add similar line with the link.
Code:

<td class="vbmenu_control"><a href="arcade.php?$session[sessionurl_q]">Arcade</a></td>

militarytuners 05-03-2009 02:20 PM

My guys love this new edition

ShawneyJ 05-04-2009 09:45 AM

Quote:

Originally Posted by gcxboxps (Post 1803306)
Hey guys quick question. I have this version of ibProArcade: ibProArcade v2.6.7+

Should I even bother upgrading or is this version the same as what I have now?

Thanks!

im still running v2.6.7 and seems fine, i guess its up to you m8 ;)

kawe 05-05-2009 07:35 AM

im using custom index.php and my forum is forum.php
after submit score direct to index.php .... how to setup still on forum.php

ShawneyJ 05-06-2009 09:08 AM

Quote:

Originally Posted by kawe (Post 1804865)
im using custom index.php and my forum is forum.php
after submit score direct to index.php .... how to setup still on forum.php

you need to add the cmps code to your front page index.php, the code is in the arcade pack.

Eruantien 05-06-2009 07:19 PM

Installed but can't for the life of me figure out why it will not show up on my community/forums. All is well in the admin panel (as far as showing up).

redhawk89 05-07-2009 02:04 PM

Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 775919434 bytes) in /home/saskforu/public_html/arcade/functions/tar.php on line 797

comes up when I try to click "install all" from the tar archives!

Any way to get that to go away?

It also occasionally occurs when trying to add individual games...?

wolfstream 05-07-2009 03:09 PM

Raise the allowed memory limit in php.ini

Eruantien 05-07-2009 03:19 PM

Everything indicates this is installed as it is showing up in my CP. However, I have no clue why it won't show up in my community. Any help is greatly appreciated!

Vinyljunky 05-07-2009 03:43 PM

Quote:

Originally Posted by Eruantien (Post 1806432)
Everything indicates this is installed as it is showing up in my CP. However, I have no clue why it won't show up in my community. Any help is greatly appreciated!

Ask in the support forum ;) See green text in mod description :up:

redhawk89 05-07-2009 06:02 PM

1 Attachment(s)
I got one hell of a screwed up error. Check out this pic...

s8glive 05-08-2009 07:30 PM

1 Attachment(s)
i found a problem how do i fix it? Look at the image attached.

Nintendo-Daily 05-09-2009 02:20 AM

Question...should be easy enough. In the postbit (legacy), how can I make 6 game trophies/ icons appear per row rather than 5?

Nintendo-Daily 05-10-2009 12:21 PM

Question...should be easy enough. In the postbit (legacy), how can I make 6 game trophies/ icons appear per row rather than 5?

kyrenator 05-10-2009 12:59 PM

where can i find games for this mod?

Nadavy 05-11-2009 10:15 PM

What sites do I download games for this arcade from?

wolfstream 05-11-2009 10:26 PM

Quote:

Originally Posted by Nadavy (Post 1808975)
What sites do I download games for this arcade from?

Quote:

Please do not post any information, request or offer of Games here in this Thread !
This includes requesting sites to download games from I'm sure.
google is your friend. Use it to search for related games ;)

Nintendo-Daily 05-11-2009 10:31 PM

I totally don't understand why no one has answered this question. Is something like this that difficult to do?

Question...should be easy enough. In the postbit (legacy), how can I make 6 game trophies/ icons appear per row rather than 5?

wolfstream 05-11-2009 11:49 PM

Quote:

Originally Posted by Nintendo-Daily (Post 1808979)
I totally don't understand why no one has answered this question.

I do:
Quote:

remember that Support is given in the ibProArcade-Support-Forum

Nintendo-Daily 05-12-2009 02:31 AM

Quote:

Originally Posted by wolfstream (Post 1809023)
I do

Gee thanks...it only took 3 1/2 weeks for someone to acknowledge this. Seems kinda weird how other technical questions from members are getting answered in this forum :confused:

Thanks for letting me know though.

unicorn2433 05-12-2009 10:52 PM

Is there a way to give SM's permissions to add remove games?

Nadavy 05-13-2009 01:15 AM

I have a question.
When I try to upload a .tar file via the tar uploading option, this message comes up:
/home/forumname/public_html/forums/arcade is write-protected. Please change CHMOD to 0777 via FTP.

What exactly am I supposed to do?

gcxboxps 05-13-2009 11:09 PM

How can we allow members to download the games like this site does: http://www.next-level-arcade.com/ibproarcade.html

I can't find this mod anywhere! lol

Any help would be appreciated.

Thanks

shadism 05-17-2009 07:15 AM

Nice, thanks.

varkjie 05-19-2009 02:54 AM

So I had an issue with my forum and I had to move servers so the arcade main page is there but if I click on any of the categories I get an error saying the page isn't there..... I have tried re installing... is there something I am missing?

Thanks for your help, even though I know it's not your fault and it's operator error! :o

jimjam 05-19-2009 12:30 PM

When as instructed I add this to my index (vbadvanced)

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 

I get these error messages at the top of my forum page. Can anyone help. An arcade that does not record score is not popular:eek:


Quote:

Notice: Undefined index: module in D:\home\Default\mysite.co.uk\htdocs\index.php on line 3

Notice: Use of undefined constant act - assumed 'act' in D:\home\Default\mysite.co.uk\htdocs\index.php on line 42

Notice: Undefined index: act in D:\home\Default\mysite.co.uk\htdocs\index.php on line 42

Notice: Use of undefined constant autocom - assumed 'autocom' in D:\home\Default\mysite.co.uk\htdocs\index.php on line 43

Notice: Undefined index: autocom in D:\home\Default\mysite.co.uk\htdocs\index.php on line 43

Notice: Use of undefined constant showuser - assumed 'showuser' in D:\home\Default\mysite.co.uk\htdocs\index.php on line 44

Notice: Undefined index: showuser in D:\home\Default\mysite.co.uk\htdocs\index.php on line 44

Hitsums 05-19-2009 10:27 PM

I added a new skin and i wanted to know how would i make it so the games that people beat scroll above the user's name in every post?

Kottonmouth801 05-23-2009 01:31 AM

Thanks for the mod I love it...!

I am going to pay to unbrand the arcade....

But I have 1 question.??

Where may I obtain more games?? (When performing google search "I have no luck")

Either for purchase or for free.

Can you help.?

Sunka 05-24-2009 12:47 AM

Which column I have to empty in database to clean up Champion high scores of all time?

RobbieZ 05-25-2009 11:19 AM

Quote:

Originally Posted by Kottonmouth801 (Post 1815543)

Where may I obtain more games?? (When performing google search "I have no luck")

Either for purchase or for free.

Can you help.?

Are you sure?

I have just put the search criteria 'ibproarcade games' into google.

Its the first one!

alishahbazi 05-25-2009 02:13 PM

hi all user , please guide me :((

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

all the best (ali shahbazi)

neto614 05-26-2009 12:55 AM

Installed working great thaks are there more games ..... ???:D

RobbieZ 05-26-2009 05:52 AM

Quote:

Originally Posted by neto614 (Post 1817222)
Installed working great thaks are there more games ..... ???:D

Yes. Roughly 7000, Try google.

shinng 05-31-2009 08:40 PM

the default games work great. just have to figure how to add new games and get them to work properly. installed

W!cKeD 05-31-2009 10:48 PM

* Thanks & Installed * :up:

Dankesch?n MrZeropage

syedrehan84 06-02-2009 04:50 PM

My arcade does not save any scores sometimes. It only tells me your score could not be saved. It;s been more frequent recently. Any ideas what could be the problem?

extremal 06-03-2009 07:25 AM

syedrehan84, I have the same problem now..

koleos 06-04-2009 07:47 PM

Wow! this is cool

uprentiss 06-05-2009 07:06 PM

mySQL query error: SELECT user.userid, user.avatarid, user.avatarrevision, avatar.avatarpath, customavatar.filename, NOT ISNULL(filedata) AS hascustom, customavatar.dateline FROM (SELECT * FROM user WHERE userid=2) AS user LEFT JOIN avatar AS avatar ON avatar.avatarid = user.avatarid LEFT JOIN customavatar AS customavatar ON customavatar.userid = user.userid WHERE customavatar.userid=2 OR user.userid=2

mySQL error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT * FROM user WHERE userid=2) AS user LEFT JOIN avatar AS
mySQL error code:
Date: Friday 05th of June 2009 04:04:06 PM

it works for about 10 turns

then it stops i went to ur actual site to get help n im not getting any

can someone please help me

i have reinstalled as i was told its still doing it after playin about 5 games it does this


All times are GMT. The time now is 05:34 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.07889 seconds
  • Memory Usage 1,843KB
  • 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
  • (1)bbcode_php_printable
  • (12)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
  • (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