The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Batch deleting Users: How to?
Hey,
I recently scanned my userdatabase for mailadresses known used by spammers. I ended up with like 500 accounts. Now I want to delete those accs, but I certainly don't want to do it for each one of them via the adminpanel. I could of course just delete those users from the users-table but there is a huge load if information split over dozens of tables of an user (see class_dm_user.php function delete). Unfortunately I don't really know how to build the object which is then passed to that function. So, if someone please could point me how to build the array and use that function, so I can delete those 500 datazombies? thank you. |
#2
|
|||
|
|||
Hey there,
if you haven't solved it yet, I took this out of the admincp/user.php, section "kill", so this is the official process PHP Code:
|
#3
|
|||
|
|||
Thanks, but I already solved it.
For the people who are interested in it: PHP Code:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|