First Download
64-bit package32-bit packageStep 1Extract the 2 files and install mysql server 5.5.17 or whatever its called, make sure u choose typical install, after it does its thing make sure configure server option is checked it might be called something else but its when all the installing is done, then just click finish
Step 2Then the server instance configure'er should be up now, choose standard configuration -> install as a windows service (service name is MySQL5), make sure include bin directory is unchecked and make sure launch mysql automatically is checked, choose a password for the root, do not create an anonymouse account, then hit execute
Note: if you already had mysql installed or something is using port 3306 it wont complete,
Solution: if you had mysql installed already remove mysql and everything, then go into your program files(or wherever u installed it) search out the mysql folder and delete it.
Step 3After the server has installed, run the other install that was in the zip file, mysqlguitools 5.1 or sumthing like that,
if it has the option for typical install, choose that i cant remember if it asks or not
Step 4after all that installs, go into the start menu and search out the folder named MySQL then choose under that folder mysql query browser, it should bring up a login window, if none of its filled out this is what it should look like

Your password is the password you chose when you configured the server.
after your logged in, choose File -> Open Script, Then search out your database.sql inside of the team ludas server folder, (if you know sql language you can actually rename your database in the file, but if you dont just run the script), after you open the script u should see a Script 1 tab open up, don't touch it lol, just hit execute, it should look like a green button with a lightening bolt in the middle of it, after that you should have a new database in the side window that says teamludas, Don't touch it, don't rename it don't do nothing just yet.
Step 5Now open up the team ludas server program, u should see a program with a bjillion tabs, lol jk not a bajillion but yea, click the database tab, the following will fill in all the blanks as follows
Host: 127.0.0.1
Port: 3306
Username: root
Password: (the password you used to login to the sql server)
database: this should already be filled in if not, its the name of the database that was added when u ran the database.sql file, teamludas
Uncheck MD5 Encryption (u'll see why later)
then click connect, you should now be connected to the database.
now click the Client tab and search out your client folder and select it.
after that go back to the Server tab, and choose start server, after that everything should be up and running
Step 6Go into the Client folder, and run the game.exe file or whatever the client game file is called, when you try to login as admin it won't let you, thats because your password in your mysql database is encrypted with md5, to fix this, open the mysql query browser, drop down the teamludas database and quadrouple click the accounts table, you should see 2 entries, and admin entry, and a Test entry, click edit at the bottom of the page and edit the password under the admin entry and change that long huge number/lettered thing to the password you want to use as the admin password, after ur done hit enter then click apply changes at the bottom, Close the browser go back to the game and use that password to login and vola you should now be in game n stuff.