Not Supported DB ChangesUses PluginsAuto-TemplateTranslations
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)
I am also facing a problem with the verification image, see the attached image.
Also vMail is in "Engrisch". I translated into English, I am sharing in attach the correct English version.
Thanks,
Gabriel.
Close
Update - vB version checker function (Empty value in vb3.7) - #311
Spoiler (click to open)
Hi there,
Just found another bug.
On plugin called NLP vMail - Functions, function vB_version, where is a "=" should be a "==", marked in red below.
function vB_version($_ver)
{// GET current vBulletin version.
if(empty($_ver)){return false;}
require_once('./includes/version_vbulletin.php');
//include('./includes/version_vbulletin.php');
$_current = explode('.', FILE_VERSION_VBULLETIN);
if($_current[1] == $_ver)
{
return true;
}else{
return false;
}
}
Also this function loads vBulletin version number from version_vbulletin.php file, which isn't the correct way to do this. This file is empty! So you need to edit and change this file to:
<?php
define('FILE_VERSION_VBULLETIN', '3.7.0');
?>
I asked vBulletin team about this file and they replied this:
http://www.vbulletin.com/forum/showthread.php?p=1556890
The developer should then correct this code!
I hope to have helped other people using this great mod.
Cheers,
Gabriel.
Close
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.