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)

x626xblack 05-17-2010 12:39 PM

I have it running on 4.0.3 with no issues.

ShawneyJ 05-17-2010 12:48 PM

Quote:

Originally Posted by jacobsharkey (Post 2025601)
Some reason I got an issue with the style: http://avalane.org/arcade.php

Anyone know how to solve this?

i see you moved to v3arcade, looks nice ;)

ShawneyJ 05-17-2010 12:49 PM

Quote:

Originally Posted by x626xblack (Post 2038484)
I have it running on 4.0.3 with no issues.

any chance of a screen shot?

odln018 05-17-2010 09:26 PM

Where can freeware games be obtained?

TheInsaneManiac 05-18-2010 04:56 AM

The arcade is messing with all my style footers. The footer images end up all over the place whenever I visit the arcade.

bam-met 05-18-2010 07:00 PM

I have tried to find this error in the forum - but do not find as it relates to the new version of 4.0.3PL1... Your submission could not be processed because a security token was missing.

Is there a patch or fix for this? :)

Thank you

Mark

owning_y0u 05-19-2010 03:48 AM

Quote:

Originally Posted by bam-met (Post 2039424)
I have tried to find this error in the forum - but do not find as it relates to the new version of 4.0.3PL1... Your submission could not be processed because a security token was missing.

Is there a patch or fix for this? :)

Thank you

Mark

do you have it on all games or just several. in this case there is no solution as i have the same problem but there is no support for it...

if you have it on all games you need to add the following to your index.php (above the comments of Vbulletin)


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 


odln018 05-20-2010 11:45 AM

Is there a way to designate one specific person who can access the Arcade CPNav panel?

GoBoiano 05-20-2010 08:11 PM

Hi. I'm new to vb and this is probably a dumb question, but I was trying to install this hack and I was wondering how to enter the path to the Product-XML-File: ./includes/xml/product-ibproarcade.xm

I've done everything up until this part in the installation guide and I was wondering if you could assist me on how to do this?

odln018 05-20-2010 11:58 PM

You should be able to just browse to it locally as well to import it.


All times are GMT. The time now is 08:36 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.05414 seconds
  • Memory Usage 1,764KB
  • 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