Version: 2.0.1, by Almotmaiz.Net
Developer Last Online: Oct 2013
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)
The strange thing is that many do succeed to register, but a good amount fails, because they get the error:
PHP Code:
The string you entered for the image verification did not match what was displayed.
I am using vb 3.8.3
I have used Google analytics 'goals' to track what goes wrong where in the registration and the results are shocking:
52% of all people that have their registration code sent to their email address, do not convert into active registrations. registrants who try multiple times are only recorded once.
As the objective of this modification is to deter false registrations, there are supposed to be a number of registrants who do not make it trough. But 52% is ridiculously high. Unfortunately only a relatively small number(15 per day) emails for support. There is clearly a bug somewhere, causing us to loose a lot of bonafide new members.
Fatal error: Cannot redeclare plugin_edit_handler() (previously declared in /home/gsmegy/public_html/gsmegypt.mobi/wwwroot/vb/admincp/global.php(243) : eval()'d code:17) in /home/gsmegy/public_html/gsmegypt.mobi/wwwroot/vb/admincp/global.php(243) : eval()'d code on line 53
There is a HUGE bug on this mod. If vMail is used to confirm e-mail changes, this error will show up:
Fatal error: Call to undefined method class_vMail::Cleaning() in profile.php(182) : eval()'d code on line 18
The reason this error shows up is that the script calls to a function called Cleaning that DOES NOT EXIST.
To fix this, you will have to edit the plugin called "vMail - Functions" and add the following function:
function Cleaning($type,$code) {
global $vbulletin;
switch($type)
{
case 'free':
$vbulletin->db->query_write("DELETE FROM ". TABLE_PREFIX . "nlp_vmail WHERE code = '".$code."'");
}
}
I hope this helps other users in the same situation.
Cheers,
Gabriel.
Thank you for this fix!
It saved a lot of trouble for me.