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)

gator777 12-17-2005 08:51 AM

Quote:

Originally Posted by MrZeropage
@gator777:
will also be done within 2.5.4 which should arrive in december I hope

Thats great news MrZeropage. I'm a big fan, and look forward to all your releases. :) Thanks for taking the time to answer the post.

Rhoads 12-17-2005 08:55 AM

1 Attachment(s)
@MrZeropage

This is the complete Dutch translation of arcade including the admin part.

@Harry1951

Thanks for the first part

Xplorer4x4 12-17-2005 09:16 AM

Oh and how can I move the arcade anouncments to the top of the arcade instead of like them iddle area under the game?

utw-Mephisto 12-17-2005 08:19 PM

Does someone know how I can give a member in his arcade cp the option to switch of the crowns (hide them) completely ?

davidw 12-17-2005 11:09 PM

I've got that on my site. I created a new user field and set it to No, then Yes. And in postbit legacy I've done an if condition == Yes - then show Arcade.

NuclioN 12-18-2005 12:05 PM

Can someone please add the method to alter swf files so they pull their highscore into the database? I know that with the earlier arcade you had to make a movieclip with two keyframes and on the first one there's the code with a highscore variable which is different most of the times. Tnx in advance.

OneShot 12-19-2005 02:56 PM

Great Hack ...

One problem tho, I installed vBa CMPS and some other stuff and it worked for a while,but now when I play a game and it ends, regardless if I have a new (personal) Highscore or not I get kicked right after the game ends to the portal page (index.php) - forum is now forum.php.

This setting worked pretty well till now, but somehow it doesn't anymore (see problem above). Any ideas.

EDIT : It seems that only as TAR files uploaded games are the problem.
I have two games, MineCar and NavyBattles that work just fine.

Thanks for your work again.

harry1951 12-19-2005 03:09 PM

Quote:

Originally Posted by drl2005
@MrZeropage

This is the complete Dutch translation of arcade including the admin part.

@Harry1951

Thanks for the first part

Well done Raymond :) I only don't like the translation for Arcade into 'speelhal' Suggestions are welcome...

utw-Mephisto 12-19-2005 03:39 PM

Quote:

Originally Posted by OneShot
Great Hack ...

One problem tho, I installed vBa CMPS and some other stuff and it worked for a while,but now when I play a game and it ends, regardless if I have a new (personal) Highscore or not I get kicked right after the game ends to the portal page (index.php) - forum is now forum.php.

This setting worked pretty well till now, but somehow it doesn't anymore (see problem above). Any ideas.

EDIT : It seems that only as TAR files uploaded games are the problem.
I have two games, MineCar and NavyBattles that work just fine.


Thanks for your work again.

Add this to your index.php right after <?php:

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 

So your index should look something like

PHP Code:

<?php
// ++=========================================================================++
// || vBadvanced CMPS v2.0.0 (vB 3.5) - 9656
// || ? 2003-2004 vBadvanced.com & PlurPlanet, LLC - All Rights Reserved
// || This file may not be redistributed in whole or significant part.
// || http://vbadvanced.com
// || Downloaded 03:54, Fri Dec 9th 2005
// || 
// ++ ========================================================================++


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

error_reporting(E_ALL & ~E_NOTICE);
define('NO_REGISTER_GLOBALS'1);
define('THIS_SCRIPT''adv_index');
define('VBA_PORTAL'true);
define('VBA_SCRIPT''CMPS');

// ============================================
// Enter the full path to your forum here
// Example: /home/vbadvanced/public_html/forum
// ============================================

chdir(xxxxxx);

// ============================================
// No Further Editing Necessary!
// ============================================

$phrasegroups = array();
$globaltemplates = array();
$actiontemplates = array();
$specialtemplates = array();

require_once(
'./global.php');

print_portal_output($home);

?>

@MrZeropage: Cant you add that to the readme, I guess it must have been answered already a gazillion time but the thread is just tooo huge ;)

OneShot 12-19-2005 03:55 PM

Thank you that worked!! Can't await what wonders will come with the next release? Maybe one vs one challenges ? Anyway, great hack ...


All times are GMT. The time now is 05:32 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.04072 seconds
  • Memory Usage 1,773KB
  • 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
  • (2)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