vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Add-On Releases - v3 Arcade - Games Arcade System for 3.6.0 (https://vborg.vbsupport.ru/showthread.php?t=114012)

AlexUK 11-27-2005 06:44 PM

no where is it?

GrabAssGirl 11-27-2005 06:44 PM

My final time to post this question, then I am giving up...

Here is a repost from pg 17 and from pg 13...

Can ANYONE help me? If not, I guess I'll have to pass on this arcade. :(

REPOST:
Pg 17 post: WOW, this thread moves fast.... I made a post on PG 13 and was wondeirng if anyone could answer it for me. I added the arcade to the site and it's not working. But, the error I'm getting isn't what everyone else is getting. I have no clue where to even begin to fix this problem...

Pg 13 post:

Please help! I am an amature when it comes to this kind of thing. Could someone give me a starting point on how to fix this error:

Warning: main(./arcade/functions/functions.php): failed to open stream: No such file or directory in /arcade.php on line 88

Warning: main(./arcade/functions/functions.php): failed to open stream: No such file or directory in /arcade.php on line 88

Fatal error: main(): Failed opening required './arcade/functions/functions.php' (include_path='.:/usr/local/lib/php') in /home/tblough/domains/xuniverse.org/public_html/forums/arcade.php on line 88


TIA!!

Zachery 11-27-2005 06:45 PM

Quote:

Originally Posted by John
The latter.

Good, thats a step in the right direction.

I guess I'll go import a dump of my database and see how things go.

When you need a tester for that new import/upgrade script please let me know :)

Zachery 11-27-2005 06:45 PM

Quote:

Originally Posted by AlexUK
no where is it?

admincp/arcadeimport.php

John 11-27-2005 06:45 PM

Quote:

Originally Posted by Zachery
Did you try the import script provided ?

I think the biggest problem is lack of documentation.. but I was so tired trying to get the release out that I missed a lot of things. I'll cover everything in a lot more detail in the next release.

AlexUK 11-27-2005 06:45 PM

That for the IBPRO no?

Mastar 11-27-2005 06:46 PM

Quote:

Originally Posted by Zachery
John,

While I really like the arcade, you've left your users with such a hard upgrade path.

You could have at least provided a proper upgrade script to get their databases preped for the new installer. or an upgrade script that took care of this all together.

For your product file you should do a check and report back that the database is not yet ready for the install s it contains old data, instead of just running querys all wildly at them. Then we have a failed product import, etc.

Agreed, Zachery can you help and help the members here that are having problems with arcade?

GETTING THIS ERROR WHEN CLICK ON THE ARCADE LINK ON MY FORUM:

Code:



Database error in vBulletin 3.5.1:

Invalid SQL:

SELECT arcade_challenges.*, touser.username AS tousername, fromuser.username AS fromusername, arcade_games.miniimage, arcade_games.title FROM arcade_challenges AS arcade_challenges

 LEFT JOIN user AS touser ON (touser.userid=arcade_challenges.touserid)

 LEFT JOIN user AS fromuser ON (fromuser.userid=arcade_challenges.fromuserid)

 LEFT JOIN arcade_games AS arcade_games ON (arcade_games.gameid=arcade_challenges.gameid)

 WHERE status=3 ORDER BY datestamp DESC LIMIT 3;

MySQL Error  : Table 'Funnies_the.arcade_challenges' doesn't exist

Error Number : 1146

Date        : Monday, November 28th 2005 @ 02:17:36 AM

Script      : http://www.thebedrocktavern.com/arcade.php?

Referrer    : http://www.thebedrocktavern.com/index.php?

IP Address  : 12.109.5.38

Username    :Funny Man

Classname    : vb_database

AND GOT THIS WHEN I CLICK ON GAMES IN THE ACP:

Code:

Database error in vBulletin 3.5.1:

Invalid SQL:

  SELECT COUNT(*) AS total

  FROM arcade_games AS arcade_games;

MySQL Error  : Table 'Funnies_the.arcade_games' doesn't exist

Error Number : 1146

Date        : Monday, November 28th 2005 @ 02:22:42 AM

