You need to do a search on "UPDATE" and "INSERT" in user.php -- that will show you all of the SQL scripts in there as there are several that update various user fields. Depending on what you are looking for, you may want to look at usertools.php as well.
You need to do a search on "UPDATE" and "INSERT" in user.php -- that will show you all of the SQL scripts in there as there are several that update various user fields.
You don't need to know nuke... all ya need is to know where the heck the Insert/Update SQL data is....
So just wondering if that's it...
I've looked it over, and it seems right but just want to be sure
That would be it -- for the fields that $userfields includes. If you are looking for signature adds/modifications (for example) that is in its own update query.
That would be it -- for the fields that $userfields includes. If you are looking for signature adds/modifications (for example) that is in its own update query.
I just noticed something.....that was the wrong code...