01.11.2012, 12:36
Well .. make create the database ucp ( if you didn't already ) and the user default for xampp is root and no password..but if you want to host it for players you should make an username and password and when you start the server it should create the tables automatically .. if not copy
When in DB press Sql and then paste that code in.. and it should work.. if you can't do it.. send me your skype or something and i can help.
PHP код:
CREATE TABLE IF NOT EXISTS playerdata(user VARCHAR(24), password VARCHAR(41), score INT(20), money INT(20), IP VARCHAR(16))