The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

How can i add an arcade with leaderboard?

5 posters

Go down

How can i add an arcade with leaderboard? Empty How can i add an arcade with leaderboard?

Post by tomtm May 13th 2008, 11:45 pm

anyone know how i can add a arcade with a leaderboard for the users?
avatar
tomtm
Forumember

Posts : 64
Reputation : 0
Language : English

Back to top Go down

How can i add an arcade with leaderboard? Empty Re: How can i add an arcade with leaderboard?

Post by xemilyx May 13th 2008, 11:58 pm

i think you can only get that mod if your forum has a cash mod on it.

iv tried to find this for my forum but everywhere i look it Say's that you can only get it if you got cash mod.

well i could be wrong but that's all iv found

or the only other way is to do it is make your own arcade then do the points manually with a points system put that is a lot of work Very Happy
xemilyx
xemilyx
Forumember

Female Posts : 217
Reputation : 0
Language : english
Location : is not here coz "here" is just "there" with out the "T"

Back to top Go down

How can i add an arcade with leaderboard? Empty Re: How can i add an arcade with leaderboard?

Post by NOBLE CANADIAN May 14th 2008, 12:08 am

Hello tomtm & xemilyx,

I just recently added an arcade with leaderboards to my website. The following is required:

- A free hosting provider (I'm currently using 12GbFree, but there are many out there.)

- PHP-Quick-Arcade script (this is the actual software that will become your arcade. Click here)

- A link on your forums to access the arcade.

This method will require you to download the script and upload the files to the hosting provider of your choice. Make sure you read and understand all the documentation that the developer has to offer. Otherwise, your arcade might not function the way it's supposed to. Below is a link to the script's official website.

PHP-Quick-Arcade
NOBLE CANADIAN
NOBLE CANADIAN
Forumember

Male Posts : 176
Reputation : 20
Language : English
Location : ON, Canada

http://tdmclan.darkbb.com/

Back to top Go down

How can i add an arcade with leaderboard? Empty Re: How can i add an arcade with leaderboard?

Post by xemilyx May 14th 2008, 12:11 am

cool ill check it out Very Happy
xemilyx
xemilyx
Forumember

Female Posts : 217
Reputation : 0
Language : english
Location : is not here coz "here" is just "there" with out the "T"

Back to top Go down

How can i add an arcade with leaderboard? Empty Re: How can i add an arcade with leaderboard?

Post by xemilyx May 14th 2008, 12:20 am

OK I'm lost lol Embarassed iv down loaded it then wot do i do? lol
xemilyx
xemilyx
Forumember

Female Posts : 217
Reputation : 0
Language : english
Location : is not here coz "here" is just "there" with out the "T"

Back to top Go down

How can i add an arcade with leaderboard? Empty Re: How can i add an arcade with leaderboard?

Post by NOBLE CANADIAN May 14th 2008, 1:10 am

Now you need to create an account on a free hosting website and upload the folders and files to your account directory. They must remain in the same order as they appear on your computer.

This won't be a walk in the park if you aren't familiar with FTP uploading and MySQL. An easier method did exist; unfortunately the developer cancelled the service.

Here is the script's official documentation Wiki. Click here
NOBLE CANADIAN
NOBLE CANADIAN
Forumember

Male Posts : 176
Reputation : 20
Language : English
Location : ON, Canada

http://tdmclan.darkbb.com/

Back to top Go down

How can i add an arcade with leaderboard? Empty Re: How can i add an arcade with leaderboard?

Post by xemilyx May 14th 2008, 10:56 am

i don't have a clue about any of that lol sham as i really wonted that Sad
xemilyx
xemilyx
Forumember

Female Posts : 217
Reputation : 0
Language : english
Location : is not here coz "here" is just "there" with out the "T"

Back to top Go down

How can i add an arcade with leaderboard? Empty Re: How can i add an arcade with leaderboard?

Post by tomtm May 14th 2008, 5:14 pm

could someone help me install it please?
avatar
tomtm
Forumember

Posts : 64
Reputation : 0
Language : English

Back to top Go down

How can i add an arcade with leaderboard? Empty Re: How can i add an arcade with leaderboard?

Post by xemilyx May 14th 2008, 5:16 pm

ya me to Sad
xemilyx
xemilyx
Forumember

Female Posts : 217
Reputation : 0
Language : english
Location : is not here coz "here" is just "there" with out the "T"

Back to top Go down

How can i add an arcade with leaderboard? Empty Re: How can i add an arcade with leaderboard?

Post by loren June 15th 2008, 11:22 pm

grrrrrr this has been doing my head in for days lol ,i have downloaded and uploaded to a host but my arcade has no skins no pics and the games don't work. I have asked for help in the arcade forum ,but i have done everything they keep telling me and its still not working . Its really annoying me now lol.
avatar
loren
Forumember

Posts : 46
Reputation : 0
Language : english

http://www.generalchatforum.net

Back to top Go down

How can i add an arcade with leaderboard? Empty Re: How can i add an arcade with leaderboard?

Post by noideay July 6th 2008, 2:48 pm

i am having issues with this as well and really hope that someone can help.

I have uploaded to the 12gbfree.com site, but when i run the install file i get this


- PHP 4 or higher
- MySQL 4 or higher
-UNIX/Win NT OS/FreeBSD


The above software is needed to install your PHPQA.","System Requirements"); message("Step 1: CHMOD 777 your:
arcade_conf.php
/arcade/ folder
/pics/ folder.
emote_faces.txt and emote_pics.txt","Install Start..."); echo "
Permissions check
"; $files=Array('skins/BlackDefault.css','skins/GrayDefault.css','skins/Default.css','skins/','arcade_conf.php','emotes_faces.txt','emotes_pics.txt','arcade','arcade/pics','arcade/gamedata'); if ($_SERVER['WINDIR']) { echo "Windows NTTM was detected. CHMOD is not necessary, proceed to install."; } else { foreach ($files as $k=>$v){ $g=substr(sprintf("%o",fileperms("./$v")),-3); if($g == 777) { echo "Chmod check OK on $v
"; } else { echo "Chmod checkFAILED on $v
"; $failure=1; } } } if(!$failure) { echo "

Proceed."; } else { echo "The check has failed. If you know the files are chmodded, please proceeed. if not, you MUST chmod them.

"; echo "Proceed anyway..."; } echo"


"; } elseif($_GET['step'] == 2) { message("Enter your MySQL database details below. They will be tested; then written to the config file.", "Database Check"); if($_POST['mysql_dbuser']) { $connection = @mysql_connect($_POST['mysql_host'],$_POST['mysql_dbuser'],$_POST['mysql_dbpass']); if(!$connection) { message("Unable to establish a connection to your database. Please check your details and try again.","Error"); $problem=1; } $selection = @mysql_select_db($_POST['mysql_dbname']); if(!$selection) { $problem=1; message("The database name you entered does not exist, please try again.","Error"); } if(!$problem) { // start tables mysql_query("CREATE TABLE `phpqa_accounts` ( `id` int(11) NOT NULL auto_increment, `name` varchar(255) default NULL, `pass` varchar(255) NOT NULL default '', `email` varchar(255) NOT NULL default '', `ipaddress` varchar(255) NOT NULL default '', `avatar` varchar(255) NOT NULL default '', `group` varchar(255) NOT NULL default '', `skin` varchar(255) NOT NULL default '', `settings` varchar(50) NOT NULL default '', `tournaments` int(11) default '0', UNIQUE KEY `id` (`id`), KEY `settings` (`settings`) )"); mysql_query("CREATE TABLE `phpqa_cats` ( `id` int(11) NOT NULL auto_increment, `cat` varchar(15) default NULL, UNIQUE KEY `id` (`id`) )"); mysql_query("CREATE TABLE `phpqa_games` ( `id` int(11) NOT NULL auto_increment, `game` varchar(255) default NULL, `gameid` varchar(255) NOT NULL default '', `gameheight` smallint(3) NOT NULL default '0', `gamewidth` smallint(3) NOT NULL default '0', `about` varchar(255) NOT NULL default '', `gamecat` varchar(255) NOT NULL default '', `remotelink` varchar(255) NOT NULL default '', `Champion_name` varchar(255) NOT NULL default '', `Champion_score` decimal(20,0) default NULL, `times_played` int(11) default '0', UNIQUE KEY `id` (`id`), KEY `gamecat` (`gamecat`), KEY `gameid` (`gameid`) )"); mysql_query("CREATE TABLE `phpqa_leaderboard` ( `id` int(11) NOT NULL auto_increment, `username` varchar(255) NOT NULL default '', `thescore` decimal(20,0) default NULL, `gamename` varchar(255) NOT NULL default '', PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`), KEY `username` (`username`), KEY `username_2` (`username`) )"); mysql_query("CREATE TABLE `phpqa_logs` ( `id` int(11) NOT NULL auto_increment, `username` varchar(255) NOT NULL default '', `thescore` decimal(20,0) default NULL, `ip` varchar(255) NOT NULL default '0', `comment` varchar(255) NOT NULL default '', `phpdate` int(10) NOT NULL default '0', `gameidname` varchar(255) NOT NULL default '', `cheaturl` varchar(255) NOT NULL default '', `log_type` text, PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`), KEY `username` (`username`), KEY `gameidname` (`gameidname`) )"); mysql_query("CREATE TABLE `phpqa_scores` ( `id` int(11) NOT NULL auto_increment, `username` varchar(255) NOT NULL default '', `thescore` decimal(20,0) default NULL, `ip` varchar(255) NOT NULL default '0', `comment` varchar(255) NOT NULL default '', `phpdate` int(10) NOT NULL default '0', `gameidname` varchar(255) NOT NULL default '', `gamename` varchar(30) NOT NULL default '', PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`), KEY `username` (`username`), KEY `gameidname` (`gameidname`) )"); mysql_query("CREATE TABLE `phpqa_sessions` ( `id` int(11) NOT NULL auto_increment, `name` varchar(255) default NULL, `time` varchar(255) NOT NULL default '', `location` varchar(255) NOT NULL default '', UNIQUE KEY `id` (`id`) )"); mysql_query("CREATE TABLE `phpqa_shoutbox` ( `id` int(11) NOT NULL auto_increment, `name` varchar(255) NOT NULL default '', `shout` mediumtext NOT NULL, `ipa` varchar(255) NOT NULL default '', PRIMARY KEY (`id`) )"); mysql_query("CREATE TABLE `phpqa_tournaments` ( `id` int(11) NOT NULL auto_increment, `tournament_id` int(11) default NULL, `user` text, `players` int(11) default NULL, `level` int(11) default '0', `average_score` text, `times_played` int(11) default '0', `game_id` text, `winner` text, `misc_settings` text, PRIMARY KEY (`id`) )"); message("Install to the database was SUCCESSFULL!","Database Install Complete"); mysql_query("INSERT INTO `phpqa_games` VALUES (1, 'Hexxagon', 'Hexxagon', '346', '388', 'Overtake the computers jewels.', '', '', '', '', '0');"); mysql_query("INSERT INTO `phpqa_games` VALUES (2, 'Tetris', 'Tetris', '381', '400', 'Make rows of blocks but dont overload the screen.', '', '', '', '', '0');"); mysql_query("INSERT INTO `phpqa_games` VALUES (3, 'Flasteroids', 'Flasteroids', '500', '350', 'A twist on the game asteroids, created by Bodekaer.', '', '', '', '', '0');"); mysql_query("INSERT INTO `phpqa_games` VALUES (4, 'Snake', 'Snake', '319', '359', 'Snake... Just like on your cellphone.', '', '', '', '', '0');"); mysql_query("INSERT INTO `phpqa_games` VALUES (5, 'Simon', 'Simon', '400', '400', 'Test your memmory.', '', '', '', '', '0');"); mysql_query("INSERT INTO `phpqa_games` VALUES (6, 'Asteroids', 'Asteroids', '394', '499', 'The hit arcade classic.', '', '', '', '', '0');"); mysql_query("INSERT INTO `phpqa_games` VALUES (7, 'Space Invaders', 'Invaders', '429', '500', 'Blast Aliens in this classic game!', '', '', '', '', '0');"); mysql_query("INSERT INTO `phpqa_accounts` VALUES ('1','Admin','0c7540eb7e65b553ec1ba6b20de79608','admin@localhost','{$_SERVER['REMOTE_ADDR']}','','Admin','Default','','');"); // Added in 3.0.20 mysql_query("ALTER TABLE `phpqa_accounts` DROP INDEX `settings`"); mysql_query("ALTER TABLE `phpqa_accounts` CHANGE `settings` `settings` LONGTEXT CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL "); // end tables // Writing to the conf. $conf=@fopen("arcade_conf.php", "w"); $goforit = @fwrite($conf,""); if(!$goforit) { message("arcade_conf.php could not be opened for writing. Please check the permissions.","Failed to write to conf"); }else{ message("Your new arcade is installed! Congratulations! Click here to get started.


Login with the name: admin and password of: admin. Change this password when you login! You may also change your name if you like.


DELETE THIS INSTALL.PHP NOW
","Complete"); } } } ?>
Database Details

Enter your database host:

Enter your database name:
Enter your MySQL Username:
Password:


© Jcink.com


when i try any of the links i get a http404 not found error

can anyone please offer any insight

thank you
avatar
noideay
New Member

Posts : 8
Reputation : 0
Language : english

Back to top Go down

How can i add an arcade with leaderboard? Empty Re: How can i add an arcade with leaderboard?

Post by NOBLE CANADIAN July 7th 2008, 6:55 pm

Hello noideay,

Before you run the install file, you must first create a MySql database through your control panel. Have you done this step already?

Second, as mentioned before; you must upload every file exactly the way they appear after unzipping them on your PC.

These are the critical points that I took into account and was able to successfully install the arcade on 12gbfree.
NOBLE CANADIAN
NOBLE CANADIAN
Forumember

Male Posts : 176
Reputation : 20
Language : English
Location : ON, Canada

http://tdmclan.darkbb.com/

Back to top Go down

How can i add an arcade with leaderboard? Empty Re: How can i add an arcade with leaderboard?

Post by noideay July 8th 2008, 5:27 am

Hi NC

thanks for getting back to me, yes I created the database & uploaded EVERY file in EVERY directory & the directories themselves so that they appeared exactlly as they did in the zip file

not sure where else to go from here - any ideas?

TIA
avatar
noideay
New Member

Posts : 8
Reputation : 0
Language : english

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum