![]() |
I'd the link but I lost it. >_<
|
There is a problem I'm having with users playing games for so long that they get logged out by the system for being "idle"....and then their high scores don't get posted because they weren't logged in. The problem is that the idle time is set to 15 minutes before booting them, because if I crank it up to high to say 2 hours....even if they leave the website their username stays in the "who's online" box. Is there a way to fix this problem? Otherwise if they play a game for more then 15 minutes they're screwed. Anyone else encounter this?
|
Quote:
|
hi!, is there any way to set a score limit?
|
Quote:
|
Just to let everyone know, a new support system is up and running at http://www.v3arcade.com/support. It's staffed by two people (myself and another), and makes managing support a lot easier for me - I've been pretty lax when it comes to checking threads for support requests, this system organizes everything nicely.
You can also reply to support tickets via email, and even create new ones. There are two addresses for support: help@v3arcade.com - General Enquiries support@v3arcade.com - Technical Support Bear in mind that if your email address isn't registered with v3Arcade.com your support tickets might take longer to be replied to, as it gets subjected to spam filtering and so on. Branding-free license holders get priority, but everyone should be answered within 48 hours. :) |
Quote:
|
wonderfull hack, simply wonderfull *installs*
|
Is there an easy way to reset all scores
I have had this great mod a while now and the members are after a reset Thanks in advance |
Quote:
|
your probably using hotmail or something, just use your website email, that will work. or gmail should probably work as well
|
I would like that in member info appears the smallimage of each game that the user is the champion.
How could do it? |
Got it, thanks :)
|
I'm still getting a javascript "Invalid Property value" error!
The solution is posted up v3arcade.com but didn't understand, please help. |
This looks wicked. But will it work on the latest version of vBulletin (3.5.3)?
|
It works with 3.5.3.....but I can't for the life of me find any more games?
|
Maybe I can help :)
I put together a zip with ALL 14 of the main Yeti games, with their proper directories, so there is no going from folder to folder, just copy the 3 folders into you forums DIR and run the mass add. :) Download: The zip includes:
You can download 590 of the games at: All my finds will be posted here: I will update as I find ;) Retell :ninja: |
thanks very much for share :)
|
No prob :)
|
how can I remove adding the vBulletin path to the javascript header that v3arcade is using?
|
Quote:
What are the mass import functions in the V3 Arcade in the admincp? Is the any documentation out there to properly do this? |
Quote:
image1.gif image2.gif to images/arcade game.swf to games/ gameinstall.php admincp/games Hope that helps :) |
So....you don't just run the gameinstall.php file? You have to do it in the mass importer?
|
Quote:
Quote:
|
Quote:
|
Awesome, thanks!!!
|
I got this error after finished a game and trying to view the score!
PHP Code:
|
The link on the navbar for Arcade and VRadio points to /arcade.php instead of forum/arcade.php. If I go to the forum page then click Arcade link it points correctly. If I click on another link on the Home page before selecting Arcade it points correctly.
This is my navbar template portion: <!-- nav buttons bar --> <div align="center"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px"> <tr align="center"> <if condition="$show['member']"> <td class="vbmenu_control"><if condition="THIS_SCRIPT == 'adv_index'"><a href="$vboptions[bburl]/$vboptions[forumhome].php?$session[sessionurl]"> Forum <else /> <a href="$vboptions[homeurl]?$session[sessionurl]"> Home </if></a></td> <td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td> </if> <if condition="$show['registerbutton']"> <td class="vbmenu_control"><a href="register.php$session[sessionurl_q]" rel="nofollow">$vbphrase[register]</a></td> </if> <td class="vbmenu_control"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td> <td class="vbmenu_control"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td> <td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td <!-- v3 Arcade --> <td class="vbmenu_control"><a href="arcade.php$session[sessionurl_q]">Arcade</a></td> <!-- /v3 Arcade --> <script type="text/javascript"> <!-- function OpenRadio(){ Radio = window.open('vBRadio.php','vBRadio','directories=n o,height=320,width=650,locatio n=no,menubar=no,resizable=no,status=no,toolbar=no' ) return false; } --> </script> <td class="vbmenu_control"><a href="#" onclick="return OpenRadio()">vBRadio</a></td> <if condition="$show['popups']"> <if condition="$show['searchbuttons']"> <if condition="$show['member']"> <td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td> <else /> <td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td> </if> <td id="navbar_search" class="vbmenu_control"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[search]</a> <script type="text/javascript"> vbmenu_register("navbar_search"); </script></td> </if> <if condition="$show['member']"> <td id="usercptools" class="vbmenu_control"><a href="$show[nojs_link]#usercptools">$vbphrase[quick_links]</a> <script type="text/javascript"> vbmenu_register("usercptools"); </script></td> </if> <else /> <if condition="$show['searchbuttons']"> <td class="vbmenu_control"><a href="search.php$session[sessionurl_q]" accesskey="4">$vbphrase[search]</a></td> <if condition="$show['member']"> <td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td> <else /> <td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td> </if> </if> <td class="vbmenu_control"><a href="forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a></td> <if condition="$show['member']"> <td class="vbmenu_control"><a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&focus=1','buddylist','statusbar=n o,menubar=no,toolbar=no,scroll bars=yes,resizable=yes,width=250,height=300'); return false;">$vbphrase[open_buddy_list]</a></td> </if> </if> <if condition="$show['member']"> <td class="vbmenu_control"><a href="chat/flashchat.php" target="flashchat">FlashChat</a></td> <td class="vbmenu_control"><a href="login.php?$session[sessionurl]do=logout&logouthash=$bbuserinfo[logouthash]" onclick="return log_out()">$vbphrase[log_out]</a></td> </if> </tr> </table> </div> <!-- / nav buttons bar --> |
Works with VB 3.54?
|
Yes it works fine just the navbar problem above. You can see at www.digitalhomecentral.com
|
Is there a way to make the awards take up less space? Maybe just as icons in the postbit that are like 5-10 across?
|
Nevermind figured out a good way that's fine for me..
|
great work again John, installation/upgradation went fine from 3.0.x version to latest 3.5.4
Regards, |
I am trying to set min reputation to -500, but it's not saving. is there a way to just tuen that option off?
|
I installed this on a test 3.5.4 board just fine, however the games don't show up. What gives?
|
I have multiple games listed in the game listings how can I get rid of the duplicates?
|
Quote:
|
HELP... Getting the following error when people try to submit their scores with IB games:
Warning: Cannot modify header information - headers already sent by (output started at /home/content/k/o/f/kofoid/html/modules/topten.php:15) in /index.php(65) : eval()'d code on line 21 |
Nevermind just had to disable my topten list :)
|
thanks so musch i got them
|
All times are GMT. The time now is 12:49 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|