View Single Post
Old 07-14-2012, 12:26 AM   #10
Incubator's Avatar
 
Incubator

Re: Every Single NES/FDS Game

Quote:
Originally Posted by fungusman View Post
Probably a better idea to release the .sql file. Chances are if you know how to launch that stuff you have your own server/servers anyway.

export the db
Code:
mysqldump -u"username" -p"password" databaseName > dbcopy.sql
then import
Code:
mysql -u"username" -p"password" databaseName < dbcopy.sql
Alright, here are the php files and the sql database:
Download Source

Quote:
Also, use XAMPP instead ; )
What do you mean? I am using XAMPP :P

Also, let me know if some one knows a good site where are lots of details about most of these games, so i can make a script to grab all the data and inject it into the list.

Last edited by Incubator; 07-14-2012 at 12:29 AM..
My SignatureDisplay Signature Reply With Quote