Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Invalid Email Notifier - Increase Member Participation Details »»
Invalid Email Notifier - Increase Member Participation
Version: 1.00, by DieselMinded DieselMinded is offline
Developer Last Online: Dec 2019 Show Printable Version Email this Page

Category: Administrative and Maintenance Tools - Version: 3.8.x Rating:
Released: 07-17-2009 Last Update: Never Installs: 27
Template Edits
Re-useable Code Translations  
No support by the author.

First things First ! This mod is useless to you if you do not visit the users profiles with undeliverable mail and remove the email account . This mod lets users of any group but guests know there email was removed . it adds a message under the nav bar linked to the edit email page that stays there until they update it.


Tired of returned mass emails ? Tired of fake email registration ? With a little bit of effort and this modification you can clean up your mailing lists and be sure to contact your users about important updates . Nothing pegs the users online like a mass email to your users about recent events , giveways and ect. when you try to send 10,000 emails and get 200 emails back undeliverable it can be a major headache , add to this the wasted server resources trying to send email to undeliverable accounts .

Most sites require email verification , its been my experience that when end users want something they want it now so having instant access is a huge plus . however you do get a slew of myname@fakeemail.com registrations , as you see them you can add that email to the list of emails not to accept registrations from , but new ones pop up all the time . Also the email verification can get spammed and you just lost a member!

Not wanting to send mass emails because i knew i would get a ton of undeliverable emails back we started to harvest all the emails that returned undeliverable. then the staff broke up the list and we all went to the users profiles and removed there email addresses and just saved it with no email in there . this allow the mass email engine to bypass them accounts , and takes care of it .

However in the past we didnt realize that embarq black listed us , we deleted all them email accounts before we realized all we had to do was contact embraq and get on the safe sender list , and we did and all is well but we have no way of contacting the members that we removed there emails , cant send them a pm because they dont have an email for it to notify , we did run a short campaign starting at member 1 and going to all profiles with out emails and sending them a pm telling them to update there email account on file , but this way took forever and your still just banking on them visiting and reading the email then following the instruction .

We needed a more firm way to contact members whos emails we removed , and the 50 or so emails we have to remove with every new mass email .

A lot of the time the user just forgot he changed his email . they come in to a giveaway thread once its over and upset that they didnt know about it . we tell them we mass emailed everyone so if you didnt know about it its not our fault .. Happens all the time .

Anyway Looking for a better way to let users know there email has been removed because it was undeliverable , i came to vb.org . https://vborg.vbsupport.ru/showthread.php?t=216859 User : Carnage- told me the conditional for members with no email on file . and i took the ball and ran with it ...

I just added it to my site and tested it and it works great as soon as you are on an account with no email on file the notice is there , and once you click it and edit your email then the notice goes away AWESOME!

And this is how to do it.

1. Send a Mass Email and save all the undeliverable email notifications
2. Harvest all the email accounts from the undeliverable email notifications and build a list
3. Split up the work load to the staff and have them go to the control panel and go to Users/Search for Users
4. Search for the emails on your list
5. Enter the user profile and delete the email adress and hit save
6. Repeat till all are removed
7. Apply this modification
8. A Month or so later send a mass email and notice that you didnt get any undeliverable and more people actually got your email - If you did get any undeliverable emails then they were newly registered users
9. SUCCESS !

Note this also works if you do have email verification at registration , because people change emails all the time or abandon old accounts . you will be put back in touch with these users !

Here you will see a user profile with no email account on file , it was removed because it was deemed undeliverable by vbulletin mass email system ..



This is what the end user sees at this time



When they click on the notification it takes them to the edit email page ...



Once they edit there email the notice goes away and all is well

To perform this you need to edit the navbar template

Find:
HTML Code:
<!-- / notifications menu -->
</if>
And add this after it...

HTML Code:
<p style="margin-top: 0; margin-bottom: 0"> 
<if condition="$bbuserinfo['userid']">
  <if condition="$vbulletin->userinfo['email'] == ''"><div align="center">
	<p style="margin-top: 0; margin-bottom: 0"><span class="style1"><strong>
      <img src="http://www.YOURSITE.com/images/icons/icon4.gif" alt="ATTN" /> 
	<font color="#FF0000">YOU DO NOT HAVE A VALID EMAIL ACCOUNT ON FILE</font>    <img src="http://www.YOURSITE.com/images/icons/icon4.gif" alt="ATTN" /></strong></span></div>
