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 09-26-2013 11:09 PM

run this query from your admin cp
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;

and if it says it is already there run this
Code:

DROP TABLE IF EXISTS `userregcode`;

hoplomachus 09-26-2013 11:17 PM

first one stated this... have not ran the second one...

Affected Rows: 0 (0.0186s)

hoplomachus 09-26-2013 11:18 PM

it worked! Love you man. Thanks for your help!

ForceHSS 09-26-2013 11:35 PM

Happy to help

civicf 10-07-2013 07:49 PM

1 Attachment(s)
Quote:

Originally Posted by ForceHSS (Post 2428582)
Once you put new email then click save changes the box comes up you don't see that. Screenshot to show what it looks like. I am also running 4.2.1 works for me.

After click save changes I don't see box. Please see my screenshot.

Attachment 146669

I have tried fixing mod by uninstall and reinstall that didn't work. I still get the same problem.
I have tried analyzing source code and compare it with another forum but I don't see any diffierences.

ForceHSS 10-07-2013 11:46 PM

Quote:

Originally Posted by civicf (Post 2450767)
After click save changes I don't see box. Please see my screenshot.

Attachment 146669

I have tried fixing mod by uninstall and reinstall that didn't work. I still get the same problem.
I have tried analyzing source code and compare it with another forum but I don't see any diffierences.

It only comes up when you try to change your email or password

civicf 10-08-2013 05:43 PM

Quote:

Originally Posted by ForceHSS (Post 2450806)
It only comes up when you try to change your email or password

Yes, I know. If I will change email nothing happens when I clik save button . I recivied code to my new email but I don't see box to enter it. When I will enter wrong password I get error messegae from java script code.
I don't have idea how I can debug this mod.

da_judge 10-15-2013 08:05 PM

Quote:

Originally Posted by civicf (Post 2450970)
Yes, I know. If I will change email nothing happens when I clik save button . I recivied code to my new email but I don't see box to enter it. When I will enter wrong password I get error messegae from java script code.
I don't have idea how I can debug this mod.

are you using ie10 by any chance ?

webspider 10-20-2013 02:27 PM

This is a great mod and has really reduced problem registrations.

Can I suggest that you incorporate the "Banned Email Addresses" prior to the email form is sent.

da_judge 10-24-2013 09:15 PM

Quote:

Originally Posted by webspider (Post 2454895)
This is a great mod and has really reduced problem registrations.

Can I suggest that you incorporate the "Banned Email Addresses" prior to the email form is sent.

They cant join if banned email..


All times are GMT. The time now is 02:28 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.01266 seconds
  • Memory Usage 1,740KB
  • 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
  • (5)bbcode_quote_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