vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Anti-Spam Options - Verify Email Before Registration (https://vborg.vbsupport.ru/showthread.php?t=294164)

ForceHSS 03-12-2014 01:22 AM

Have you tried uninstalling it from the plugin manager? Dont understand why you would delete that table for

K!nG 03-12-2014 06:42 PM

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.

ForceHSS 03-12-2014 07:36 PM

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`;
Then this after
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


john7911 03-12-2014 07:43 PM

Thanks for sharing ;)

angeljs 04-16-2014 07:16 AM

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. :)

K!nG 04-17-2014 04:19 PM

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

ForceHSS 04-17-2014 05:30 PM

Are you useing forumrunner, some other software or default mobile skin

K!nG 04-17-2014 05:32 PM

I also have tapatalk option available for mobile devices. This happens on default mobile skin.

ForceHSS 04-17-2014 06:45 PM

So are you using tapatalk and forum runner at the same time?

K!nG 04-17-2014 07:05 PM

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.


All times are GMT. The time now is 11:17 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01289 seconds
  • Memory Usage 1,736KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete