Quote:
Originally Posted by fungusman
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.