View Full Version : v3 Arcade - Games Arcade & Challenge System [vB 3.0.3]
Pages :
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[
15]
16
17
18
19
rjordan
04-15-2005, 12:24 PM
I think this may be something different than the fix I posted, although in the same ballpark. I will see if I can find where this is coming from as well if noone else finds it first.
Original deleted user fix is here:
https://vborg.vbsupport.ru/showpost.php?p=632760&postcount=3394
rjordan
04-15-2005, 12:54 PM
Ok, let's try this. I have NOT tested this as I have not seen the problem first-hand.
In ./includes/cron/arcadeupdate.php:
Find:
$DB_site->query("UPDATE " . TABLE_PREFIX . "games SET highscorerid=$value[userid],highscore=$value[score] WHERE shortname='$key'");
REPLACE with:
if ($value[userid]!="") {
$DB_site->query("UPDATE " . TABLE_PREFIX . "games SET highscorerid=$value[userid],highscore=$value[score] WHERE shortname='$key'");
}
I hope this works for you. Let me know as I am curious now on your issue.
rjordan
04-15-2005, 02:11 PM
BTW: Sorry for the post edits!
khaleel
04-15-2005, 02:14 PM
Ok, let's try this. I have NOT tested this as I have not seen the problem first-hand.
In ./includes/cron/arcadeupdate.php:
Find:
$DB_site->query("UPDATE " . TABLE_PREFIX . "games SET highscorerid=$value[userid],highscore=$value[score] WHERE shortname='$key'");
REPLACE with:
if ($value[userid]!="")) {
$DB_site->query("UPDATE " . TABLE_PREFIX . "games SET highscorerid=$value[userid],highscore=$value[score] WHERE shortname='$key'");
}
I hope this works for you. Let me know as I am curious now on your issue.
I got
Parse error: parse error, unexpected ')' in /home/deathea/public_html/forum/includes/cron/arcadeupdate.php on line 70
Line 70 reads
if ($value[userid]!="")) {
rjordan
04-15-2005, 02:15 PM
Take out the duplicate ")". I have corrected original post.
RichieBoy67
04-15-2005, 07:16 PM
Isn't there a hack to get all the games in alphabetical order???
albibak
04-15-2005, 07:46 PM
Search in the arcade.php :
$result_allgames = $DB_site->query("
SELECT * FROM " . TABLE_PREFIX . "games
");
Replace by :
$result_allgames = $DB_site->query("
SELECT * FROM " . TABLE_PREFIX . "games ORDER BY games.shortname
");
And find :
$whereclause AND $sessionclause ORDER BY gamesessions.gamename DESC
Replace by :
$whereclause AND $sessionclause ORDER BY gamesessions.gamename ASC
Pepsi Man
04-15-2005, 08:27 PM
If you have more then 1 style installed on your board, then let those users try using a Style that you know is working with the arcade.
It could be that the templates are not (correct) installed for the Style they are using.
Thanks. It does appear to be a style issue. Why I gave the user credit for having tried both styles himself and didn't check that out myself I can't even say. :o
lowcarbscoop
04-15-2005, 08:38 PM
I just read through all the posts and can't see an answer. I installed arcade under one style and it ran great. I added another style to the board, and re-ran the arcade install to make the changes to the style. The games play under both styles, but if you get a hi score while using the new style, it does not record hi scores.
Does anyone have any suggestions? For now I am having the users that want to attempt hi scores use the old style, but I want to get rid of that style!
Thanks in advance.
RichieBoy67
04-15-2005, 08:40 PM
Thanks albiback!!!
I have // Selects all games from the database
$result_allgames = $DB_site->query("
SELECT * FROM " . TABLE_PREFIX . "games $searchclause ORDER BY gameid DESC
");
Should I replace this instead?? Forget it...... that worked... Thanks!!
Another problem I am having is that I cannot find the search addon to search arcade games..... Is this hack gone now???
albibak
04-15-2005, 09:06 PM
This hack is in the original hack.
On your forum, when you go in the navbar, link search, you can see search module for arcade's games ;)
jonnerd154
04-15-2005, 09:10 PM
Does anyone know if "Classic Frogger" has any copyright problems?
RichieBoy67
04-15-2005, 09:16 PM
It is not in my navbar because I have a skin... It is a little different and I don't remember how I had it working before....
<td class="vbmenu_option"><a href="search.php?$session[sessionurl]" accesskey="4">$vbphrase[advanced_search]</a></td>
That is part of my search in my navbar...
The instructions are...
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>
?????????????????????????????????????????????????? ?????????
Never mind.... I got it... Thanks
khaleel
04-15-2005, 09:42 PM
Parse error: parse error, unexpected $ in /home/deathea/public_html/forum/includes/cron/arcadeupdate.php on line 106
The code only goes up to 105
RichieBoy67
04-16-2005, 08:18 PM
I got the search to show and everything but when ever I do a search for a game it just takes me to the first page of the arcade....
Thanks
T3MEDIA
04-16-2005, 11:35 PM
Search in the arcade.php :Hey bro you have any ideas on how to lower the resources for this hack?
swiss
04-17-2005, 12:23 AM
Can anyone confirm if this works with 3.0.7 ?
Thanks
J-TEK
04-17-2005, 12:41 AM
Can anyone confirm if this works with 3.0.7 ?
Thanks
Yes I would like to know that aswell.
RichieBoy67
04-17-2005, 12:52 AM
Yes, I am using 3.07. The only problems I am haiving are caused from my skin....
My search is not working but I think it is because of my navbar. Everything else works fine...
MissKalunji
04-17-2005, 01:50 AM
Yes I would like to know that aswell.
Yes it does work..........everything works fine
www.dancehallareaz.com/forum/arcade.php
Oblivion Knight
04-17-2005, 05:39 AM
Hey bro you have any ideas on how to lower the resources for this hack?Add a few indexes in arcade database tables, and removing the challenge system helps.. :)
DjTaz
04-17-2005, 10:15 AM
Since V3Arcades closed .. anyone know where to get new games now ?
Its a pity that place closed .. it was a handy spot to get games ... anyone else gona set up a board to share hacks and games ? or should i go do it myself ?
590 in one RARfile: https://vborg.vbsupport.ru/showpost.php?p=640977&postcount=3499
rjordan
04-18-2005, 02:39 AM
Khaleel, it looks like you missed the ending bracket (}) on the change I suggested. Check your e-mail and let me know if it works for you.
Lexina
04-18-2005, 05:33 AM
OK, my arcade just isn't working at ALL. Have a look at http://www.thefad.net/forum/arcade.php? and see what you think. Anyone else get this, or did I just majorly stuff something up?
Xil Ze
04-18-2005, 05:45 AM
OK, my arcade just isn't working at ALL. Have a look at http://www.thefad.net/forum/arcade.php? and see what you think. Anyone else get this, or did I just majorly stuff something up?
i'd like to help but i don't want to register
SpaceStar
04-18-2005, 07:44 PM
When running the install_arcade.php i have got following error in IE:
"Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING in /.../includes/functions.php on line 2018"
Does anyone a have clue what is going wrong?
Thanks in advance
SpaceStar
04-18-2005, 07:45 PM
by the way this is the code in line 2018 in functions.php file:
$debughtml .= " (<a href=\"" . htmlspecialchars_uni(SCRIPTPATH) . iif(strpos(SCRIPTPATH, '?') '?')'?')'?')'?')'?')=== false, '?', '?','?','?','?','?','&') . "tempusage=1\">Template Usage</a>) (<a href=\"" . htmlspecialchars_uni(SCRIPTPATH) . iif(strpos(SCRIPTPATH, '?') '?')'?')'?')'?')'?')=== false, '?', '?','?','?','?','?','&') . "explain=1\">Explain</a>)<br />\n";
Paul_d_g
04-18-2005, 10:22 PM
I keep getting this.
Database error in vBulletin 3.0.7:
Invalid SQL: SELECT gameid, shortname, gamesettings, title FROM games
mysql error: Table 'denisp.games' doesn't exist
mysql error number: 1146
What can I do?
RichieBoy67
04-18-2005, 10:47 PM
Paul,
You need to have do the querrie to add that table...
What exactly is denisp.games ???? is that some kind of a game or something???
Monica05
04-19-2005, 06:42 AM
Ok, i'm having a big problem and i'm not sure what i've done wrong.
When you go to my forum, above my logo, this is showing up:
Warning: Invalid argument supplied for foreach() in /includes/functions.php on line 2997
Warning: Invalid argument supplied for foreach() in /includes/functions.php on line 2997
Warning: Invalid argument supplied for foreach() in /includes/functions.php on line 2997
This is line 2997:
$user['calendarpermissions']["$calendarid"] |= $cpermissions["$usergroupid"];
When I click on any of the links, I get this:
Unable to add cookies, header already sent.
File: my forum root directory/includes/init.php
Line: 27
This is line 27
echo "<br /><strong>Warning</strong>: $errstr in <strong>$errfile</strong> on line <strong>$errline</strong><br />";
Can someone help me please? I'm desperate..lol. Noone can do anything on my board until I get this fixed. :ermm:
Paul_d_g
04-19-2005, 08:28 AM
I keep getting this.
Database error in vBulletin 3.0.7:
Invalid SQL: SELECT gameid, shortname, gamesettings, title FROM games
mysql error: Table 'denisp.games' doesn't exist
mysql error number: 1146
What can I do?
nvm i figured it out.
But i now get this
Warning: Invalid argument supplied for foreach() in /includes/functions.php on line 2997
This is line 2997:
$user['calendarpermissions']["$calendarid"] |= $cpermissions["$usergroupid"];
Lexina
04-19-2005, 09:55 AM
i'd like to help but i don't want to register
You don't need to register to view my boards... at least I never turned that option on...
lifesbattles
04-19-2005, 10:00 AM
Quick question, my frames in the Admin CP panel are messed up...... i posted on vbulletin.com but they told me to post here..... heres my problem.
http://www.vbulletin.com/forum/showthread.php?t=136351
any ideas?
iTaLiAnBoY165
04-20-2005, 01:34 PM
my arcade was working for about a month then it restricted me from going in all members are restricted but in permissions everyones alllowed to go in
Gottcha
04-20-2005, 08:02 PM
tried installing on 3.0.7 and this is the error i get now
Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/fragtrad/public_html/forums/includes/functions.php on line 2018
this is line 2018:
$debughtml .= " (<a href=\"" . htmlspecialchars_uni(SCRIPTPATH) . iif(strpos(SCRIPTPATH, '?') '?')'?')'?')'?')'?')'?')'?')'?')=== false, '?', '?','?','?','?','?','?','?','?','&') . "tempusage=1\">Template Usage</a>) (<a href=\"" . htmlspecialchars_uni(SCRIPTPATH) . iif(strpos(SCRIPTPATH, '?') '?')'?')'?')'?')'?')'?')'?')'?')=== false, '?', '?','?','?','?','?','?','?','?','&') . "explain=1\">Explain</a>)<br />\n";
now my entire board is down
Marco van Herwaarden
04-20-2005, 08:19 PM
What editor did you use to edit your files?
That line should probably be looking like the following:
$debughtml .= " (<a href=\"" . htmlspecialchars_uni(SCRIPTPATH) . iif(strpos(SCRIPTPATH, '?') === false, '?', '&') . "tempusage=1\">Template Usage</a>) (<a href=\"" . htmlspecialchars_uni(SCRIPTPATH) . iif(strpos(SCRIPTPATH, '?') === false, '?', '&') . "explain=1\">Explain</a>)<br />\n";
I think that if this line got changed, maybe more is wrong.
I suggest you backup this file, and try what happens if you reload the original.
Gottcha
04-20-2005, 11:48 PM
used dreamweaver to edit the files.
i replaced the functions.php and board is back up
iTaLiAnBoY165
04-21-2005, 11:45 AM
my arcade was working for about a month then it restricted me from going in all members are restricted but in permissions everyones alllowed to go in
bump....
smacklan
04-21-2005, 12:27 PM
I have sort of an odd problem...don't know if anyone else has encountered it. I originally had IProArcade installed and working on 3.0.7 site. I installed v3Arcade and the install went smooth, all settings for usergroup permissions and activation of the games are set...but when you go to the arcade no games appear. I uninstalled the game, re-installed the clean vB files with no IBPro changes in them, reinstalled v3 with the correct modifications and the same problem. Any help out there with this one??? Many thanks!
jrofosho
04-21-2005, 08:26 PM
I've searched this forum, and gone back over the code multiple times. I still get this error after installation.
Warning: Invalid argument supplied for foreach() in /includes/functions.php on line 2997
The arcade link is on the menu, but it leads to an error.
pk698
04-22-2005, 05:45 AM
will this work for 3.0.7?
Oblivion Knight
04-22-2005, 06:36 AM
I've searched this forum, and gone back over the code multiple times. I still get this error after installation.
The arcade link is on the menu, but it leads to an error.Make sure that you have modified your includes/init.php file correctly.
will this work for 3.0.7?Yes, it works fine with 3.0.7
SpaceStar
04-22-2005, 12:18 PM
Waaao excellent hack - installed on my forum. Although installation went without any error and three out of five games can start, Tetris and Snake are not working. Tetris came to point where it load, LOADING...... hangs, and Snake just shows a black square.... (other games are working fine)
Do anyone have any clue????
Thanks in advance :)
jrofosho
04-22-2005, 06:04 PM
okay. Thanks Oblivion. It was the init.
Now the images aren't being directed to the correct path. they are going to jrofosho.com/imageexample.gif
they should go to jrofosho.com/forum/images/
dwillb
04-22-2005, 07:33 PM
Hey everybody. I have something of an odd problem. I just upgraded my forum to 3.0.7 and reinstalled the arcade hack. I have only one problem. When you click on any of the games in the arcade menu, you get an incorrect link. With Tetris, for example, you get this link:
index.php?act=Arcade&do=play&gameid=4
Instead of this:
arcade.php?act=Arcade&do=play&gameid=4
I'm not sure where the problem lies - I've checked over the installation steps and it appears as if I've done everything correctly. I did this with both 3.0.5 and 3.0.6 and it worked fine, so I'm pretty sure I'm not making any really stupid mistakes. Or maybe I am. Any ideas?
Roxie
04-22-2005, 08:41 PM
Wanted games? Here they are!
Now you can get games for FREE from my site, no registration and NO FEES to pay.
Just go to http://www.anotherforum.net/files/v3games and download :)
Now, don't go around spreading the URL or my bandwidth will go to hell ;)
I know that probably not all games are there, but its still a lot of 'em :P
If you have zip files with games that are not here, and want to help the community by sharing them, PM me.
for those that missed it.
Oblivion Knight
04-23-2005, 06:18 AM
okay. Thanks Oblivion. It was the init.
Now the images aren't being directed to the correct path. they are going to jrofosho.com/imageexample.gif
they should go to jrofosho.com/forum/images/No problem.!
Re-edit your includes/functions.php file.. Make sure the path to the arcade images is set correctly.
Hey everybody. I have something of an odd problem. I just upgraded my forum to 3.0.7 and reinstalled the arcade hack. I have only one problem. When you click on any of the games in the arcade menu, you get an incorrect link. With Tetris, for example, you get this link:
index.php?act=Arcade&do=play&gameid=4
Instead of this:
arcade.php?act=Arcade&do=play&gameid=4
I'm not sure where the problem lies - I've checked over the installation steps and it appears as if I've done everything correctly. I did this with both 3.0.5 and 3.0.6 and it worked fine, so I'm pretty sure I'm not making any really stupid mistakes. Or maybe I am. Any ideas?Looks like you're trying to install ibProArcade to me.. Wrong thread bud.! :)
Wachtmeister
04-23-2005, 08:07 PM
OMG, i hope, that someone finds my post (237 pages...) ;)
I have the arcade with 300+ games installed on vb 3.0.1
I've upgraded vb to 3.0.7 today and the arcade did not work after upgrade.
How can i get the arcade to run with all games again?
Do i need to reinstall the arcade? (will the currently installed games still be there, after installing?)
I do have to edit all the files after each upgrade right? (so if vb 3.0.8 is out, i have to re-edit the files again?)
Has someone successful upgraded from 3.0.1 to 3.0.7 with transferring his arcade?
Some help would be very fine.
Regards, Wachtmeister
rjordan
04-23-2005, 08:12 PM
OMG, i hope, that someone finds my post (237 pages...) ;)
I have the arcade with 300+ games installed on vb 3.0.1
I've upgraded vb to 3.0.7 today and the arcade did not work after upgrade.
How can i get the arcade to run with all games again?
Do i need to reinstall the arcade? (will the currently installed games still be there, after installing?)
I do have to edit all the files after each upgrade right? (so if vb 3.0.8 is out, i have to re-edit the files again?)
Has someone successful upgraded from 3.0.1 to 3.0.7 with transferring his arcade?
Some help would be very fine.
Regards, Wachtmeister
Yes, you will have to reinstall just as you would most other hacks.
Wachtmeister
04-23-2005, 08:14 PM
Yes, you will have to reinstall just as you would most other hacks.
and my currently installed games?
rjordan
04-23-2005, 08:16 PM
They will remain as will all scores, play counters, etc.
Only do the file edits, though.
Brandon Sheley
04-24-2005, 06:44 AM
i ran into the blank page problem, but i had made a test site, and just added each arcade_ template,, acording to the isntall it did instlal them, but in the styles& templates, they didn't show up ?? any ideas why that happen ? i've isntalled this ona few skins and a few test sites and never ran into this problem,, and looking though this thread i seen other ppl withthat problem, anyways, to fix it i just added each templates manually, and all works great,, maybe you can include a file that a user who runsinto this can look at to transfer the templete files over,,hope soem of this makes sinse, its getting alittle late for me, and i've had a few drinks :-"..lol anyways thx for the mods, its awsome and the add-ons are sweet :)
illusions
04-24-2005, 04:10 PM
How do i install new games? .. where would i place the game php file?
v3arcade deleted user avatar fix(?)
After you delete a user, I have found that if you (or more importantly, a search spider) tries to access the stats link for that deleted user, you likely will get something like this:
Database error in vBulletin 3.0.7:
Invalid SQL:
SELECT user.avatarid, user.avatarrevision, avatarpath, NOT ISNULL(avatardata) AS hascustom, customavatar.dateline
FROM user AS user
LEFT JOIN avatar AS avatar ON avatar.avatarid = user.avatarid
LEFT JOIN customavatar AS customavatar ON customavatar.userid = user.userid
WHERE user.userid =
mysql error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 5
mysql error number: 1064
There does not seem to be a check built-in to see if a user is actually a valid user. I have hopefully found a fix for this with the following:
Find:
$activitycount = $DB_site->query("
SELECT gamesessions.*, games.title FROM " . TABLE_PREFIX . "gamesessions AS gamesessions
LEFT JOIN " . TABLE_PREFIX . "games AS games ON gamesessions.gamename = games.shortname
WHERE userid=$userid AND valid=1 AND $sessionclause GROUP BY sessionid ORDER BY finish DESC");
and above this add:
if ($user['username']=="") {
$idname = $vbphrase['user'];
eval(print_standard_error('error_invalidid'));
}
I suspect that the scores for the deleted user might still be there after the user is deleted. If this is correct and vBulletin allows someone else to get this user ID, they might by default get all of the high scores for the games by the previous ID owner. Looking into that.
EDIT: It looks like vB does not recycle user IDs. This SHOULD work to eliminate the error.
I applied the fix for this error but this is the error my arcade.php returns:
PHP Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in
myISP\LPSForum\arcade.php on line 1664
I need this fix because this is the error that my members are getting:
This one:
Invalid SQL:
SELECT user.avatarid, user.avatarrevision, avatarpath, NOT ISNULL(avatardata) AS hascustom, customavatar.dateline
FROM vb3_user AS user
LEFT JOIN vb3_avatar AS avatar ON avatar.avatarid = user.avatarid
LEFT JOIN vb3_customavatar AS customavatar ON customavatar.userid = user.userid
WHERE user.userid =
and This one:
Invalid SQL:
SELECT gamesessions.*,user.username FROM vb3_gamesessions AS gamesessions
LEFT JOIN vb3_user AS user ON gamesessions.userid = user.userid
WHERE vb3_gamesessions.valid=1 AND gamesessions.sessiontype IN (1,2) ORDER BY gamesessions.finish DESC LIMIT 0,1
mysql error: Unknown table 'vb3_gamesessions' in where clause
mysql error number: 1109
I am fairly new to PHP and VB and am quite lost on how to fix these two errors.
Any help is greatly appreicated.
Robin
rjordan
04-24-2005, 06:36 PM
Can you post the lines from just before the fix as applied to a few lines after?
Can you post the lines from just before the fix as applied to a few lines after?
Is this what you want to see? The fix code is bolded:
if ($userid==0) {
print_no_permission();
}
$user = $DB_site->query_first("SELECT * FROM " . TABLE_PREFIX . "user WHERE userid=$userid");
if ($user['username']=="") {
$idname = $vbphrase['user'];
eval(print_standard_error('error_invalidid'));
}
$activitycount = $DB_site->query("
SELECT gamesessions.*, games.title FROM " . TABLE_PREFIX . "gamesessions AS gamesessions
LEFT JOIN " . TABLE_PREFIX . "games AS games ON gamesessions.gamename = games.shortname
WHERE userid=$userid AND valid=1 AND $sessionclause GROUP BY sessionid ORDER BY finish DESC");
$played = $DB_site->num_rows($activitycount);
$i = 1;
And thank you so much for helping me with this.
rjordan
04-24-2005, 06:59 PM
($userid==0) {
print_no_permission();
}
Should be:
if ($userid==0) {
print_no_permission();
}
Otherwise, it looks right.
As for your second MySQL error, is your 'vb3_gamesessions' table in your database? Is that the right table name?
Should be:
Otherwise, it looks right.
As for your second MySQL error, is your 'vb3_gamesessions' table in your database? Is that the right table name?
yep I had this. It just cut off when I copied it.
if ($userid==0) {
print_no_permission();
}
$user = $DB_site->query_first("SELECT * FROM " . TABLE_PREFIX . "user WHERE userid=$userid");
if ($user['username']=="")
I confirmed that I do have a table named vb3_gamesessions
rjordan
04-24-2005, 07:12 PM
I just went to your arcade. I clicked on a few names, scores, etc., but cannot get an error. What are the users doing or clicking on when they get the error? Did you get the PHP error after putting in the fix I posted? Have you tried taking it out if that is the case?
It may be at the point of needing to see your arcade.php to do much more.
I just went to your arcade. I clicked on a few names, scores, etc., but cannot get an error. What are the users doing or clicking on when they get the error? Did you get the PHP error after putting in the fix I posted? Have you tried taking it out if that is the case?
It may be at the point of needing to see your arcade.php to do much more.
As far the error after the fix..Yes I removed it because it gives blank error page with SQL error.
The 2nd error...I am asking the members what they were doing when they got the error...still pending that.
I got the errors via my email.
If you want to look at my arcade.php that would be great. Just tell me how you want me to get it to you.
Robin
plubius
04-25-2005, 10:06 AM
The last time that I spoke to John a couple of months back, he was planning on a new version of v3arcade.. Though a pro version has supposedly been in the pipeline since the first release, so I don't know where that stands. As for the suggestion of removing it from vbulletin.org or moving it to an "inactive hacks" forum, I simply laugh at those who suggested it.. :p
It is replies such as this that I think endorse my opinion. First, none of us can be in the "know" with this John who does not deem it worthy to make his intentions known to the masses. It would seem this Oblivion Knight has all the answers, well kudos to him.
As far as your laughing at those who have suggested this hack be put in its proper place, I cannot see how such a declaration can serve any purpose but to cause one to consider anything you say made by a person who laughs at things that are really not funny, unless of course, they consider someone installing a hack that there are no games for humorous.
I'm sure people want something for nothing these days.. There are nearly 1,000 games available and people still want more? Just how much bandwidth do you want to eat up? ;)
We have the wise guru here informing us of how the masses want free things, interesting, and in his wisdom he informs us that there are thousands of games out there for us. Ok, where? I am sure I would rather use up more bandwidth than the 5 or 6 games I have now will use.
To the others, I am sorry, I have tried to avoid any unpleasantness, but as you can see sometimes there are trolls who will not let you. Some are so called educated trolls who instead of addressing the issue prop themselves up and promote ridicule.
rjordan
04-25-2005, 10:29 AM
lots of... well... something...
Ok, what purpose did this post serve other than to state the known fact that John is not releasing information on his pro version (if it is being released)? Also, at the time of your post, Oblivion did not say there were "thousands". He said nearly a thousand.
As to laughing at something that has no games available for it, there are games out there. I personally have roughly 900 coming out for download (and no, not duplicates like some of the current game packs have). I was going to wait until after I got some of the games entered into my database, but now I may have to publish the site so we can stop the ridiculous (hope I spelled that right) comments about how there are no games out there. I know that more are being converted by Dechevious as he is now at over 1000 games on his site (www.v3arcadegames.com (http://www.v3arcadegames.com/)).
Hell, if I can find a tutorial that can made a flash noob like myself understand how, I would love to convert some games myself.
dimitris
04-25-2005, 10:33 AM
Please, can help me?
i edit the game description and the description disapear form Admin CP and it locks, it cannot be re editable again but in the description of the arcade page apears as i wrote, but is not editable anymore
any one know how to fix this?
BlackxRam
04-25-2005, 11:00 AM
Don't even bother registering on that v3arcadegames site because no matter what email you use it says it has been banned and I have never registered on that site before in my life.
This is why I think I ended up switching to IBproarcade. For hassles and stupidity like this that was found with V3arcade. A problem that became apparent more in the later stages of its life. Instead of dealing with the problem, he tucked his tail and hid. Thats not how you solve problems. I would have had more respect if he stuck with it and fought the issues. But cutting support off, betrayed loyal users of his modification.
That was wrong.
Don't even bother registering on that v3arcadegames site because no matter what email you use it says it has been banned and I have never registered on that site before in my life.
This is why I think I ended up switching to IBproarcade. For hassles and stupidity like this that was found with V3arcade. A problem that became apparent more in the later stages of its life. Instead of dealing with the problem, he tucked his tail and hid. Thats not how you solve problems. I would have had more respect if he stuck with it and fought the issues. But cutting support off, betrayed loyal users of his modification.
That was wrong.
Yeah, and $20 per user for the first month is outrageous - HOW is it possible that one user can use $20 worth of US-server bandwidth?
590 games in one rar file: all you need I think!: https://vborg.vbsupport.ru/showthread.php?p=641861&highlight=590#post641861
saint_seiya
04-25-2005, 03:50 PM
Alright, I upgraded from 3.0.3 to 3.0.7 and I am re-doing the file edits.
The code that the readme wants me to find isnt in global.php:
echo "End call of global.php: $aftertime\n";
echo "\n<hr />\n\n";
}
Does anyone know where in global I put that code then?
Zachery
04-25-2005, 03:54 PM
Alright, I upgraded from 3.0.3 to 3.0.7 and I am re-doing the file edits.
The code that the readme wants me to find isnt in global.php:
echo "End call of global.php: $aftertime\n";
echo "\n<hr />\n\n";
}
Does anyone know where in global I put that code then?
It should be in forums/global.php
saint_seiya
04-25-2005, 03:58 PM
Thanks, sorry I was looking in admincp for some reason.
Oblivion Knight
04-25-2005, 05:47 PM
As far as your laughing at those who have suggested this hack be put in its proper place, I cannot see how such a declaration can serve any purpose but to cause one to consider anything you say made by a person who laughs at things that are really not funny, unless of course, they consider someone installing a hack that there are no games for humorous.As far as I am concerned, the hack is already in it's proper place? :rolleyes:
We have the wise guru here informing us of how the masses want free things, interesting, and in his wisdom he informs us that there are thousands of games out there for us. Ok, where? I am sure I would rather use up more bandwidth than the 5 or 6 games I have now will use.There have been several links posted in this thread to downloadable games for v3arcade, free of charge.. They're out there if you look hard enough.! :D
plubius
04-25-2005, 10:24 PM
I have offered what I think to be good rationale why this hack in defunct. Some of you agree and others don't, seeming to suggest it be kept around for the various individual webmasters or board owners to decide if they want to use it. This also seems to suggest that we should keep some hacks around that contain traps so people can fall in them. A good joke or two or two never hurt anyone, right? Well, of course, I say wrong and I would think most others would as well.
I agree with the others that Deschevious site is not the answer unless you just like to throw away money.
Thanks to all who have gave links to games.
Brent H
04-25-2005, 11:47 PM
LOL this hack is defunct? Riiiight ;)
I just downloaded 500+ games for this thing. We've got a 239 page thread full of people helping each other out with coding problems and finding games. Just because the creator of this hack no longer has a functioning website does not make this hack any less valuable.
Deschevious's site... I have never paid for a game for this thing, nor will I ever. His site DOES have plenty of excellent additions to the arcade though as far as modifications.
PcCopat
04-26-2005, 02:44 AM
vbulletin 3.0.7
arcade hack
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.
sim tech
04-26-2005, 05:11 AM
LOL this hack is defunct? Riiiight ;)
I just downloaded 500+ games for this thing. We've got a 239 page thread full of people helping each other out with coding problems and finding games. Just because the creator of this hack no longer has a functioning website does not make this hack any less valuable.
Deschevious's site... I have never paid for a game for this thing, nor will I ever. His site DOES have plenty of excellent additions to the arcade though as far as modifications.
This post may bring it to 240 pages.
V3Arcade isn't dead... there's still plenty of folks updating the game selections and various mods. Heck, there's a bunch of people hosting games for everyone to download. I can fully understand the webmaster of v3 shutting down the website if people kept ignoring copyright issues. I got some stern warnings on my old political site because a few members kept posting published articles out of context, or they would not list the source. I ended up wiping out the whole thing rather than deal with the hassles and letters from legal departments.
As far as Deschevious's site goes: I subscribed for the first month and I saw where he would get a bunch more long term members if he lowered the additional monthly fee to like $5 a month (after the initial $25). I was on it for a month and like most people I got a ton of games, a great new look for my arcade, but once I had the games that I wanted I just could not see plopping down $15 a month for just a handful of new releases.
I'd recommend it for anyone who want a variety of games (you can only have so many version of pacman and tetris!) $25 was kind of steep, but it was good for a single month and I grabbed quite a few newer game releases. Unless you know of another site that offers an updated selection of properly modded games.
My only complaint was the support was almost nil. I was wanting the basics for changing over a .swf game to run in v3arcade, and so did quite a few others, but no one ever posted much in the way of assistance.
And in closing I'll be sure to upload the latest Yeti game Yeti #8!
I'd recommend it for anyone who want a variety of games (you can only have so many version of pacman and tetris!) $25 was kind of steep, but it was good for a single month and I grabbed quite a few newer game releases. Unless you know of another site that offers an updated selection of properly modded games.
I'm sure it may be worth it for some, but I do not believe that people should be making money out of the distribution of games which are not theirs, for a hack which is not theirs - which is what I believe is happening :(
sim tech
04-26-2005, 06:03 AM
True. I never thought of it that way. I was just looking at it from a service point of view.
dimitris
04-26-2005, 07:46 PM
Please, can help me?
i edit the game description and the description disapear form Admin CP and it locks, it cannot be re editable again but in the description of the arcade page apears as i wrote, but is not editable anymore
any one know how to fix this?
What can i do? is there bad comnunicate between db and arcadeadmin.php?
any ideas?
albibak
04-27-2005, 10:35 PM
How can I put the module news after the module Welcome, juste below it ?
rinkrat
04-28-2005, 02:52 AM
LOL this hack is defunct? Riiiight ;)
I just downloaded 500+ games for this thing. We've got a 239 page thread full of people helping each other out with coding problems and finding games. Just because the creator of this hack no longer has a functioning website does not make this hack any less valuable.
Deschevious's site... I have never paid for a game for this thing, nor will I ever. His site DOES have plenty of excellent additions to the arcade though as far as modifications.
Where are there 500+ games? I use this hack and don't want to change.
RichieBoy67
04-28-2005, 04:44 AM
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??
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?
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:
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>
smacklan
04-29-2005, 03:08 PM
Its a fresh install. Create a template called Arcade? I assure you there is no mention of that in the guide.
If it's a fresh install and you have no other arcade hacks installed such as IbProArcade, then all templates are installed except for the modifications listed in the instructions.
kobescoresagain
04-29-2005, 05:41 PM
"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."
Or has this already been accomplished? I would like to find a way to get this done. Thanks. I bet it wouldn't be that much code. It already returns a winner. Would just have to put a place to bet your points. Thanks
m0nde
04-30-2005, 06:55 PM
Wonderful hack, too bad it's not being developed any more :(
- Sid
rjordan
04-30-2005, 07:50 PM
Wonderful hack, too bad it's not being developed any more :(
- Sid
That's the great thing about this mod. It is great as it is and there are modifications to do more stuff out there. I am still waiting to see what the new version will have... if it ever comes out... :nervous:
m0nde
04-30-2005, 08:38 PM
That's the great thing about this mod. It is great as it is and there are modifications to do more stuff out there. I am still waiting to see what the new version will have... if it ever comes out... :nervous:
Is there a new version of this hack coming out?
If so, I hope the netplay portion is completed. That would make this a very powerful system!
MissKalunji
04-30-2005, 08:48 PM
Is there a new version of this hack coming out?
If so, I hope the netplay portion is completed. That would make this a very powerful system!
Not to sound stupid but whats net play?
plateau
04-30-2005, 11:14 PM
Hello,
A. In the usergroup manager, I have set YES for:
Can Post Comments?
Allows usergroup to post comments when they achieve a high score
However,
I found the user still cannot add comments after they have finished the game. A logged on user, whoever the Admin, Moderator, or General Users, when they tried to add the comments, the following message appeared:
===
You are not logged in or you do not have permission to access this page. This could be due to one of several reasons:
You are not logged in. Fill in the form at the bottom of this page and try again.
You 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.
===
B. How to Uninstall a Game? Thanks!!!
can anyone help?
Thanks a lot!!!
iTaLiAnBoY165
05-01-2005, 01:40 AM
my arcade was working for about a month then it restricted me from going in all members are restricted but in permissions everyones alllowed to go in
i had installed on vb 05 then upgraded to vb 07 then used upgrade file to upgrade my arcade didnt work then tried reinstalling arcade and got this
Database error in vBulletin 3.0.7:
Invalid SQL:
CREATE TABLE gamechallenges (
challengeid int(10) unsigned NOT NULL auto_increment,
type tinyint(1) unsigned NOT NULL default '0',
challengerid int(10) unsigned NOT NULL default '0',
challengedid int(10) unsigned NOT NULL default '0',
game varchar(30) NOT NULL default '',
status tinyint(1) unsigned NOT NULL default '0',
datestamp int(13) unsigned NOT NULL default '0',
challengersession int(20) unsigned NOT NULL default '0',
challengedsession int(20) unsigned NOT NULL default '0',
PRIMARY KEY (challengeid)
) TYPE=MyISAM
mysql error: Table 'gamechallenges' already exists
mysql error number: 1050
Date: Saturday 30th of April 2005 07:38:37 PM
Script: http://www.****-***.com/forums/admincp/install_arcade.php
Referer: http://www.****-***.com/forums/admincp/install_arcade.php
Username: iTaLiAnBoY165
IP Address: ***.**.***.**
^ im also having the same problem as you
Crypticel
05-01-2005, 01:52 AM
i had installed on vb 05 then upgraded to vb 07 then used upgrade file to upgrade my arcade didnt work then tried reinstalling arcade and got this
I'm somewhat of a newbie, but from what I've seen and been told... you didn't need to reinstall. What you needed to do was redo ALL the file edits. When you upgrade vB it must overwrite a a lot of the files, and in doing so, kills any hacks depending on those files. Have you tried redoing all of the original file edits?
iTaLiAnBoY165
05-01-2005, 01:57 AM
I'm somewhat of a newbie, but from what I've seen and been told... you didn't need to reinstall. What you needed to do was redo ALL the file edits. When you upgrade vB it must overwrite a a lot of the files, and in doing so, kills any hacks depending on those files. Have you tried redoing all of the original file edits?
nope but i will thanks
Xil Ze
05-01-2005, 05:34 AM
i noticed there was a cmps module up on the old site..does anyone stil have it?
I think this may be something different than the fix I posted, although in the same ballpark. I will see if I can find where this is coming from as well if noone else finds it first.
Original deleted user fix is here:
https://vborg.vbsupport.ru/showpost.php?p=632760&postcount=3394
RJordan, this fix is not valid? Should it be deleted from the arcade.php?
Allan
05-01-2005, 09:50 PM
How to modify the order of appearance of the games in the arcade ??
rjordan
05-02-2005, 01:51 AM
YLP1, check your e-mail.
wtf_jc
05-02-2005, 02:23 AM
Hi, is there a website with author authorised games yet?
My forum needs some more!
tp214
05-02-2005, 02:25 AM
<a href="http://www.v3arcadegames.com" target="_blank">www.v3arcadegames.com</a>
its pay for it 20 a month, but its the best
dimdan
05-02-2005, 03:47 PM
more games?
SoxFan
05-03-2005, 01:38 AM
Hello,
Whenever I try to go to the second page of games I am getting this error message:
Fatal error: Call to undefined function: print_no_permission() in /home/discuss/public_html/arcade.php on line 1355
Would anyone know how to fix that?
Thanks!
SoxFan
05-03-2005, 11:36 AM
// Shows a nopermission if the arcade is closed
if ($arcadegeneral['active'] == 0) {
print_no_permission();
}
Here's the code for around 1355. I maybe it was a permissions error, so I cleared it up so that anyone could play. That did not fix it.
YLP1, check your e-mail.
I got it thanks..tried to reply but mail bounced.
It didn't work ...here is the error I received:
Database error in vBulletin 3.0.7:
Invalid SQL:
SELECT gamesessions.*, user.username FROM vb3_gamesessions AS gamesessions
LEFT JOIN vb3_user AS user ON gamesessions.userid = user.userid
WHERE vb3_gamesessions.valid = 1 AND gamesessions.sessiontype IN (1,2) ORDER BY gamesessions.finish DESC LIMIT 0,1
mysql error: Unknown table 'vb3_gamesessions' in where clause
mysql error number: 1109
Date: Tuesday 03rd of May 2005 09:52:52 AM
Script: http://www.yourlincolnpark.com/lpsforum/arcade.php
Referer: http://www.yourlincolnpark.com/lpsforum/lpsforum.php
xmorpher
05-03-2005, 04:49 PM
is there any hack to clear the scores
BUT excluding the Top ten of each game?...
AndyA
05-03-2005, 07:17 PM
Anyone have this working on 3.0.7 ?
Thanks.
rjordan
05-03-2005, 07:41 PM
I got it thanks..tried to reply but mail bounced.
It didn't work ...here is the error I received:
Database error in vBulletin 3.0.7:
Invalid SQL:
SELECT gamesessions.*, user.username FROM vb3_gamesessions AS gamesessions
LEFT JOIN vb3_user AS user ON gamesessions.userid = user.userid
WHERE vb3_gamesessions.valid = 1 AND gamesessions.sessiontype IN (1,2) ORDER BY gamesessions.finish DESC LIMIT 0,1
mysql error: Unknown table 'vb3_gamesessions' in where clause
mysql error number: 1109
Date: Tuesday 03rd of May 2005 09:52:52 AM
Script: http://www.yourlincolnpark.com/lpsforum/arcade.php
Referer: http://www.yourlincolnpark.com/lpsforum/lpsforum.php
But you did not get the PHP error this time. That is what I looked at first and foremost. This one I do not know what to do with but it has nothing to do with my original fix. Have you verified that the table 'vb3_gamesessions' exists? (Sorry if I asked already) Also, did you find out the circumstances behind it?
rjordan
05-03-2005, 07:44 PM
Anyone have this working on 3.0.7 ?
Thanks.
Does anyone read through this thread any more?
Yes, it works great with 3.0.7.
MissKalunji
05-03-2005, 08:02 PM
Anyone have this working on 3.0.7 ?
Thanks.
yep works great on my end! :nervous:
This might be a stupid question... but how do I add new games?
I have some games, but... how do I insert them into the system?
/pyd
Scooterpig
05-03-2005, 11:48 PM
This might be a stupid question... but how do I add new games?
I have some games, but... how do I insert them into the system?
/pyd
Try reading the thread and you'll find your question has been asked about 30 times and answered each time!
Why can't people try reading or searching first instead of being slack.
You might also wanna try a Search within the thread if you like many others are too lazy to read the whole lot!
dimdan
05-04-2005, 03:00 PM
i have istall that mod. but i have one problem.
Not showing on showthread the ARCADE INFO
and my friends can't do challenges...
how can i fix it?
http://forum.betanalysis.gr
Try reading the thread and you'll find your question has been asked about 30 times and answered each time!
Why can't people try reading or searching first instead of being slack.
You might also wanna try a Search within the thread if you like many others are too lazy to read the whole lot!
I tried to look through this thread, but since it has grown to so many pages, it's a bit hard to scan...
And about searching... shure, that would have been greate, if you would know what exaktly to search for... for example searching for "install game" gave the following result:
Showing results 1 to 25 of 79
Search took 1.26 seconds.
...
Perhaps someone could create a sticky on this subject?
/pyd
Steven123
05-04-2005, 06:31 PM
Does anyone have any of the old games since the v3arcade.com is gone? :(
Scooterpig
05-04-2005, 11:56 PM
@pyd - a quick search within the thread 'adding games' for me found the 4th reply down being Post 1046 on how to add games...that simple..:)..as I said if you read through the whole thread you'd see that it's been written about dozens times..:)..or you can check this link out which again was found via a search..:) - https://vborg.vbsupport.ru/showthread.php?p=630848#post630848
@Steven123 - have a look in Posts 3446,3499, 3527 & this link - https://vborg.vbsupport.ru/showthread.php?t=60666 - again a simple quick search within the thread..:)
jesse
05-05-2005, 10:39 AM
this might be something i have overlooked but
my images in the arcade are:
http://mydomain/xxx.gif
they need to be :
http://mydomain/forum/images/xxx.gif
now im overlooking a file
happened after i went to 3.07
any help ben a while couldnt find in the install file
jesse
05-05-2005, 10:51 AM
this might be something i have overlooked but
my images in the arcade are:
http://mydomain/xxx.gif
they need to be :
http://mydomain/forum/images/xxx.gif
now im overlooking a file
happened after i went to 3.07
any help ben a while couldnt find in the install file
ok just needed to upload the updated file
https://vborg.vbsupport.ru/showpost.php?p=644723&postcount=3552
all working now
iTaLiAnBoY165
05-05-2005, 10:04 PM
I am running vb 07 and ever since my upgrade i my arcade stopped working it has to be a permissions problem because it denys everyone from going in including myself in usergroup permisions everyone is allowed to get in but when i go it dont work any help??
Coleccromos
05-06-2005, 11:06 AM
Hello:
When installing the games arcade 1.0.3 he/she gives me the following error in the database:
Database error in vBulletin 3.0.7:
Invalid SQL:
CREATE TABLE gamechallenges (
challengeid int(10) unsigned NOT NULL auto_increment,
type tinyint(1) unsigned NOT NULL default '0',
challengerid int(10) unsigned NOT NULL default '0',
challengedid int(10) unsigned NOT NULL default '0',
game varchar(30) NOT NULL default '',
status tinyint(1) unsigned NOT NULL default '0',
datestamp int(13) unsigned NOT NULL default '0',
challengersession int(20) unsigned NOT NULL default '0',
challengedsession int(20) unsigned NOT NULL default '0',
PRIMARY KEY (challengeid)
) TYPE=MyISAM
mysql error: Table 'gamechallenges' already exists
mysql error number: 1050
can this get ready?
Thank you for your time
nexialys
05-06-2005, 11:09 AM
please refer to the hack thread to make a request... this forum is for official releases, not bug supports, sorry...
--nexia
Marco van Herwaarden
05-06-2005, 11:14 AM
Thread merged.
Hello:
When installing the games arcade 1.0.3 he/she gives me the following error in the database:
Database error in vBulletin 3.0.7:
Invalid SQL:
CREATE TABLE gamechallenges (
challengeid int(10) unsigned NOT NULL auto_increment,
type tinyint(1) unsigned NOT NULL default '0',
challengerid int(10) unsigned NOT NULL default '0',
challengedid int(10) unsigned NOT NULL default '0',
game varchar(30) NOT NULL default '',
status tinyint(1) unsigned NOT NULL default '0',
datestamp int(13) unsigned NOT NULL default '0',
challengersession int(20) unsigned NOT NULL default '0',
challengedsession int(20) unsigned NOT NULL default '0',
PRIMARY KEY (challengeid)
) TYPE=MyISAM
mysql error: Table 'gamechallenges' already exists
mysql error number: 1050
can this get ready?
Thank you for your time
The answer to your question is in your post:
"mysql error: Table 'gamechallenges' already exists"
It has already created that table and wont let you create it again, if this is preventing you from continuing with the install then try uninstalling first to remove it.
skenmy
05-08-2005, 09:03 AM
Hmm - it doesn't seem to record the scores - always '0'.
Anybody know why?
iTaLiAnBoY165
05-08-2005, 05:32 PM
The answer to your question is in your post:
"mysql error: Table 'gamechallenges' already exists"
It has already created that table and wont let you create it again, if this is preventing you from continuing with the install then try uninstalling first to remove it.
how do i uninstall it?
msimplay
05-08-2005, 07:01 PM
how do i uninstall it?
do all the steps in reverse then go into phpmyadmin and delete tables that are associated with the arcade or use an uninstall script if its available for removing the arcade tables
SasukeNC
05-08-2005, 10:45 PM
Anybody know where I can find more games? and when I add games do I only need to upload them?
KTBleeding
05-08-2005, 11:55 PM
Can someone tell me how I could uninstall the games??? Do I just run the install script again and would that delete games?
Thanks
lsmba
You have to manually remove the game via PHPmyadmin.
Bumblefeet
05-08-2005, 11:59 PM
Hey, I just now installed a new template and set it to default. Now my arcade page shows up as blank and its useless! What did I do? How do I fix this?
Thanks,
Bumblefeet
www.bumblefeet.com/v3/forums.php
I am running VBulletin v3.0.7
Ninth Dimension
05-09-2005, 02:00 AM
Hi, sorry if this has been posted (I did have a look, but no joy), but does anyone have a resource of games that we CAN use? I know that a lot were converted without permission, and as such the main site was closed down, but surely there must be some out there that you're still allowed to use.
Thank you.
Scooterpig
05-09-2005, 10:53 AM
@skenmy - are you clicking on the 'Submit' tab when the game is over?
@SasukeNC - go back 1 page.
@Ninth Dimension - go back 1 page.
Ninth Dimension
05-09-2005, 12:49 PM
@Ninth Dimension - go back 1 page.Ah, thank you (for anyone else that missed it: https://vborg.vbsupport.ru/showthread.php?t=60666)
I just hope the games listed on that thread are OK to use.
I had this installed and it worked great.. But keeping it going after a vB update was a pain.
Is there a way to not make core vB file edits (with the exception of a link in the nav bar) and still have a functional arcade?
Jenta
05-10-2005, 07:56 PM
just noticed something today with this hack
clear.gif is hard coded into the templates
if you move clear.gif from your forum root you will get a lot of 404's
if you have done this, edit the templates with the clear.gif variable and your done
search for
src="clear.gif"
replace with
src="$vboptions[cleargifurl]"
RichieBoy67
05-10-2005, 08:44 PM
Something that has been bothering me is that people who endorse the other arcade have been bashing this one. This is a great arcade and if you read this entire thread like I have you will understand why John stopped supporting this!!! This is probably the best hack ever created and most problems have been cuased by either a faulty installation or a hack conflict....
I just think that it is extremly rude for people who like this arcade getting talked out of installing it by people bashing it. There are many, many people using this arcade without problems...
-------------------------------
To keep this hack alive I am offering my services to install this.
I have done this install over 25 times and I have repaired and troubleshooted install problems over 10 times. I have had this hack installed on 2 sites for well over a year.
If you are having a problem or if you need this installed I will do it for a very cheap and fair price.... This is a great hack!!! I also have almost all the zip files with the uncopyrighted games and I will ftp them for free as time permits...
----------------
Deimos
05-11-2005, 07:28 AM
I love the arcade, my users enjoy it
But, a user who had alot of high scores recently quit the forums and his user name was deleted, so all the high scores show up without a name
Is there anyway to remove all the entries without having to delve into the database itself?
I tried deleting them manually with the "Delete score" checkbox option and nothing happens.
Something that has been bothering me is that people who endorse the other arcade have been bashing this one. This is a great arcade and if you read this entire thread like I have you will understand why John stopped supporting this!!! This is probably the best hack ever created and most problems have been cuased by either a faulty installation or a hack conflict....
I just think that it is extremly rude for people who like this arcade getting talked out of installing it by people bashing it. There are many, many people using this arcade without problems...
-------------------------------
To keep this hack alive I am offering my services to install this.
I have done this install over 25 times and I have repaired and troubleshooted install problems over 10 times. I have had this hack installed on 2 sites for well over a year.
If you are having a problem or if you need this installed I will do it for a very cheap and fair price.... This is a great hack!!! I also have almost all the zip files with the uncopyrighted games and I will ftp them for free as time permits...
----------------
How good of you to keep this hack going by making money off it! Awww
Rukas
05-11-2005, 03:56 PM
Installed with no problem! FANTASTIC. My only question is where can I get more games?
THANKS JOHN, dont worry about the haters.
Scooterpig
05-11-2005, 09:34 PM
My only question is where can I get more games?
Go back 2 pages..:)
rjordan
05-12-2005, 02:22 AM
Tell me what you guys think. Would you like to see a game download site that has all available games uploaded or would you think it to be prefered to get it online right away and people would simply have to check online as the games are uploaded? My site has been put up, but I have only uploaded about 15 games so far (worked on it for about 30 minutes uploading, so more time = more games). If people more or less say put it up and they will check as games are uploaded, then that is what I will do. As it stands, I have entered the games that begin with numbers. A's are next followed by B's, etc.
skenmy
05-12-2005, 04:42 PM
@Intrepid: Yes mate - it just kinda hangs when you click it :)
Scooterpig
05-12-2005, 10:45 PM
@Intrepid: Yes mate - it just kinda hangs when you click it :)
Any particular game mate or all of them?
owner
05-12-2005, 11:29 PM
I just installed this and got this error help
Parse error: parse error in *******\www\forum\includes\functions.php on line 2018
This is when iam trying to do this step
======================
includes/functions.php
======================
Find:
__________________________________________________ ______________________________ ___________
// get CSS width for outerdivwidth from outertablewidth
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ¯¯¯¯¯ ¯¯¯¯¯¯¯¯¯¯¯
Above this, add:
__________________________________________________ ______________________________ ___________
// declares the arcade image directory
$stylevar['imgdir_arcade'] = "images/arcade";
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ¯¯¯¯¯ ¯¯¯¯¯¯¯¯¯¯¯
==============
Save and Close
==============
Help
Scooterpig
05-13-2005, 12:26 AM
What is showing on Line 2018 of functions.php?
SimonHodgkiss
05-13-2005, 07:17 AM
Database error ???
Database error in vBulletin 3.0.7:
Invalid SQL:
SELECT
post.*, post.username AS postusername, post.ipaddress AS ip,
user.*, userfield.*, usertextfield.*, usergroup.title AS usergrouptitle,
icon.title as icontitle, icon.iconpath,
avatar.avatarpath, NOT ISNULL(customavatar.avatardata) AS hascustomavatar, customavatar.dateline AS avatardateline,
level,
NOT ISNULL(deletionlog.primaryid) AS isdeleted, deletionlog.userid AS del_userid, deletionlog.username AS del_username, deletionlog.reason AS del_reason,
editlog.userid AS edit_userid, editlog.username AS edit_username, editlog.dateline AS edit_dateline,
editlog.reason AS edit_reason,
post_parsed.pagetext_html, post_parsed.hasimages,
IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid
FROM post AS post
LEFT JOIN user AS user ON(user.userid = post.userid)
LEFT JOIN userfield AS userfield ON(userfield.userid = user.userid)
LEFT JOIN usertextfield AS usertextfield ON(usertextfield.userid = user.userid)
LEFT JOIN icon AS icon ON(icon.iconid = post.iconid)
LEFT JOIN avatar AS avatar ON(avatar.avatarid = user.avatarid) LEFT JOIN customavatar AS customavatar ON(customavatar.userid = user.userid) LEFT JOIN reputationlevel AS reputationlevel ON(user.reputationlevelid = reputationlevel.reputationlevelid)
LEFT JOIN deletionlog AS deletionlog ON(deletionlog.primaryid = post.postid AND deletionlog.type = 'post')
LEFT JOIN editlog AS editlog ON(editlog.postid = post.postid)
LEFT JOIN post_parsed AS post_parsed ON(post_parsed.postid = post.postid)
WHERE post.postid IN (0,1,2,3,4)
ORDER BY dateline
mysql error: Unknown table 'usergroup' in field list
mysql error number: 1109
how do i fix that error ?
owner
05-13-2005, 09:27 AM
What is showing on Line 2018 of functions.php?
$debughtml .= " (<a href=\"" . htmlspecialchars_uni(SCRIPTPATH) . iif(strpos(SCRIPTPATH, '?') '?')'?')=== false, '?', '?','?','&') . "tempusage=1\">Template Usage</a>) (<a href=\"" . htmlspecialchars_uni(SCRIPTPATH) . iif(strpos(SCRIPTPATH, '?') '?')'?')=== false, '?', '?','?','&') . "explain=1\">Explain</a>)<br />\n";
Help plz
SimonHodgkis, I have an error very similar to yours which I can't fix. I wonder if these are related.
Database error in vBulletin 3.0.7:
Invalid SQL:
SELECT user.avatarid, user.avatarrevision, avatarpath, NOT ISNULL(avatardata) AS hascustom, customavatar.dateline
FROM vb3_user AS user
LEFT JOIN vb3_avatar AS avatar ON avatar.avatarid = user.avatarid
LEFT JOIN vb3_customavatar AS customavatar ON customavatar.userid = user.userid
WHERE user.userid =
mysql error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 5
mysql error number: 1064
Any advise on fixing this is greatly appreciated it's been driving me nuts for over a week now.
rjordan
05-13-2005, 06:03 PM
SimonHodgkis, I have an error very similar to yours which I can't fix. I wonder if these are related.
Database error in vBulletin 3.0.7:
Invalid SQL:
SELECT user.avatarid, user.avatarrevision, avatarpath, NOT ISNULL(avatardata) AS hascustom, customavatar.dateline
FROM vb3_user AS user
LEFT JOIN vb3_avatar AS avatar ON avatar.avatarid = user.avatarid
LEFT JOIN vb3_customavatar AS customavatar ON customavatar.userid = user.userid
WHERE user.userid =
mysql error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 5
mysql error number: 1064
Any advise on fixing this is greatly appreciated it's been driving me nuts for over a week now.
I thought that you said this was working now and you were seeing another problem.
owner
05-13-2005, 06:46 PM
Guyz i fixed my problem .. now iam getting a blank page when i open up arcade.. help plz
FightRice.com
05-14-2005, 03:07 AM
You need to update your templates
SnowBot
05-15-2005, 11:47 PM
Hi guys, strange problem i hope you can help me with.
I just did a prune of all scores as i have not done it for months and now i am getting a MYsqll error
Database error in vBulletin 3.0.7:
Invalid SQL: SELECT username FROM user WHERE userid =
mysql error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
mysql error number: 1064
Date: Sunday 15th of May 2005 08:39:22 PM
Script: http://www.synergyforums.com/forum/arcade.php?
Referer: http://www.synergyforums.com/forum/?
The arcade was working fine and i have not updated any hacks or installed any new ones, all i did was prune the scores. Any help would be appreciated. Thanks
Snowy
MissKalunji
05-16-2005, 09:54 AM
I followed the install instructions to a "T" and ended up with a perpetual slew of error codes specifically dealing with the now dreaded functions.php
Here's the latest beauty:
Parse error: parse error, unexpected '=', expecting ')' in /www/j/blahblahblah/htdocs/Forum/includes/functions.php on line 1627
I even went back to vB.com for another download of functions.php.
No luck. I think the gamer in me is getting a bit tired of this.
Yes, dumb me, I used Dreamweaver to edit the code. May I suggest a sticky note WARNING : Users of Dreamweaver, not to use it with any vB HACKS. How hard would this be. I did successfully add vB Chat with Dreamweaver, but that one is so easy, even a caveman can do it.
I know its not just me, but I'm beginning to think v3 Arcade is just riddled with weaknesses. I think I'd rather have a virus. At least then, typically you can just press a button to remove it.
Seriously, I'd be willing to listen to someone who has real time saving answers. I might even be willing to pay. :ermm: John, Seriously.
I just bought Namo web editor. Not user friendly at all, but also not going to automatically doctor your code.
you dont need to waiste your money on all these stuff just use note pad and read properly that would do :ermm:
rjordan
05-16-2005, 09:57 AM
Crimson Editor is great to use and is free. Color codes your text and makes things a lot easier to edit than Notepad.
I know its not just me, but I'm beginning to think v3 Arcade is just riddled with weaknesses. I think I'd rather have a virus.
Nah... more likely something was missed in install or changed by your editor you did not see. Countless members installed without a problem.
Justdave
05-16-2005, 03:32 PM
Mj: I'm looking for help, not criticism. Please "properly" re-read my post. Thank You.
rj: Thank You. I'm closer to resolution of this mess with your response. Should I attempt to re-install over the existing arcade program, or back track and delete all of my file edits in reverse order?
rjordan
05-17-2005, 01:24 AM
Either way should work. If this was the last mod you installed and made backups of the files before you made the changes, I would put a copy of those backups in place and reinstall the file edits from there.
Make sure you get all of the changes required. I forgot a simple closing bracket at one point installing this which made it not work.
Dragon_Z
05-17-2005, 04:10 AM
I installed V3 arcade, when I try to install any game, I get this
Fatal error: Call to undefined function: print_cp_header() in C:\{forumroot}\{file/gamename}.game.php on line 61
here is what is on line 61
print_cp_header("v3 Arcade - $title");
any help/suggestions will be useful, thx
rjordan
05-17-2005, 05:11 AM
Did you install the templates? Go to your AdminCP styles and see of you have the arcade templates. If not, re-run the install and install them.
Edit: Actually, rereading your post, this may not be the issue, but check it out anyway... :o
Dragon_Z
05-17-2005, 05:41 AM
it didnt install the templates, started the installer again and it added the templates. I cheack and they arent there, only the mods that I made manually.
any ideas?
Justdave
05-17-2005, 08:00 AM
I have the templates in vB. After recoding the fresh files, I don't get the error codes, but I do get just a blank page after clicking the arcade icon in the navigation bar. I'm not sure why I have no gifs displayed or fla files fla-ing.
Dragon_Z
05-17-2005, 03:05 PM
hmm, what are the names of the templates the installer adds, maybe I am not looking for the right thing.
I can play the 5 basic games that are thereas well as change their option ins the CP, I just cant install new ones.
iChambers
05-18-2005, 07:06 PM
What is to become of v3Arcade when vB 3.5 is release later this year? Is it going to be redeveloped to work with vB 3.5? This is the only hack I use that I have not heard about moving with to 3.5!
What is to become of v3Arcade when vB 3.5 is release later this year? Is it going to be redeveloped to work with vB 3.5? This is the only hack I use that I have not heard about moving with to 3.5!
Yep, it will be. It'll be very different, but it'll still use the same score data.
rjordan
05-18-2005, 07:28 PM
He's ALIVE! lol
Justdave
05-18-2005, 11:56 PM
This is a blindman smilie.
Well I did go through the files again, and found a missing edits.
I now can edit arcade in the ACP. What I get now, when I click on Arcade in navbar is another page, but a 404 message. So none of the graphics or vB gifs for that matter are posting.
I still think I have a template issue. But my templates are all in place. I suppose I can recheck the locations of all of the file uploads..
My postbit legacy and navbar edits are also correct.
I think that I am so close to making this work, but yet so far away.
Would someone like to see my arcade.php?
Bottomline question:
How do I remedy a 404 error?
Thanks in advance to anyone willing to help.
Justdave
05-19-2005, 12:11 AM
OK I've made progress in the last 5 minutes.
I changed the name of arcade.php to Arcade.php and I now have a complete Arcade screen!
Just a little matter of keeping my capitals and lowercase straight!
:squareeyed:
JustDave
David_R
05-19-2005, 07:47 PM
Yep, it will be. It'll be very different, but it'll still use the same score data.
good to see you are still on project John :)
SnowBot
05-19-2005, 11:24 PM
Yep, it will be. It'll be very different, but it'll still use the same score data.
Any screenshots or anything John?
Lexina
05-20-2005, 03:14 AM
Just letting everyone know I fixed my problem... ended up being a script problem. Thanks for your help!
Turbo_WRX
05-20-2005, 04:31 AM
quick question, how do you delete the scores and start the arcade fresh?
Lizard King
05-20-2005, 05:43 AM
Yep, it will be. It'll be very different, but it'll still use the same score data.
It is really good news John. This is the greatest hack ever been released on vb.org for vb 3.0.x i never see a hack that is installed this much.
If you are planning any new features can I suggest one :) Is there a way to add some javagames like backgammon and chess that members can play each other ? If it is possible it will be perfect for the boards.
skenmy
05-20-2005, 08:59 AM
@Intrepid - sorry for the slow responses i've been extremely busy.
It happens on all the games.
asasi
05-20-2005, 04:42 PM
[COLOR=RoyalBlue]Hi!
Thanks For Your Nice Modification. :nervous:
I have 2 problems:
1) My users Say somtimes when they submit a new score in the page appear "You Do not Have Permission to acces this page"! :disappointed:
2) I want to change news and allert tgezt to my language! but not found in the phrases and templates! :rolleyes:
thanks!
Justdave
05-20-2005, 07:56 PM
I'm realizing now, just how great this hack really is.
John, thanks for this!!!
I want to appologize for venting my frustration in some of my previous posts. The real fault was all mine in the installation, and I didn't mean to offend anyone.
JustDave
RichieBoy67
05-20-2005, 09:58 PM
John is back on this!!!!
Awesome John!!!!! This has got to be the all time best out there!!! Glad to see you working on this again... I have been spreading the v3arcade word for you!!!! :)
Flow Fusion
05-21-2005, 08:38 AM
Inquiry...When I activate my arcade I keep getting database errors. Something about..
mysql error: User 'giftedso' has exceeded the 'max_questions' resource (current value: 50000)
mysql error number: 1226
Rukas
05-21-2005, 02:19 PM
Is it possible to have some games available to all users, and some only available to users with a paid subscription? So basicially set usergroup permissions for each game and not just the whole arcade?
Thanks.
Flow Fusion
05-21-2005, 02:36 PM
Is it possible to have some games available to all users, and some only available to users with a paid subscription? So basicially set usergroup permissions for each game and not just the whole arcade?
Thanks.
Nope.
cjsmythe
05-21-2005, 03:59 PM
I know I know , I should have backed it up , it seemed so simple :surprised:
I seem to have deleted the section of the arcade navbar template that displays the standard links, ie "your settings", "challenges" etc.
Its the one that reads like this on the arcade in here;
Arcade Home | Your Settings | Your Statistics | Challenges | Your Faves | Top 25 Champions | You can play 0 more Games
How do i get this back??
Thanks
Turbo_WRX
05-21-2005, 04:47 PM
Here is mine, I have already a few hacks, so go through this code and delete what u don't need. I also have "member links" or whatever that used to be up there deleted cause I never used it. So yeah, just go through this and delete the codes that you don't need.
<div align="center">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
<tr align="center">
<!--<td class="vbmenu_control"><a href="$vboptions[forumhome].php?$session[sessionurl]">Home</a></td>-->
<if condition="$show['member']">
<td class="vbmenu_control"><a href="usercp.php?$session[sessionurl]">$vbphrase[user_cp]</a></td>
</if>
<if condition="$show['registerbutton']">
<td class="vbmenu_control"><a href="register.php?$session[sessionurl]">$vbphrase[register]</a></td>
</if>
<td class="vbmenu_control"><a href="faq.php?$session[sessionurl]" accesskey="5">$vbphrase[faq]</a></td>
<td class="vbmenu_control"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td>
<td class="vbmenu_control"><a href="helpdesk.php?$session[sessionurl]">$vbphrase[helpdesk]</a></td>
<!-- START VBGARAGE HACK -->
<td class="vbmenu_control"><a href="vbgarage.php?$session[sessionurl]do=list">$vbphrase[vbgarage]</a></td>
<!-- END VBGARAGE HACK -->
<td class="vbmenu_control"><a href="arcade.php?$session[sessionurl]">Arcade</a></td>
<if condition="$show['popups']">
<if condition="$show['searchbuttons']">
<if condition="$show['member']">
<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
<else />
<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
</if>
<td id="navbar_search" class="vbmenu_control"><a href="search.php?$session[sessionurl]" accesskey="4">$vbphrase[search]</a> <script type="text/javascript"> vbmenu_register("navbar_search"); </script></td>
</if>
<if condition="$bbuserinfo['userid']">
<td id="usercptools" class="vbmenu_control"><a href="#usercptools">$vbphrase[quick_links]</a> <script type="text/javascript"> vbmenu_register("usercptools"); </script></td>
</if>
<else />
<if condition="$show['searchbuttons']">
<td class="vbmenu_control"><a href="search.php?$session[sessionurl]" accesskey="4">$vbphrase[search]</a></td>
<if condition="$show['member']">
<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
<else />
<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
</if>
</if>
<td class="vbmenu_control"><a href="forumdisplay.php?$session[sessionurl]do=markread">$vbphrase[mark_forums_read]</a></td>
<if condition="$bbuserinfo['userid']">
<td class="vbmenu_control"><a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&focus=1','buddylist','statusbar=no,me nubar=no,toolbar=no,scrollbars=yes,resizable=yes,w idth=250,height=300'); return false;">$vbphrase[open_buddy_list]</a></td>
</if>
</if>
<if condition="$bbuserinfo['userid']">
<td class="vbmenu_control"><a href="login.php?$session[sessionurl]do=logout&u=$bbuserinfo[userid]" onclick="return log_out()">$vbphrase[log_out]</a></td>
</if>
</tr>
</table>
</div>
MissKalunji
05-22-2005, 09:37 AM
Yep, it will be. It'll be very different, but it'll still use the same score data.
Nice and do you know when its gon be available?
Sleepyk
05-23-2005, 11:21 PM
is there any way to make it "you have to have a certain amount of posts to play arcade"?
edyonline
05-25-2005, 12:45 AM
anyone here know where to download additional games?
Sleepyk
05-25-2005, 10:09 PM
is there any way to make it "you have to have a certain amount of posts to play arcade"?
yeah
just wondering why dont you put ADD PHRASES to the install_arcade.php file too?
save some manually editting
David_R
05-27-2005, 08:29 AM
I get this error in my technical email everyday more then 100 emails :(
Database error in vBulletin 3.0.7:
Invalid SQL: UPDATE vb3_games SET highscorerid=,highscore=6000 WHERE shortname='neverland'
mysql error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'highscore=6000 WHERE shortname='neverland'' at line 1
mysql error number: 1064
Please help me I dont know what is wrong in my arcade
platnum
05-27-2005, 09:06 AM
Does anyone know where I can get some games with this arcade? Thanks.
Arial
05-27-2005, 09:12 AM
<a href="http://www.global-army.com/forum/arcade.php" target="_blank">http://www.global-army.com/forum/arcade.php</a>
But are their more games than just those 5?
beansbaxter
05-28-2005, 07:20 AM
Got it working on VB 3.07 so far. Only issue during install was the same parse error with the include/function.php which I was editing with DreamweaverMX04, so I instead made the edit just using Window's standard Notepad, then uploaded the new file, and the images work perfect.
Now I'll go mess with the Arcade and make sure it's all functional. So far, I like it. Hope to put some more games in it.
Arial
05-28-2005, 10:01 AM
Does anybody know if this hack is supported any more at all?
Arial
05-28-2005, 10:04 AM
Is there a hack out that would show all the members who are currently playing on one of the games at the time your there?
SuperGLS
05-28-2005, 02:10 PM
Finally decided to make the Arcade work again after I upgraded to 3.0.7 a couple months ago, it went perfect. The members are happy now.
Arial
05-28-2005, 02:13 PM
Finally decided to make the Arcade work again after I upgraded to 3.0.7 a couple months ago, it went perfect. The members are happy now.
Don't suppose you could tell me where I can get additional games from the basic 5 games that came with it could you?
SuperGLS
05-28-2005, 02:20 PM
Nope, I'm currently looking myself.
I'm not sure they are available unless you get them from another user.
Milk Man
05-29-2005, 09:09 AM
yeah v3arcade site is closed for that. Sucks, i don't suppose you could get any game with a .swf file could you?
Arial
05-29-2005, 09:29 AM
Oh I C, what a pain, very surreal you cant' just download them from somewhere easy, well if you find any pls PM me, has anyone read every page in this thread to see if somebody has a working v3 with games we could ask them to kindly send to us?
TranceCan
05-29-2005, 02:08 PM
I've been using V3 arcade for a long time, no troubles. Now I am changing my forums so they can only be accessed using SSL (https://....).
I have everything running smoothly...EXCEPT...in the arcade after playing a game I can't SUBMIT SCORE in any games. This seems to only happen in IE, Firefox is able to submit the score. Anyone have an idea on where the problem might be?
It's strange, because when I click on the submit score button it doesn't do ANYTHING at all (in IE anyway). Could it have anything to do with META refresh? I saw that line in the code somewhere....it gets passed to the flash program as "Data". ???
steadicamop
05-29-2005, 09:44 PM
Right, there seems to be a few people looking for games, these are some I've collected along my travels, but please note - I cannot find the banned list, some of these games *may be* on there, it is your responsibility NOT to use them.
22mb collection, in WinRAR format HERE (www.steadivideo.myby.co.uk/v3arcade-games.rar)
I think there's around 103 games in total there.
Hope this helps :squareeyed:
MissKalunji
05-29-2005, 09:47 PM
Right, there seems to be a few people looking for games, these are some I've collected along my travels, but please note - I cannot find the banned list, some of these games *may be* on there, it is your responsibility NOT to use them.
22mb collection, in WinRAR format HERE (www.steadivideo.myby.co.uk/v3arcade-games.rar)
I think there's around 103 games in total there.
Hope this helps :squareeyed:
thank youuuuuuuuuuu :nervous: what about copyrights?
Osiris2k
05-29-2005, 10:19 PM
in the options for the Arcade it asks if netPlay is installed, where do you get it? You can play multiplayer games that way right?
and is there a way to make it a 10post minimm in the forum in order to play the arcade?
awesome hack btw
Exitilus
05-30-2005, 12:08 AM
I've been looking through this thread for hours. Basically my scores are not submitting. Once you hit submit nothing happens. If it auto-submits it just stays on the game screen. If you exit out. You have a score of 0.
This is a fresh install on my test site.
Barakat
05-30-2005, 02:23 AM
nice and lovely hack :-)
how can i remove it from my database so as to reinstall it again .
i
Xil Ze
05-30-2005, 03:08 AM
i've got 162 games installed and a game pack with about 10x that amount. some are good. a lot are crap.
Arial
05-30-2005, 07:30 AM
Right, there seems to be a few people looking for games, these are some I've collected along my travels, but please note - I cannot find the banned list, some of these games *may be* on there, it is your responsibility NOT to use them.
22mb collection, in WinRAR format HERE (www.steadivideo.myby.co.uk/v3arcade-games.rar)
I think there's around 103 games in total there.
Hope this helps :squareeyed:
Thank you , most appreciated.
Rickie3
05-30-2005, 11:40 AM
hey very nice thankyou for sharing
tangoman
05-30-2005, 02:47 PM
hi
in the install instructions it says find // ###################### Start getreputationimage #######################
in file includes/functions_showthread.php
in my file the above don't exist
so what do i do next ???
thanks for any help
tangoman
05-30-2005, 03:16 PM
dont matter got it sorted now :)
redid everything from scratch :)
working now :)
Sleepyk
05-30-2005, 09:56 PM
is there any way to make it "you have to have a certain amount of posts to play arcade"?
once again
KTBleeding
05-31-2005, 12:04 AM
once again
Yes. I just added this to my arcade.
I was going to incorporate it more into the settings and actually release it as an addon, but I am too lazy to do all that so I just did this real quick for my site.
Open forums/arcade.php and find:
// Stops unauthorised users from gaining access to the arcade
Add ABOVE it:
// Checks to see if the user has enough posts to play
if ($bbuserinfo['posts'] < 5) { // Replace 5 with whatever number you want to limit the posts to
eval(print_standard_error('error_not_enough_posts_ arcade'));
}
Now just make a new phrase titled "not_enough_posts_arcade" and put whatever you want the error message to say.
hi where can i get more games for this arcade
Rickie3
05-31-2005, 10:53 AM
hi where can i get more games for this arcade
i suggest you read a few posts back,you'll find some answers
dobbs
05-31-2005, 12:02 PM
edit:
I am a retard, forgot to edit a file, your hack is great
sim tech
05-31-2005, 05:09 PM
Yes. I just added this to my arcade.
I was going to incorporate it more into the settings and actually release it as an addon, but I am too lazy to do all that so I just did this real quick for my site.
Open forums/arcade.php and find:
// Stops unauthorised users from gaining access to the arcade
Add ABOVE it:
// Checks to see if the user has enough posts to play
if ($bbuserinfo['posts'] < 5) { // Replace 5 with whatever number you want to limit the posts to
eval(print_standard_error('error_not_enough_posts_ arcade'));
}
Now just make a new phrase titled "not_enough_posts_arcade" and put whatever you want the error message to say.
Most cool! I've been looking for something like this! I have a bunch of users who hold the high scrores on hundreds of my games but have never posted.
Could it be as simple to just changing "posts" to "points" so that a member would be charged a specific number if points for each game play? I'm using the uTT store hack.
morby
05-31-2005, 05:58 PM
I'm having a bit of a problem.
- some of the images won't show.
- i can't play the games because when i click "play now" they won't show up.
KTBleeding
05-31-2005, 06:22 PM
Could it be as simple to just changing "posts" to "points" so that a member would be charged a specific number if points for each game play? I'm using the uTT store hack.Should be fairly easy to do, I'm not entirely sure though.. I've never used a store/point system before.
morby
05-31-2005, 06:41 PM
oops, i figured it out.
my ftp did a boo boo.
everything is fine now !
lifesbattles
05-31-2005, 10:26 PM
Database error in vBulletin 3.0.7:
Invalid SQL:
SELECT COUNT(*) + 1 AS position
FROM gamesessions AS gamesessions
WHERE score > AND valid=1 AND gamesessions.gamename=''
mysql error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND valid=1 AND gamesessions.gamename=''' at line 3
mysql error number: 1064
Date: Tuesday 31st of May 2005 07:10:04 PM
Script: http://www.lifesbattles.com/forums/arcade.php
Referer: http://www.lifesbattles.com/forums/arcade.php?do=play&gameid=16
- Show quoted text -
ANY IDEAS?
Exitilus
06-02-2005, 03:37 AM
I've been looking through this thread for hours. Basically my scores are not submitting. Once you hit submit nothing happens. If it auto-submits it just stays on the game screen. If you exit out. You have a score of 0.
This is a fresh install on my test site.
Anyone?
dsboyce8624
06-02-2005, 03:16 PM
I'm looking for the add on that puts multiple colums of games on each page.
Anybody know where it is?
Thanks.
SimonHodgkis, I have an error very similar to yours which I can't fix. I wonder if these are related.
Database error in vBulletin 3.0.7:
Invalid SQL:
SELECT user.avatarid, user.avatarrevision, avatarpath, NOT ISNULL(avatardata) AS hascustom, customavatar.dateline
FROM vb3_user AS user
LEFT JOIN vb3_avatar AS avatar ON avatar.avatarid = user.avatarid
LEFT JOIN vb3_customavatar AS customavatar ON customavatar.userid = user.userid
WHERE user.userid =
mysql error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 5
mysql error number: 1064
Any advise on fixing this is greatly appreciated it's been driving me nuts for over a week now.
Hi RJordon.....I got the other error fixed but this one is still hanging around and is intermittent.
I have tried all of the code mods over again and still can't get rid of this.
Any ideas?
rjordan
06-03-2005, 09:41 AM
I am not sure. What I gave to you to fix this problem fixed the exact same problem on my site. I will try to look more, but I do not know what else to give you at this point.
Wachtmeister
06-03-2005, 04:11 PM
Hello,
some of my users cannot challenge anymore and some scores where not set to 0, when resetting the scores last month. (as described here: http://www.v3arcadegames.com/forums/showthread.php?p=3648)
Does someone has an idea, what went wrong and what can be the problem, that some users cannot challenge anymore? Does anyone know the sql command to reset all scores to 0 and does anyone how to reset all other relevant tables in the user record?
Best wishes, Wachtmeister
jesus likes pie
06-03-2005, 05:24 PM
mmmm....i have a bunch of swf games but how do i add them other than uploading them to the games folder?
dsboyce8624
06-03-2005, 06:40 PM
<a href="https://vborg.vbsupport.ru/showthread.php?t=60666&highlight=v3arcade" target="_blank">https://vborg.vbsupport.ru/showt...light=v3arcade</a>
:Judge:
06-04-2005, 06:22 AM
Okay I have searched through the whole thread and only people I see with an issue anything like mine was using Dreamweaver, I am not and have not used anything other then wordpad to get this error at the top of my pages.....
Warning: Invalid argument supplied for foreach() in /includes/functions.php on line 3006
Also now when I try to access a forum I get this..
Unable to add cookies, header already sent.
File: /home/******/public_html/forums/includes/init.php
Line: 27
I went and uploaded the files as they was before I started and I am still getting these errors after so. The site is down I have no clue as to what happened or how to fix it. Could someone please give me some type of diriction please.
Marco van Herwaarden
06-04-2005, 07:06 AM
Use notepad or a decent editor instead of wordpad.
:Judge:
06-04-2005, 04:00 PM
Okay I have searched through the whole thread and only people I see with an issue anything like mine was using Dreamweaver, I am not and have not used anything other then wordpad to get this error at the top of my pages.....
Warning: Invalid argument supplied for foreach() in /includes/functions.php on line 3006
Also now when I try to access a forum I get this..
Unable to add cookies, header already sent.
File: /home/******/public_html/forums/includes/init.php
Line: 27
I went and uploaded the files as they was before I started and I am still getting these errors after so. The site is down I have no clue as to what happened or how to fix it. Could someone please give me some type of diriction please.
Again I had these errors mentioned above after the file edits W/WordPad, I reuploaded the files as they was before the edits and the errors stayed.
Today I just went back in and edited the files again with NotePad and I have the same exact errors still, nothing changed. I would think that I must have removed something a comma who knows but I am not understanding why after I uploaded the files as they was before I started the Aracde mods I get the same errors.
Today is my kids birthday party and I really would like to have this corrected ASAP. Willing to pay a fee for the Tech help here on this issue so that we can have our community back up and running again.
Link to Paid Request here:
https://vborg.vbsupport.ru/showthread.php?p=662188#post662188
sabret00the
06-04-2005, 07:59 PM
Again I had these errors mentioned above after the file edits W/WordPad, I reuploaded the files as they was before the edits and the errors stayed.
Today I just went back in and edited the files again with NotePad and I have the same exact errors still, nothing changed. I would think that I must have removed something a comma who knows but I am not understanding why after I uploaded the files as they was before I started the Aracde mods I get the same errors.
Today is my kids birthday party and I really would like to have this corrected ASAP. Willing to pay a fee for the Tech help here on this issue so that we can have our community back up and running again.
Link to Paid Request here:
https://vborg.vbsupport.ru/showthread.php?p=662188#post662188
Dreamweaver ++++s up your functions.php you have to rehack that file from scratch reinstalling all your hacks again.
bainsy
06-07-2005, 08:35 PM
Database error in vBulletin 3.0.7:
Invalid SQL:
SELECT COUNT(*) AS plays, SUM(finish-start) as time
FROM gamesessions
WHERE valid=1
mysql error: Table 'bainsy_vbul1.gamesessions' doesn't exist
mysql error number: 1146
Date: Tuesday 07th of June 2005 04:34:17 PM
Script: http://www.psofantasy.co.uk/forum/arcade.php?
Referer: http://www.psofantasy.co.uk/forum/
i am getting a databse problem and dont have a clue how to sort out
Mijae
06-09-2005, 02:42 AM
I am getting this:
Database error in vBulletin 3.0.7:
Invalid SQL:
SELECT user.avatarid, user.avatarrevision, avatarpath, NOT ISNULL(avatardata) AS
hascustom, customavatar.dateline
FROM user AS user
LEFT JOIN avatar AS avatar ON avatar.avatarid = user.avatarid
LEFT JOIN customavatar AS customavatar ON customavatar.userid = user.userid
WHERE user.userid =
mysql error: You have an error in your SQL syntax. Check the manual that
corresponds to your MySQL server version for the right syntax to use near '' at line
5
mysql error number: 1064
Date: Wednesday 08th of June 2005 11:33:59 PM
Script: http://xxx/forum/arcade.php?do=stats&userid=7482
Referer:
I have no idea whats wrong?
Gary King
06-10-2005, 11:46 PM
Let's see a 3.5 port for this :)
MissKalunji
06-11-2005, 12:41 AM
Let's see a 3.5 port for this :)
it came out already?
venomx
06-11-2005, 12:47 AM
Yeah Beta 1
Let's see a 3.5 port for this :)
I'm on it now. :)
iSpanish
06-11-2005, 06:28 AM
Welcome Back John
it's nice to see you again
Xtremist
06-11-2005, 11:17 AM
I have installed the v3 Arcade v1[1].0.3 MOD and having some problems.
my problem is that i have 2 templates on the forum the default style and another style i installed the arcade works fine on the vb default style but on my other style when i click the arcade link it takes me to the arcade.php file but its just a blank white page
i have done all the template edits and rum the install file it works fine on the default vb template but on my style called applied it just white screens it.?
KTBleeding
06-11-2005, 01:26 PM
I have installed the v3 Arcade v1[1].0.3 MOD and having some problems.
my problem is that i have 2 templates on the forum the default style and another style i installed the arcade works fine on the vb default style but on my other style when i click the arcade link it takes me to the arcade.php file but its just a blank white page
i have done all the template edits and rum the install file it works fine on the default vb template but on my style called applied it just white screens it.?
You have to do the template modifications for each style on your forums.
Mijae
06-11-2005, 09:03 PM
How can I remove all scores from people I have deleted? I just deleted around 5000 members and I am being mailbombed with database errors :(
MissKalunji
06-12-2005, 03:03 AM
How can I remove all scores from people I have deleted? I just deleted around 5000 members and I am being mailbombed with database errors :(
there is a hack wich you can delete the game reinstal it and you start from fresh for that game that is.....
bainsy
06-12-2005, 11:51 AM
Database error in vBulletin 3.0.7:
Invalid SQL:
SELECT COUNT(*) AS plays, SUM(finish-start) as time
FROM gamesessions
WHERE valid=1
mysql error: Table 'bainsy_vbul1.gamesessions' doesn't exist
mysql error number: 1146
How do I solve this database problem it says it doesnt excist but it does.
Marco van Herwaarden
06-12-2005, 03:07 PM
If it say that it doesn't exist, then it doesn't exist. How you verified it exists?
dsboyce8624
06-12-2005, 03:08 PM
How do I solve this database problem it says it doesnt excist but it does.
Are you sure the prefix is right?
PowowVN
06-12-2005, 03:17 PM
I install vbb3.0.7 and arcade in my site. I login with administrator account and members but When I click link http://mydomain.com/forum/arcade.php -> appear error:
Powow, 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
Please tell me - How to fix it?
Skaterscafe.com
06-12-2005, 05:41 PM
I have the same problem. I had the problem before and reinstalled it and that did the trick, this time I can't get it to go away.
I'm also open for suggestions.
KTBleeding
06-12-2005, 08:16 PM
Set the permissions in the admincp.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.