The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
v3 Arcade - Games Arcade & Challenge System [vB 3.0.3] Details »» | |||||||||||||||||||||||||||
v3 Arcade - Games Arcade & Challenge System [vB 3.0.3]
Developer Last Online: Nov 2023
v3 Arcade [3.0.3]
Games Arcade for vB3 Game copyrights belong to their respective owners. v3 Arcade - Copyright ?2004 John Warwick, All Rights Reserved. __________________________________ Arcade Verson: 1.0 vB Version: vBulletin 3.0.3 Author: John Warwick Email: John[at]eovieinteractive.com Site: www.v3arcade.com ?????????????????????????????????? Updates ========================== 1.0.0 - Initial release 1.0.1 - Bug fix update ? This release addressed a couple of small bugs. Information on fixing these issues can be found in the FAQ. (Included in this zip.) 1.0.2 - Bug fixes and new features ? This release makes all games on the Arcade main page appear in the order which they were installed, regardless of whether or not it has been played. (With the newest games at the top.) ? It includes a page navigation system, allowing users to browse games by page. By default, 10 games appear per page. ? There is also a new search feature, for finding games by name/description. (Accessible through the "Search" menu in the navigation bar.) ? This release should be less CPU intensive than previous versions. 1.0.3 - Bug fixes ? Security fixes History & Hack Information - So, what is the v3 Arcade? The v3 Arcade is exactly what the name implies - an online games arcade that offers seamless integration with your vBulletin forum. The v3 Arcade is the first of the new generation of vBulletin additions. Back from its roots, the v3 Arcade is the vBulletin 3 edition of my original Arcade written in late 2002 (not to be confused with futureal's 'ProArcade', which was written during the Arcade's beta phase). v3 Arcade Features Include: ? Integrated Flash gaming for vBulletin 3 ? Advanced leader board system ? FULL Mozilla/Netscape Compatibility ? Moderation abilities for Mods/Super Mods/Admins ? PM & Email notification for events ? Advanced statistics for all users ? A higher level of security ? "Arcade Challenges", 1-on-1 contests between users ? Arcade awards system ? Automated and manual score pruning tools This installation comes loaded with the following games: ? Tetris ? Snake ? Asteroids ? Chopper Challenge ? Space Invaders If you have the source (.FLA) for a game that you want to use in the v3 Arcade, you can send the required files to john@v3arcade.com for conversion. (Providing permission has been given by the original author.) Within a reasonable delay, I'll post the converted game and installation script on vBulletin.org. Testing Tested on vBulletin 3.0.3, across multiple unhacked installations. Thanks to... ? Kura: For helping out with vB3 difficulties! ? Erwin: Whose vB2 Flash Player inspired the original hacks ? Paul Neave: For providing the source for 4 of the standard v3 Arcade games IMPORTANT NOTES ? If you do install this hack, please click on the INSTALL button. There are going to be some updates for this which you're really not going to want to miss! ? Each Arcade page has an Eovie Interactive and Flash Player link at the bottom. This is optional, but greatly appreciated. ? You may have noticed that this release of the v3 Arcade is not fully phrased. To phrase the arcade would require well over a hundred phrases to be added, making for a lengthy installation process! Futures version of the v3 Arcade will be phrased, with a more automated installation. ? And don't forget - BACKUP BEFORE YOU INSTALL! Regarding the "ProArcade" There has been a lot of debate on vb.org recently about the ownership of hack "concepts". My original Arcade hack (on which the v3 Arcade is based), was a progression of the my vBTetris Leaderboard hack - both of which came about before the ProArcade. I've spoken to Erwin regarding this, and he can confirm that this has always been an independent development; hence the v3 Arcade was authorised for release. Fixes If you're installing the Arcade from scratch, there are no fixes or updates to be applied. Simply follow the instructions in Installation.txt. If you've already installed the Arcade, make the changes in Updates.txt. [Click HERE to view a list of released games and modifications!] Demos/Add-Ons/Beta Testing www.v3arcade.com Download the v3 Arcade (1.0.3) here: Show Your Support
|
Comments |
#3852
|
|||
|
|||
Quote:
|
#3853
|
|||
|
|||
I just reinstalled vBulletin and reinstalled (attempted to anyway( the v3arcade, but the install_arcade.php file did not copy the templates and I am not sure if it made the database modifications. What should i do?
|
#3854
|
||||
|
||||
sorry for that, now u can view it without having to register
http://www.hiphopground.com/forums/arcade.php? and if you would like to be logged in when you view it here's a test account user= test pass= test PLEASE HELP! |
#3855
|
||||
|
||||
Quote:
For example: HTML Code:
<table cellpadding=\"860\" cellspacing=\"0\" border=\"0\" class=\"tborder\" width=\"100%\" align=\"center\"> <tr> <td> <table cellpadding=\"6\" cellspacing=\"1\" border=\"0\" width=\"100%\"> <tr align=\"center\"> <td class=\"thead\" width=\"20%\"> <span class=\"smallfont\"><b>Logged in</b> as</span></td> <td class=\"thead\" width=\"40%\"><span class=\"smallfont\"><b>Welcome</b> to the <b>Arcade</b>!</span></td> <td class=\"thead\" width=\"40%\"><span class=\"smallfont\">Arcade <b>News & Events</b></span></td> </tr> <tr align=\"center\"> <td class=\"alt1\" width=\"20%\" valign=\"middle\"> |
#3856
|
|||
|
|||
Quote:
|
#3857
|
|||
|
|||
Quote:
Code:
$awardlist .= "<img src=\"$stylevar[imgdir_arcade]/".$award['miniimage']."\" border=0 align=\"absmiddle\"> "; Code:
$awardlist .= "<a href=\"arcade.php?do=play&gameid=".$award['gameid']."\"><img src=\"$stylevar[imgdir_arcade]/".$award['miniimage']."\" border=0 align=\"absmiddle\"></a> "; |
#3858
|
|||
|
|||
Hey I've already searched this thread for "challenge bugs" but is anyone else able to refresh their score for challenge if you were the first one playing? It goes to the outcome score and if I refresh, it'll add more to my score or screw around with both scores.
Thanks |
#3859
|
|||
|
|||
I've added this mod, but when I go to the arcade link on the navbar, it shows me an empty arcade. (see picture.) I rechecked all the files mods, phrase additions, template changes, etc and everything looks good. All the files were uploaded to the server to the correct folders. I can't figure it out. Please help.
|
#3860
|
|||
|
|||
one of the styles i D/l'd has this code under the nav bar coding
<script type="text/javascript"> <!-- function log_out() { ht = document.getElementsByTagName("html"); ht[0].style.filter = "progidXImageTransform.Microsoft.BasicImage(gray scale=1)"; if (confirm('$vbphrase[sure_you_want_to_log_out]')) { return true; } else { ht[0].style.filter = ""; return false; } } //--> </script> <br /> <!-- breadcrumb, login, pm info --> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="alt1" width="100%"> <if condition="is_array($navbits)"> <table cellpadding="0" cellspacing="0" border="0"> <tr valign="bottom"> <td><b>?</b></td> <td> </td> <td width="100%"><span class="navbar"><a href="$vboptions[forumhome].php?$session[sessionurl]" accesskey="1">$vboptions[bbtitle]</a></span> $navbits[breadcrumb]</td> </tr> <tr> <td class="navbar" style="font-size:11px; padding-top:1px" colspan="3"><b>?</b> <strong>$navbits[lastelement]</strong></td> </tr> </table> <else /> <div><strong>$vboptions[bbtitle]</strong></div> </if> </td> <if condition="$bbuserinfo['userid']"> <td class="alt2" valign="top" nowrap="nowrap"> <div class="smallfont"> <!--<span style="float:$stylevar[right]">[<a href="login.php?$session[sessionurl]do=logout&u=$bbuserinfo[userid]" onclick="return log_out()">$vbphrase[log_out]</a>]</span>--> <strong><phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase></strong><br /> <phrase 1="$pmbox[lastvisitdate]" 2="$pmbox[lastvisittime]">$vbphrase[last_visited_x_at_y]</phrase> <if condition="$show['pmstats']"><br /><phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl]">$vbphrase[private_messages_nav]</phrase></if> </div> </td> <else /> <td class="alt2" nowrap="nowrap" style="padding:0px"> <!-- login form --> <form action="login.php" method="post" onsubmit="md5hash(vb_login_password,vb_login_md5pa ssword,vb_login_md5password_utf)"> <script type="text/javascript" src="clientscript/vbulletin_md5.js"></script> <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0"> <tr> <td class="smallfont">$vbphrase[username]</td> <td><input type="text" class="button" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="1" value="$vbphrase[username]" onfocus="if (this.value == '$vbphrase[username]') this.value = '';" /></td> <td class="smallfont" colspan="2" nowrap="nowrap"><label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="3" id="cb_cookieuser_navbar" accesskey="c" checked="checked" />$vbphrase[remember_me]</label></td> </tr> <tr> <td class="smallfont">$vbphrase[password]</td> <td><input type="password" class="button" name="vb_login_password" size="10" accesskey="p" tabindex="2" /></td> <td><input type="submit" class="button" value="$vbphrase[log_in]" tabindex="4" title="$vbphrase[enter_username_to_login_or_register]" accesskey="s" /></td> </tr> </table> <input type="hidden" name="s" value="$session[sessionhash]" /> <input type="hidden" name="do" value="login" /> <input type="hidden" name="forceredirect" value="1" /> <input type="hidden" name="vb_login_md5password" /> <input type="hidden" name="vb_login_md5password_utf" /> </form> <!-- / login form --> </td> </if> </tr> </table> <!-- / breadcrumb, login, pm info --> <br /> <br /> The install directions state this: ============== navbar ============== Find: __________________________________________________ _________________________________________ <td class="vbmenu_control"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td> ?????????????????????????????????????????????????? ????????????????????????????????????????? Below this, add: __________________________________________________ _________________________________________ <td class="vbmenu_control"><a href="arcade.php?$session[sessionurl]">Arcade</a></td> ?????????????????????????????????????????????????? ????????????????????????????????????????? Find: __________________________________________________ _________________________________________ </table> </div> <!-- / header quick search form --> ?????????????????????????????????????????????????? ????????????????????????????????????????? Above this, add: __________________________________________________ _________________________________________ <tr> <td class="thead">Arcade Game Search</td> </tr> <tr> <td class="vbmenu_option" title="nohilite"> <form action="arcade.php" method="post"> <input type="text" class="bginput" name="search" size="20" />$gobutton<br /> </form> </td> </tr> Under the above conditions...where would that get instaled to show hte link in the navbar? |
#3861
|
|||
|
|||
hey how would i add more flash games to my arcade mod as im fed up with the ones i have at the moment
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|