PDA

View Full Version : Modifying and deleting users - HELP!


tutt
04-17-2008, 01:38 AM
Hello,
I have a PHP script of mine linked up and able to add users automatically to vBulletin, but I also need to be able to delete and modify users's passwords the same way. I followed the directions in this thread:

https://vborg.vbsupport.ru/showthread.php?t=82836

To add new users. Can someone direct me to how I can do the same thing to modify existing users and delete them? Please help!

Dismounted
04-17-2008, 05:38 AM
// $userinfo is the userinfo array
$dataman->set_existing($userinfo);
// user is now loaded, change password string and save