Quote:
Originally Posted by GavoTrav
I think delete all posts can only be done via admincp
Code:
http://site.com/admincp/thread.php?do=pruneuser&f=-1&u=[USERID]&confirm=1
Be careful with this
|
Although this seems like it would work, it looks a bit complicated to automate as it would require the script to first log-in to the Admin CP, then run that URL, and finally confirm the deletions.
Is there a more straightforward method for a script ?