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)

RedTrinity 06-10-2010 10:55 PM

Quote:

Originally Posted by lowfd (Post 2028764)
I've just converted to ibProArcade (from V3 Arcade) after I updated my forums to vb4.0 - but the layout looks borked - as if it's not using the forum theme at all. Anyone got any ideas?

https://vborg.vbsupport.ru/external/2010/06/65.jpg

My theme is stock vb with minor colour changes, etc. No template changes have been made.

Mine has looked the same as this for months. None of the supplied fixes in the relevant thread about it worked for me, either.... still waiting and hoping for a solution.

Mrdby 06-11-2010 12:26 AM

Where is the bets place to get GAMES?

gpc10347 06-11-2010 03:09 AM

Quote:

Originally Posted by RedTrinity (Post 2051769)
Mine has looked the same as this for months. None of the supplied fixes in the relevant thread about it worked for me, either.... still waiting and hoping for a solution.

Not that I'm a pro by any stretch of imagination but I did have some luck by deleting several lines of the arcade.css file from my style manager. (In my case.. the alt1 and alt2 stuff). I was actually instructed to look for items in the additional.css file but when that turned out to be of no benefit, I was very pleased with the results of removing some of the ARCADE.CSS file..

(also deleted all <legend> and </legend> tags from skin_Arcade.php and liked the results)

Now. If only I could get Marvin the Martian- Earthling Eliminator to submit something other than zeros... :)

session-one 06-13-2010 10:59 PM

is there a game list that we can add besides the default?

AceValenta 06-15-2010 03:43 AM

I am getting a security token error on high scores....
Quote:

Your submission could not be processed because a security token was missing.

If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error.
Running vb 4.0.2 CMS. http://www.Fantasychampions.com

Any idea on how to fix this?

CMODS are set to 777

Thanks

jonty 06-15-2010 08:01 AM

Quote:

Originally Posted by keweedsmo (Post 2049755)
Is there any way to rate games without favoriting them first? Seems kinda stupid to me if a game needs to be in your favorites in order to rate it.

When you post a score, you can rate it then.

lucybb 06-15-2010 09:14 AM

Hi,

Is it possible to put an IF statement in the postbit, so it only puts out arcade code block is user is a champion etc.

Thanks

pablete 06-16-2010 10:51 PM

Quote:

Originally Posted by AceValenta (Post 2053842)
I am getting a security token error on high scores....


Running vb 4.0.2 CMS. http://www.Fantasychampions.com

Any idea on how to fix this?

CMODS are set to 777

Thanks

If your problem is whem un user is to record an score you have to edit index.php:

find on top line:

<?php

After, 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 the file and upload at your server.

SpeedJunkyz 06-17-2010 04:11 PM

i think this is the mod I have.... I have a question....how come the cost isnt being deducted from credits when we play? anyone know whats up?

www.speedjunkyz.com

x626xblack 06-18-2010 12:20 PM

Works on vB 4.0.4.
Installed and running.


All times are GMT. The time now is 03:02 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.05821 seconds
  • Memory Usage 1,763KB
  • 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
  • (5)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