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)

Tombstone 09-14-2004 12:27 PM

Any ideas on the prefix problem?

Tombstone 09-14-2004 01:08 PM

SELECT COUNT(*) AS plays, SUM(finish-start) as time
FROM gamesessions
WHERE valid=1
This is the error I get - When I rename the tables, I then get errors saying it is missing the prefix.

ombossman 09-14-2004 01:24 PM

hello what is my problem

Parse error: parse error in /home/xxxxxx/public_html/forum/includes/functions_online.php on line 670

fuse3k 09-14-2004 04:34 PM

Hello,

Firstly great mod. I love it and so will my members. One thing though. I'm using vbAdvanced and I noticed a small issue with the "Arcade" link on the navbar. Instead of "www.whatever.com/forum/arcade.php" it goes to "www.whatever.com/arcade.php". However, on the forum homepage it does link correctly.

Any ideas on how to fix that? TIA

EDIT

Here's the link if you want to see it for yourself. Examine the difference between the "Arcade" link on the Portal homepage as opposed to the Forum Homepage.

http://server1a.woolnet.net/~fuse3k/index.php

Reverend 09-14-2004 06:27 PM

Quote:

Originally Posted by venomx
Yeah thats it. I am not sure if its works as I have not installed it yet. So let us know! :)

With reference to my post here .Yep it works perfect.

kall 09-14-2004 07:03 PM

Quote:

Originally Posted by fuse3k
Hello,

Firstly great mod. I love it and so will my members. One thing though. I'm using vbAdvanced and I noticed a small issue with the "Arcade" link on the navbar. Instead of "www.whatever.com/forum/arcade.php" it goes to "www.whatever.com/arcade.php". However, on the forum homepage it does link correctly.

Any ideas on how to fix that? TIA

EDIT

Here's the link if you want to see it for yourself. Examine the difference between the "Arcade" link on the Portal homepage as opposed to the Forum Homepage.

http://server1a.woolnet.net/~fuse3k/index.php

OPEN includes/vba_cmps_include_bottom.php

Find:
PHP Code:

'\'misc.php'

After, add:
PHP Code:

            // +++ Arcade
            
'"arcade.php',
            
// --- Arcade 

Find:
PHP Code:

'\'' $vboptions['bburl'] . '/misc.php'

After, add:
PHP Code:

// +++ Arcade
            
'"' $vboptions['bburl'] . '/arcade.php',
// --- Arcade 

(adapted from vbookie install instructions)

fuse3k 09-14-2004 07:13 PM

Quote:

Originally Posted by kall
OPEN includes/vba_cmps_include_bottom.php

Find:
PHP Code:

'\'misc.php'

After, add:
PHP Code:

            // +++ Arcade
            
'"arcade.php',
            
// --- Arcade 

Find:
PHP Code:

'\'' $vboptions['bburl'] . '/misc.php'

After, add:
PHP Code:

// +++ Arcade
            
'"' $vboptions['bburl'] . '/arcade.php',
// --- Arcade 

(adapted from vbookie install instructions)


Perfect, thanks kall

intrigue 09-15-2004 11:21 PM

Yeah what can i say i love this hack
.matt

Whyzdom 09-16-2004 02:58 AM

I am running a 3rd party style for my forums.. made by extremestyles.. when I add the arcade.. it doesn't work right.. is there something I need to do.. like add it to the original default style first then add it again to the new style?

TJFweb 09-16-2004 04:34 AM

Where can I get the Arcade Pass hack?

Shinobi 09-16-2004 06:45 AM

hey i was wondering if theres a way to:

have my posbit display arcade awards up to a certain amt, say 7, then when a user has more, it will display the first 7, then say something like, "more" which you can click on to take u to a page with all of their arcade awards?

Just curious..... :D

buck3t 09-16-2004 09:54 PM

The www.v3arcade.com site has been down or unavailable for quite some time. I was trying to find more games. Are the v3arcade games hosted anywhere else?

kall 09-16-2004 10:18 PM

Quote:

Originally Posted by buck3t
The www.v3arcade.com site has been down or unavailable for quite some time. I was trying to find more games. Are the v3arcade games hosted anywhere else?

It's not down, or unavailable.

Jackson 09-17-2004 03:44 PM

I am using VB 3.0.3 (fresh install, german version), made the changes mentioned in the documentation, uploaded all files (double checked the correct mode).

When I want to start the install_arcade.php I get the following error:

"Parse error: parse error, unexpected T_STRING in ...... /vb3/admincp/install_arcade.php on line 706"

Anyone got an idea what can cause this error ?

Thanks in advance.

Jackson 09-18-2004 06:44 AM

Nevermind...found it out myself...

Line 706 was

Code:

<if condition="$show['popups']">
an I replaced that with

Code:

<if condition=\"$show[popups]\">
...installation worked fine afterwards...

Tal-CPO 09-18-2004 07:51 AM

oder ?nder es so rum..

hatte gestern den fehler auch...

Code:

<if condition="$show[\'popups\']\">
^^

johnnyb 09-18-2004 09:28 PM

I've been waiting for Pro forever, what's the inside scoop?

turbidblue 09-19-2004 01:56 AM

this is so amazing!

it installed flawlessly on my "heavily" hacked board!

thank you so much!

/me clicks install!

klaus die maus 09-19-2004 06:33 PM

