View Full Version : Auto-prune users once per month
Alfa1
08-05-2011, 01:30 PM
I want to add a scheduled task that deletes all users that meet all of the following conditions:
- in the 'awaiting email confirmation' usergroup
- registered more than 60 days ago
- never posted.
I want to set the scheduled task to run once per month. I assume I would need to add a php file to the cron directory.
What should be in the php file?
I put together the attached file, you just need to put it in includes/cron and then do "Add New Scheduled Task" in the adminCP, and enter pruneusers.php as the Filename. Also, I used "Deleted {1} inactive users awaiting confirmation." as the log phrase ({1} is the count of users deleted).
I got the code from admincp/user.php so it should do the same thing as pruning users from the adminCP. It probably does more than necessary for "Users Awaiting Email Confirmation" (for instance it assigns any posts or threads to "guest"), but I thought it was better to just leave everything.
I have to admit, I only tested this with one user, so you may want to try it out on a test site first. I am pretty sure that the usergroup, join date, and post conditions work right, I just don't know what would happen if there were many users to delete. I didn't know how many could be done in a batch so I wrote it to do batches of 50, but I didn't test that feature.
[attachment removed - new version attached below (https://vborg.vbsupport.ru/showpost.php?p=2230183&postcount=9)].
Alfa1
08-05-2011, 08:35 PM
I put together the attached file
Thanks.
I just don't know what would happen if there were many users to delete. I didn't know how many could be done in a batch so I wrote it to do batches of 50, but I didn't test that feature.
I mostly delete 250-500 users at a time / per month.
Konstantinos
08-06-2011, 07:16 AM
<a href="https://vborg.vbsupport.ru/showthread.php?t=177403" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=177403</a>
https://vborg.vbsupport.ru/showthread.php?t=177403
Ah...great. I searched before doing that but I somehow missed it. Thanks. :)
Alfa1
08-06-2011, 04:29 PM
https://vborg.vbsupport.ru/showthread.php?t=177403
That only moves to another usergroup, but doesnt delete.
Konstantinos
08-06-2011, 05:19 PM
That only moves to another usergroup, but doesnt delete.
it deletes them
Has the ability to prune users that match ALL the following conditions:
1. Has not visited in the last x days (30 by default)
2. Has not posted in the last x days (30 by default)
3. Has x or fewer posts (0 by default)
I mostly delete 250-500 users at a time / per month.
I'm not sure if you are planning to use this (after my warnings filled you with confidence :) ), but FWIW I tested it using 10 users and batches of 2, and I found that in fact there was a problem, so only half of the users were being deleted. I'm attaching a new version that fixes the problem.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.