Page 1 of 1

Tmw-eAthena + MySQL?

Posted: 09 Dec 2011, 03:34
by Avalos
I'm seeing that the website are registering new users in a database and not in .TXT files.

How to implement?

Thanks.

Re: Tmw-eAthena + MySQL?

Posted: 09 Dec 2011, 04:32
by o11c
It uses some sort of cron job to get new entries out of the SQL database and run the ladmin script to actually register. This causes some problems. (I don't know why we couldn't just use the perl ladmin cgi script directly ...)