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)

Harley D 10-19-2004 04:14 AM

mystery250;

You may want to go through your file edits again, and make sure you added the New Phrases as well.

mystery250 10-19-2004 04:22 AM

Quote:

Originally Posted by Harley D
mystery250;

You may want to go through your file edits again, and make sure you added the New Phrases as well.

I have gone through them several times, and I have added all of the "new phrases".

pforp 10-19-2004 02:19 PM

Quote:

Originally Posted by kall
I think I put mine in the quick links or one of those other dropdown menus.

oh, i forgot to ask you...where would i put that so it appears on the dropdown menu? that would be the best option, imo.

3clipse 10-19-2004 07:46 PM

i seem to have a problem with the /includes/functions.php file. whenever i edit it with the following code:
Code:

======================
includes/functions.php
======================

Find:

// get CSS width for outerdivwidth from outertablewidth


Above this, add:
        // declares the arcade image directory
        $stylevar['imgdir_arcade'] = "images/arcade";

it always ends up with this error:
Code:

Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING in /usr/local/www/elitegaming/public_html/forums/includes/functions.php on line 1887
any ideas?

Harley D 10-20-2004 02:58 PM

Quote:

Originally Posted by Harley D
First off... GREAT JOB!!!! ThankYou.

I have read over 30+ pages of posts, I see there are over 188!!! so please be nice if this has been addressed before.

I have installed this hack on a clients site. It worked just fine, UNTIL I started to add more games. Get this, Now only some of the games work, others just show a blank square.
He's running (vBulletin 3.0.1) I would like to update him, but the previous Webmaster hacked his poor site to death. I've managed to clean allot of it up, but I really don't want to update him and have to reinstall all those hacks.
Any help would be appreciated

EDIT 10-20-04:

All the games work now, what I did was make a GAMES foldes in the /FORUMS area, now all 77 games work just fine.

Just like to add... Thanks again John, Mods like this make me look great :o)

M1th 10-20-2004 03:16 PM

Quote:

Originally Posted by 3clipse
i seem to have a problem with the /includes/functions.php file. whenever i edit it with the following code:
Code:

======================
includes/functions.php
======================

Find:

// get CSS width for outerdivwidth from outertablewidth


Above this, add:
        // declares the arcade image directory
        $stylevar['imgdir_arcade'] = "images/arcade";

it always ends up with this error:
Code:

Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING in /usr/local/www/elitegaming/public_html/forums/includes/functions.php on line 1887
any ideas?

make sure you have the ; at the end of the line or the line before it.

Bloodlust 10-20-2004 07:04 PM

I am having a problem when trying to install the script to a different style. I get this message:

Database error in vBulletin 3.0.3:

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: Wednesday 20th of October 2004 04:01:49 PM
Script: http://ultimatuner.com/forum/admincp/install_arcade.php
Referer: http://ultimatuner.com/forum/admincp/install_arcade.php

Bloodlust 10-21-2004 01:41 AM

Quote:

Originally Posted by Bloodlust
I am having a problem when trying to install the script to a different style. I get this message:

Database error in vBulletin 3.0.3:

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: Wednesday 20th of October 2004 04:01:49 PM
Script: http://ultimatuner.com/forum/admincp/install_arcade.php
Referer: http://ultimatuner.com/forum/admincp/install_arcade.php

Heres exactly what I see, and as far as I know, Ive followed the instructions on how to install the arcade on a different style.

First I modified the install_arcade.php file by doing this: (The ID of the new style is 10)

// ################################################## ###########################
// step 1
if ($_POST['do'] == "stepone")
{

$styleid=10;
$template = array();

So then I uploaded it to my admincp directory and ran the script...

http://ultimatuner.com/hosting/bloodlust/pictures/1.JPG
http://ultimatuner.com/hosting/bloodlust/pictures/2.JPG

And then it gives me the error message:

Database error in vBulletin 3.0.3:

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

Could someone help me ASAP, or tell me where to go for support? Thanks.

Nordinho 10-21-2004 09:22 PM

Heya,

The arcade is working fine...excellent hack!! but I noticed that the drop-down menu displays 'behind' a game (see screenhot)...any ideas how to fix that??

Greets Nordinho,

cr95gst 10-21-2004 11:25 PM

All of a sudden yesterday, I started getting this email every hour for a different user:
Code:

Database error in vBulletin 3.0.0:

Invalid SQL: UPDATE games SET highscorerid=,highscore=1004 WHERE shortname='ssl'
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=1004 WHERE shortname='ssl'' at line 1

mysql error number: 1064

Date: Thursday 21st of October 2004 01:29:24 PM
Script: http://www.escic.com/vb/cron.php?&rand=695902
Referer: http://www.escic.com/vb/?
Username: Unregistered
IP Address: 152.163.100.9

Any idea how this started?


All times are GMT. The time now is 06:45 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.05780 seconds
  • Memory Usage 1,756KB
  • 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
  • (5)bbcode_code_printable
  • (5)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