Thank you Minor God for pointing to those resources.
For some reason I can't log into the API page with my customer number & password. I don't know what is up with that.
If I do some things like this:
$vbuser =& datamanager_init('User', $vbulletin, ERRTYPE_ARRAY);
$vbuser->set_existing($vbulletin->userinfo);
$vbuser->set('password', $newpw);
$vbuser->save();
do I then need to dispose of $vbuser?
Dennis S
|