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)

Lurk 04-29-2004 10:07 PM

I have uCash & uShop installed..
how do i install v3 arcade after? am i missing anything? i got an error when i installed it...

baqai 04-30-2004 07:41 AM

astra i think so you would want to edit the php files again and upload them to the server

astra-sri 04-30-2004 07:58 AM

I've re-edited all the PHP files. All working now.

I just need help with one more thing....

1.0.2 - Game listing changes
This release makes *all* games on the Arcade main page appear in the
order which they were installed, regardless of whether or not it has
been played. (With the newest games at the top.) It also includes a
page navigation box. By default, 10 games appear per page.

How do I change that so all the games are displayed on the front page, not just 10.

I don't seem to have a page navigation box :(

Test Login...
username: ArcadeTest
Password: v3arcade

Thanks
RiK

Bryan Ex 04-30-2004 08:11 AM

For those of us that were interested in some adult oriented type games to add in to our arcades... I've found many freeware versions in a variety of formats but not sure what I'm looking for. I saw the details posted somewhere on what's required - can someone recap file formats again?

dina 04-30-2004 09:43 AM

When you complete the game tetris you get sent to a page where you get access denied (for admin only included in config.php I guess). What page is this and why is this set up this way? Because users who finish the game and get sent to this page will not get their score saved.

Darnell 0216 04-30-2004 11:33 PM

Quote:

Originally Posted by astra-sri
I've re-edited all the PHP files. All working now.

I just need help with one more thing....

1.0.2 - Game listing changes
This release makes *all* games on the Arcade main page appear in the
order which they were installed, regardless of whether or not it has
been played. (With the newest games at the top.) It also includes a
page navigation box. By default, 10 games appear per page.

How do I change that so all the games are displayed on the front page, not just 10.

I don't seem to have a page navigation box :(

Test Login...
username: ArcadeTest
Password: v3arcade

Thanks
RiK

You should have a small navigation box at the bottom right corner of the games list. To change the amount of games shown, find in arcade.php (around line 341):
PHP Code:

$perpage 10

Change 10 to a large number to show them all on the main page.

pgowder 05-01-2004 12:38 AM

Quote:

Originally Posted by nektar
Hi!

I have installed the latest v3arcde version and from what I have read here I'm supposed to have a link in the drop-down menu of the user in postbit, so that I can challenge!

Why am I missing this? http://www.v3arcade.com/play/images/smilies/yipes.gif

Any ideas?

P.S. All of the them have permission 15 which means they can be challenged. I have followed the intstuctions but it just doesn't show!

VBulletin 3.0.1

Thanks a lot.

I'm having the same problem.

Pseudomizer 05-01-2004 01:44 AM

Quote:

Originally Posted by pgowder
I'm having the same problem.

Hi @LL,

in the postbit template search for:

PHP Code:

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

and below put this:

PHP Code:

<if condition="$post['arcadesettings'] & 4 AND $post[userid]!=$bbuserinfo[userid] AND $bbuserinfo[userid]!=0">
<
b><br /><a href="arcade.php?$session[sessionurl]do=newchallenge&userid=$post[userid]target="_self"><div class="smallfont">Challenge $post[usernamein Arcade</div></a><br /></b>
</if> 

This will add the challenge below the users rank. If you want to have it in the drop down menu please feel free to insert the code at the appropriate place.

Cheers,

NarutoX 05-01-2004 04:23 AM

req... tanks @ http://www.flashplayer.com

pgowder 05-01-2004 05:34 PM

I've installed some of the new games. They all play fine, but when you submit the score, you get a permission denied. I'm getting on my admin account and other users are getting it.

Some users however, have been able to play them???

TechGuy 05-01-2004 05:34 PM

In my global.php, I put the new code above the ending }... took me about an hour to find that, but works great now! :)

NarutoX 05-01-2004 05:35 PM

theres a shortcut to find things..
in notepad press edit and find .. find the text written above and paste the code below it.. shud save u 55 mins,...

TechGuy 05-01-2004 05:38 PM

I'm in Linux, so I used pico, but it's got the same feature... but, now matter how quickly you get to the place you need to edit, the program can't help my inability to paste the new code in the right place. :)

Now, back to wasting time by playing these games... :)

dina 05-01-2004 07:19 PM

Does anyone have a fix to the permission denied problem? I'm getting it on all games that are completed, not matter what permission level the user is on.

nirmah 05-02-2004 01:44 PM

Can anyone tell me the code to allow me to show the someone's a champion thing like in the original postbit, just show in the postbit legacy mode?

Thank you.

weaver 05-02-2004 08:47 PM

I just installed some new games today. And now when I go into the game settings to put in values for cost per play and jackpot I get this message: Could not find phrase arcade_cp_settingssaved.

weaver 05-02-2004 09:20 PM

I'm also having the issue with the jackpot resetting to 500.

LilPimp 05-02-2004 10:30 PM

how do you uninstall it

I have an error and no one knows how to fix it... The person who installed it told me to ask how to safely uninstall the whole thing then he will reinstall it for me... becus i 1st installed the hack on vb 3 then i upgraded to vb 3.0.1 and i was reinstalling the hack but i couldnt run the install.php script becus of the mysql tables were already there and when i delete them i still get a different error which i posted here http://www.v3arcade.com/play/showthread.php?t=601

