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 |
#162
|
|||
|
|||
Have you tried uninstalling it from the plugin manager? Dont understand why you would delete that table for
|
#163
|
|||
|
|||
I didn't delete the table. All i did is went to Plugin manager and uninstalled it and the moment i uninstalled i got 2nd error email in my inbox and when i said "I do understand 2nd error is for table because i removed it ..... " Sorry i meant to say removed the mod not the table. I guess that made a confusion may be ?
anyways hope its clear now. |
#164
|
|||
|
|||
For some reason it did not install the table when first installed or got removed will give you a sql to install it but first try to install it again over writing it
Go to admincp/Maintenance/Execute SQL Query In the Manual Query box, put the code below First, make sure you have added your userid to the config file Login to your FTP to to includes/config.php file, download it to your desktop, open it with notepad ++ find the line $config['SpecialUsers']['canrunqueries'] = '1'; default is 1 but change or add to it if your userid is different like this $config['SpecialUsers']['canrunqueries'] = '1,2'; Then run this Code:
DROP TABLE IF EXISTS `userregcode`; Code:
CREATE TABLE `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 |
Благодарность от: | ||
da_judge |
#166
|
||||
|
||||
Very, very pleased with this mod...the one I one using on my old vb3 forums didn't work so I was reluctant to try it. So glad I did as it works perfectly! Thank you.
|
#167
|
|||
|
|||
Hi,
This mod is interfering with mobile devices on my forum. When on mobile device and if someone click on REGISTER only get blank/white page and nothing else. In this thread; https://vborg.vbsupport.ru/showthrea...84#post2493584 I asked for help and found out this mod was causing it and when i disabled it, now i do see proper registration page on mobile devices as well. Thanks |
#168
|
|||
|
|||
Are you useing forumrunner, some other software or default mobile skin
|
#169
|
|||
|
|||
I also have tapatalk option available for mobile devices. This happens on default mobile skin.
|
#170
|
|||
|
|||
So are you using tapatalk and forum runner at the same time?
|
#171
|
|||
|
|||
Sorry for making myself not clear. No i am not running forum runner at all. It's disabled.
Believe it or not in past 2 months i barely had 2-3 spammers, but in past 2 hours since i disabled this mod i had 19 spammers/bots (whatever you wanna call them) registered. So i will definitely love to have this mod if we can sort this out. Thanks. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|