PDA

View Full Version : need help how to make new accs on the latest repack


Linc
01-13-2008, 07:44 PM
how do i do new accounts so my frends can come on and play on my server

wareagle920
01-13-2008, 07:46 PM
wrong section.
accounts table in your database

Linc
01-13-2008, 08:01 PM
well it cant be i need a tut how to make new accs

and how do i do don't i need mysql for that

Golepa
01-13-2008, 08:09 PM
Yes, you need mysql connection to do so.

You can either put "manually" account details or you can use this query.INSERT INTO accounts ( `acct`, `login`, `password`, `gm`, `flags` ) VALUES ( put your information here, separate by columns )

cruiser101
01-13-2008, 08:42 PM
or you can use .create [accountname] [password] [email] ingame. :)