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)

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.


All times are GMT. The time now is 03:05 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.04410 seconds
  • Memory Usage 1,748KB
  • 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
  • (2)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (6)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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