Script      : http://www.thebedrocktavern.com/admincp/arcadeadmin.php?do=games

Referrer    : http://www.thebedrocktavern.com/admincp/index.php

IP Address  : 12.109.5.38

Username    :Funny Man

Classname    : vb_database



ALSO WHEN CLICK CATEGORIES IN THE ACP:



Code:



Database error in vBulletin 3.5.1:

Invalid SQL:

SELECT * FROM arcade_categories AS arcade_categories ORDER BY displayorder ASC;

MySQL Error : Table 'thebedrock_the.arcade_categories' doesn't exist

Error Number : 1146

Date : Monday, November 28th 2005 @ 04:38:50 AM

Script : http://www.thebedrocktavern.com/admincp/arcadeadmin.php?do=categories

Referrer : http://www.thebedrocktavern.com/admincp/index.php?do=nav

IP Address  : 12.109.5.38

Username    :Funny Man

Classname    : vb_database

ANY HELP?

Zachery 11-27-2005 06:46 PM

Quote:

Originally Posted by AlexUK
That for the IBPRO no?

Its for v3's 3.0 AFAIK.

Zachery 11-27-2005 06:47 PM

Quote:

Originally Posted by John
I think the biggest problem is lack of documentation.. but I was so tired trying to get the release out that I missed a lot of things. I'll cover everything in a lot more detail in the next release.

Documentation is a pain :( I know!


Mastar, I haven't goten past the installer while it was still in beta, and I haven't tried anything since, I was just wonderong what changes had happened.

Zachariah 11-27-2005 06:48 PM

Hey John.

https://vborg.vbsupport.ru/showthread.php?t=96888
Powered by vBug Tracker Version 3.5.1

Put it on your site, there may be less problems Vs. 1 thread and 300 some posts.

-Z

Or move support to your site :)

John 11-27-2005 06:49 PM

Quote:

Originally Posted by Zachery
Good, thats a step in the right direction.

I guess I'll go import a dump of my database and see how things go.

When you need a tester for that new import/upgrade script please let me know :)

I'll take you up on that. :)

I'll be releasing a new version that fixes all the current problems (fingers crossed it doesn't create any new ones!), as well as a standalone script to fix broken installations.

Blam Forumz 11-27-2005 06:49 PM

I get this error when I run the arcadeupdate.php:

Code:

Database error in vBulletin 3.5.0:

Invalid SQL:
INSERT INTO arcade_games VALUES (1, 'asteroids', 'Asteroids', 'Kill some asteroids and flying saucers!', 'asteroids.swf', '500', '375', '', 'asteroids1.gif', 7, 0, 0, '', 1, 29, 1110794236, 0, 0, 0, 0, 0, 0, 0, 0);

MySQL Error  : Column count doesn't match value count at row 1
Error Number : 1136
Date        : Sunday, November 27th 2005 @ 11:45:04 AM
Script      : http://www.blamforums.com/forum/arcadeupdate.php
Referrer    :
IP Address  : ########
Username    : Blaminator
Classname    : vb_database

Please help >_<

rb290 11-27-2005 06:49 PM

what can I do to remove the CHMOD to something
cause I chmodded 0777 something i shouldnt have , so whats like the default chmod i can enter to set it back to how it was

rb290 11-27-2005 06:50 PM

cause when I go to game tools and upload a game it shows a blank screen now

John 11-27-2005 06:51 PM

Quote:

Originally Posted by Mastar
Agreed, Zachery can you help and help the members here that are having problems with arcade?

I answered you earlier on, let me know?

AlexUK 11-27-2005 06:52 PM

Quote:

Originally Posted by Zachery
admincp/arcadeimport.php

Got it now, thank you!
Sometimes the obvious is in front of you but you cant see it, doh :o

John 11-27-2005 06:52 PM

Quote:

Originally Posted by Blam Forumz
I get this error when I run the arcadeupdate.php:

Code:

Database error in vBulletin 3.5.0:

Invalid SQL:
INSERT INTO arcade_games VALUES (1, 'asteroids', 'Asteroids', 'Kill some asteroids and flying saucers!', 'asteroids.swf', '500', '375', '', 'asteroids1.gif', 7, 0, 0, '', 1, 29, 1110794236, 0, 0, 0, 0, 0, 0, 0, 0);

