The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[DBTech] vBArcade v2 (vB4) Details »» | |||||||||||||||||||||||||||||||||||||
vBArcade is a professional modular flash arcade game system. Easily converts your old favorites, and finds thousands more with the click of a button.
This new modern arcade uses AJAX to enhance the playing experience and encourage users to compete both locally and globally among participating sites. Fine-tuned access and scoring tools allow you to keep competition fresh and exciting, as well as social network tools to bring new users in to your site! ------------------------------------------------------------------------------------------- If you like this mod please hit the button to the right ----> Please remember to click the, button to the right if you installed the mod ----> What does 'Marking As Installed' do ? * It helps you to stay on top of updates - members who have installed modifications will be notified by us whenever new updates are available. * For security issues - vbulletin.org will contact all members who have installed a modification whenever a security issue is brought to their attention. * Marking a modification as installed also helps us know how many people are using our work, giving us extra incentive to provide more features and new modifications. We appreciate the support! ------------------------------------------------------------------------------------------- Major Features: Access and Score Tools: Set exactly when users can play certain games, and for how often. Archive extra or old scores to allow room for new champions. Social and Global: Not only can games be sent to all the major social networks, but participating sites can rank their scores together and display champions everywhere. Beautiful Modern Design: Streamlined and professional, using AJAX to enhance and simplify the playing experience, like searching, replays, full screen and cinema mode, and category tabs. Fast Paced Competition: Ultimate tournament system that rewards fast players while mitigating no-shows, allowing all your matches to finish strong, and everyone has fun. Notable Features (Lite)
Additional Features (Pro)
------------------------------------------------------------------------------------------- This mod displays a copyright notification in the footer of pages generated by this mod which includes:
Download Now
Screenshots
Supporters / CoAuthors Show Your Support
|
3 благодарности(ей) от: | ||
doctorsexy, Life Revived, Lutece |
Comments |
#182
|
|||
|
|||
Hi,
i install right now your mod and import my old games from my ibparcade. great it shows all the old scores but when i play a game now it safe not the score from me. what do i wrong? I use vbseo, maybe it is important. EDIT: After the play and i bush submit tha arcade load my forumhome and then the game start again. Oh and my Forum run under https i dont know maybe this is important to know |
#183
|
|||
|
|||
Hi DW
Yes our domain is verified with mochi The folks that are unable to play don't see the adverts, they see the first screen with the "begin" or "play now" button, they click on it, and all they get is a white screen inside of the box where the advert/game should be. It is quite the frustrating scenario, as I can not find any reason for it to happen Thank you for the template edit EDIT: I can not find the dbtech_vbarcade_navtab template. In my dbtech ->vbarcde folder there is no such file. I'm using the lite version, and it's not that big of a deal. I can make a navtab using one of the other mods installed (just didn't think about that until today ) |
#184
|
||||
|
||||
Quote:
Quote:
Templates are found through your admincp. Styles & Templates menu, Style Manager link. Then dbtech_vbarcade_navtab is within the DragonByte Tech: vBArcade template group. It is definitely in the lite version. |
#185
|
|||
|
|||
Yes I have commas just no spacing
The users having problems with the arcade games are using (the other admin has a mac notebook and even tried safari or whatever), IE, FF, and/or Chrome (all were updated when asked and tested again with no success). Yes scoring works just fine I myself can play the games (on FF and IE both the latest versions) on 3 accounts (admin, mod, regular member), one of my moderators can play on their mod account and their regular account. One of my mods can't play on their mod account or their regular account (exact same permissions). LoL silly not thinking to look where I make changes to other templates |
#186
|
|||
|
|||
After getting crazy of the arcade long fix list from hippy, getting again crazy.
Code:
<IfModule mod_rewrite.c> RewriteEngine on # If vbulletin is in a subdirectory, add it here RewriteBase /forum/ # Retrieve gamedata requests and send to new dbtech locations RewriteRule ^arcade/gamedata/(.*) dbtech/vbarcade/media/$1 [L] # Retrieve crossdomain requests and send to new dbtech location RewriteRule ^crossdomain\.xml dbtech/vbarcade/crossdomain.xml [L] # Send hardcoded ipa scores to arcade instead RewriteCond %{QUERY_STRING} act=Arcade [OR] RewriteCond %{QUERY_STRING} autocom=arcade RewriteRule ^index\.php arcade.php [L,QSA] # Send hardcoded pnf scores to arcade instead RewriteCond %{REQUEST_METHOD} POST [NC] RewriteCond %{HTTP_COOKIE} vbarcade_session RewriteRule ^index\.php arcade.php [L,QSA] # Reroute v3arcade liveinstaller RewriteCond %{QUERY_STRING} do=liveinstall RewriteCond %{REQUEST_URI} v3arcade_admin\.php # If you renamed your admincp directory, change it here RewriteRule .* %{DOCUMENT_ROOT}/admincpx/arcade_admin.php?%{QUERY_STRING}&do=review&import=browse&system=v3a [L,R=301] </IfModule> To the forum htaccess? And than again the xml import? Still geth the same asking to edit the htaccess. |
#187
|
||||
|
||||
I don't know if this has been posted already but the little menu buttons don't seem to be above the line on my forum.
http://www.mindlessjunk.com/arcade.php Any ideas why? It's happening with the Shop mod as well. |
#188
|
|||
|
|||
is there not a additions to add random games in sidebar ...............
Please provide any solution to add it |
#189
|
|||
|
|||
hi i have vb 4,1,1 and instal the lite version i like this arcade and i wont to go to pro bud i see score dont safe i have permison to scor bud nothing
this is my hitaces <IfModule mod_rewrite.c> RewriteEngine on # If vbulletin is in a subdirectory, add it here RewriteBase /forums/ # Retrieve gamedata requests and send to new dbtech locations RewriteRule ^arcade/gamedata/(.*) dbtech/vbarcade/media/$1 [L] # Retrieve crossdomain requests and send to new dbtech location RewriteRule ^crossdomain\.xml dbtech/vbarcade/crossdomain.xml [L] # Send hardcoded ipa scores to arcade instead RewriteCond %{QUERY_STRING} act=Arcade [OR] RewriteCond %{QUERY_STRING} autocom=arcade RewriteRule ^index\.php arcade.php [L,QSA] # Send hardcoded pnf scores to arcade instead RewriteCond %{REQUEST_METHOD} POST [NC] RewriteCond %{HTTP_COOKIE} vbarcade_session RewriteRule ^index\.php arcade.php [L,QSA] # Reroute v3arcade liveinstaller RewriteCond %{QUERY_STRING} do=liveinstall RewriteCond %{REQUEST_URI} v3arcade_admin\.php # If you renamed your admincp directory, change it here RewriteRule .* %{DOCUMENT_ROOT}/admincp/arcade_admin.php?%{QUERY_STRING}&do=review&import= browse&system=v3a [L,R=301] </IfModule> |
#190
|
|||
|
|||
Quote:
|
#191
|
|||
|
|||
Quote:
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|