vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   v3 Arcade - Games Arcade & Challenge System [vB 3.0.3] (https://vborg.vbsupport.ru/showthread.php?t=60377)

eva01_ 03-19-2005 10:05 PM

just don't add the icon changes to your postbit :P

Sleepyk 03-19-2005 10:46 PM

^ mean the changes in postbit for the v3 arcade install?

Razz 03-19-2005 11:45 PM

Quote:

Originally Posted by Sleepyk
Hey the arcade champion icons that post in ya postbit when you make a post.
is there any way to remove them? because we have alot of games and if someone has title in like 10+ games it looks really bad

Go to your arcade general settings in your admincp and disable "Display Arcade Awards in Postbit?"

That should turn it off.

ClockCrew 03-20-2005 05:34 AM

Someone help me...

Okay...So, When a user is in the arcade...my guests online in the whos online thing goes up. When I view the IP address, it matches up with a user in the arcade.

What i need help with is, how do i get rid of that so that it doesnt show the guest, which is actually a registered user.

Sleepyk 03-20-2005 04:46 PM

^its actually on their end if they opened in 2 windows, or go to 1 polace go back then go again it will show double, actually this really happens with cable and dial up quite often if they using another browser besides IE

ClockCrew 03-20-2005 05:53 PM

Quote:

Originally Posted by Sleepyk
^its actually on their end if they opened in 2 windows, or go to 1 polace go back then go again it will show double, actually this really happens with cable and dial up quite often if they using another browser besides IE

Thats what I was thinking too...Is there any way to prevent this?

Sleepyk 03-20-2005 06:12 PM

no not that i know of

Noiz Pollution 03-20-2005 08:57 PM

Does anybody know if it's possible to have the arcade live outside the forum directory and still function properly? I want to make it look like it's own seperate section on the site.

Cheers,
Robert

jbear6 03-20-2005 11:12 PM

Great Job John!
The install went super smooth, and everything works fine.

Thanks,
Jbear6

sim tech 03-21-2005 01:04 AM

Quote:

Originally Posted by 662C
Does anybody know if it's possible to have the arcade live outside the forum directory and still function properly? I want to make it look like it's own seperate section on the site.


Cheers,
Robert

I used to have something like that on the old format of my message board (pre vbulletin). But it didn't keep high scores or anything like that. I just used simple gif files for the game & made the links go to a swf file (or any other format). It was nice 'cause you could do this with any game format.... not just shockwave files.

My members seem to like the v3arcade format better though.

Gary King 03-21-2005 04:56 PM

Anyone know of a hack for the arcade that shows the top users with the most trophies?

Razz 03-21-2005 06:50 PM

Quote:

Originally Posted by Gary King
Anyone know of a hack for the arcade that shows the top users with the most trophies?

I think this is what your looking for: https://vborg.vbsupport.ru/showthread.php?t=76897 :)

Dolamite 03-22-2005 02:49 AM

well this blows... just read the v3arcade is being shutdown (yeah i know i'm late) still that sucks....

anywhere to still get games? legal ones of course.............

neocorteqz 03-22-2005 07:22 AM

Quote:

Originally Posted by Dolamite
well this blows... just read the v3arcade is being shutdown (yeah i know i'm late) still that sucks....

anywhere to still get games? legal ones of course.............

**cough**

https://vborg.vbsupport.ru/showpost....postcount=3304

or

https://vborg.vbsupport.ru/showpost....postcount=3303

or

https://vborg.vbsupport.ru/showpost....postcount=3309

or

https://vborg.vbsupport.ru/showpost....postcount=3310


:)

First link is mine and I know I still have the file up.

As for the others you'd have to test and see if the file is up.

Reverend 03-24-2005 06:29 PM

Quote:

Originally Posted by nintendo
To kill the arcade using phpMyAdmin...

MAKE A BACK-UP FIRST!!!
Code:

DELETE FROM `datastore` WHERE `title` = `arcadesettings` LIMIT 1,
ALTER TABLE `user` DROP `arcadesettings`,
ALTER TABLE `usergroup` DROP `arcadepermissions`,
DROP TABLE `games`,
DROP TABLE `gamechallenges`,
DROP TABLE `gamesessions`,
DROP TABLE `gamenews`
DELETE FROM `datastore` WHERE `title` = `arcadesettings` LIMIT 1,
DELETE FROM `datastore` WHERE `title` = `scoresettings` LIMIT 1,


I get an error with this:

#1064 - 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 '
ALTER TABLE `user` DROP `arcadesettings`,
ALTER TABLE `userg

Bumblefeet 03-24-2005 09:43 PM

Im having trouble with it (v3 arcade). It works fine but none of the posts ae showing up. I get this error:

Parse error: parse error, unexpected $ in /home/bumblefe/public_html/v3/includes/functions_showthread.php on line 736

Now I have checked that line numerous times; there is no '$' anywhere there.
A few lines above, a $ is displayed though.

Any help is greatly welcomed!

**EDiT**
I fixed it..
Took the original and redid it.

Reverend 03-25-2005 01:11 PM

Quote:

Originally Posted by nintendo
To kill the arcade using phpMyAdmin...

MAKE A BACK-UP FIRST!!!
Code:

DELETE FROM `datastore` WHERE `title` = `arcadesettings` LIMIT 1,
ALTER TABLE `user` DROP `arcadesettings`,
ALTER TABLE `usergroup` DROP `arcadepermissions`,
DROP TABLE `games`,
DROP TABLE `gamechallenges`,
DROP TABLE `gamesessions`,
DROP TABLE `gamenews`
DELETE FROM `datastore` WHERE `title` = `arcadesettings` LIMIT 1,
DELETE FROM `datastore` WHERE `title` = `scoresettings` LIMIT 1,


Anyone ??

#1064 - 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 '

Marco van Herwaarden 03-25-2005 01:16 PM

Quote:

Originally Posted by Reverend
Anyone ??

#1064 - 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 '

Replace the comma (,) on the end of each line by a semicolon (;). Just remove all the backticks (`).
Then run each line seperate using your favourite SQL Software.

Marco van Herwaarden 03-25-2005 01:20 PM

[sql]DELETE FROM datastore WHERE title = 'arcadesettings' LIMIT 1;
ALTER TABLE user DROP arcadesettings;
ALTER TABLE usergroup DROP arcadepermissions;
DROP TABLE games;
DROP TABLE gamechallenges;
DROP TABLE gamesessions;
DROP TABLE gamenews;
DELETE FROM datastore WHERE title = 'arcadesettings' LIMIT 1;
DELETE FROM datastore WHERE title = 'scoresettings' LIMIT 1;[/sql]

Reverend 03-25-2005 01:59 PM

Quote:

Originally Posted by MarcoH64
[sql]DELETE FROM datastore WHERE title = 'arcadesettings' LIMIT 1;
ALTER TABLE user DROP arcadesettings;
ALTER TABLE usergroup DROP arcadepermissions;
DROP TABLE games;
DROP TABLE gamechallenges;
DROP TABLE gamesessions;
DROP TABLE gamenews;
DELETE FROM datastore WHERE title = 'arcadesettings' LIMIT 1;
DELETE FROM datastore WHERE title = 'scoresettings' LIMIT 1;[/sql]

Thanks.

Jock_33 03-25-2005 11:50 PM

I have a slight problem with Arcade.

I have it installed and works ok apart from it doesn't keep/update the scores. All scores stay @ zero.

Please help... thanks in advance :)

