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
  #352  
Old 07-05-2012, 11:58 AM
Serkan Yılmaz Serkan Yılmaz is offline
 
Join Date: Aug 2006
Posts: 16
Благодарил(а): 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

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.
THANKS turkiyeden selamlar sevgiler size sorunu ??zd?m
Reply With Quote
  #353  
Old 07-24-2012, 01:03 AM
TundraSoul TundraSoul is offline
 
Join Date: Mar 2002
Posts: 155
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Abdullah SZ View Post
This should be a standard VB feature.
Agreed!

This should be a standard feature. I have clowns that make bogus accounts just to harass other members with no intention of verifying them or posting.
Reply With Quote
  #354  
Old 12-01-2012, 07:20 PM
ChiNa ChiNa is offline
 
Join Date: Jul 2012
Posts: 457
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Voted EXCELLENT, and INSTALLED!

Finally, I got some time to Test this product and to come back and show my appreciation to the Developer and the amazing Product he have made! I have had many asking me what I am using on my board, and I always tell them to help them out as well! Because I really know how it feels to have BOTS spamming out your forum and members that cant get access to your site..

Here is why:


My forum is was failing to send Activation Emails out, and till this day today its not sending activation emails to all the big EMAIL PROVIDERS! I was so disapointed and I had so many members messaging us on our Webmasters Email Account! It was horrible times..

I decided to look for something else! Something that would make our members to Register by using an Activation-Key and with less Spam-Bots.. Plust that I wanted our users to ALWAYS come back to our forums, without registering with 2 usernames!

And here comes vMail! vMail Prodcut has sent emails out TO ALL of our users till Today! If I should give it a count, then I say 99.9% out of 100% it has been precise. I am sure it never misses one EMAIL..Not only that, but we havnt had even 1 SPAMMER for almost 6 month now! Thanks to vMail and the developer!

I def recommend this, and I am appreciated that this was made to be PERFECT!

Regards, CM
Reply With Quote
  #355  
Old 01-20-2013, 07:47 PM
da_judge's Avatar
da_judge da_judge is offline
 
Join Date: Jan 2006
Posts: 197
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

1st of all, i want to say this is not my work...

All credits to writer, he has link in plugin for donating etc...

Tested and working in vb 4.2.0

Reply With Quote
  #356  
Old 03-28-2014, 11:35 PM
MaXimus MaXimus is offline
 
Join Date: Nov 2011
Location: Dubai, U.A.E.
Posts: 291
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I upgraded to vB4 so vMail caused the user registration page to be misaligned

I contacted suport and they advised me to uninstall vMail is it is not compatible with vB4

So when I tried to uninstall it I got this message:

Quote:
Remove Table : nlp_vmail
I searched in the templates for it and I found 4 entires but I don't know how to remove it

please guide meh

thanks
Reply With Quote
  #357  
Old 04-07-2014, 03:49 PM
m7sen m7sen is offline
 
Join Date: Mar 2014
Posts: 153
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

upgrade it please

doesnt work well for vb3.8.7 pl4

After placing mail and request verification code
When you press the option to go
I register without checking e-mail

and i but yes on Option to hide E-mail field's in register form.
but still show me the email and i can editing
Reply With Quote
  #358  
Old 04-21-2014, 03:55 PM
Ghostt Ghostt is offline
 
Join Date: Oct 2009
Posts: 359
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

installed on 3.8.4 and works great.

but style messed up at template: "register.php?do=vMail_send"

the problem is the text font in footer and the notice looks much bigger then normal. it caused by something wrong in vmail .

i can make also a screenshot if needed.
any idea how to fix this bug ?


2. english pharses are realy bad translated had to redo many.

3.can someone explain this part of the plugin author?
i realy not understand any word
Quote:
IF YOU HAVE ANY CUSTOM LANG.
Code:

http://domain/vb/admincp/phrase.php?do=findupdates
Reply With Quote
  #359  
Old 04-24-2014, 06:18 PM
Ghostt Ghostt is offline
 
Join Date: Oct 2009
Posts: 359
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

no idea?
Reply With Quote
  #360  
Old 06-24-2014, 02:48 PM
fxdigi-cash fxdigi-cash is offline
 
Join Date: Jul 2012
Posts: 674
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

not really sure what you mean. however, it sounds like that url provided above search for any updates or newly created custom phrases...
Reply With Quote
  #361  
Old 01-13-2015, 03:44 AM
Dramex Dramex is offline
 
Join Date: Jun 2014
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi ,

i use "smtp" for mail to my website, and this product doesn't support smtp

any idea ?

===========

السلام عليكم اخوي المتميز
انا استخدم smtp
ولكن المنتج يقوم ارسال الرسائل عن الطريق البي اتش بي

هل من حل ؟

كل الشكر
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 11: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.13367 seconds
  • Memory Usage 2,375KB
  • 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
  • (2)bbcode_code
  • (4)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
  • (3)pagenav_pagelink
  • (1)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
  • (4)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