MySQL Error  : Column count doesn't match value count at row 1
Error Number : 1136
Date        : Sunday, November 27th 2005 @ 11:45:04 AM
Script      : http://www.blamforums.com/forum/arcadeupdate.php
Referrer    :
IP Address  : ########
Username    : Blaminator
Classname    : vb_database

Please help >_<

I've got a feeling you're mixing up the two arcades. There's no such file as arcadeupdate.php in this system.

Zelda-King 11-27-2005 06:53 PM

You can forget what I said about challenges. It works fine. Silly me was looking at my own name. DOH! Everything seems in order except the missing link for downloading games.

John 11-27-2005 06:55 PM

Quote:

Originally Posted by Zelda-King
You can forget what I said about challenges. It works fine. Silly me was looking at my own name. DOH! Everything seems in order except the missing link for downloading games.

I removed it, because you start the game download process from v3arcade.com. Check out screenshots step 1-12. :)

Blam Forumz 11-27-2005 06:56 PM

Quote:

Originally Posted by John
I've got a feeling you're mixing up the two arcades. There's no such file as arcadeupdate.php in this system.


- Import script to convert your old v3 Arcade installation. (A script to import games, scores and news from old IBPro installations is available here, thanks to Tigga: http:www.v3arcade.com/forums/showthread.php?t=324)
Quote:

Originally Posted by Tigga
Here's a script I threw together real quick to import everything from my old IBPro installation.

Before running the script, please note that it will remove all games, scores, and news from your current v3 installation!

To use the script, simply upload it to the folder you have vBulletin installed in, go to the file in your browser window, and follow the links on that page.

Note: You will need to rename the file from arcadeupdate.txt to arcadeupdate.php before uploading it. Since .php files are not allowed to be uploaded here I had to rename it to be a .txt file. ;)


pyro.699 11-27-2005 06:56 PM

when will the new version (with teh errors fixed) come out?

John 11-27-2005 06:58 PM

Quote:

Originally Posted by Blam Forumz
- Import script to convert your old v3 Arcade installation. (A script to import games, scores and news from old IBPro installations is available here, thanks to Tigga: http:www.v3arcade.com/forums/showthread.php?t=324)

Ahhh. Sorry. I'm not to sure about that, I've never used Tigga's script.

Blam Forumz 11-27-2005 06:58 PM

eeek, best ask tigga then :/#

edit, im sure you could sort it out in a few seconds :angel:

The Icon 11-27-2005 07:06 PM

John,

Any chance you can help with the following problem:

http://www.v3arcade.com/forums/showthread.php?t=471

Thanks.

John 11-27-2005 07:12 PM

Quote:

Originally Posted by The Icon
John,

Any chance you can help with the following problem:

http://www.v3arcade.com/forums/showthread.php?t=471

Thanks.

Fixed in the next release, but I've posted a fixed file there for you.

rb290 11-27-2005 07:15 PM

what the heckk
some of these games i installed, arent saving high scores
it directs me here - http://thugonline.net/index.php?act=Arcade&do=newscore
and then the page says Done and its a blank white screen

GamerzWorld 11-27-2005 07:16 PM

Upgrade went perfectly, just had to redo some modifications. Great work John! (now go sleep!)

nexus851 11-27-2005 07:18 PM

How do u import NEW GAMES into the website????

I used the: GAME TOOLS ---> v3 ARCADE (MASS GAME IMPORT) and i FTP the .swf game files into /forum/games and when i click "start" it didnt work...

i have a bunch of SWF game files, so whats the correct way to upload these FLASH GAMES???

The Icon 11-27-2005 07:20 PM

Quote:

Originally Posted by John
Fixed in the next release, but I've posted a fixed file there for you.

Thanks for the attempt, but still the same error.

Looking at the script, this looks like the last stage in upgrading. So frustrating.

rb290 11-27-2005 07:22 PM

Quote:

Originally Posted by nexus851
How do u import NEW GAMES into the website????

