Arcade V2 help with fresh install

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   
JRSweets
CZ Active Member
 Codezwiz Site Donator
JRSweets has been a member for over 20 year's 20 Year Member
usa.gif massachusetts.gif
Age: 43
Gender: Male
Fav. Sports Team: NE Patriots
Website:
Status: Offline
Joined: Apr 07, 2004
0.03 posts per day
Posts: 259
Points: 19,861
  MSN Messenger 
Make sure that you have a copy of arcade.php in the root of your site. This fixes most peoples problems with type 3 games not working.



Back to top Reply with quote
#2   re: Arcade V2 help with fresh install
yobxobx
CZ Newbie
yobxobx has been a member for over 20 year's 20 Year Member
Status: Offline
Joined: Jul 18, 2004
0.00 posts per day
Posts: 6
Points: 876
   
Has anyone gotten the high scores to post? I am experiencing the same problem mentioned above. Everything works well until the game is over and then the game locks up, and no high scores.

Any help would be greatly appreciated.

Thanks

icon_smile.gif



Back to top Reply with quote
#3   re: Arcade V2 help with fresh install
drako
CZ Super Newbie
drako has been a member for over 20 year's 20 Year Member
usa.gif missouri.gif
Occupation: Netwrok Admin
Age: 46
Gender: Male
Website:
Status: Offline
Joined: Oct 06, 2004
0.01 posts per day
Posts: 42
Points: 4,079
  MSN Messenger 
ya same prob as well all of it works but after that game just dies and no high score.




_________________
Back to top Reply with quote
#4   re: Arcade V2 help with fresh install
drako
CZ Super Newbie
drako has been a member for over 20 year's 20 Year Member
usa.gif missouri.gif
Occupation: Netwrok Admin
Age: 46
Gender: Male
Website:
Status: Offline
Joined: Oct 06, 2004
0.01 posts per day
Posts: 42
Points: 4,079
  MSN Messenger 
ya same prob as well all of it works but after that game just dies and no high score.

Q: When the game ends it takes me back to the arcade main menu and does not
## save the high score. What have I done wrong?
##
## A: For some unknown reason the forum cookies interfear with the normal
## functions of the arcade, ie saveing the highscore. To solve this problem
## you must go into the forums administration and under the General Admin header
## click on Configuration. Scroll down to Cookie domain and delete everything
## displayed in that box, it should be blank.
##

THIS is in his read me but i have done it and still nothing icon_sad.gif

This is just an idea, but i think it comes down to the right gametype.

0,1,2,3

My ? is how do you know. I downloaded the V2 and all the games were there already, the readme says to make them all 3's, im not sure.




_________________
Back to top Reply with quote
#5   re: Arcade V2 help with fresh install
CurtisH
CZ Active Member
 Codezwiz Site Donator
CurtisH has been a member for over 20 year's 20 Year Member
usa.gif texas.gif
Gender: Male
Status: Offline
Joined: Jun 14, 2004
0.01 posts per day
Posts: 112
Points: 5,900
AIM Address Yahoo Messenger  
Deleted by author




_________________
PHP-Nuke and ALL software and/or themes coded to be used with PHP-Nuke are GPL and are FREE to redistribute regardless of what an author may claim.
Back to top Reply with quote
#6   re: Arcade V2 help with fresh install
mjhufford
CZ Active Member
 Codezwiz Site Donator
mjhufford has been a member for over 20 year's 20 Year Member
usa.gif arkansas.gif
Occupation: IT Industry
Age: 47
Gender: Male
Fav. Sports Team: Da Bears.
Website:
Status: Offline
Joined: Jul 01, 2004
0.04 posts per day
Posts: 288
Points: 15,094
  MSN Messenger 
I suggest the V3 as well. I used V2 for the last 6 months and V3 is much better now that I've upgraded. More options, better games support, etc.




_________________
"The pursuit of easy things makes men weak."
-David O. McKay
Back to top Reply with quote
#7   re: Arcade V2 help with fresh install
gadford
CZ Active Member
 Codezwiz Site Donator
