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)

RedHacker 01-21-2010 10:33 AM

Quote:

Originally Posted by Magz (Post 1962173)
Snug, if, after editing the file skin_Arcade.php, you see no change in the layout, Check in your admin control panel / Style & Language Settings. If this is set to yes, try setting to no. ( This worked for me )

Redhacker, you need to edit the file skin_arcade.php, which is located in the skins folder of ibproarcade, and re-upload it.

Yes i fixed...

Magz 01-21-2010 10:36 AM

Quote:

Originally Posted by Snug (Post 1962206)
which option am i suppose to set to no?

admin cp / Settings/Style & Language Settings
Store CSS Stylesheets as Files? If set to yes, choose no.

As mentioned above, this worked for me, and may or not work for you.

hth

Snug 01-21-2010 10:59 AM

thanks, it worked :D

Snug 01-21-2010 11:02 AM

suggestion!!

on v3 arcade there is a way to make the game bigger... any way of adding this later on?

Magz 01-21-2010 11:08 AM

1 Attachment(s)
You can already change any game size to your liking.

To do this, goto the games list, there you can edit what you like.

see attached images

willy888 01-21-2010 11:33 AM

Code:

Your submission could not be processed because a security token was missing.
what is this when someone try to submit ?

DBStattoo 01-21-2010 12:40 PM

Quote:

Originally Posted by willy888 (Post 1962238)
Code:

Your submission could not be processed because a security token was missing.
what is this when someone try to submit ?

Same problem here on 4.0.1 vbulletin :(

DBStattoo 01-21-2010 12:57 PM

Ok i found this on the admincp --- arcade--- information

here we go

Open "/index.php"

Search for: (very top of file)

PHP Code:

<?php

Below that add:

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 

Save and upload your index.php back to your server.


Now its ok for me nice

Bob_R 01-21-2010 02:26 PM

I just upgraded my board to vB 4.0.1 and this mod (version 2.6) is disabled in my Admin CP.

How should I proceed with installing the new Arcade version in this thread?

Thanks! :)

Edrondol 01-21-2010 05:17 PM

My question has to do with the Armor Games. AG says they don't care if you import their games, but I'm unsure as to how to do this. Here's an example of what they give you. You have the HTML and when you click download it gives you the swf file and some thumbs in a file.

How would one go about putting that into the arcade?


All times are GMT. The time now is 11: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.05268 seconds
  • Memory Usage 1,762KB
  • 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
  • (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