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)

desiforums 06-20-2006 03:36 AM

hi I installed it and its working fine but one problem its not submitting the score, so anyone can help me.

da420 06-20-2006 05:16 AM

I get this error when I install games. It installs all games fine, just is annoying.

Code:

Warning: fread() [function.fread]: Length parameter must be greater than 0 in /arcade/functions/tar.php on line 783

vbreal 06-20-2006 08:16 PM

Your arcade isn't submitting the scores.


Quote:

Originally Posted by desiforums
hi I installed it and its working fine but one problem its not submitting the score, so anyone can help me.

if u using vbadvanced try this.


Quote:

Originally Posted by MrZeropage
You have to insert the ibProArcade-Code at the very beginning of the file:

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 01:24, Fri Nov 25th 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



wilhelm32 06-20-2006 10:19 PM

hello, I installed this hack locally and worked well. But when I used it on live forums, arcade.php just displays a blank page. Anyone had this error before?

Thanks.

KingKory 06-21-2006 04:41 PM

Posted in support forum -- thanks MZP!

MrZeropage 06-21-2006 07:07 PM

@wilhelm32:
I guess you had another Arcade installed before...


@anybody:
PLEASE USE THE SUPPORT-FORUM --> [click]

MortysTW 06-21-2006 11:45 PM

Anyone have an idea how many games for IBP exist currently? I know of 2116 games.

Anyone know of more?

Emil 06-28-2006 01:00 PM

Does anyone know if this is working good on vB 3.6 Beta 2?

mickmel 06-28-2006 07:01 PM

Quote:

Originally Posted by Emil
Does anyone know if this is working good on vB 3.6 Beta 2?

I have it on 3.6 beta 3 (on three different sites of mine) and it works GREAT.

Emil 06-28-2006 08:58 PM

Thanks for the info. I'll install it then :)


All times are GMT. The time now is 07:38 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.09245 seconds
  • Memory Usage 1,744KB
  • 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_code_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