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)

Robp57 05-08-2021 09:48 AM

This is what I get..it broke my site...

126,128c126,128 < DBARRAY_NUM => 'MYSQL_NUM', < DBARRAY_ASSOC => 'MYSQL_ASSOC', < DBARRAY_BOTH => 'MYSQL_BOTH' --- > DBARRAY_NUM => MYSQL_NUM, > DBARRAY_ASSOC => MYSQL_ASSOC, > DBARRAY_BOTH => MYSQL_BOTH 2540c2540 < case TYPE_NUM: $data = floatval($data) + 0; break; --- > case TYPE_NUM: $data = strval($data) + 0; break; 3746c3746 < if (!defined('LOCATION_BYPASS') AND defined('WOLPATH')) --- > if (!defined('LOCATION_BYPASS')) 3952c3952 < 'location' => !defined('LOCATION_BYPASS') ? '' : 'WOLPATH', --- > 'location' => defined('LOCATION_BYPASS') ? '' : WOLPATH, 4224c4224 < if (is_array($this->callbacks)) --- > if (sizeof($this->callbacks)) 5526c5526 < $units_found = array(); --- > $units_found = null;

Robp57 05-08-2021 12:10 PM

Now I get this when I click on the arcade tab.....

mySQL query error: SELECT c.champ_gid AS GID, c.champ_mid AS MID, c.champ_name AS name, COUNT(c.champ_mid) AS total, g.opentag AS prefix, g.closetag AS suffix
FROM games_champs AS c
LEFT JOIN user AS m ON (m.userid=c.champ_mid)
LEFT JOIN usergroup AS g ON (g.usergroupid=m.usergroupid)
GROUP BY MID
ORDER BY total DESC LIMIT 3

mySQL error:
mySQL error code:
Date: Saturday 08th 2021f May 2021 02:09:19 PM

stangger5 05-08-2021 09:46 PM

Mind if I have a look?

Robp57 05-09-2021 09:41 AM

Quote:

Originally Posted by stangger5 (Post 2607009)
Mind if I have a look?

Stop by and I will set you up...
www.spooky-hideout.com

hunter1985 08-30-2021 03:52 PM

Hello I need help, I've installed this mod along with HTML5 Game Mod IBProArcade, but it appears those HTML5 games I've got are loaded as Flash games, but they AREN'T really .swf or Flash games


All times are GMT. The time now is 06:54 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.08434 seconds
  • Memory Usage 1,725KB
  • 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_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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