vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Add-On Releases - v3 Arcade - Games Arcade System for 3.6.0 (https://vborg.vbsupport.ru/showthread.php?t=114012)

Blue-Inc 04-03-2006 06:32 PM

Thanks for answering my question, mate. ;)


I get this error trying to view my arcade:

Database error in vBulletin 3.5.4:

Quote:

Invalid SQL:
SELECT arcade_challenges.*, touser.username AS tousername, fromuser.username AS fromusername, arcade_games.miniimage, arcade_games.title FROM arcade_challenges AS arcade_challenges
LEFT JOIN user AS touser ON (touser.userid=arcade_challenges.touserid)
LEFT JOIN user AS fromuser ON (fromuser.userid=arcade_challenges.fromuserid)
LEFT JOIN arcade_games AS arcade_games ON (arcade_games.gameid=arcade_challenges.gameid)
WHERE status=3 ORDER BY datestamp DESC LIMIT 10;

MySQL Error : Table 'blueinc_vb.arcade_challenges' doesn't exist
Error Number : 1146
Date : Monday, April 3rd 2006 @ 11:49:26 AM
Script : http://www.blue-inc.org/arcade.php
Referrer : http://www.blue-inc.org/index.php
IP Address : HIDDEN ;)
Username : echo_unlimited
Classname : vb_database

I've currently put my arcade offline, because the arcade was affecting my forum, it was saying errors like above when I tried to view a thread, has some one got an answer to fix this?

Serial Killer 04-03-2006 06:48 PM

v3 Arcade is a fantastic piece of coding, it truly is. It integrates superbly into vBulletin and has a really cool layout. It also has some good mods written by Oblivion Knight. But what it needs most is more games! At the moment there are only 5 legal games for it. So we're all in limbo. Do we get ibproarcade with its stacks of games and cool features but rubbish template system, v3arcade with it's wicked vB integration...or do you get the absolutely awesome GameSiteScript with its 1750 top-quality games, but it's expensive?

My advice...until v3arcade gets some more games, get your cheque book out...

Blue-Inc 04-03-2006 07:00 PM

Quote:

Originally Posted by Serial Killer
v3 Arcade is a fantastic piece of coding, it truly is. It integrates superbly into vBulletin and has a really cool layout. It also has some good mods written by Oblivion Knight. But what it needs most is more games! At the moment there are only 5 legal games for it. So we're all in limbo. Do we get ibproarcade with its stacks of games and cool features but rubbish template system, v3arcade with it's wicked vB integration...or do you get the absolutely awesome GameSiteScript with its 1750 top-quality games, but it's expensive?

My advice...until v3arcade gets some more games, get your cheque book out...

I believe regular ibproarcade games work with this, why don't you try that.

bashy 04-03-2006 07:14 PM

Yes they do, I have installed about 400 games and all work fine :)
Although i could do with more???????
I am having issues installing .tar games :( else i would have about another 511 games :( any Ideas?

Serial Killer 04-03-2006 07:42 PM

I've thought about the ibpro arcade games, but if you visit www.v3arcade.com, they advise that unless a game becomes available on v3arcade.com, then it should be considered illegal. Maybe the game designers have only given permission for their games to be used on ibpro arcade, I don't know...

And I operate a legit(ish) business which is doing quite well, so i don't want any legal eagles trying to take down my empire! ;)

Blue-Inc 04-03-2006 07:55 PM

I did go to the support center provided by this forum. But Il post my problem.
I get this error below trying to view the arcade (blue-inc.org/arcade.php)
Quote:


Database error in vBulletin 3.5.4:
Invalid SQL:
SELECT arcade_challenges.*, touser.username AS tousername, fromuser.username AS fromusername, arcade_games.miniimage, arcade_games.title FROM arcade_challenges AS arcade_challenges
LEFT JOIN user AS touser ON (touser.userid=arcade_challenges.touserid)
LEFT JOIN user AS fromuser ON (fromuser.userid=arcade_challenges.fromuserid)
LEFT JOIN arcade_games AS arcade_games ON (arcade_games.gameid=arcade_challenges.gameid)
WHERE status=3 ORDER BY datestamp DESC LIMIT 10;
MySQL Error : Table 'blueinc_vb.arcade_challenges' doesn't exist
Error Number : 1146
Date : Monday, April 3rd 2006 @ 11:49:26 AM
Script : http://www.blue-inc.org/arcade.php
http://www.blue-inc.org/index.php
IP Address : xxxxx :tear: not telling you this.
Username : echo_unlimited
Classname : vb_database
Also I get these errors while veiwing a thread:

Quote:

Database error in vBulletin 3.5.4:
Invalid SQL:
SELECT title,highscorerid,highscore,miniimage,gameid FROM arcade_games WHERE highscorerid IS NOT NULL AND (gamepermissions & 2);
MySQL Error : Table 'blueinc_vb.arcade_games' doesn't exist
Error Number : 1146
Date : Monday, April 3rd 2006 @ 03:39:27 PM
Script : http://www.blue-inc.org/showthread.php?p=519#post519
Referrer : http://www.blue-inc.org/index.php
IP Address : ---------
Username : echo_unlimited
Classname : vb_database
And while when I go into ACP>>Arcade>> Catagorys:

Quote:

Database error in vBulletin 3.5.4:
Invalid SQL:
SELECT * FROM arcade_categories AS arcade_categories ORDER BY displayorder ASC;
MySQL Error : Table 'blueinc_vb.arcade_categories' doesn't exist
Error Number : 1146
Date : Monday, April 3rd 2006 @ 03:40:41 PM
Script : http://www.blue-inc.org/admincp/arca...?do=categories
Referrer : http://www.blue-inc.org/admincp/index.php?do=nav
IP Address :-------------
Username : echo_unlimited
Classname : vb_database
ACP>>Arcade>>Games:

Quote:


Database error in vBulletin 3.5.4:
Invalid SQL:
SELECT COUNT(*) AS total
FROM arcade_games AS arcade_games;
MySQL Error : Table 'blueinc_vb.arcade_games' doesn't exist
Error Number : 1146
Date : Monday, April 3rd 2006 @ 03:41:23 PM
Script : http://www.blue-inc.org/admincp/arca...n.php?do=games
Referrer : http://www.blue-inc.org/admincp/index.php
IP Address : -------------
Username : echo_unlimited
Classname : vb_database
Thats all the errors I get, plus its affecting my forum


How would I fix these? I done some thing to my site and i don't know how to fix these errors.

JirQUEST 04-04-2006 08:17 AM

problem solved. i had to un-install the product unfortunately :/

drdeathuk69 04-04-2006 08:43 AM

when i click on arcade i get a blank white page come upbut with the right url

Blue-Inc 04-04-2006 01:02 PM

Anyone know how to fix my problem? :(

3dsoft 04-04-2006 03:17 PM

The challenge system won't work with IPB games.
I can only challenge a user with the installed V3 Arcade games. All games from IPB are not working, eventhough I can play IPB games.


All times are GMT. The time now is 03:07 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.02714 seconds
  • Memory Usage 1,759KB
  • 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
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (6)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