so can someone please show me how to safley uninstall this whole hack

daz91 05-03-2004 11:58 AM

this might not answer your question, but what you can try is edit your install_arcade and delete waht is giving you the error,
I had trouble with the same thing,, ha dto reinstall and was gettin a similar error but with gamechallenges error came up, so i deleted the whole step 2 in the install_arcade than changed step 3 to 2.
also made the mistake of uploading the wrong files(before edit) just not thinkin and forgot where i had put the edited version

???`S?LV?R???` 05-03-2004 05:39 PM

i tried to go to that other site and download it since the newest version isn't posted on vb.org, i registered and confirmed the email and it still won't let me get the attachment.

J.C. 05-04-2004 01:04 AM

Hello, I need help on the postbit template

I prefer to use postbit_legacy, not postbit, so what do I have to do?

Thanks.

NarutoX 05-04-2004 01:48 AM

Another request @ http://www.npower.com/cfm/cricketgame.cfm

Boofo 05-04-2004 02:57 AM

Quote:

Originally Posted by NarutoX

That link is no good. ;)

jcr 05-04-2004 10:48 AM

Quote:

Originally Posted by J.C.
Hello, I need help on the postbit template

I prefer to use postbit_legacy, not postbit, so what do I have to do?

Thanks.

There is no difference when dealing with posbit_legacy or the ordinary posbit. I have also made an icon wich is placed next to the reputation button, this was actualle quite handy!

Host Visions 05-04-2004 01:02 PM

Do Donkey Kong & Burgertime exist for this system? Also, any fishing games out there?

???`S?LV?R???` 05-04-2004 06:50 PM

Anyone mind posting or sending me version 1.0.2 since it's not letting me get it off that website, even after i got registred and confirmed my email.

J.C. 05-04-2004 07:19 PM

Quote:

Originally Posted by jcr
There is no difference when dealing with posbit_legacy or the ordinary posbit. I have also made an icon wich is placed next to the reputation button, this was actualle quite handy!

No I meant, what code to find and to add on the postbit_legacy?

Because the codes in postbit and postbit_legacy are quite different.

Also, I've signed up @ v3arcade.com, confirmed my account, and still can't download the game releases... please activate our account asap ^^ :)

dina 05-04-2004 07:50 PM

Can someone please reply to the "permission denied" problem soon?

dina 05-04-2004 08:01 PM

and there must be a way to add the "challenge [nick] to the arcade" to the users profile and possibly in the arcade itself?

dina 05-04-2004 08:22 PM

Quote:

Originally Posted by dina
and there must be a way to add the "challenge [nick] to the arcade" to the users profile and possibly in the arcade itself?

Also, when someone gets a highscore for a game in a challenge it's not recorded in the arcade... can we get a possible fix for this?

Pseudomizer 05-04-2004 09:04 PM

Quote:

Originally Posted by dina
and there must be a way to add the "challenge [nick] to the arcade" to the users profile and possibly in the arcade itself?

In the postbit template find:

PHP Code:

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

After this add:

PHP Code:

<if condition="$post['arcadesettings'] & 4 AND $post[userid]!=$bbuserinfo[userid] AND $bbuserinfo[userid]!=0">
<
b><br /><a href="arcade.php?$session[sessionurl]do=newchallenge&userid=$post[userid]target="_self"><div class="smallfont">Challenge $post[usernamein Arcade</div></a><br /></b>
</if> 

Cheers,

???`S?LV?R???` 05-04-2004 09:37 PM

lol anyone mind posting it for me or sending it to me....? (still havnt gotten a response)

NarutoX 05-05-2004 12:37 AM

Quote:

Originally Posted by Boofo
That link is no good. ;)

it works ;)

???`S?LV?R???` 05-05-2004 03:48 AM

"Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation. " from the site that you posted for the newest version and im already a confirmed member by the email...

Mike11212 05-05-2004 05:56 AM

How can I uninstall this hack from the database? Which MYSQL entries do I need to remove?

LilPimp 05-07-2004 12:36 AM

Quote:

Originally Posted by Mike11212
How can I uninstall this hack from the database? Which MYSQL entries do I need to remove?

Same question but i havnt got an answer i need to uninstall the whole thing before i can reinstall it..

Rids 05-07-2004 11:04 AM

Same question here, the support for this hack is excellent in all areas except this and "reverse the steps for installation" just doesn't cut it when there is an install script involved.

Bryan Ex 05-07-2004 01:19 PM

They are not difficult to remove but I agree... some sort of remove function would round this whole package out nicely. I've removed several games I didn't care for by deleting the two graphic files and the game itself and then searched my database for both the game name and game ID.

vBFreak 05-07-2004 06:11 PM

great hack... I'm going to install :D

where can I get the netplay plugin for the arcade? ^^

[edit: John how long does it take to be activated in you arcade-forums? I want to download some new games...]

BeyRevRa 05-08-2004 01:16 PM

Ok, I have had this installed on my forum but I get alot of complaints about how people's scores will not get recorded. I'm positive this is just an internet setting, but I am not sure which one it might be. Please lemme know what this problem could be caused by.


All times are GMT. The time now is 09:31 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.03363 seconds
  • Memory Usage 1,842KB
  • 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
  • (5)bbcode_php_printable
  • (10)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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