The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
![]() |
|||||||||||||||||||||||||||||
v3 Arcade - Professional vBulletin Gaming (vB4)
![]() Developer Last Online: Nov 2021 ![]() ![]()
v3 Arcade is now a member of the vBadvanced family!
http://www.vbadvanced.com/forum/showthread.php?t=47571 The support forums & data from v3Arcade.com have been merged into the vBadvanced.com site. ================================= v3 Arcade for vBulletin 4.x.x For vBulletin 3.x.x, please see here. ================================= Please note... until v3Arcade.com is upgraded to vBulletin 4, some demo sites can be found here. Also, because of styling changes introduced in vB 4.0.8 to allow customized user profile pages, this version requires 4.0.8+ to be installed. "v3 Arcade" is the premiere arcade system written specifically for vBulletin. It's coded from scratch - not a port of an older version - and because it was coded specifically for vBulletin it uses the product system for code modifications & utilizes AJAX technology throughout. Here's a brief rundown of the features in this version of v3 Arcade. Supports MochiAds, v3 Arcade and IBPArcade games!
Branding Free ================================= All v3 Arcade installations carry and require a small "v3 Arcade" logo in the footer, as well as the text "Powered by v3 Arcade" which links to http:www.v3arcade.com. For information on legally removing the branding, please visit www.v3arcade.com. ================================= www.v3arcade.com ================================= If you're looking for more games, add-ons, support, tutorials, or anything Arcade related - www.v3arcade.com is the place to go. ![]() ================================= Copyright ================================= All code & images distributed in this zip is Copyright ?2010 CinVin, with the following exceptions:
Many thanks to... =================================
Change Log ================================= For the complete change log, please click here. The change log is getting too big to include inline with this thread. ![]() Download Now
Show Your Support
|
7 благодарности(ей) от: | ||
chocolate angel, GamBun, K4GAP, KevinL, MichaelDance, rootsxrocks, Sunka |
Comments |
#182
|
||||
|
||||
![]() Quote:
Quote:
|
#183
|
|||
|
|||
![]() Quote:
|
#184
|
||||
|
||||
![]()
Make sure the transfer type is set to auto or binary when uploading, if it is set at ASCII the files won't be found
|
#185
|
|||
|
|||
![]() Quote:
Attached is a simple v3Arcade games I've tried to import. No luck. (Would upload the IB game also for an example, but can not upload tar files here) |
#186
|
||||
|
||||
![]() Quote:
For that particular games, unzip the file to a folder, then modify the PHP file to replace the entire contents of the file to be this instead: Code:
<?php // ######################## SET PHP ENVIRONMENT ########################### error_reporting(E_ALL & ~E_NOTICE); // ##################### DEFINE IMPORTANT CONSTANTS ####################### define('CVS_REVISION', '$RCSfile: airfox.game.php,v $ - $Revision: 1.35 $'); define('NO_REGISTER_GLOBALS', 1); // #################### PRE-CACHE TEMPLATES AND DATA ###################### $phrasegroups = array(); $specialtemplates = array(); require_once('./global.php'); print_cp_header("v3 Arcade - AirFox"); // welcome step if (!isset($_POST['do'])) { $gameexists = $DB_site->query("SELECT * FROM " . TABLE_PREFIX . "v3arcade_games WHERE shortname='airfox'"); if ($DB_site->num_rows($gameexists)==0) { print_form_header('airfox.game', 'stepone'); print_table_header("v3 Arcade - AirFox"); print_description_row("This script will install AirFox for your v3 Arcade.<p> Make sure you upload the following files:<br> airfox1.gif -> /images/arcade/airfox1.gif<br> airfox2.gif -> /images/arcade/airfox2.gif<br> airfox.swf -> /games/airfox.swf<p> Click on \"Install AirFox\" to begin the installation."); print_submit_row("Install AirFox", 0); } else { print_form_header('airfox.game', 'stepone'); print_table_header("v3 Arcade - AirFox"); print_description_row("AirFox is already installed!"); } } // ############################################################################# // step 1 if ($_POST['do'] == "stepone") { $DB_site->query("INSERT INTO " . TABLE_PREFIX . "v3arcade_games (shortname, gameid, title, descr, file, width, height, miniimage, stdimage, gamesettings, highscorerid, highscore) VALUES ('airfox', NULL, 'AirFox', 'Blast your way thru enemy ships in this space shooter.', 'airfox.swf', 300, 320, 'airfox2.gif', 'airfox1.gif', 29, NULL, NULL)"); $DB_site->query(" INSERT INTO " . TABLE_PREFIX . "gamenews (newstext,newstype,datestamp) VALUES ('New game installed, <b>AirFox</b>','newgame'," . TIMENOW . ") "); print_form_header('airfox.game', ''); print_table_header("v3 Arcade - AirFox"); print_description_row("Installation Complete! (PLEASE DELETE THIS FILE.)"); } ?> After that, upload the two .gif files to your /images/arcade folder and the .swf file to your /games folder. Upload the .php file to your /admincp folder and run the PHP file (eg:http://www.mysite.com/forums/admincp/airfox.game.php) and that will install the games settings for you into the tables. After that delete the airfox.game.php file from your server (but leave the rest). |
#187
|
|||
|
|||
![]()
Wow. To much work for all the games I have.
Wonders if my IB games are out dated as well. Attached one for review (please). It's a zip, then inside that is the original .tar |
#188
|
||||
|
||||
![]()
Depends on how old they really are. The v3A formatted games should've switched over to a PHP format some time ago where instead of having a stand-alone installer the PHP is instead just the variables need to be picked up by the installer in the ACP. Those games should install fine. It is just the really old files, like the first one you posted, where they still have their own stand-alone installer script.
For that one, it looks like it should work fine if you upload just the .tar file to your server and then go by the normal IPB install directions. I'll try to take a look tonight at my test server with installing that one. |
#189
|
|||
|
|||
![]()
Someone just sent me a link to a place to get IB games and they imported (Thank you).
Only issue now is when the game ended... Rather then submit the score... I got this... Your submission could not be processed because a security token was missing. If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error. |
#190
|
||||
|
||||
![]() Quote:
![]() http://www.v3arcade.com/forums/showthread.php?t=3215 And before Gemma says it, that is covered in her problem solving thread also. ![]() |
#191
|
||||
|
||||
![]()
Could you please either post the link or send it to me for the games?
In regards to the security token, I have not encountered that issue before. Are those games protected maybe?? Thanks, Rich |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|