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 |
#482
|
||||
|
||||
![]()
In the v3ARCADE_MAIN and v3ARCADE_PLAY, most likely adding the code just below {vb:raw navbar} but you'll need to ask in the chatbox thread about how to display it only on certain pages.
|
#483
|
|||
|
|||
![]()
i feel so proud, thats just what I did and it worked great thats my first intuitive template edit.
|
#484
|
|||
|
|||
![]()
It was working perfect until I upgraded to the most recent vbulletin update. Now the games show up just white space and if I right click, it states that the flash has not loaded yet. Every game does the same thing. Its basically the default template with modified colors/logos. Here is the url. http://www.tomosmopeds.org/forum/arcade.php
|
#485
|
||||
|
||||
![]()
Got this error on my sites arcade appear
Unable to add cookies, header already sent. File: /home/tenpinfo/public_html/arcade.php Line: 1820 Anybody got an idea what this is ? |
#486
|
||||
|
||||
![]()
Have you edited any of the arcade files (php files)?
Make sure there is no white space after the ?> tag in the arcade.php file |
#487
|
|||
|
|||
![]() Quote:
Just a hint and what I do with the scripts I write for people is that last ending ?> tag on a php page, I leave it out. That removes problems with white space at the bottom of any php page. It's not really needed as it''s the last one and I have never had white space issues on any server I worked on after I started leaving it out. I got the idea from Zencart which does it. It's not really needed since PHP will end when the end of file (EOF) is reached anyway. |
#488
|
|||
|
|||
![]() Quote:
You can use output buffering to send output prior to the call of this function, with the overhead of all of your output to the browser being buffered in the server until you send it. You can do this by calling ob_start() and ob_end_flush() in your script, or setting the output_buffering configuration directive on in your php.ini or server configuration files. I usually run set cookies like this: Code:
ob_start(); set_cookie(PARAMS HERE); ob_end_flush(); |
#489
|
||||
|
||||
![]()
hadnt done any edits, but have just uploaded the arcade.php file and overwrote it, all fine now..
|
#490
|
|||
|
|||
![]()
there is no
PHP Code:
|
#491
|
||||
|
||||
![]()
Try placing it above
Code:
require(INDEX_SCRIPT); Code:
require_once('./includes/v3arcade_vbsuite_index_compatibility.php'); require(INDEX_SCRIPT); |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|