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)

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.


All times are GMT. The time now is 12:06 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.02607 seconds
  • Memory Usage 1,758KB
  • 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
  • (2)bbcode_code_printable
  • (4)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