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)

ShawnV 10-22-2006 05:21 PM

Quote:

Originally Posted by funky1
Har, the poor guy is probably gonna have a nervous breakdown with all this pressure.

:alien:

ROFL, Na its creative support mantra :rambo:

kurtbarker 10-22-2006 10:23 PM

Quote:

Originally Posted by MrZeropage
I am planning to finish it around the weekend 20th-22nd of october :)

It's already the 23rd :(

kurtbarker 10-22-2006 11:32 PM

Is there an option to use the default navbar template in the arcade?

I have a second navbar for all the links, and in the arcade [arcade.php], it only shows the one. I remember an option to use the default navbar, I just can't remember where...

Thanks

lanc3lot 10-23-2006 02:12 AM

Zero take your time, release it when u think is the right time, we will wait for it :)

BoYagoob 10-23-2006 04:15 AM

http://www.qatarp.com/files/40/mrz.gif

:laugh:

kurtbarker 10-23-2006 05:52 AM

ohh, the excitment :D

He's gunna go slow on us now, the next update will be: 99.80% done, lol

chkdgate 10-23-2006 06:10 AM

I installed this in less than 15 minutes. What an awesome mod! I only have one small problem but being as how this is post #2229, I just don't know where to look. As soon as I finish a game (any game) it takes me back to my home page all on it's own. It doesn't allow me to view any scores or leave any comments. Any thoughts? Thank you.

EDIT: I'm running vba cmps 2.1.0. Could this have anything to do with that?
EDIT 2: Gives me the message "cannot retrieve scores"
EDIT 3: Fixed. Apparently reading helps, (INFO-vba portal text-index.php modification).

chkdgate 10-23-2006 08:11 AM

1 Attachment(s)
Now I'm getting this error. I then go and re-upload the file, it works until I log out of my site and then I get the 404 message.:confused:

Ramsesx 10-23-2006 02:03 PM

Quote:

Originally Posted by chkdgate
Now I'm getting this error. I then go and re-upload the file, it works until I log out of my site and then I get the 404 message.:confused:

Maybe you need to put into your cmps acp default settings arcade.php on Navbar Replacements. And as I read you added this into your cmps index file(?):
PHP Code:

// ibProArcade modification
if($_POST['module'] == "pnFlashGames"){
    
$_GET[act] = "Arcade";
    
$_GET['module'] = "arcade";
}
if(
$_POST['func'] == "storeScore"){
    
$_GET['do'] = "pnFStoreScore";
}
if(
$_POST['func'] == "saveGame"){
    
$_GET['do'] = "pnFSaveGame";
}
if(
$_POST['func'] == "loadGame"){
    
$_GET['do'] = "pnFLoadGame";
}
$act $_GET[act];
$showuser$_GET[showuser];
if(
$act == "Arcade") {
include 
"arcade.php";
exit();
}
if(!empty(
$showuser) && $showuser >= 1) {
$u $showuser;
$_GET[u] = $showuser;
include 
"member.php";
exit();
}
// end of ibProArcade modification 


MrZeropage 10-23-2006 09:50 PM

Ok friends, ibProArcade v2.5.7+ is finally finished :cool:

I already did test the update-process on one site and it went fine.
I now need one fresh, new installation (best one on vBulletin 3.6.2 and one on vB 3.5.5) to make sure I did not forgot anything.

Anybody out there new to ibProArcade and wants to install it on a forum not having ibProArcade before ? Even v3arcade-converters are welcome :)

Please PM me if you are interested, right after those final test is positive, v2.5.7+ will be released to the public ...



Stay tuned !


All times are GMT. The time now is 10:32 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.04914 seconds
  • Memory Usage 1,754KB
  • 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_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (7)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