The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vMail - Verify Mail before registration. Details »» | |||||||||||||||||||||||||||||
vMail - Verify Mail before registration.
Developer Last Online: Oct 2013
vMailv2.0.1 Product Verify Mail before registration No FAKE email after Today !! ================ ABOUT THIS MODPlease 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. ================ 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 .
SCREEN'S
Attachment Content.
Download Now
Supporters / CoAuthors Show Your Support
|
2 благодарности(ей) от: | ||
inciarco, SyRiAn BoY |
Comments |
#62
|
|||
|
|||
some error shown while using activation
the main error show in this PHP Code:
PHP Code:
PHP Code:
hope you can fix this problem too and thats for this mod |
#63
|
|||
|
|||
=== Problem Fixed ===
Feedback: This hack is one of the most important ones to leave our database without junk members. |
#64
|
|||
|
|||
Verification problem...
In the email the first link provides this error. PHP Code:
PHP Code:
|
#65
|
||||
|
||||
Good Work :up:
|
#66
|
|||
|
|||
I fear this may have been bypassed already, three spam accounts managed to get into my system tonight with no valid email addresses, will monitor and report if it happens again
|
#67
|
|||
|
|||
do this support english and chinese at the same time ?
|
#68
|
||||
|
||||
Al Salam Alaykom,
Thanks bro for this great hack. Downloaded & Marked as installed & Nominated for MOTM Great job ! Regards, Ibrahim Moh'd |
#69
|
||||
|
||||
Almotmaiz.Net is not work what is problem
|
#70
|
||||
|
||||
Not working image verification
|
#71
|
|||
|
|||
Hi I Have Fix The Vmail Profile.php?do=vmail Problem
And The URL From The E-mail System At Where: Plugins Name ( vMail - Update email 3 ) Previous Symtom Is When User Change The E-mail And Entered The Code It Will put Cannot Find Page Display So I Manage To Solve The Problem So Just See The The Script Which I Repair if($vMail->Option('active')) { if (strtolower($_REQUEST['do']) == 'vmail') { $vbulletin->input->clean_array_gpc('r', array( 'code' => TYPE_NOHTML, )); if(!empty($vbulletin->GPC['code'])) { $vMail->USERCP = $vMail->Query('c', $vbulletin->GPC['code'],'profile'); if(!empty($vMail->USERCP)) { $vbulletin->db->query_write(" UPDATE " . TABLE_PREFIX . "user SET email ='".$vMail->USERCP['email']."' WHERE userid='" . $vMail->USERCP['userid'] . "' "); //$vMail->Cleaning('free',$vbulletin->GPC['code']); -- Fixed By Myhq ISP $vMail->Cleaning('free',$vbulletin->GPC['code']); -- Original Code $vbulletin->url = 'usercp.php' . $vbulletin->session->vars['sessionurl_q']; eval(print_standard_redirect('redirect_updatethank s', true, true)); }else{ eval(standard_error(fetch_error('nlp_codenotfound' ))); } } else { $vbulletin->input->clean_array_gpc('p', array( 'key' => TYPE_NOHTML, )); $vMail->Code = htmlspecialchars_uni($vbulletin->GPC['key']); if(!empty($vMail->Code)) { $vMail->KEY = $vMail->Query('c', $vMail->Code, 'profile'); if(!empty($vMail->KEY)) { $vbulletin->db->query_write(" UPDATE " . TABLE_PREFIX . "user SET email ='".$vMail->KEY['email']."' WHERE userid='" . $vMail->KEY['userid'] . "' "); //$vMail->Cleaning('free',$vMail->Code); -- Fixed By Myhq ISP $vMail->Cleaning('free',$vMail->Code); -- Original Code $vbulletin->url = 'usercp.php' . $vbulletin->session->vars['sessionurl_q']; eval(print_standard_redirect('redirect_updatethank s', true, true)); }else{ eval(standard_error(fetch_error('nlp_codenotfound' ))); } } else { construct_usercp_nav('password'); $navbits[''] = construct_phrase($vbphrase['nlp_vmail_verifyupdatedmail']); $templatename = 'nlp_vmail_update_form'; } } } } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|