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
  #152  
Old 05-27-2009, 01:44 PM
megroup megroup is offline
 
Join Date: Apr 2009
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Question: How can I upload Russian version?
When I try to import via Products, it says, file not found.
Reply With Quote
  #153  
Old 05-27-2009, 02:00 PM
4nawadir.com's Avatar
4nawadir.com 4nawadir.com is offline
 
Join Date: May 2009
Location: Algeria
Posts: 95
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

very cool
installed
Reply With Quote
  #154  
Old 05-28-2009, 10:29 PM
chick's Avatar
chick chick is offline
 
Join Date: Aug 2006
Location: PI Land
Posts: 381
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Same here error at the top of the userCP page when a user tries to change their email.... come on please fix this.
------------
Gabriel will your fix of

function Cleaning($type,$code) {
global $vbulletin;
switch($type)
{
case 'free':
$vbulletin->db->query_write("DELETE FROM ". TABLE_PREFIX . "nlp_vmail WHERE code = '".$code."'");
}
}

fix this? If yes where in the plugin do we insert it TOP or at the bottom??????????

My error is

Parse error: syntax error, unexpected T_STRING, expecting T_PAAMAYIM_NEKUDOTAYIM in /home/name/public_html/profile.php(182) : eval()'d code on line 359
Reply With Quote
  #155  
Old 05-30-2009, 05:09 PM
chick's Avatar
chick chick is offline
 
Join Date: Aug 2006
Location: PI Land
Posts: 381
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ANY help for this supported mod?
Reply With Quote
  #156  
Old 06-02-2009, 10:23 PM
Abo Morad Abo Morad is offline
 
Join Date: Jun 2009
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

good work man
Reply With Quote
  #157  
Old 06-07-2009, 04:47 AM
vitrag24's Avatar
vitrag24 vitrag24 is offline
 
Join Date: Nov 2006
Location: India
Posts: 639
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

will this work with vb 3.7.1?
can i see demo?
Reply With Quote
  #158  
Old 06-07-2009, 06:22 AM
jimbles jimbles is offline
 
Join Date: Feb 2009
Location: London
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

whay! I have seen this on alot of great forums, glad I could find it.
Reply With Quote
  #159  
Old 06-07-2009, 09:33 AM
KURTZ KURTZ is offline
 
Join Date: Nov 2006
Location: Italy
Posts: 2,257
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hi, i don't understand one thing:

where i need to put this code?

Code:
http://domain/vb/admincp/phrase.php?do=findupdates
i've the italian lang installed
Reply With Quote
  #160  
Old 06-07-2009, 10:53 PM
Lilyandy Lilyandy is offline
 
Join Date: Feb 2007
Location: Taiwan
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by vitrag24 View Post
will this work with vb 3.7.1?
can i see demo?
[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.
Reply With Quote
  #161  
Old 06-08-2009, 10:54 AM
bleros's Avatar
bleros bleros is offline
 
Join Date: Oct 2008
Location: Macedonia
Posts: 200
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Almotmaiz.Net View Post
screens

Option to verify E-mails in user update email in usercp.

usercp not work? to verify email?
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:06 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.05446 seconds
  • Memory Usage 2,355KB
  • 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
  • (2)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
  • (1)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