Brandon Sheley 03-26-2005 02:36 AM

Quote:

Originally Posted by MissKalunji
it says it in the install read me :ermm:

you add the install php game file into your admincp the games games and the pictures into images/arcades...

then type www.domain.com/forum/admincp/gamefile.php

n install



i do not see this gamefile.php file ? also i didn't see it in the install read me :ermm:

hugh_ 03-26-2005 10:16 AM

Could someone tell me how to replace the postbit icon and text for game champions with just text? Also how do I remove the search box addition to the navbar?

Thanks, top hack!

hugh

Brandon Sheley 03-26-2005 11:04 PM

Quote:

Originally Posted by Oblivion Knight
The same as you would any other game..

Upload the .swf files to your /games directory.
Upload the .gif files to your /images/arcade directory.
Upload the .game.php file to your /admincp directory.

Then run the .game.php file in your browser via http://www.yoursite.com/forums/admincp/x.game.php, replacing x with the gamename. For example: pacman.game.php



Thnak u so much for this, i searched alot of threads looking for the answer :) i guess i misunderstood in the others :banana:

lowcarbscoop 03-26-2005 11:51 PM

I just installed a new theme and re-ran the first step of the install over again and ARCADE is not showing on the navbar. Can someone help me add this? I tried adding the code manually to the navbar template, but when I do, it shows an ARCADE link but when you click it, you just get a blank page.

