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)

ArcadeSyndicate 03-18-2016 03:31 PM

take a look at the signatures of other users :D

stangger5 03-21-2016 09:55 PM

Quote:

Originally Posted by DeejayKez (Post 2566876)
Lol, I guess so :)
Btw can someone explain where I can give moderators perms to run the arcade?

Here you go:
IbProArcade Managers
https://vborg.vbsupport.ru/showthrea...wpost&t=322184

ThailandTopper 03-22-2016 02:19 AM

Hi,

I'm getting this error on the "showthread" page: PHP Warning: Illegal string offset 'type' in ..../includes/class_postbit.php(345) : eval()'d code on line 57

The only plugins active are the arcade and iquote. Any ideas?

VB4.2.3 running 2.7.3 of the arcade

PHP 5.5.32

---------------------------------------- I figured it out ------------------------------

Go to the plugin manager and disable crowns showing in the postbit .

stangger5 03-22-2016 12:25 PM

Quote:

Originally Posted by ThailandTopper (Post 2567782)
Hi,

I'm getting this error on the "showthread" page: PHP Warning: Illegal string offset 'type' in ..../includes/class_postbit.php(345) : eval()'d code on line 57

To fix that, read this:
https://vborg.vbsupport.ru/showpost....49&postcount=5

ThailandTopper 03-23-2016 03:04 AM

Thanks,

Made the change and it works like a dream....

boggseric 06-19-2016 09:35 PM

Quote:

Originally Posted by stangger5 (Post 2567801)

I changed the two instances I could find that didn't have the single quotes and I'm still getting the message. Could someone post up their working code so I could compare?

illusioN-tEk 07-29-2016 06:09 AM

1 Attachment(s)
Just installed this on 4.2.3 and everything works! however I need help on how to edit the font colors as I have a dark theme!

plz help!

stangger5 07-29-2016 02:02 PM

For dark styles:

Change this in the ARCADE.css

PHP Code:

.alt1, .alt1Active
{
    
color#000000;
}
.
alt2, .alt2Active
{
    
color#000000;


to

PHP Code:

.alt1, .alt1Active
{
    
color#ffffff;
}
.
alt2, .alt2Active
{
    
color#ffffff;


:)

Dave 09-04-2016 09:28 PM

If you have problems with this plugin when it comes to saving scores because the game name contains strings such as "delete", "update", etc., try replacing the ibp_cleansql function at the bottom of the arcade.php file with:

PHP Code:

function ibp_cleansql($value

   global 
$vbulletin
   return 
$vbulletin->db->escape_string($value); 



goxy63 10-11-2016 01:27 PM

Arcade for vb5 ?
Is anyone having arcade and google adsense working, if so would you share a link with us?


All times are GMT. The time now is 01:29 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.07339 seconds
  • Memory Usage 1,745KB
  • 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
  • (3)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
  • (5)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