hi Tal-CPO oder andere
kann kein englisch deshalb versuche ichs ma hier
Wenn ich die setup.php aufrufe startet die nicht
erhalte nur eine weiße seite habs schon in asci mode versucht und binär aber nichts
kann mir einer helfen?

Cissos 09-20-2004 10:12 PM

I just installed this hack, but realize I'm going to have trouble since I have uCS installed on my site. Does anyone know of a way to have them both installed?

BullTaco 09-21-2004 01:10 PM

I installed.....and everything seemed to go ok....but all I get is a blank white page when I click on the arcade link?

I am sure it is something simple...I am a newbie when it comes to this Vbull.

Thanks for all your help...cant wait to get it going!!

G3MM4 09-22-2004 07:21 PM

Is there a way of making it available to paid subscribers if it's a bandwith hog? I'm new to coding etc so...

Barbarian 09-25-2004 01:29 AM

Hrmm - I followed the intructions to the T, and I am getting problems about user permissions too.

Searched through the thread, and some people had talked about global.php but I updated that just fine.

Using vb 3.0.3

Any clues? :ermm:

mcyates 09-25-2004 07:25 PM

how do i actually add new games

mcyates 09-25-2004 07:33 PM

its ok i searched the thread and found this:

Quote:

Once you've read the instructions and managed it with one, you'll laugh about how easy it actually is - if you'd read the instructions with the games, you would be laughing at yourself for even thinking about asking this question though.

Just as an example to show you how easy it actually is though:

1. Unzip the files.
2. Upload the the images to the arcade images folder.
3. Upload the game .swf file to the game folder.
4. Upload the install file to your forum cp.
5. run the install file, then once done delete the install file.

lol, it couldn't be any easier.

johnnyb 09-25-2004 07:37 PM

You have to point your browser to the supplied PHP file. You place that PHP file in your Admin CP folder.

johnnyb 09-25-2004 07:38 PM

When is the releasal date of Arcade Pro? Jesus, I can't handle this wait.

frankenberrie 09-26-2004 05:03 PM

While on the V3Arcade main site, I asked about erasing some of my arcade news data (there was alot)... I when to PHP admin a made a mistake and deleted the table - gamenews.. now i get this

Database error in vBulletin 3.0.3:

Invalid SQL: SELECT * FROM gamenews ORDER BY datestamp DESC LIMIT 8
mysql error: Table 'maksy53_comcentral.gamenews' doesn't exist

mysql error number: 1146

Date: Sunday 26th of September 2004 10:59:51 AM
Script: http://www.maksys.biz/comcentral/arcade.php?
Referer: http://www.maksys.biz/comcentral/forum.php?
Username: Comcentral




How can I fix this==== My site is down for the county... I tried to reinstall the arcade but that didnt work. Can someone tell me how to fix this.. THANK YOU!!!!

wbutchart 09-26-2004 09:35 PM

How do i get rid of that game search thing i have all over my forum http://www.wzooka.com its just above the forum area. What code do i need to remove to get rid of that.

venomx 09-26-2004 09:45 PM

you did a mod wrong... I dont have that....

prnranger 09-26-2004 10:28 PM

just like barbarian, im having user permissions problems. Every time i go to arcade.php, it says:

"you do not have permission to access this page. This could be due to one of several reasons:

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

lol, and im the admin... Please help, very frustrating...

venomx 09-26-2004 10:41 PM

Did you take a look at your account in admincp or the usergroups?

prnranger 09-26-2004 10:58 PM

yes, ive check the usergroups, the arcade general settings, all permissions were set. I really want this thing to work.. :/

Amdac 09-28-2004 05:22 AM

I've just installed the mod and everything is working except for some reason it wont log the high scores. The games lock up as soon as they're over when it says it's sending the high score.

Any ideas? Thanks.

www.slashtalk.com/arcade.php

lanc3lot 09-28-2004 09:11 AM

Hello...Does anyone knows, when the "pro" version is estimated to be released? As if its really soon, dont install this version and wait.

Thanks a lot

weirdpixels 09-28-2004 09:45 AM

this has to be onw of the best hacks ever, installed without a problem :)

whats this pro version does it have more features?

Zkast 09-29-2004 02:44 AM

Quote:

Originally Posted by Rahzel_hx
Is there a way to put the arcade awards in a scrolling box so it doesn't take as much space

I'd be very interested in this also... anyone?

akirauk 09-29-2004 07:14 AM

hi all, ive installed this and its all working apart from im stuck with the link on th enavabr to the arcade -

PHP Code:

==============
navbar
==============


Find:
___________________________________________________________________________________________

<td class="vbmenu_control"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td>

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

Below thisadd:
___________________________________________________________________________________________

<td class="vbmenu_control"><a href="arcade.php?$session[sessionurl]">Arcade</a></td>

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

im using the ambience skin for the default i cant find anything similar to the above in 'navbar'. In my browser i can goto - http://www.project-a.co.uk/forum/arcade.php and everything works sweetly!

thanks for any help :nervous:

rjordan 09-30-2004 03:53 AM

FOrgive me, but with over 130 pages to read through, I am just going to ask my question here. I just instaleld vB and clicked on Install for this add-on. Now what? Am I waiting for some automated process?

johnnyb 09-30-2004 04:02 AM

LOL, go back to the first post and download the attachments. It is the addon. Read the step-by-step instructions.


All times are GMT. The time now is 09:09 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.05143 seconds
  • Memory Usage 1,843KB
  • 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
  • (3)bbcode_code_printable
  • (9)bbcode_php_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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