TIA

Mayers 03-27-2005 03:27 AM

Okay it seem that after upgrading to 3.0.7 the arcade gives a no have permission message. I've edited all the files, what could be wrong with it?

jamiepryer@hotm 03-27-2005 11:19 AM

my arcade has stopped working :(
when i go to the admin CP and click yes for "is the arcade active"
it says settings have been saved, but when i get reverted back, its all been set back to "no"

thanks in advance :)

jamiepryer@hotm 03-28-2005 03:15 PM

fixed it now :)

Jenta 03-29-2005 12:12 AM

is there a list somewhere of which games are ok to use?
don't want to violate any copyrights

rjordan 03-29-2005 03:59 AM

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:

Code:

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:
PHP Code:

 $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:
PHP Code:

 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.

jamiepryer@hotm 03-29-2005 04:39 AM

is there anyway to sort the list of games into your own chosen order?

Turbo_WRX 03-29-2005 06:17 AM

having a few problems. installed, edited everything, however, when I click the Arcade link in the nav bar, it brings me to a login page, i login, then it brings me to a login page....how do i redirect that to the right spot?

Turbo_WRX 03-29-2005 06:24 AM

problem fixed, just re uploaded the arcade.php file.

Shibbi 03-29-2005 04:52 PM

Ive installed this, and its awesome. But i would just like to know weither there are any other games which i could upload, if you know of any place where i can download games please pm me... thanks ;).

akramosama 03-31-2005 10:28 PM

If I upgrade my vB will I have to re-install the arcade?

neocorteqz 03-31-2005 11:14 PM

you will need to only do the file edits, the database changes will still be intact.

akramosama 03-31-2005 11:33 PM

I changed my default style and edited the templates but now all I get is a blank screen when I click on Arcade in the Navbar...

Harry72 04-01-2005 03:18 AM

Quote:

Originally Posted by akramosama
I changed my default style and edited the templates but now all I get is a blank screen when I click on Arcade in the Navbar...

Do u have the templates in every style ? Blank screen is most time the result of missing templates. :nervous:

Cheers
Harry :tired:

akramosama 04-01-2005 04:13 AM

I don't think so, Is their a way I can add the templates to my new skin?

Harry72 04-01-2005 04:41 AM

Quote:

Originally Posted by akramosama
I don't think so, Is their a way I can add the templates to my new skin?

hmm... one solution is to do the step one from the install.php.

http://yourpath./forums/admincp/inst...php?do=stepone or so.

But only this step ! And if u have moded the arcade temps, the modifications will be deleted after this step.

That was the faster way.

U also can fix the arcade temps that u are have in the default style with notepad, editor, etc. And with this copys u can create the arcade temps for arcade in your new style. :nervous:


All times are GMT. The time now is 03:06 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.12558 seconds
  • Memory Usage 1,841KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (2)bbcode_php_printable
  • (13)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete