I want to make it so that users register on my forum via a popup in-game, like perp and sass do. I have a good idea on how to do this, but what are the names of the tables/rows/columns in the phpbb3 mysql database, where user login info/accounts are stored? I need it to be able to add accounts to the forum via lua.
phpbb_users?
This could be useful to you.
[url]http://www.phpbbdoctor.com/doc_columns.php?id=24[/url]
I would suggest that you use Phpmyadmin, to edit/view your mysql-databases. It comes with xampp and most webhosts have it installed.
Use phpmyadmin to look at the names, and have fun
You'll also need to have a Sha1 encryption script on the server (Or client) so as the password is correct.
[QUOTE=|FlapJack|;19703836]You'll also need to have a Sha1 encryption script on the server (Or client) so as the password is correct.[/QUOTE]
GBPS said it's MD5.
[QUOTE=Bletotum;19705936]GBPS said it's MD5.[/QUOTE]
Depends on the forum. SFM (What my community uses) uses Sha1.
Gbps is helping me with an alternative way to do this now, using a php script.
Sorry, you need to Log In to post a reply to this thread.