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)

John 03-14-2006 12:44 AM

Quote:

Originally Posted by Tralala
Excellent, that did the trick. As soon as I reverted arcade_main, the Favorites toggle button started working. Thanks!

Now how/where is the "Per-category on/off settings?" I've look everywhere.

View categories in the Admin CP. There's a new checkbox next to each category.

pyro.699 03-14-2006 12:46 AM

:( john u forgot me :( i feel leftout :(

Tralala 03-14-2006 12:48 AM

Quote:

Originally Posted by John
View categories in the Admin CP. There's a new checkbox next to each category.

Oh! For some reason I thought this feature meant USERS could turn off categories of games they weren't interested in.

I didn't realize this was an Admin option. Gotcha, thanks. :cool:

JakeS 03-14-2006 12:54 AM

Quote:

Originally Posted by pyro.699
:( john u forgot me :( i feel leftout :(

& Me. but i'm begging to think after he deleted my ticket on the support desk its unfixable and i might have 2 use ibproarcade like i used to with ipb.

John 03-14-2006 12:54 AM

Quote:

Originally Posted by pyro.699
:( john u forgot me :( i feel leftout :(

What version of the product does it say you have installed?

pyro.699 03-14-2006 12:56 AM

umm, i got it working! :D i feel smart ;)

...

anyway, just remove the product and then re-import (i made up a word :D) it.

Oddjob 03-14-2006 01:00 AM

after i updated the vbbux i got this when opening arcade.php

Unable to add cookies, header already sent.
File: /home/webnoob/public_html/forums/includes/class_core.php
Line: 2984

John 03-14-2006 01:03 AM

Quote:

Originally Posted by pyro.699
umm, i got it working! :D i feel smart ;)

...

anyway, just remove the product and then re-import (i made up a word :D) it.

Glad to hear it. :) If you get that error it's because the database changes haven't been made, so just reimport the product.

TruthElixirX 03-14-2006 01:04 AM

Clicked install... I need to do this soon.

Nathan2006 03-14-2006 01:06 AM

Thanks John it worked perfect without any problems :bunny: ;)

Roxie 03-14-2006 01:11 AM

Resetting scores an option yet?

JakeS 03-14-2006 01:26 AM

I had to fix my error, good job i have expirence with this stuff, i was trying to be lazy but i guess it done work. so i got mine all working.

Oddjob 03-14-2006 01:32 AM

Quote:

Originally Posted by Oddjob
after i updated the vbbux i got this when opening arcade.php

Unable to add cookies, header already sent.
File: /home/webnoob/public_html/forums/includes/class_core.php
Line: 2984


any help please.

Red Blaze 03-14-2006 01:32 AM

I followed the stupid upgrade instructions and everything on the games got removed once I reached step 3. I had a stressful day, and this damned upgrade made it worse. Although it upgraded successfully, step 3 is NOT necessary to do. Damn bastard.

Quote:

Database error in vBulletin 3.5.4:

Invalid SQL:
SELECT COUNT(*) AS count FROM games;

MySQL Error : Table 'ossanctu_csforums.games' doesn't exist
Error Number : 1146
Date : Tuesday, March 14th 2006 @ 03:33:43 AM
Script : http://www.chaossanctum.com/forums/a...cadeimport.php
Referrer : http://www.chaossanctum.com/forums/a...cadeimport.php
IP Address : 70.115.173.103
Username : Red Blaze
Classname : vb_database
Got that error when I tried to "import" my "old" games and scores.

ImportPassion 03-14-2006 01:37 AM

all working well...one question.

Possible to make it so that if it costs 0 to play, the phrase does not show up?

Otikeu 03-14-2006 01:52 AM

Um, update needed in the upgrade for 1.0.x to 1.5.x? As in the upgrade instructions, you forgot to add the how-to for 1.0.x - 1.5.x.

Thanks.

JakeS 03-14-2006 01:54 AM

Quote:

Originally Posted by Red Blaze
I followed the stupid upgrade instructions and everything on the games got removed once I reached step 3. I had a stressful day, and this damned upgrade made it worse. Although it upgraded successfully, step 3 is NOT necessary to do. Damn bastard.



Got that error when I tried to "import" my "old" games and scores.

whats your table prefix?

If you dont have a table prefix you just need to go into phpmyadmin -> select your database, then click sql at the top and run this query.


Quote:

--
-- Table structure for table `arcade_games`
--

CREATE TABLE `arcade_games` (
`gameid` int(10) unsigned NOT NULL auto_increment,
`shortname` varchar(100) NOT NULL default '',
`title` varchar(100) NOT NULL default '',
`description` mediumtext NOT NULL,
`file` varchar(100) NOT NULL default '',
`width` smallint(4) unsigned NOT NULL default '550',
`height` smallint(4) unsigned NOT NULL default '400',
`miniimage` varchar(100) NOT NULL default '',
`stdimage` varchar(100) NOT NULL default '',
`gamepermissions` int(10) unsigned NOT NULL default '7',
`highscorerid` int(10) unsigned NOT NULL default '0',
`highscore` float(15,3) NOT NULL default '0.000',
`gamehash` varchar(50) NOT NULL default '',
`categoryid` int(10) unsigned NOT NULL default '1',
`timesplayed` int(10) unsigned NOT NULL default '0',
`dateadded` int(10) unsigned NOT NULL default '0',
`system` tinyint(1) unsigned NOT NULL default '0',
`votepoints` int(3) unsigned NOT NULL default '0',
`votecount` int(6) unsigned NOT NULL default '0',
`sessioncount` int(10) unsigned NOT NULL default '0',
`minpoststotal` int(10) unsigned NOT NULL default '0',
`minpostsperday` int(10) unsigned NOT NULL default '0',
`minpoststhisday` int(10) unsigned NOT NULL default '0',
`minreglength` int(10) unsigned NOT NULL default '0',
`minrep` int(10) NOT NULL default '0',
`isreverse` tinyint(1) unsigned NOT NULL default '0',
`cost` decimal(30,5) unsigned NOT NULL default '0.00000',
PRIMARY KEY (`gameid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=102 ;

--
-- Dumping data for table `arcade_games`
--

INSERT INTO `arcade_games` VALUES (96, 'tetris', 'Tetris', 'A classic puzzle game that will keep you entertained for hours.', 'tetris.swf', 382, 380, 'tetris2.gif', 'tetris1.gif', 7, 0, 0.000, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.00000);
INSERT INTO `arcade_games` VALUES (98, 'spaceinvaders', 'Space Invaders', 'Space Invaders is that game that started it all. Battle against aliens in a desperate attempt to save earth from total destruction.', 'spaceinvaders.swf', 550, 400, 'spaceinvaders2.gif', 'spaceinvaders1.gif', 7, 0, 0.000, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.00000);
INSERT INTO `arcade_games` VALUES (99, 'snake', 'Snake', 'The mobile phone classic, "Snake" can now be played on your PC! Save your phone battery and play to get a high score on the leaderboard', 'snake.swf', 360, 300, 'snake2.gif', 'snake1.gif', 7, 0, 0.000, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.00000);
INSERT INTO `arcade_games` VALUES (100, 'asteroids', 'Asteroids', 'The arcade classic returns! Blast your way through asteroids and the occasional flying saucer to hit the top of the leaderboard.', 'asteroids.swf', 500, 375, 'asteroids2.gif', 'asteroids1.gif', 7, 0, 0.000, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.00000);
INSERT INTO `arcade_games` VALUES (101, 'chopper', 'Chopper Challenge', 'Flying a helicopter through an obstacle course... Sounds dull? It''s harder than it looks!', 'chopper.swf', 400, 300, 'chopper2.gif', 'chopper1.gif', 7, 0, 0.000, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.00000);
if you have one then tell me an i'll update that to your table prefix.

rjordan 03-14-2006 02:05 AM

Now all we need is that per-game permissions option and the tournament added.

WoodiE 03-14-2006 02:09 AM

Doesn't look like the upgrade fixes the problem with NOT being able to install new games, here's the error...


Code:

Fatal error: Call to a member function on a non-object in /home/rcnitro/public_html/forum/rootcp/arcadeadmin.php on line 600



-Michael

John 03-14-2006 02:14 AM

arcadeimport.php has only ever been a tool to import scores and games from v3 Arcade for vBulletin 3.0.x. From the upgrade instructions:

Code:

//=================================\\
        Upgrading from 3.0.x
\\=================================//

If you're upgrading from a version of v3 Arcade for vBulletin 3.0.x, follow these instructions.

1. Make sure you upgrade vBulletin to 3.5.1 first.
2. Remove all of the old Arcade templates from the forum. To do this, upload arcadetools.php from this zip file to your Admin CP directory and visit http://www.yoursitehere.com/forums/admincp/arcadetools.php?do=clean
3. Read "Installation Instructions.txt" from this zip file, and proceed with installation as normal.
4. Run http://www.yoursitehere.com/forums/admincp/arcadeimport.php to import old games and scores.

It clearly states this is for 3.0.x only.

John 03-14-2006 02:17 AM

Quote:

Originally Posted by WoodiE
Doesn't look like the upgrade fixes the problem with NOT being able to install new games, here's the error...


Code:

Fatal error: Call to a member function on a non-object in /home/rcnitro/public_html/forum/rootcp/arcadeadmin.php on line 600



-Michael

How exactly are you trying to install games? Are they v3 or ibp games? Are you extacting them first? Have you chmodded the correct directories?

I've always been able to install both types of games without any problems whatsoever.

Oblivion Knight 03-14-2006 06:25 AM

Was anything changed from the beta you had on v3arcade, John?

ammarcom004 03-14-2006 06:35 AM

thanx alot and great hack

sensimilla 03-14-2006 08:14 AM

News and Events are not showing new games imports anymore..
Is that a bug ? TIA

and thanks for the update!

John 03-14-2006 10:55 AM

Quote:

Originally Posted by Oblivion Knight
Was anything changed from the beta you had on v3arcade, John?

Not since a couple of nights ago. There were a couple of bug fixes early on in the beta, but that's all.

Impreza04 03-14-2006 01:53 PM

Hi John, Just tried upgrading and i've got this error

Code:

Invalid SQL:
SELECT * FROM vB_arcade_categories AS arcade_categories WHERE isactive=1 ORDER BY displayorder ASC;

MySQL Error  : Unknown column 'isactive' in 'where clause'
Error Number : 1054

I've tried re-uploading the files and importing the product and no luck...

J82980BA3E43 03-14-2006 01:55 PM

favorites system does not work if I click there on happens there nothing! look pics

Tralala 03-14-2006 03:09 PM

Quote:

Originally Posted by J82980BA3E43
favorites system does not work if I click there on happens there nothing! look pics


Discussed above, see post #1358.

jluerken 03-14-2006 03:29 PM

I will update from 1.0.2 to 1.05 but I have one question.

I translated the whole system into german and have seen many other hacks killing my custom phrases after an upgrade.

Will upgrading the arcarde system make me loose all my custom phrases or does the update let them untouched?

Gizmo5h1t3 03-14-2006 04:07 PM

reverted all the templates, all went smooth with the upgrade...works like a charm...but one question...not sure if this is the place, or it should be asked in the vbbux thread...

is there any way to make a default cost per play, as they obviously all show up as "0.00", or do we have to go thru EACH game, and add a cost??

only asking, as at last count, i had over 700 games on mine active...lol

vchase 03-14-2006 05:58 PM

i need more games for this system .. can someone share plz

JakeS 03-14-2006 07:23 PM

Quote:

Originally Posted by Impreza04
Hi John, Just tried upgrading and i've got this error

Code:

Invalid SQL:
SELECT * FROM vB_arcade_categories AS arcade_categories WHERE isactive=1 ORDER BY displayorder ASC;

MySQL Error  : Unknown column 'isactive' in 'where clause'
Error Number : 1054

I've tried re-uploading the files and importing the product and no luck...

Yea i had that.

go to your phpmyadmin..

select your database...

go to the table "vB_arcade_categories" (browse) then go to Structure

you should be able to find on that page

Add field(s) At End of Table At Beginning of Table After categoryid catname displayorder isactive

click go

fill it out with



Field: isactive
Type: BLOB
Length/Values: 2

and u should be able to leave the rest blank

corn dog 03-14-2006 08:47 PM

Is there a problem with the vbarcade website?
It says my e-mail is banned and I have not even tried to register yet.

b6gm6n 03-14-2006 11:50 PM

*Ignore what i said*...my mistake!, cheers for the update!

-b6

kallelm 03-15-2006 12:12 AM

Sorry to bother if this has been asked, but

Quote:

Warning: Invalid argument supplied for foreach() in /admincp/arcadeadmin.php on line 1047

Warning: Invalid argument supplied for foreach() in /includes/functions.php on line 3123
when I try to set default user settings in the AdminCP

JakeS 03-15-2006 05:14 AM

Dammit i gotta fix somthing else in my acp now coz of this :(

Fixed.

Gallio 03-15-2006 07:18 AM

Is there a way of moving from IbproArcade to this without losing high scores or games? I'd LOVE to move to this but I dont think my users would be happy with losing all there high scores.

Freesteyelz 03-15-2006 09:06 AM

Sweet. I had not problems installing this in 3.5.3. Being that I have a gaming forum this will be a popular feature for my exclusive members. *Clicks install*

Now I just need to find (and willing to buy) the games. I'll visit your site John and start there. If I purchase the branding free option will I have access to other games (legally free or purchase)?

AlchemyX 03-15-2006 02:52 PM

Database error in vBulletin 3.5.4:

Invalid SQL:
SELECT arcade_games.*, user.username, user.userid AS ouserid FROM vb_arcade_games AS arcade_games
LEFT JOIN vb_user AS user ON user.userid=arcade_games.highscorerid
WHERE gameid=;

MySQL Error : You have an error in your SQL syntax near '' at line 3
Error Number : 1064
Date : Wednesday, March 15th 2006 @ 10:52:01 AM
Script : http://www.rpgfreeze.com/forums/arca...lay&gameid=114
Referrer :
IP Address : 68.191.139.128
Username : Little AlchemyX
Classname : vb_database


ummm..... help?

dvg323 03-15-2006 05:27 PM

revert all your arcade templates. that should the trick.


All times are GMT. The time now is 03:27 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.03915 seconds
  • Memory Usage 1,837KB
  • 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
  • (5)bbcode_code_printable
  • (14)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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