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)

RichieBoy67 02-27-2005 02:19 PM

Adding the number 10 results in errors and yes, my arcade has hacks installed. I have the resize hack, the arcade pass hack, random game on forum hack and I think thats it but I am not sure..

The last time I tried adding the categorie hack my arcade stopped submitting scores. I ended up wiping it clean and doing a whole new install...


Thanks,

I just did the upgrade but now I have a small problem... Where it says the page number on my arcade page it has 2 rows of numbers...


http://www.talkandmore.net/arcade.php?

OK--This is fixed.. I upgraded and for some reason I had 2 $navbar's installed...


-

JC 02-28-2005 12:24 AM

Is there anyway to get some more games still or no ? :(

turkforum 02-28-2005 12:32 AM

Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /home/super/public_html/includes/init.php on line 544

eva01_ 02-28-2005 12:37 AM

go over your instructions again on that file you probable didn't include an ");" on the end of one of the changes

i take it, it is at the special templates

Code:

                {
$specialtemplates = array_merge(array(
                                'options',
                                'cron',
                                'forumcache',
                                'usergroupcache',
                                'stylecache',
                                'arcadesettings'
                        ), $specialtemplates);
                }

should look like that

turkforum 02-28-2005 12:55 AM

Quote:

Originally Posted by eva01_
go over your instructions again on that file you probable didn't include an ");" on the end of one of the changes

i take it, it is at the special templates

Code:

                {
$specialtemplates = array_merge(array(
                                'options',
                                'cron',
                                'forumcache',
                                'usergroupcache',
                                'stylecache',
                                'arcadesettings'
                        ), $specialtemplates);
                }

should look like that

This is what i have

Code:

                {
                        $specialtemplates = array_merge(array(
                                'options',
                                'cron',
                                'forumcache',
                                'usergroupcache',
                                'stylecache'
                                'arcadesettings'
                        ), $specialtemplates);
                }

will try eva

eva01_ 02-28-2005 12:57 AM

add another "," (comma without quotes) after 'stylecache'

Blootix 02-28-2005 02:15 AM

Can somebody help me? I don't know if this has been already reported, but the challenge system has some problems.

A user challenged me to a game of Tetris. Ok, I accepted it---isn't he supposed to receive a PM saying that I accepted it and the game can start? The game starts for me, but not for him, therefore no Challenge "records" are kept.

HELP!!

EDIT: Nevermind... I found out that if you navigate away from the game during the challenge, it is somehow "cancelled". Any idea how to make it so when you navigate away you automatically get a "0"?

venomx 02-28-2005 05:55 AM

I tried to add this to the memberinfo template so it only shows if they have an award. It doesnt work. Any ideas?

Code:

<if condition="$userinfo[arcadeawards]">
<tr>
<td>
<strong>Arcade Awards</strong>:<br />
$arcadeawards
</td>
</tr>
</if>


sim tech 02-28-2005 06:05 AM

Quote:

Originally Posted by sitka
I have installed v3 arcade. As you can see in the picture, only the menu bar is showing.

I have gone through the instructions and hacks several times. I found no errors.

I have even reloaded my backup files and did the hacks again several times.

But no matter what I do, I only get the nav or menu bar for the arcade.

does anyone have any ideas or suggestions. thanks

Can you see any games in your adminCP? If so, is your arcade game settings all set to active?

sitka 02-28-2005 06:55 AM

Quote:

Originally Posted by sim tech
Can you see any games in your adminCP? If so, is your arcade game settings all set to active?


yes it is active

MicroLinux? 02-28-2005 03:51 PM

At this link:
I get this error:

Code:

Database error in vBulletin 3.0.7:

Invalid SQL: SELECT gamesessions.*, user.username FROM gamesessions AS gamesessions
                                                        LEFTJOINuserAS user ON user.userid=gamesessions.userid
                                                        WHEREgamesessions.valid=1ANDgamesessions.sessiontype=1 ANDgamesessions.gamename='ablast'
                                                        ORDERBYscore
                                                        DESCLIMIT-10,10
mysql error: You have an error in your SQL syntax; check themanualthatcorresponds to your MySQL server version for the right syntaxtousenear '-10, 10' at line 5

mysql error number: 1064

Date: Monday 28th of February 2005 12:29:26 PM
Script: http://forums.m-linux.net/arcade.php...es&name=ablast


Basscat 03-01-2005 01:24 AM

I can not get the arcade to work from my vbabd_home page. When I put the pointer on "arcade" in my navbar, it shows "mysite.com/arcade.php". When I put the pointer on "arcade" in my navbar from my forum index page it shows "mysite.com/forums/arcade.php", and the arcade works? I missed something, just not sure where.

neocorteqz 03-01-2005 03:03 AM

Quote:

Originally Posted by Basscat
I can not get the arcade to work from myvbabd_homepage.When I put the pointer on "arcade" in my navbar,itshows"mysite.com/arcade.php". When I put the pointer on "arcade"inmynavbar from my forum index pageitshows"mysite.com/forums/arcade.php", and the arcade works?Imissedsomething, just not sure where.

in the vBadvanced navbar template if it has one, it should be
Code:

$vboptions[bburl]/arcade.php?$session[sessionurl]
If that doesn't work, hard code the address.

or maybe use
Code:

$vboptions/forums/arcade.php?$session[sessionurl]

neocorteqz 03-01-2005 03:06 AM

Quote:

Originally Posted by venomx
I tried to add this to the memberinfo template so it only shows if they have an award. It doesnt work. Any ideas?

Code:

<if condition="$userinfo[arcadeawards]">
<tr>
<td>
<strong>Arcade Awards</strong>:<br />
$arcadeawards
</td>
</tr>
</if>


that template may not be global.

neocorteqz 03-01-2005 03:07 AM

Quote:

Originally Posted by MicroLinux?
At this link:
Code:

http://forums.m-linux.net/arcade.php?do=scores&name=ablast
I get this error:

Code:

Database error in vBulletin 3.0.7:

Invalid SQL: SELECT gamesessions.*, user.username FROM gamesessions AS gamesessions
                                                        LEFTJOINuserASuser ON user.userid=gamesessions.userid
                                                        WHEREgamesessions.valid=1ANDgamesessions.sessiontype=1ANDgamesessions.gamename='ablast'
                                                        ORDERBYscore
                                                        DESCLIMIT-10,10
mysql error: You have an error in your SQL syntax; checkthemanualthatcorresponds to your MySQL server version for the rightsyntaxtousenear '-10, 10' at line 5

mysql error number: 1064

Date: Monday 28th of February 2005 12:29:26 PM
Script: http://forums.m-linux.net/arcade.php?do=scores&name=ablast


I believe you need to drop the -10 in that query, as for how. I'm not sure.

Basscat 03-01-2005 01:15 PM

Quote:

Originally Posted by neocorteqz
in the vBadvanced navbar template if it has one, it should be
Code:

$vboptions[bburl]/arcade.php?$session[sessionurl]
If that doesn't work, hard code the address.

or maybe use
Code:

$vboptions/forums/arcade.php?$session[sessionurl]

I have not been able to find a vbadvanced template:( to modify. I searched and searched before I made the post. I know that is where it needs to be changed, but I can not find it. If I change it in the navbar template, the arcade works on the home(portal) page, but does not work on the forum index page.

Nick0r 03-01-2005 06:53 PM

does anyone know if it's possible (and if so how) you can copy all your games and the sql info from one forum to another, keeping the same games, but blanking all the high scores etc. This saves me reinstalling 800 games onto my new forums.

womensden 03-02-2005 03:07 PM

Not sure if this has been discussed, but I dont want to weed through 218+ pages of posts to find out.

How can I show more games on the arcade index? I only show like 10 games and I would like to show more.

Harry72 03-02-2005 03:12 PM

u can do this in arcade.php

In arcade.php look out for

Code:

$perpage = 10;
Delete 10 and enter 15 or 20 and so on. Just how u like it. :nervous:

womensden 03-02-2005 04:00 PM

thanks!

Sinister21 03-02-2005 10:00 PM

ok.. i've seen tonnes of people asking for games.. i'de love for someone to pm or email me some games.. but.. is there a way, if you have the SWF to set it up in the arcade?


can someone please tell me how to add new games? or give me the php file that you use to install new ones?!


all i need is a point in the right direction, and im sure i can figure it out for myself..

oh. and link to some games would be great :banana:

RaZor Edge 03-03-2005 12:05 AM

Quote:

Originally Posted by Chrissicom
I download all of these 900+ games from the ftp server.... should I upload them to my own server? That FTP was kinda slow.

Many of use will be happy if you do it!!!

:nervous:

AuroraMike 03-03-2005 01:30 AM

careful if you use categories and are using 3.0.7 w/ new games. You won't be able to assign the games to categories after you install them. Something has broken between 3.0.6 and 3.0.7. It also affects game options. You can manually change things in PHPmyadmin but that's not for everyone.

AuroraMike 03-03-2005 01:32 AM

Quote:

Originally Posted by neocorteqz
in the vBadvanced navbar template if it has one, it should be
Code:

$vboptions[bburl]/arcade.php?$session[sessionurl]
If that doesn't work, hard code the address.

or maybe use
Code:

$vboptions/forums/arcade.php?$session[sessionurl]

or, a whole lot easier is to add arcade.php to the vba cmps navbar and/or header links in the admincp and it will do all the work for you.

AuroraMike 03-03-2005 01:35 AM

Quote:

Originally Posted by KPalicz
Excellent hack. My members love it.

The Space Invaders game is buggy though. The last 3-4 times I've played it, it just quit out on me for no reason at all. I had lots of lives, and I didn't get shot, but it ended like I just lost my last life.

It really pisses me off too. Cause one of our members has totally kicked my ass on nearly all the games, and I need to retake my high score at Space Invaders, but it the game crashes every time I try! grrrr.

If the invaders land, the game ends unlike the arcade where if they land you lose a life and that's it.

Harry72 03-03-2005 05:48 AM

Yes, there are more games with bugs. :mad: :speechless: :rolleyes:

neocorteqz 03-04-2005 09:07 PM

Anyone else having a problem where after you upgrade to 3.0.7, you get a no permissions error?

I've been through the edits 3 times, and set and reset the permissions per usergroup, and nothing is working.

neocorteqz 03-05-2005 12:11 AM

fixed it.

Nutts 03-05-2005 02:19 AM

How did you fix the problem neo. I am having a similar problem, except the pages load fine, and all looks well, except the game movies are not loading. This is a fresh install on a fresh copy of Vb 3.07. Of course, the title of this hack thread indicates support up to 3.03 only, is this my problem?

Does anyone have any ideas?

The problem can be seen here.
http://www.maxreloaded.com/vbulletin/forum/arcade.php

neocorteqz 03-05-2005 03:12 AM

Quote:

Originally Posted by Nutts
How did you fix the problem neo. I am havingasimilarproblem, except the pages load fine, and all looks well,exceptthe game movies are not loading.This is a freshinstallon a fresh copy of Vb 3.07. Of course, thetitle of this hackthreadindicates support up to 3.03 only, is this myproblem?

Does anyone have any ideas?

The problem can be seen here.
http://www.maxreloaded.com/vbulletin/forum/arcade.php

You may want to allow guest/not logged in users to view the arcade.

I fixed my problem by redoing all My hacks, But starting with the arcade hacks first.

Now I don't see how that made any difference, but i couldhavemissedsomething and Just not noticed it at all. It happens, But idon'tmindstarting with a clean slate to fix stuff or figure things out.

And I have to ask. Newly installed games? or redoing the file edits because of the upgrade to vB 3.0.7?

sitka 03-05-2005 06:30 PM

Code:

$game = $DB_site->query("SELECT * FROM " . TABLE_PREFIX . "games A, gamescat B WHERE A.categoryID = B.categoryID ORDER BY gameid ");
I have no problem with any other area of the arcade. I can even change the game categories around in the "Game Categories" link in the admincp "Add Game Category" works too.

BUT when i click on the "game settings" in the admincp I get this ERROR

I have the correct names these are just x'd out.
xxxxxx = my prefix
xxxxxx_xxxxxx = database name

Database error in vBulletin 3.0.x:

Invalid SQL: SELECT * FROM xxxxxx_games A, gamescat B WHERE A.categoryID = B.categoryID ORDER BY gameid
mysql error: Table 'xxxxxx_xxxxxxx.gamescat' doesn't exist

mysql error number: 1146

Date: Saturday 05th of March 2005 03:27:29 PM
Script: http://www.xxxxxx.com/forum/admincp/...n.php?do=games
Referer: http://www.xxxxxx.com/forum/admincp/index.php?do=nav
Username: Me
IP Address: xxx.xxx.xxx.xxx

do i need to modify that line of code?
There shouldn't be a . between the prefix and the table name. This isn't the only hack that has issues w/ prefixes. I wish someone could explain how to prevent issues like this.

Mijae 03-05-2005 06:34 PM

So, anyone uploaded the 800+ games zip? I can mirror.

lucabosurgi 03-06-2005 01:58 AM

For $1,99 you get them here http://www.internetjunkie.org/showthread.php?t=717

lucabosurgi 03-06-2005 02:03 AM

I get the "non loged in" window when I click the return link from the playgame page to the main arcade page.
I'm on 3.0.7 any suggestions? The rest works beautifully!!!
Thank you

J.C. 03-06-2005 08:58 AM

I also need new/more games ASAP for my new forums... but I dont know when v3arcade.com will open :( so, if anyone have a collection pack, I'd be grateful if you can upload it to my FTP. (Please PM me)

Thanks.. :)

Chrissicom 03-06-2005 09:32 AM

I have like 800 games on my FTP all from that other FTP that has gone offline. Although I have a 100 MBit stand-up line and I think if I would publicly post the server here you guys would suck up my traffic pretty quickly. Please send $5 or 4 EUR by PayPal to chrissicom@sandrabullock.ws and I give you a private FTP account to access and download all the games with no bandwidth or speed limit :-)

WiseOwl 03-06-2005 10:34 PM

werd I hear ya

nighteyes 03-06-2005 11:15 PM

It seems like everyone is in the business of trying to profit from selling access to copyrighted games now. This is software piracy, pure and simple, and of the very worst kind.

The moderators of this board should crack down on this practice immediately.... otherwise this could get very messy for all those involved.

Chrissicom 03-07-2005 06:12 AM

Asking for $5 to download so many games is no profit! It's less than I pay for the traffic generated so I still loose money when I rech my bandwidth limit and too many people download the games. I don't even have a website up where I say contact me to buy games or anything like that! It's just on a personal basis. I study law in Europe and I know that this kind of business is not illegal over here, maybe in the US don't know their laws.

Brent H 03-08-2005 04:38 AM

Charging to download ANYTHING that's not owned by you for ANY amount of money is illegal, and breaks various copyright laws (and I suspect international laws as well). Even if you don't make any kind of monetary profit from it by charging less than what it costs you to operate the server, you're still getting some sort of compensation by having the bill for your server be padded by these 5 dollar "donations".

If anyone needs the space, I have a webhosting account I'm not using that I can upload any and all games to. PM me and I'll get it going.


All times are GMT. The time now is 05:29 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.05674 seconds
  • Memory Usage 1,855KB
  • 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
  • (17)bbcode_code_printable
  • (11)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