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)

Kaishi 04-28-2005 05:46 PM

is there any specific changes in the default installation.txt i have to change for this to work with 3.07?

YLP1 04-28-2005 06:03 PM

I have a question for you gurus (noobe here).... I make swish/flash animations using my graphics program, swish (I don't know how to use flash program and I don't own it = too expensive) and It's Me 3d people avatar animations.

My question is.....could I install these in the arcade if I change the install php file to reference the swish/flash I created?

Thanks in advance and I am sorry if I hijacked the topic...I just thought that this would be related.

Kila_Bite 04-28-2005 07:55 PM

Just installed V3 Arcade. Its there but when I go to play it, as the network admin I cannot do so. It says I do not have permission. I have checked and re-checked all file edits and My usergroup is set to "yes" in every aspect of the arcade.
Can you tell me whats going on? Myself and another person have checked through my edits and they are air tight.

Running VB-3.07

Current instaled hack: RPG inferno 2.3 by Zero Tolerance.

Website http://www.ff-net.org - Boards are offline however.

RichieBoy67 04-28-2005 08:51 PM

It works perfectly with 3.07...

I believe there are some threads on that Kila but I am not sure where...

Does anyone have an answer for my question???

Are there any path changes for using this on a site with VBPortal???

Anything else that might cause arcade.php to contain nothing??? It appears that all the templates were installed etc but still nothing... Is it possible this could be a permission issue or a path issue??

kobescoresagain 04-29-2005 01:05 AM

could you add an addon to this where people could become points in the ucash system on challanges? I think alot of people would like that.

RichieBoy67 04-29-2005 10:02 AM

A friends site I installed this on is having what looks like a template problem.... On the arcade.php page everything shows up but the games.....


I have read the posts on this where most say it is usually a template issue but I do not believe it is in theis case. Is there any thing else that could cause this....


There will be a small reward for an answer leading to a solution :)

Kila_Bite 04-29-2005 12:10 PM

As long as people do not forget my request for help. I have seen a few people get ignored with this issue. Its clearly a problem and i'd really like to sort it.
Is there anywhere in this thread that tells me what to do?

RichieBoy67 04-29-2005 01:52 PM

I have figured out the problem my friend was having... maybe this can help someone else...

When you install the other arcade it tells you to create a template called arcade.... you must delete this and any other templates that the other arcade installs before installing this version..... if you simply uninstall the other one it will not work.....

Gottcha 04-29-2005 02:41 PM

thankl you for all the hours you put in on installing this for me...great job and thank you once again

Kila_Bite 04-29-2005 02:43 PM

Its a fresh install. Create a template called Arcade? I assure you there is no mention of that in the guide. All I see in the template alterations and modifications is:
Code:

Template Modifications
======================

Make the following alterations to these existing templates, and save them.

==============
postbit
==============


Find:
___________________________________________________________________________________________

<if condition="$show['pmlink']">

???????????????????????????????????????????????????????????????????????????????????????????

Above this, add:
___________________________________________________________________________________________

        <if condition="$post['arcadesettings'] & 4 AND $post[userid]!=$bbuserinfo[userid] AND $bbuserinfo[userid]!=0">
                <tr><td class="vbmenu_option"><a href="arcade.php?$session[sessionurl]do=newchallenge&userid=$post[userid]" target="_self">Challenge $post[username] in the Arcade</a></td></tr>
        </if>

???????????????????????????????????????????????????????????????????????????????????????????


Find:
___________________________________________________________________________________________

<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if>

???????????????????????????????????????????????????????????????????????????????????????????

Below this, add:
___________________________________________________________________________________________

$post[arcadeawards]

???????????????????????????????????????????????????????????????????????????????????????????


==============
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>



All times are GMT. The time now is 07:43 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
  • Page Generation 0.04099 seconds
  • Memory Usage 1,751KB
  • 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
  • (1)bbcode_code_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