View Full Version : AdminCP Add/Update User
ManagerJosh
03-22-2004, 02:20 AM
Anyone know where the MySQL coding is for adding/updating an account in vB3?
I went through the entire user.php but don't see it -_- :tired:
Christine
03-22-2004, 02:38 AM
Try line 1045-1057 in user.php -- is that what you are looking for?
ManagerJosh
03-22-2004, 02:54 AM
Try line 1045-1057 in user.php -- is that what you are looking for?
That looks like it.... could you confirm that if I wanted to codehack a user integration with phpnuke, that's what I would need?
Christine
03-22-2004, 03:00 AM
Sorry, I don't know a thing about nuke.
:(
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.
:)
ManagerJosh
03-22-2004, 03:02 AM
Sorry, I don't know a thing about nuke.
:(
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 :)
Christine
03-22-2004, 03:04 AM
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.
ManagerJosh
03-22-2004, 04:00 AM
sounds good. thanks Christine!
ManagerJosh
03-23-2004, 03:47 AM
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...
it was targetted for userfield, not user :ermm:
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.