![]() |
I worked on it a little more this morning and made it look a lot better.
|
The other administrators in my forum cant edit/delete scores. they are in a different usergroup then mine, but still they are admins.
what can i do? |
Anyone know where to get new games for the Arcades now ? I have 100's myself , but i havent seen a place to get them.
If needs be ill start up a new forum for the purpose of games for the VB Arcade and host all the games for people , thats if no-one else is doing this ? |
Quote:
Cheers, Robert |
Quote:
|
Quote:
Surely theres a lot of games there that have permissions to be posted and played , and there has to be a way to post them all in the one place. If a complaint is made about a game , remove it - simple as that. any thoughts ? I have an empty site with 5 gigs of space that i am going to fill soon (no plans as of yet) - i could dedicate this space to a site for games and mods of people want one and theres no major complaints ? |
I tried reading through the thread for the answer, but in the 257 pages it all just seemed like a blur. Anyway, my question is how come my game view style has 4 games all in 1 row in small little boxes, when in the screenshots their is one game per line? Is their anyway I can convert to the original style?
I attached a screen shot... |
<a href="http://www.hiphopground.com/forums/arcade.php?do=play&gameid=5" target="_blank">http://www.hiphopground.com/forums/a...=play&gameid=5</a>
i have no idea wat i did wrong |
If I try to start the forumroot/admincp/install_arcade.php function, it tells me "No input file specified" .
I followed all instructions from txt-file, but it wouldn't work. It's a vB 3.0.7 version, perhaps that's the problem? |
@gio~logist - not sure if you could get an answer as not all here will want to have to register first just to have a look for you
@ryne661 - you have this hack added which is different to original - https://vborg.vbsupport.ru/showthread.php?t=71481 @calvert - it works fine with 3.0.7, recheck you have completed all the steps correctly again before going to the install script, check them over just to make sure they are all correct |
Quote:
|
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?
|
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! |
Quote:
For example: HTML Code:
<table cellpadding=\"860\" cellspacing=\"0\" border=\"0\" class=\"tborder\" width=\"100%\" align=\"center\"> |
Quote:
|
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> "; |
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 |
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.
|
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 = "progid:DXImageTransform.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? |
hey how would i add more flash games to my arcade mod as im fed up with the ones i have at the moment
|
Quote:
|
faast ? do you mean the Yeti Games ? I have had them all for ages , and i think a few people have released them on a few sites
|
Quote:
|
well how do u add them to the arcade
|
Quote:
|
Anyone know if theres a way I can re-arrange the order of games, say Alphabetically?
Im guessing it currently does it by gameid |
OK, forgive me for not reading all 259 pages of post, feel free to point me to the answer.
I'm trying to install this hack on vb 3.0.7, and in the instructions to update includes/functions_showthread.php None of the rows to find exists. Can anyone point me to the file where these changes should be made? |
After installing my arcade, when I click on the link to the arcade i can see the games but when i click on any game it says I dont have the permission to access to it. Ive looked through the user permissions and everything seems to be fine to me.
In any case, I tried to change somethign else on the usergroups and I come up with this error: Quote:
Thanks |
very nice, thanks for all.
|
Hi,
is there a web site that hosts a lot of games? I'd love to add more than 10 games to my site..also what are some good hacks for this aracde? |
Hi there
I am converting some of my games i have made to this arcade system. The games will come as a pack and sorry will cost £5 for about 5 games. The games will be locked to your site so there is no way that the game can be used on other sites. Im also working on doing a mod for the arcade to use the games from pnflashgames. If i can sort this you will be able to buy pro games for your arcade. I will post here when the games are ready for download. |
After installing my arcade, when I click on the link to the arcade i can see the games but when i click on any game it says I dont have the permission to access to it. Ive looked through the user permissions and everything seems to be fine to me.
Please HELP !! |
Quote:
|
Hi, hopefully someone can help.
The install has been (still is) problematic. I have found answers to some issues with function.php and global.php in this thread, but i've now hit an impass i can't figure out. After uploading and altering all the files so that i had no errors, i went to admincp/install_arcade.php and got this: Warning: main(./global.php): failed to open stream: No such file or directory in /hsphere/local/home/jules213/youth-tv.co.uk/forums/admincp/install_arcade.php on line 24 Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/local/lib/php') in /hsphere/local/home/jules213/youth-tv.co.uk/forums/admincp/install_arcade.php on line 24 So, any ideas from anyone? Thanks (oh, deep link to that page on my site: http://youth-tv.co.uk/forums/admincp/install_arcade.php |
I upgraded to 3.0.7 and I got Permission problems. No one has permissions to log in. Not even the admins. I checked the usergroups settings and it says admins and registered users have permission to view arcade but it is not the case.
I just get: Quote:
All files are patched like the instructions said. I am now truly clueless. Any one have any suggestions? |
Thats exactly the same thing happening to me as well. Any help would be really appreciated.
|
Amaresh. If you find a solution please post it here :) and i'll do the same if I find the solution.
|
Quote:
Here's what the permissions are set to on my end (in usergroup, field: arcadepermissions): Registered: 19 Admin: 31 SuperMod: 31 Mod: 23 All others: 0 |
Quote:
I do have a lot of usergroups but I checked them all in phpMyAdmin and the permissions all look correct just like you posted :( The arcade still says no permission :( which is very very strange in my opinion. I don't know what else would stop users. |
Heh. All the other usergroups are set to 0, no permission. :)
Let me think on this one a bit. Should be easy enough to figure out, once I find the proper spot in AdminCP that affects it. **grin** |
All times are GMT. The time now is 11:02 PM. |
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:
|