MyBB Community Forums

Full Version: MySQL Query when user registered
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I want to modify the MySQL query when the user has registered. I want this because I make a forum associated with a game-server, and I want to create the game account (mysql) when the user has registered into the forum.

Where I can find the query of registration ? Thanks you.
Hi,

I want to modify the MySQL query when the user has registered. I want this because I make a forum associated with a game-server, and I want to create the game account (mysql) when the user has registered into the forum.

Where I can find the query of registration ? Thanks you.


IS NOT A PLUGIN REQUEST, I JUST WANT TO KNOW WHERE IS LOCATED THE QUERY MYSQL
Thanks you !

And, can you give me the line where is located the query "change password" (for user) ? /usercp.php?action=password

& where is located the query "lost password" for change it /member.php?action=lostpw

uppppp
The links tell you exactly where the code is located. Take a look at usercp.php and member.php and look for $mybb->input['action'] == "ActionParameterInTheURL". And the POST forms usually have the same parameter with a do_ prefix.