Version: 1.00, by amykhar
Developer Last Online: Nov 2013
Version: 2.2.x
Rating:
Released: 03-09-2003
Last Update: Never
Installs: 32
No support by the author.
This hack will email a warning to members who have not activated their account and then delete them. It can run via cron, and is a pretty darn easy hack to install.
Features:
1. Emails users after 3 days and reminds them to activate their accounts.
2. Emails users after 5 days and lets them know their account will be deleted if they do not activate.
3. Emails users after 8 days with a final warning.
4. Deletes un-activated members after 10 days.
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
Will this delete users that have changed their pwd or email but are already a registered user? Cause they get put back in that cat after they make a change like that. That could be bad. Especially if they have like 3000 posts or something.
D
Yes it will. While it is an extremely useful hack it does cause me much extra work when long serving users change their email address. If someone has been registered more than 10 days and they change their email address and don't respond to the verification email before the next cron run then their profile is deleted automatically. What this generates is numerous complaints from long serving users who suddenly can't log in or when they eventually try to reply to the verification email they can't get anywhere with it.
Is there any way to change the hack so that it only applies to new registrations or else looks up the join date and handles the verification differently?
Yes it will. While it is an extremely useful hack it does cause me much extra work when long serving users change their email address. If someone has been registered more than 10 days and they change their email address and don't respond to the verification email before the next cron run then their profile is deleted automatically. What this generates is numerous complaints from long serving users who suddenly can't log in or when they eventually try to reply to the verification email they can't get anywhere with it.
Is there any way to change the hack so that it only applies to new registrations or else looks up the join date and handles the verification differently?
i with you on this Capt PPRuNe
.....
this would be nice and make the script much more usable .
$userArray=$DB_site->query("SELECT username,user.userid,email,adminemail,joindate,act ivationid FROM user LEFT JOIN useractivation ON (user.userid=useractivation.userid) WHERE user.usergroupid=3");
what part of it would need to be changed to make the select
only include users that registered 10 days or less ago ....
I tried clearing out the password field but it didn't solve the problem.
Blank pages after hack installations usually indicates template problems. Make sure:
1- You installed the hack templates correctly.
2- Template names are exact (it is CASE SENSITIVE!) and no trailing space at the end.
3- If you have more than 1 template sets, hack templates should be installed to ALL template sets.