vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   v3 Arcade - Games Arcade & Challenge System [vB 3.0.3] (https://vborg.vbsupport.ru/showthread.php?t=60377)

Datenpapst 07-11-2005 09:46 AM

Quote:

Originally Posted by RichieBoy67
You cannot have both arcade installed at the same time........


If anyone would like help I will do whatever I can depending on time. Of course I will make more time available for small donations :)

Why is that not possible? What do I have to do, to make the v3 run again?

ryne661 07-11-2005 02:46 PM

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?

Gio~Logist 07-12-2005 03:03 AM

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!

KTBleeding 07-12-2005 03:10 AM

Quote:

Originally Posted by gio~logist
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!

It looks like there are un-needed \'s in your code.

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\">

All of the \'s before the " tag shouldn't be there.

LEAD_WEIGHT 07-12-2005 06:40 AM

Quote:

Originally Posted by 662C
The v3arcade site was closed due to people posting games they'd ripped and didn't own copyright on, you'll effectively be giving people the means to do this again.


Cheers,
Robert

Anyone can do it by flash capture unless u have it open in window without tool bar showing.

DjTaz 07-14-2005 05:32 PM

Quote:

Originally Posted by Shill
What I am after is when you view a members stats and it shows there awards (if any) I would like to be able to click the image or the name of the game they are champion so that it takes me straight to the game.

I have looked at the code but I am wary of messing about with it.

Any help would be appreciated.

Thanks
Shill

Shill - go to Arcade.php - roughly around line 1376 (use Textpad ... www.textpad.com ) and find this

Code:

$awardlist .= "<img src=\"$stylevar[imgdir_arcade]/".$award['miniimage']."\" border=0 align=\"absmiddle\"> ";
replace it with this
Code:

$awardlist .= "<a href=\"arcade.php?do=play&gameid=".$award['gameid']."\"><img src=\"$stylevar[imgdir_arcade]/".$award['miniimage']."\" border=0 align=\"absmiddle\"></a> ";
I think that should do as you want ... any problems , please let me know

Riotblade 07-15-2005 02:42 PM

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

mrpibbny 07-15-2005 03:42 PM

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.

Warz 07-15-2005 05:53 PM

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>&nbsp;</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&amp;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?

Tornado.Tech 07-15-2005 07:10 PM

hey how would i add more flash games to my arcade mod as im fed up with the ones i have at the moment


All times are GMT. The time now is 07:59 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
  • Page Generation 0.05703 seconds
  • Memory Usage 1,772KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)bbcode_html_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete