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

Reply
 
Thread Tools
vMail - Verify Mail before registration. Details »»
vMail - Verify Mail before registration.
Version: 2.0.1, by Almotmaiz.Net Almotmaiz.Net is offline
Developer Last Online: Oct 2013 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 3.8.x Rating:
Released: 01-11-2009 Last Update: 01-17-2009 Installs: 579
DB Changes Uses Plugins Auto-Templates
Translations  
No support by the author.

vMailv2.0.1
Product Verify Mail before registration
No FAKE email after Today !!


================
Please remember to click Mark as Installed if you use this modification.
Support questions from members who have not marked this as installed will be considered low priority.
================
ABOUT THIS MOD
This mod give correct E-mail via new user-register , Send code to email before go to register form step , and this new user can't reg without this code (in Email) , with this product u can make sure about your new user in your forum . And u can verify E-mails in user update his/her Email .

ADVANTEGS OF PRODUCT .
  • Option to swithching this Addon "ON" or "OFF" .
  • Option to SET custom PREFIX for veify code ( to make it harder for someone to decrypt it.)
  • option to SET Number of days after which we will delete the verification code form the database.
  • Option to hide E-mail field's in register form .
  • Option to use Image Verification.
  • Option to verify E-mails in user update email in usercp.
  • Option to check E-mail domain if exist or not before send the code.
SCREEN'S
  • in second post.
HOW TO INSTALL AND UPGRADE.
  • UPLOAD product from your ACP .(overwrite if UPGRADE)
  • EDIT your vB Setting.
  • IF YOU HAVE ANY CUSTOM LANG.
    Code:
    http://domain/vb/admincp/phrase.php?do=findupdates
  • FINISH.!
I hope to see your developmental notice

Attachment Content.
  • /Products/
    • [product]-vMail-2.0.1-Arabic.xml
    • [product]-vMail-2.0.1-English.xml
  • /Language-Packs/
    • vMail-language(Arabic).xml
    • vMail-language(English).xml
    • vMail-language(French).xml
    • vMail-language(Russian).xml, by : mad@Max
    • vMail-language(Turkish).xml, by : AdemGEN?
    • vMail-language(Chinese) - zhs.xml, by: Lilyandy
    • vMail-language(Chinese) - zht.xml, by: Lilyandy
    • Read ME !!.txt
  • /Screens/ <-- screen shots
???|: HESTORY.
  • [2.0.1]
    • fixed all bugs was founded in Previous release.
      • cron cleanup
      • code in register form in any thin missed
      • function not found in others (not 3.8)
      • some arabic phrases
      • and alote !
  • [2.0.0]
    • Fixed all bugs found in Previous release.
    • updated forums permissions check
    • updated Templates(All)
    • rewrited Javascript email verify, now the the better !
    • able to work with 3.8, 3.7 And 3.6 . but this is last release for 3.6 with support.
  • [1.4.1]
    • Fix - If product Off return Error . - #281 ,#286
    • Fix - Birthday error . - #284
    • Fix - Phrases error (Eng) , #292
    • Fix - vB version (maxversion) - 3.7.0 - #295
    • Update - vB version checker function (Empty value in vb3.7) - #311
    • Update - Two Templates (1. "nlp_vmail_lostcode" 2. "nlp_vmail_verifymail")
    • Add - new LanguagePacks:-
      • vMail-language(French)
      • vMail-language(Russian), by : mad@Max
      • vMail-language(Turkish), by : AdemGEN?
      • vMail-language(Chinese) - zhs, by: Lilyandy
      • vMail-language(Chinese) - zht, by: Lilyandy
  • [1.4.0]
    • This product works with 3.7 AND 3.6 , without any problems .
    • Source code was rewritten from scratch.
    • Fixed bugs found in Previous release.
    • Added forums permissions check
    • Added a NEW functions in the MOD . (Checking email domain if it exists or not before sending the vMail code) .
    • added - delete code after register
    • added - redirect for exist vMail code
    • Improved how the product works.
  • [1.3]
    • Add - option to verify updated email in usercp
    • Fix - check email if banned in register form.
    • Fix - add code in links (Auto in forms)
    • Fix - Fix all known bug's in mod since 1.2 to 1.31.3.1] Fix 2 bugs
      • [1.3.2]
      • Fix error in phrase
      • [1.3.3]
        • Fix - Add TABLE_PREFIX to insert Table (forgot 1 only)
      • [1.2]
        • Add - option to hide E-mail fields in register form.
        • Add - option to use image verification.
        • Add - JavaScript Email Address Validation Expression.
  • [1.1] .
  • [1.0] .
    • first released.

Download Now

File Type: zip vMail-2.0.1.zip (225.5 KB, 4548 views)

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
2 благодарности(ей) от:
inciarco, SyRiAn BoY

Comments
  #182  
Old 07-09-2009, 03:16 PM
Scan Cape Cod's Avatar
Scan Cape Cod Scan Cape Cod is offline
 
Join Date: Aug 2005
Location: Cape Cod Massachusetts
Posts: 55
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed in 3.83 without a hitch, using the above tweak as well. I modified several phrases to customize the procedure for my forums. Very nice mod, thanks!
Reply With Quote
  #183  
Old 07-10-2009, 06:02 AM
vitrag24's Avatar
vitrag24 vitrag24 is offline
 
Join Date: Nov 2006
Location: India
Posts: 639
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Makc666 View Post
[product]-vMail-2.0.1(English-Base).xml

Find line:
Code:
// Build veirfy code .
Above add:
Code:
function Cleaning($type,$code) {
	global $vbulletin;
	switch($type)
	{
		case 'free':
		$vbulletin->db->query_write("DELETE FROM ". TABLE_PREFIX . "nlp_vmail WHERE code = '".$code."'");
	}
}

Same error again. i'm on vb 3.7.1
check https://vborg.vbsupport.ru/showpost....&postcount=169
same problerm mentioned before
Reply With Quote
  #184  
Old 07-10-2009, 08:21 AM
Makc666's Avatar
Makc666 Makc666 is offline
 
Join Date: Dec 2002
Location: MSK-RU
Posts: 392
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by vitrag24 View Post
Same error again. i'm on vb 3.7.1
check https://vborg.vbsupport.ru/showpost....&postcount=169
same problerm mentioned before
There are several errors on this product - version 2.0.1
  1. Line:
    PHP Code:
    if($_current[1] = $_ver
    Must be:
    PHP Code:
    if($_current[1] == $_ver
  2. All lines:
    PHP Code:
    if(fetch_require_hvcheck('register')) { 
    Must be:
    PHP Code:
    if($vMail->vB_version(8) AND (function_exists('fetch_require_hvcheck') && fetch_require_hvcheck('register'))) { 

I am attaching NONE official version 2.0.1.2 with all bug fixed in it.
Use it and be happy

Updated!

I attached 2.0.1.3 version.

I found out that original version has TWO external images shown ACP (Admin Area).

Code:
http://h.alz3abi.googlepages.com/new.png
http://h.alz3abi.googlepages.com/motm.gif
I am not paranoid with this one but I am 100% sure this is not secure.
In version 2.0.1.3 those external images were removed.
Reply With Quote
  #185  
Old 07-10-2009, 06:20 PM
vitrag24's Avatar
vitrag24 vitrag24 is offline
 
Join Date: Nov 2006
Location: India
Posts: 639
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Makc666 View Post
There are several errors on this product - version 2.0.1
  1. Line:
    PHP Code:
    if($_current[1] = $_ver
    Must be:
    PHP Code:
    if($_current[1] == $_ver
  2. All lines:
    PHP Code:
    if(fetch_require_hvcheck('register')) { 
    Must be:
    PHP Code:
    if($vMail->vB_version(8) AND (function_exists('fetch_require_hvcheck') && fetch_require_hvcheck('register'))) { 

I am attaching NONE official version 2.0.1.2 with all bug fixed in it.
Use it and be happy
Thanks a lot.
Now it's working perfactly.
Thanks.
Reply With Quote
  #186  
Old 07-13-2009, 02:02 PM
steve71 steve71 is offline
 
Join Date: Dec 2006
Posts: 117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by steve71 View Post
Excellent mod.

Working fine in 3.82

We used to get signups daily from spam bots...even though they were auto blocked it was still annoying to have them continue to register and waste precious resources.

Since installing this mod we have had ZERO spam signups. It has also eliminated members from entering a bunk e-mail addy only to have the registration fail when they can't confirm it.
Reply With Quote
  #187  
Old 07-14-2009, 07:30 PM
fta2k fta2k is offline
 
Join Date: Feb 2008
Posts: 130
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed and working great...

Hopefully spammers will have a harder time signing up
Reply With Quote
  #188  
Old 07-17-2009, 03:47 PM
rammbs rammbs is offline
 
Join Date: May 2005
Posts: 39
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed and working perfectly on version 3.7.3 using Makc666's updated xml.

Thanks!!!
Reply With Quote
  #189  
Old 07-17-2009, 06:20 PM
itswiz itswiz is offline
 
Join Date: Jun 2009
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Excellent feature!!! Working like a charm of 3.8.2.. Stopped allot of spammers reaching into site. I would highly recommend this mod .
Reply With Quote
  #190  
Old 07-18-2009, 02:49 AM
onehost onehost is offline
 
Join Date: Jul 2006
Posts: 378
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed on 3.8.x - seems to work fine.

Do you guys keep your VB email verification on,
or do you turn it off and let this mod do it?

I had it turned on, and had to basicly go through
two verifications before I could post...not a bad idea i guess...
Reply With Quote
  #191  
Old 07-18-2009, 08:45 PM
BigDog56 BigDog56 is offline
 
Join Date: Jan 2007
Posts: 430
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I re-installed this due to a banned member that kept registering under fake emails with not so nice user names. In vBulletin on their email conferm, their username shows up at the bottom of the forum before the confirm their email, this mod puts a stop to it. Thank you!
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:39 AM.


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.05620 seconds
  • Memory Usage 2,381KB
  • 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
  • (4)bbcode_code
  • (8)bbcode_php
  • (4)bbcode_quote
  • (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
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (2)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (3)postbit_attachment
  • (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_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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete