The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Verify Email Before Registration Details »» | |||||||||||||||||||||||||||||||
Tested and working in vb 4.2.3
Product Description: Verify Mail before registration , and during update profile information (changing mail for members from usercp) This Product: Stop spam at the first order, it works to prevent the registration with anonymous mails, in order to ensure Forum mail arrives (Newsletters - Subscriptions - Contact members .. etc.), to emails properly and effectively. no member will be registered , or admitted to the database (both in group waiting activation or any other group), unless the mail is true. As if there was not a failed attempt to register. What are the anonymous mails? Are the emails that can not access by its owner, and browsed. Whether it was a mail already exists (used by another person), or not. As long as no member can or the new Registrar (who wrote this mail), access to the inbox in the mail will be an anonymous mail, and reject his request. Installation: Just Import The product from AdminCP. The product Will begin work as soon as the product installed. You can manage the product settings from AdminCP > Settings > Options > Verify Mail before registration. Enjoy Big thanks to ForceHSS for his help with ironing out the spelling issues To update, just import via Products in admincp, tick overwrite PLEASE UPDATE Last version had SQL issue, this is fixed now in this version IMPORTANT If you running Rename register.php by BOP5 you need to edit 2 templates https://vborg.vbsupport.ru/showthread.php?t=297834 1st search in languages for Code:
$vboptions[bburl]/register.php?so=1&emailcode=$emailcode 2nd edit in template : reg_ver_start Code:
<form id="registerform" action="register.php" name="register" method="post"> After that all should be good Note : CSS / FOOTER FIXED !!! Mobile Theme Fix HERE Download Now
Screenshots
Show Your Support
|
12 благодарности(ей) от: | ||
Delfi_r, EliasAlucard, ForceHSS, goxy63, gsmlover4u, josh_krz, kizy, nacaruncr, Normal, oneill, SaN-DeeP, sweetpotato |
Comments |
#82
|
|||
|
|||
Hello da_judge, can you please help me!
Quote:
|
#83
|
|||
|
|||
any idea to put a note below "Make sure to write the correct email email to receive the verification code"? because hotmail rejects email sent from my mail server so i'd like to put a note so users will be informed
EDIT: got it already. Btw, hope recaptcha verification can be added in |
#84
|
|||
|
|||
does this mod use Keycaptcha by any chance???
|
#85
|
|||
|
|||
No, it doesnt use any human verification options.
The one reason I dont use it unfortunatly, as I like it. |
#86
|
|||
|
|||
Quote:
Open notepad and Copy and paste this code below. Code:
DROP TABLE IF EXISTS `vb_userregcode`; CREATE TABLE IF NOT EXISTS `vb_userregcode` ( `userregid` int(10) NOT NULL auto_increment, `userregemail` varchar(100) collate utf8_unicode_ci NOT NULL, `userregcode` varchar(100) collate utf8_unicode_ci NOT NULL, `counted` int(10) NOT NULL, `dayscounter` int(100) NOT NULL, `wheretoapply` tinyint(1) NOT NULL, PRIMARY KEY (`userregid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ; Save your file in utf-8 format and rename to userregid.sql After goto Php MyAdmin and choose your database. click IMPORT and select your userregid.sql file on PC and click EXECUTE. Done. |
#87
|
||||
|
||||
Quote:
|
#88
|
|||
|
|||
Quote:
Code:
CREATE TABLE `userregcode` ( `userregid` int(10) NOT NULL auto_increment, `userregemail` varchar(100) NOT NULL, `userregcode` varchar(100) NOT NULL, `counted` int(10) NOT NULL, `dayscounter` int(100) NOT NULL, `wheretoapply` tinyint(1) NOT NULL, PRIMARY KEY (`userregid`) ) ENGINE=MyISAM AUTO_INCREMENT=661 DEFAULT CHARSET=utf8; Code:
DROP TABLE IF EXISTS `userregcode`; |
#89
|
|||
|
|||
First of all I am very thankful for your reply. I did it but no use. Still I am getting the same reply/message.
Also when I tried to Execute SQL query, the following message is shown. PHP Code:
Quote:
|
#90
|
|||
|
|||
You need to add your userid into the config file then you can run them. If you are still having a problem after you run this pm me will have a look
|
Благодарность от: | ||
crazyboy1661 |
#91
|
||||
|
||||
Correct edit you config.php and add your member id to following line, i have put userid 1 so change to what yours is and save...
$config['SpecialUsers']['canrunqueries'] = '1'; or you could do it via phpmyadmin |
Благодарность от: | ||
crazyboy1661 |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|