gadford has been a member for over 20 year's 20 Year Member
usa.gif arkansas.gif
Occupation: Wachter Network Services
Age: 48
Gender: Male
Fav. Sports Team: Da Bearz
Website:
Status: Offline
Joined: Jun 15, 2004
0.01 posts per day
Posts: 109
Points: 27
  MSN Messenger 
drako, when you download the games, most of them come zipped with a text file telling you what the variable score name is and what the game type # is. For the games that don't, you can try the title of the game (in all lowercase) as the variable scorename. I would reccomend uninstalling v2 and downloading v3. It's better and there is more support for it at:
[ Register or login to view links on this board. ]

Also for high scores to work...your site configuration in your admin section under "Preferences" has to match EXACTLY with what you have in your forums admin configuration section.




_________________
Back to top Reply with quote
#8   re: Arcade V2 help with fresh install
drako
CZ Super Newbie
drako has been a member for over 20 year's 20 Year Member
usa.gif missouri.gif
Occupation: Netwrok Admin
Age: 46
Gender: Male
Website:
Status: Offline
Joined: Oct 06, 2004
0.01 posts per day
Posts: 42
Points: 4,079
  MSN Messenger 
LOL man OH man

I get this error

Could not select info from user/user_group table

DEBUG MODE

SQL Error : 1146 Table 'ttsold_nuke.AUTH_ARCADE_ACCESS_TABLE' doesn't exist

SELECT aa.arcade_catid FROM AUTH_ARCADE_ACCESS_TABLE aa, nuke_bbuser_group ug, nuke_bbgroups g WHERE ug.user_id = 2 AND g.group_id = ug.group_id AND aa.group_id = ug.group_id

Line : 62
File : /home/ttsold/public_html/includes/functions_arcade.php

The table does exist LOL i did a dump of the table so you can see

-- phpMyAdmin SQL Dump
-- version 2.6.0-pl2
-- [ Register or login to view links on this board. ]
--
-- Host: localhost
-- Generation Time: Dec 04, 2004 at 11:28 AM
-- Server version: 4.0.22
-- PHP Version: 4.3.9
--
-- Database: `ttsold_nuke`
--

-- --------------------------------------------------------

--
-- Table structure for table `nuke_bbauth_arcade_access`
--

CREATE TABLE `nuke_bbauth_arcade_access` (
`group_id` mediumint(8) NOT NULL default '0',
`arcade_catid` mediumint(8) unsigned NOT NULL default '0',
KEY `group_id` (`group_id`),
KEY `arcade_catid` (`arcade_catid`)
) TYPE=MyISAM;

--
-- Dumping data for table `nuke_bbauth_arcade_access`
--

any ideas?

CRAP!!!!! no i reload the page and i get

phpBB : Critical Error

Could not query config information

DEBUG MODE

SQL Error : 1146 Table 'ttsold_nuke.config' doesn't exist

SELECT * FROM config

Line : 218
File : /home/ttsold/public_html/modules/Forums/common.php




_________________
Back to top Reply with quote
#9   re: Arcade V2 help with fresh install
gadford
CZ Active Member
 Codezwiz Site Donator
gadford has been a member for over 20 year's 20 Year Member
usa.gif arkansas.gif
Occupation: Wachter Network Services
Age: 48
Gender: Male
Fav. Sports Team: Da Bearz
Website:
Status: Offline
Joined: Jun 15, 2004
0.01 posts per day
Posts: 109
Points: 27
  MSN Messenger 
when do you get that error?




_________________
Back to top Reply with quote
#10   re: Arcade V2 help with fresh install
drako
CZ Super Newbie
drako has been a member for over 20 year's 20 Year Member
usa.gif missouri.gif
Occupation: Netwrok Admin
Age: 46
Gender: Male
Website:
Status: Offline
Joined: Oct 06, 2004
0.01 posts per day
Posts: 42
Points: 4,079
  MSN Messenger 
I got it, nm just a little time, i was just getting tired. the error was in my constants.php file, had stuff missing.

Had to put back the orignal and re-edit.


Im good as gold YEEHAA awesome that mod was a the worst pain in my butt, so anybody got any good games and were can i get em?




_________________
Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

Jump to 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum