![]() |
|
Mod Options |
![]() |
|||||||||||
EZ Bounced Email Management for Admins
![]() Developer Last Online: Aug 2014 ![]() ![]() ![]()
DESCRIPTION:
This mod will insert a special EZbounce link into the header of all emails sent from your forums. In the event any email bounces back to you, you simply click the EZbounce link and the Ezbounce script launches, which will modify the bouncing members settings to prevent further bouncing emails. It will also send that member a PM asking them to update their email address. This modification is known to work with versions as high as 3.8.x FEATURES:
Now, the next time you send a newsletter from your AdminCP, (so long as you only send emails to members whom have "Receive Email From Administrators" set to "Yes") you will no longer receive a bounced email from this member (because they are no longer being sent). And also, if you created a new usergroup such as "Bounced Members" and set this usergroupid in this hack's settings, now the members that have bounced can be pruned, sent reminder emails, whateveryou want to do with them! WHAT IF A MEMBER DECIDED TO CLICK ON THE LINK IN THE EMAIL HEADER? Most email clients don't show the email's headers by default, however in the event a member is slick enough to view their header and they click on this mysterious link, they will simply receive a no permission message since they're unallowed to log in to the AdminCP. ZIP FILE CONTENTS: 1 Product (2 plugins, a couple phrases & installcode which adds 1 colum to user table) 1 File HOW TO VIEW FULL EMAIL HEADERS: You might need to configure your email client to view full email headers in order to see the EzBounce link. There's detailed instructions on how to do this for the most popular email clients here. CHANGELOG: #> 1.11 - released on 7/6/2008: Fixed bug reported in post #583 #> 1.10 - released on 12/18/2007: Added when bouncing member is managed for bouncing, their "Pop Up a Notification Box When New PM Is Received" setting is turned on before the notification PM is sent, to better ensure they are notified to update their email address. Bought the new CD entitled Sleaze Freak by Scum Of The Earth on Amazon.com #> 1.9 - released on 9/22/2007: Added when bouncing member is managed for bouncing, their "Pop Up a Notification Box When New PM Is Received" setting is turned on before the notification PM is sent, to better ensure they are notified to update their email address. Modified the way old usergroupid is restored so methos is more compatible with other installed mods. Optimized some queries in ezbounce.php and plugin codes. #> 1.8 - released on 6/1/2007: Bug fix - fixed array_merge error for those running php 5. #> 1.7 - released on 5/8/2007: Bug fix - fixed bug where old usergroup was incorrectly being restored. #> 1.6 - released on 4/26/2007: Added protective measure for Admins, Supermods, or Mods who's email may have bounced. this makes sure their usergroup and settings are not modified even if their email bounces. When bouncing member is managed for bouncing, their "Receive Email Notification of New Private Messages" is now set to NO. When bouncing member is managed for bouncing, their "Receive Email from Other Members" is now set to NO. When bouncing member is managed for bouncing, email notification is turned OFF for all of bouncing user's subscribed threads. When bouncing member is managed for bouncing, email notification is turned OFF for all of bouncing user's subscribed forums. #> 1.5 - released on 2/17/2007: Added option in Settings which allows admin to insert the EZbounce link into outgoing email's message body (for email clients which make it difficult to show email headers or don't properly parse html links when displaying email headers. Fixed bug where original usergroupid was being erased in the event admin processed bounced more than once for same member #> 1.4 - released on 2/17/2007: Fixed bug - PM is now sent regardless of whether or not bouncing member had "Enable Private Messaging" turned off in UserCP. Fixed bug - Usergroup is now properly reset to what it was before member was managed for bouncing #> 1.3 - released on 2/15/2007: New setting in AdminCP which gives option to move bouncing members into any usergroup of Admin's choice If member had previously bounced, and they update their email, they are moved back to their original usergroup #> 1.2 - released on 2/10/2007: Bouncing members are now handled by setting their preference to receive admin emails to "no" Sends PM to member notifying them email bounced If / when member updates his/her email their preference to receive admin emails is reset to "yes" #> 1.0 - released on 2/8/2007 Original release If you like this hack, please click Nominate for MOTM Download Now Only licensed members can download files, Click Here for more information. Show Your Support
The following members like this post: TAIFUN_T
|
#646
|
|||
|
|||
Has anyone tested this with 3.8 yet? If so is it working? I'd hate to lose this after upgrading.
No members have liked this post.
|
#647
|
||||
|
||||
Still working on mine
__________________
____________ BossLady No members have liked this post.
|
#648
|
||||
|
||||
There are plenty of vbulletin sites running with the admincp located in the default forum/admincp/ location, and are just as secure. Regardless of the admincp directory's being re-named, it still boils down to the fact that they can not access it without knowing your password. Therefore this mod does not make your site any less secure than it would be without installing it.
__________________
Please feel free to PM me about custom work, installations, and upgrades! Eclipse Records - Streetcult Street Team No members have liked this post.
|
#649
|
||||
|
||||
Installed!
No members have liked this post.
|
#650
|
||||
|
||||
I'm using this in vB 3.82 it did work the first time around with a test user, then I started getting a blank white page so I uninstalled and reinstalled it.
Now I get a database error
I notice it left the user id out of the script url any suggestions? No members have liked this post.
|
#651
|
||||
|
||||
Clearchannel, the reason why the query is failing is because your referring script has no userid appended to the end of it. All ezbounce links (when appended to outgoing email from vbulletin) have a userid appended to the end of the ezbounce header like this:
http://mydomain.com/forums/admincp/e...e.php?u=923998 where 923998 would be the userid of the recipient whom the email was originally sent, and bounced.
__________________
Please feel free to PM me about custom work, installations, and upgrades! Eclipse Records - Streetcult Street Team No members have liked this post.
|
#652
|
|||
|
|||
Yes, I realize it is not putting the user id number in the ezboard link. Why is that? I will be out of town for the next few days, when I return I will post a detailed report of what I have done and how the product has responded.
No members have liked this post.
|
#653
|
||||
|
||||
The only thing I can think of which may cause the userid to be missing is that you have another modification whcih is conflicting with this one.
Go to AdminCP->Plugins&Products->PluginsManager and look to see if there are any other plugins using hook location: mail_send. If there are, try changing the Execution order for the EZbounce plugin (at this same hook location) to be either higher or lower than the others. Test it by sending a test email to an address you know will bounce such as [email protected] then check the ezbounce header for a userid in the bounced email. The only other thing i can think of is if you are allowing your users to use the "Send to Friend" feature which is naturally not going to append a userid since friends are usually not registered in the forums.
__________________
Please feel free to PM me about custom work, installations, and upgrades! Eclipse Records - Streetcult Street Team No members have liked this post.
|
#654
|
|||
|
|||
Originally Posted by Antivirus
Two other prominent addons that use mail_send are![]()
__________________
Psychlinks Web Services Affordable Website Design & Management WordPress, vBulletin, Xenforo Customization & Management No members have liked this post.
|
#655
|
||||
|
||||
One situation in which the userID goes missing is if you have vmail installed and the registration email is for a person that has no userID yet.
No members have liked this post.
|
#656
|
||||
|
||||
Still works perfect at 3.8.x
HOT MOD ![]() Dont make it unsupport it never..
__________________
:banana::bunny: :banana: No members have liked this post.
|
#657
|
|||
|
|||
Hello,
and sorry for my bad english ... ![]() I am installing this Addon on a vb 3.7.4 and tested it, but i became the folling "Error":
Edit: protectet in the php file are only: ids 5,6,7 and 40 - but not the 55 or the 2 ... any idea? No members have liked this post.
Last edited by otto; 04 May 2009 at 17:15. |
#658
|
|||
|
|||
![]()
Hello?! Support?
![]() ![]() ![]() No members have liked this post.
|
#659
|
||||
|
||||
Is Testaccount a member of any secondary usergroups?
__________________
Please feel free to PM me about custom work, installations, and upgrades! Eclipse Records - Streetcult Street Team No members have liked this post.
|
#660
|
|||
|
|||
still not working for me for some reason.
No members have liked this post.
|
![]() |
«
Previous Mod
|
Next Mod
»
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
Mod Options | |
|
|
New To Site? | Need Help? |
All times are GMT. The time now is 09:48.