<p style="margin-top: 0; margin-bottom: 0">
</p>
<p class="style1" align="center" style="margin-top: 0; margin-bottom: 0"><b>
<font color="#FF0000">
<a target="_self" href="http://www.YOURSITE.com/profile.php?do=editprofile">
CLICK HERE NOW TO UPDATE YOUR EMAIL ACCOUNT ON FILE - YOUR EMAIL MAY OF BEEN REMOVED  BECAUSE IT WAS UNDELIVERABLE USERS WITH AN INVALID EMAIL WILL BE  INDEFINITELY DISQUALIFIED FROM ALL GIVEAWAYS, PERKS AND DISCOUNTS!
</a></font></b></p>
<p class="style1" align="center" style="margin-top: 0; margin-bottom: 0"><b>
<font color="#FF0000">
<a target="_self" href="http://www.YOURSITE.com/profile.php?do=editprofile">
WHEN YOU UPDATE YOUR EMAIL ADDRESS THIS NOTICE WILL GO AWAY.</a></font></b></p>
<div align="center">
	<p style="margin-top: 0; margin-bottom: 0"><span class="style1"><strong>
      <img src="http://www.YOURSITE.com/images/icons/icon4.gif" alt="ATTN" /> 
	<font color="#FF0000">YOU DO NOT HAVE A VALID EMAIL ACCOUNT ON FILE</font>    <img src="http://www.YOURSITE.com/images/icons/icon4.gif" alt="ATTN" /></strong></span></div>
  </if>
  </if>
Edit the YOURSITE parts in the code above , you may need to adjust the image path it uses default vbulletin images , as well you may need to adjust the loaction of your edit profile page .

This will not show to guest and it only shows to account with no email on file

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 11-25-2009, 12:27 PM
sailnet sailnet is offline
 
Join Date: Oct 2009
Posts: 125
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

as an fyi - I'm going to add on to what I started and extend by php program that parses the /var/log/maillog file to do it daily, keep track of the number of emails sent to each member and the number of bounces sent to each member.

If a forum member has a bounce on 5 different days then I'll set their email address to blank. This way I can avoid setting their email to blank if they get just one bounce. This is beause there are often legitimate bounces such as soft bounces because their inbox is full, their service provoider's email server may be offline etc. Therefore if we cannot contact them on 5 different days (over any span of time) then we'll clear their email address.

HOWEVER - if we do deliver an email successfully, then thy bounce-count will get reset to zero and the bounce count starts all over again

Reply With Quote
  #23  
Old 11-29-2009, 12:23 AM
DieselMinded's Avatar
DieselMinded DieselMinded is offline
 
Join Date: Mar 2007
Posts: 1,655
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

feel free to release a mod including all you have done with this my diesel brother .
Reply With Quote
  #24  
Old 08-03-2010, 06:11 AM
mp3president mp3president is offline
 
Join Date: Sep 2009
Location: Netherlands
Posts: 245
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I will go and try this mod, but i think it will be a lot off work.
I allready have more then 200 invallid adresses on 7000 members.
But the most use a temporary mailing adress, like Hotmail and after a month or what, they remove the adress and get a new one.
Maybee copy/paste all the adresses and let my moderators help.

Thanks anyway.
Reply With Quote
  #25  
Old 08-07-2010, 06:50 AM
astdirect astdirect is offline
 
Join Date: Dec 2009
Posts: 99
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sailnet - did you ever release your idea as a mod ?

Also, where do i check to see which mails are bouncing ?
Reply With Quote
  #26  
Old 09-24-2011, 07:16 PM
Kaptan's Avatar
Kaptan Kaptan is offline
 
Join Date: Oct 2007
Location: Kocaeli
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If It would be a automated script,

1 - Bounce Mail Comes
2 - Script handles all bounced mails
3 - Finds the users and deletes after approve from database

Would be Great for everyone
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:33 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06076 seconds
  • Memory Usage 2,298KB
  • Queries Executed 23 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_html
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (6)post_thanks_box
  • (6)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (6)post_thanks_postbit_info
  • (5)postbit
  • (6)postbit_onlinestatus
  • (6)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete