vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Beta Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=5)
-   -   vbProArcade Beta 2 (https://vborg.vbsupport.ru/showthread.php?t=42880)

futureal 09-02-2002 04:37 AM

Quote:

Originally posted by Apok2002
I'm still working on the Who's Online issue though. I'll get back to you if I can't get it working on my own.
See my post to Ian regarding a Who's Online fix.

Here it is: https://vborg.vbsupport.ru/showthrea...235#post294235

mewgood 09-02-2002 08:18 AM

hey I think this is a grest hack
but you know any website which has games to dwonload?

Link14716 09-02-2002 01:55 PM

Quote:

Originally posted by futureal
Erwin: Converting the old vbTetris table would not be terribly hard.

You would need to alter the table to include the date, time and username fields, and then make a quick script to pair the usernames with the ids and insert bogus date/time info. Once that is done though, it would work fine -- you'll just have to make sure that the Tetris identifier in vbProArcade is 'tetris' to match up with John's hack.

Actually, you wouldn't have to add the date, just the time and username fields. I am gonna install this one over John's Arcade mostly for Breakout, which I tried to put on John's with proarcade.php being a copy of arcade.php but failed miserbly ;)

Trekkie 09-02-2002 02:06 PM

Is this Hack working with PHP which is in Safemode ?

Brandon 09-02-2002 02:22 PM

Hey, there is one arcade game you forgot...I think centipede and frogger would be a great addition. I've been looking for it on the 'net but I cant seem to find it. Just a suggestion though. BTW, Great Hack! My members love it!

Apok2002 09-02-2002 02:29 PM

My members have also requested Frogger and Centipede and Asteroids. I also have a few programmers on the site who said they could make some games. In turn, I told them as long as they integrated a score system and provide the .fla file, it may be possible. This is all that you need?

Brandon 09-02-2002 02:36 PM

It looks to be that way. If you go to your Admin Panel > vBProArcade it looks like you can add them yourself :D JOY!

Link14716 09-02-2002 03:12 PM

Trying to add usernames based on userids already in the arcade table........ no luck.

Code:

SQL-query : 

UPDATE arcade SET username=MattyD316 WHERE userid=1

MySQL said:


Unknown column 'MattyD316' in 'field list'

Tell me how bad I am screwing up, or try to make a scrip or something to do so. Please? ;)

Link14716 09-02-2002 03:27 PM

Ok, I am trying to make an Update Arcade thing in admin/misc.php, but I am not exactly sure how to. It is based off of the Update Forums part........ Can someone make one where it updates the Username in the arcade table based on userids?

Ninth Dimension 09-02-2002 06:03 PM

Quote:

Originally posted by Link14716
Trying to add usernames based on userids already in the arcade table........ no luck.

Code:

SQL-query : 

UPDATE arcade SET username=MattyD316 WHERE userid=1

MySQL said:


Unknown column 'MattyD316' in 'field list'

Tell me how bad I am screwing up, or try to make a scrip or something to do so. Please? ;)

Try this:

PHP Code:

UPDATE arcade SET username="MattyD316" WHERE userid=



All times are GMT. The time now is 06:30 PM.

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.02043 seconds
  • Memory Usage 1,740KB
  • 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
  • (1)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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