![]() |
Just noticed the contact email address wasn't appearing in the emails, the "If you are still having problems signing up please contact a member of our support staff at $webmasteremail" - I've changed that to $vboptions[webmasteremail] and it seems to be working fine.
|
Ok.. This might be something to look at but i had a member contact me about them getting the activation reminder in there mail box.. The thing is that they have been a member for awhile and have over 100 posts.. And I have been getting the activation on a daily basis.. I just thought you might want to see if anyone else is having this problem
|
iv installed it just hope it works
|
this caused my forum alot of harm im getting database errors all the time i have removed the product and i am about to remove everything else belong to this, dude shouldnt release it if it causes these problems honestly
|
How can I do the CRON commands better? I mean, I did it how RS_Jelle said, but all that did and keeps doing is destroying my DB after a few houres. So, can someone take another SS of how it should look like on 3.6? THankx.
|
i got 536 database error emails for this its a crazy hack in all hosnestly
|
Quote:
you didnt do something right I have had this installed since they released it with no errors at all. |
No db errors here either; hack's working fine.
|
So like can someone explain the CRON command set up :)?
|
|
this sort of thing should be standard!
Cheers |
This is already standard, but you can't setup yourself and it does not delete automatically. It just sends messages a couple of days.
So this hack is great! |
How is this standard? Can you point me to it in admincp?
|
Hi,
I've installed this hack and on my test account I get the 3 day warning on the 3rd and 4th days, the 5 day on the 5th and 6th etc. I've made some modifications to the script, I hope they are useful to others: Code:
$day = (int)((($currentday - $user['joindate'])/86400)+0.5) I think before I was getting a mail when $day was 2.5 and when it was 3.5. Additionally I've changed the if commands to the form: Code:
if ($day == 3) // Email users who have not activated after 3 days. |
I was getting the same behavior, and hadn't yet had the patience to track down why the notices may have been going out twice. Thanks for taking the time! :)
|
how to make this settings ??
Set up your cron job to run the script once a day using vBulletin's default system "Scheduled Tasks" please tell me step and step |
I don't understand why alot of you are having a problem installing this hack or getting DB errors on top of that.. Unless your running something that interfere's with this hack then u might have a problem or even have another file called the same name... Then it might be good not to install the hack..
But for those that you want to install it just read the readme file and you will be able to install it with no problem.. Just try not to change things that you don't understand how it works etc.. If you do you will get DB errors (like some people here are getting).. But anyhow this hack works great for me and it has been working for awhile now.. ^.^ But on a side note to those that do install it.. Remember once the list of "Users Awaiting Email Confirmation" runs out this hack stops working until you get more people that haven't activated there accounts, then u will see the email again..:) Good luck to everyone |
How do I un-install this? My users are recieveing 15 emails a day from this thing. I uninstalled the product and the disabled the scedualed task, but they keep getting emails.............
|
Installed!
Thank you, sabret00the. |
Alright, I installed this, then registered a test unactivated user. That user has received the 3 emails since 11/06. When exactly is it supposed to delete this user? 10 days after when? After the last email? Can we speed this up a bit? I think we're giving them too much time, myself....or is this not working right, and this user should've been deleted already?
|
This has done nothing except email the same 3 verification notices. One on the 6th, 8th, and 12th. The user hasn't been deleted yet. What's wrong with it?
|
On my side it's working perfectly (3.6.3 here), and deleted more than 50ppl emailed some 15 others ..
The olny thing I did was this: https://vborg.vbsupport.ru/showpost....7&postcount=54 (Thanks to Team17). |
Ok, I believe it's going to work now, but how do I stop it from emailing me everytime it runs? I can look at the logs. I don't need a daily email. Or maybe just have it email me when it actually deletes someone.
It's that crazy scheduling that makes this kind of goofy. |
Quote:
|
You should add an option for it to only send an email to you when there were emails sent to unregistered users (so you don't receive a notification when there were no unregistered users to notify). :)
|
HellRazor, Find This:
PHP Code:
PHP Code:
|
Quote:
|
since upgrading the 3.6.3 I have encontered the following error
Database error in vBulletin 3.6.3: Invalid SQL: SELECT u.username, u.userid, u.email, u.joindate, ua.activationid, u.languageid FROM vb_user u LEFT JOIN vb_useractivation ua ON (u.userid = ua.userid) WHERE u.usergroupid = 3 AND u.posts = 0; MySQL Error : Can't open file: 'vb_useractivation.MYI'. (errno: 145) Error Number : 1016 Date : Friday, November 24th 2006 @ 04:30:40 AM Script : http://www.physiobob.com/forum/admin...ncron&cronid=9 Referrer : http://www.physiobob.com/forum/admin....php?do=modify IP Address : 81.149.142.220 Username : physiobob Classname : vb_database Any ideas |
Quote:
|
Quote:
Awesome, thank you! |
You're most welcome :)
|
After a board update to 3.6.4 the users are listed twice
Quote:
|
How do I un-install this? My users are recieveing 15 emails a day from this thing. I uninstalled the product and the disabled the scedualed task, but they keep getting emails.............
|
EXCELLENT! Just What i needed :)
|
/me installs.
Thank you. |
Maybe you can change the "manageActivation Complete" text? It's a bit a strange start of the daily report mail :)
I first thought there was a phrase missing. Maybe you can phrase it? A bug: it deletes members who set a new email address and don't confirm it by reactivating their account (after one day already). |
I installed this last night, and I use 3.6.2 and it works perfect.
Thank you. I read all the posts on this, and seen there was some questions by others that wasn't really answered correctly. This is what I did. 1) upload manageActivation.php to the forums/includes/cron folder 2) in my control panel I added this product product-uam3_sabret00the.xml 3) I setup a cron job, "varname" was an issue, see my pic https://vborg.vbsupport.ru/ 4) turn on this plugin, see pic https://vborg.vbsupport.ru/ I hope this helps |
This might be a stupid question but .... :
I have around 10 000 UAEC, Will this hack "once installed" consider them as new accounts and does this : 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 OR : since it's been more than 10 days that the accounts were created, it will Delete them automatically ? |
I had far less than you, about 100, and they were all deleted when I installed it.
|
Thanks god i asked.
Thanks for the info |
All times are GMT. The time now is 01:04 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|