I used the: GAME TOOLS ---> v3 ARCADE (MASS GAME IMPORT) and i FTP the .swf game files into /forum/games and when i click "start" it didnt work...

i have a bunch of SWF game files, so whats the correct way to upload these FLASH GAMES???

i was stuck with that too
you upload the .tar which includes the php, swf, and image files to the admincp/games directory then click start

John 11-27-2005 07:25 PM

Quote:

Originally Posted by The Icon
Thanks for the attempt, but still the same error.

Looking at the script, this looks like the last stage in upgrading. So frustrating.

http://www.v3arcade.com/forums/showp...73&postcount=7

John 11-27-2005 07:25 PM

Quote:

Originally Posted by rb290
i was stuck with that too
you upload the .tar which includes the php, swf, and image files to the admincp/games directory then click start

With iB games, that's correct.

With v3 games, extract everything first and then upload those swf, php and gif files to admincp/games.

Vizionz 11-27-2005 07:25 PM

Quote:

Originally Posted by rb290
i was stuck with that too
you upload the .tar which includes the php, swf, and image files to the admincp/games directory then click start

if only it worked for ibpro

nexus851 11-27-2005 07:26 PM

Quote:

Originally Posted by rb290
i was stuck with that too
you upload the .tar which includes the php, swf, and image files to the admincp/games directory then click start


i only got the .SWF files... no php or anything with it...

so how do i upload with just the SWF files?

John 11-27-2005 07:28 PM

Quote:

Originally Posted by nexus851
i only got the .SWF files... no php or anything with it...

so how do i upload with just the SWF files?

You can't install games with just the .swf files.

DjTaz 11-27-2005 07:28 PM

Thanks John - much appreciated

Qwest 11-27-2005 07:28 PM

Did we fix the problem where it doesnt show anything in the postbit?

paulmjno 11-27-2005 07:28 PM

Anyone know where I can get Pacman and Breakout? These are available preinstalled on the IB system.

John 11-27-2005 07:29 PM

Quote:

Originally Posted by rb290
what the heckk
some of these games i installed, arent saving high scores
it directs me here - http://thugonline.net/index.php?act=Arcade&do=newscore
and then the page says Done and its a blank white screen

Are they iB games?

Gizmo5h1t3 11-27-2005 07:29 PM

installed, but getting this while im tryin to edit usergroup permissions...
weird

Code:

Database error in vBulletin 3.5.1:

Invalid SQL:
UPDATE usergroup SET

### UPDATE QUERY GENERATED BY fetch_query_sql() ###
        `title` = 'V.I.P',
        `description` = '',
        `usertitle` = 'V.I.P',
        `opentag` = '<span style=\"color:limegreen\" title=\"Member\"><i><b>',
        `closetag` = '</b></i></span>',
        `passwordexpires` = '0',
        `passwordhistory` = '0',
        `ispublicgroup` = '0',
        `canoverride` = '0',
        `ucash_paycheck` = '0',
        `forumpermissions` = '336589055',
        `attachlimit` = '0',
        `pmquota` = '50',
        `pmpermissions` = '3',
        `pmsendmax` = '5',
        `calendarpermissions` = '55',
        `wolpermissions` = '1',
        `adminpermissions` = '0',
        `genericpermissions` = '203954119',
        `genericoptions` = '30',
        `profilepicmaxwidth` = '175',
        `profilepicmaxheight` = '175',
        `profilepicmaxsize` = '65535',
        `avatarmaxwidth` = '175',
        `avatarmaxheight` = '175',
        `avatarmaxsize` = '20000',
        `arcadepermissions` = '0',
        `bluntswelcomepermissions` = '14',
        `profileviewpermissions` = '0'
WHERE usergroupid=9;

MySQL Error  : Unknown column 'profileviewpermissions' in 'field list'
Error Number : 1054
Date        : Sunday, November 27th 2005 @ 09:28:16 PM
Script      : http://www.gobshites.org/board/admincp/usergroup.php
Referrer    : http://www.gobshites.org/board/admincp/usergroup.php?do=edit&usergroupid=9
IP Address  : ***********
Username    : Gizmo
Classname    : vb_database

...and this was beta tested???


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