Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Verify User Email Addresses Details »»
Verify User Email Addresses
Version: 1.00, by Gary King Gary King is offline
Developer Last Online: Jun 2020 Show Printable Version Email this Page

Version: 2.3.x Rating:
Released: 06-16-2003 Last Update: Never Installs: 43
 
No support by the author.

[align=center]VERIFY USER EMAIL ADDRESSES[/align]

[high]DON'T FORGET TO CLICK ON THE INSTALL BUTTON TO RECEIVE UPDATES MADE TO THIS HACK, AND THANKS FOR INSTALLING THIS! [/high]

What does this hack do?
  • verifies the email addresses of all your users and checks for invalid or non-existant email addresses
  • displays a list of the users who have an invalid or non-existant email address
How do I install this?

Simply read the instructions in the attached file.

Why would I install this?
  • this hack is extremely useful for finding which member(s) are using bogus (fake) email addresses in their accounts
  • this is good if you want to be able to send out newsletters, etc. to all your members, and so you can make sure that they are using valid email addresses

Bugs, Suggestions, Comments

Got something to say about this particular hack? Then don't hesitate to reply back to this thread, and once I've read your post, I'll post a reply to your particular bug, suggestion, or comment.

Screenshots
admin cp nav panel
begin process page
users have been verified

*NOTE*

This hack will only check the email domain of the users' email addresses, since it is not really possible to verify each and every email address. If you would like to actually check every one of your users' email addresses, then you'll have to send an email out to them, and see which ones bounce.


[high]DOWNLOAD[/high]

This version of this hack only displays the users that have invalid email addresses. Use this for quickly checking which users have invalid/non-existent/no email addresses, instead of version below.
Download instructions-invalid.txt now!

This version of this hack is the same as the above, but it will display ... valid or ... INVALID when checking your members. It's a good idea to use this if you're not sure if the hack locks up after processing a large number of users (so basically, use this version if you have a large number of users).
Download instructions-all.txt now!

Show Your Support

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

Comments
  #42  
Old 06-20-2003, 10:58 PM
Gary King's Avatar
Gary King Gary King is offline
 
Join Date: Jan 2002
Posts: 2,046
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Today at 07:54 PM Kriek said this in Post #40
Both versions were equally unsuccessful, DNS Error perchance?
Did you get any errors, if so, what did they say? If you didn't get any errors, or if that isn't the problem, then please be a little more specific.
Reply With Quote
  #43  
Old 06-20-2003, 11:59 PM
wolfe wolfe is offline
 
Join Date: Jan 2002
Posts: 900
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

d00d i aint using vB 2.X.X so you need to test this out but all seems right
Reply With Quote
  #44  
Old 06-21-2003, 12:42 AM
Kriek's Avatar
Kriek Kriek is offline
 
Join Date: Jul 2002
Location: Florida
Posts: 135
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Today at 07:58 PM Gary W said this in Post #41
Did you get any errors, if so, what did they say? If you didn't get any errors, or if that isn't the problem, then please be a little more specific.
Action Canceled or The page cannot be displayed
Reply With Quote
  #45  
Old 06-21-2003, 12:47 AM
Gary King's Avatar
Gary King Gary King is offline
 
Join Date: Jan 2002
Posts: 2,046
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Today at 09:42 PM Kriek said this in Post #43
A 404 should not result from this hack. When exactly do you get this?
Reply With Quote
  #46  
Old 06-21-2003, 12:50 AM
Gary King's Avatar
Gary King Gary King is offline
 
Join Date: Jan 2002
Posts: 2,046
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Today at 08:59 PM wolfe said this in Post #42
d00d i aint using vB 2.X.X so you need to test this out but all seems right
Thanks I'll check it out and tweak it a little
Reply With Quote
  #47  
Old 06-21-2003, 12:50 AM
Kriek's Avatar
Kriek Kriek is offline
 
Join Date: Jul 2002
Location: Florida
Posts: 135
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Today at 09:47 PM Gary W said this in Post #44
A 404 should not result from this hack. When exactly do you get this?
First time was twenty-five minutes after submission
Second and third time was after about ten minutes.
Reply With Quote
  #48  
Old 06-21-2003, 12:56 AM
wolfe wolfe is offline
 
Join Date: Jan 2002
Posts: 900
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Today at 02:50 AM Kriek said this in Post #46
First time was twenty-five minutes after submission
Second and third time was after about ten minutes.

try the new instructions file i uploaded it should make it 10 perpage so it will not cut out
Reply With Quote
  #49  
Old 06-21-2003, 01:56 AM
GunsNetwork GunsNetwork is offline
 
Join Date: Jul 2002
Posts: 46
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

PHP Fatal error: Call to undefined function: checkdnsrr() in D:\WebSites\GunsNet\WebRoot\forums\admin\email.php on line 396

This is the error I get. Using 2.3.0 and it points to this line.

if (!checkdnsrr($mailDomain, "MX"))

so what is my problem?

BowHunt
Reply With Quote
  #50  
Old 06-21-2003, 02:15 AM
Gary King's Avatar
Gary King Gary King is offline
 
Join Date: Jan 2002
Posts: 2,046
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Today at 10:56 PM bowhunt said this in Post #48
PHP Fatal error: Call to undefined function: checkdnsrr() in D:\WebSites\GunsNet\WebRoot\forums\admin\email.php on line 396



This is the error I get. Using 2.3.0 and it points to this line.

if (!checkdnsrr($mailDomain, "MX"))

so what is my problem?


BowHunt
It would be best for your vBulletin if you ran it on a Linux/Unix instead of Windows, like what you are doing now, it looks like.

You can't use this hack on that particular OS you are using when you got that error, sorry.
Reply With Quote
  #51  
Old 06-21-2003, 08:13 PM
Kriek's Avatar
Kriek Kriek is offline
 
Join Date: Jul 2002
Location: Florida
Posts: 135
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Yesterday at 09:56 PM wolfe said this in Post #47
try the new instructions file i uploaded it should make it 10 perpage so it will not cut out
Wolfe, results in the following error upon submission.

Quote:
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/gforums/public_html/admin/db_mysql.php on line 191
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 08:11 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.09170 seconds
  • Memory Usage 2,313KB
  • Queries Executed 27 (?)
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
  • (9)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)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