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.

ForceHSS 04-17-2014 08:51 PM

As tapatalk is a stand alone plugin you would need to talk to them about problems with there plugin. Also a screenshot of what you have set for mobile styles if you could upload and the settings for this mod but even know all settings might be correct the first part of my post still stands

K!nG 04-17-2014 10:40 PM

Hi Force,

Here is what i just did. I completely removed tapatalk.
Enabled "Verify Email before registration"
Now i tried to register and blank page again. So this makes it a bit clear that it wasn't tapatalk.

ForceHSS 04-17-2014 11:05 PM

Do you have default style still installed and are allowing uses the option to pick it

K!nG 04-17-2014 11:12 PM

Yes. Here are my settings.

https://vborg.vbsupport.ru/external/2014/04/31.jpg

synseal 04-18-2014 12:03 AM

Something I noticed earlier in your other thread (k!ng) is that when you enable this modification your URL for the registration page changes.

Your registration page with this modification turned off is the normal registration page

Code:

yourforum/register.php
With the modification enabled I remember it being something like this

Code:

yourforum/register.phpf1b0f2ba94a2db504cf33b29ab5314f5
Could that be causing this issue?

K!nG 04-18-2014 12:13 AM

Hmmm that's a bit weird because i just tried with mod being enabled & disabled and in both ways it goes to myforum.com/register.php, however like you suggested in other thread when i disable this mod. Registration on mobile works fine.

ForceHSS 04-18-2014 12:18 AM

Quote:

Originally Posted by K!nG (Post 2493652)

Try old moble to none
Even know without looking closer to your forums its hard to know
Can you post some ss of your tapatalk settings

K!nG 04-18-2014 12:48 AM

Quote:

Originally Posted by ForceHSS (Post 2493657)
Try old moble to none
Even know without looking closer to your forums its hard to know
Can you post some ss of your tapatalk settings

Hi Force,

I just tried old mobile option to None and still the same issue. I have completely removed tapatalk from my forum.

ForceHSS 04-18-2014 02:18 AM

Read pm sent

K!nG 04-18-2014 03:03 AM

That still didn't resolve my issue. I would hate to let go of this mod, but i guess that will be my last resort. :(

ForceHSS 04-18-2014 01:27 PM

This mod will not stop spammers use this one https://vborg.vbsupport.ru/showthread.php?t=294633

K!nG 04-18-2014 03:52 PM

I won't disagree with you, but for me this mod was a life saver. Like i said earlier in past 3-4 months i barely had 5 false registrations, but since yesterday number is over 50. lol

EliasAlucard 04-20-2014 03:03 PM

I agree with K!nG, this plugin definitely helps against spammers. It's not bulletproof, but it makes a huge difference. This one is also excellent against spambots:

https://vborg.vbsupport.ru/showthread.php?t=248042

But it too, doesn't detect every spambot, and sometimes, it blocks legitimate usernames from registering because it was commonly used by some spambot.

Naijasite 05-22-2014 07:40 PM

it dose not work with mobile style. site.com/register.php is blank.... how can i fix this error.

K4GAP 05-22-2014 07:49 PM

Quote:

Originally Posted by EliasAlucard (Post 2493945)
I agree with K!nG, this plugin definitely helps against spammers. It's not bulletproof, but it makes a huge difference. This one is also excellent against spambots:

https://vborg.vbsupport.ru/showthread.php?t=248042

But it too, doesn't detect every spambot, and sometimes, it blocks legitimate usernames from registering because it was commonly used by some spambot.

Amen! same here.
No comparison should even be considered. It DOES NOT hurt to have layers of security. No ONE process is going to be the absolute cure.

This is just another level to help keep the low lifes from succeeding in whatever it is they plan on doing by gaining access to your site.

hterrag 05-23-2014 12:38 PM

Working great on 4.2.0!

da_judge 06-05-2014 08:03 PM

I will be working on human verification in next few weeks... i cant give time line... so dont nag me... im busy :P

da_judge 06-07-2014 02:06 PM

Quote:

Originally Posted by Naijasite (Post 2499007)
it dose not work with mobile style. site.com/register.php is blank.... how can i fix this error.


I guess it didnt install the required template... send me a backup of your mobile theme i will have a look for you ;)

warrichpk@gmail 06-21-2014 07:52 PM

I tried it but users were not getting email code.
will you help me?

ForceHSS 06-21-2014 08:20 PM

Quote:

Originally Posted by warrichpk@gmail (Post 2502958)
I tried it, but users were not getting email code.
Will you help me?

Hard to help without looking at your site admincp and see where the problem is

da_judge 06-25-2014 07:05 PM

Quote:

Originally Posted by warrichpk@gmail (Post 2502958)
I tried it but users were not getting email code.
will you help me?

Thats to do with your mail server...

Goto

Admincp > Maintenance > Diagnostics

Then in Email section put email address of your email and test it..

DreadsUK 06-29-2014 12:40 AM

I believe its all installed correctly but for some reason, people are still able to register and post/create threads without verifying email at all. Do i have an incorrect setting

https://vborg.vbsupport.ru/external/2014/06/4.png
https://vborg.vbsupport.ru/external/2014/06/5.png

da_judge 07-14-2014 06:38 PM

verify mail provider before sending needs to be yes ;)

Inferno Dragon 07-17-2014 06:26 PM

I am having an issue with this modification, spam bots started to target my registration form and today my whole server went down because someone spammed the "verify email before registration mod" as there's no captcha or flood protection available in the two displayed fields i-e email and verify email and sent about 10,000+ fake emails. :(

I liked this mod, is there anyway we can add captach support on the initial registration page or a flood control?

badawidollah 07-24-2014 07:55 AM

hello,
not work in vb 4.2.2 patch level 1

ForceHSS 07-24-2014 07:59 AM

Quote:

Originally Posted by badawidollah (Post 2508063)
hello,
not work in vb 4.2.2 patch level 1

Works for me

da_judge 09-09-2014 07:58 PM

Quote:

Originally Posted by Inferno Dragon (Post 2507227)
I am having an issue with this modification, spam bots started to target my registration form and today my whole server went down because someone spammed the "verify email before registration mod" as there's no captcha or flood protection available in the two displayed fields i-e email and verify email and sent about 10,000+ fake emails. :(

I liked this mod, is there anyway we can add captach support on the initial registration page or a flood control?

Im working on that ;)

Quote:

Originally Posted by badawidollah (Post 2508063)
hello,
not work in vb 4.2.2 patch level 1

Works perfect for me and many others... what error are you getting :)

Dave 09-18-2014 07:40 AM

This mod is vulnerable > SQL injection.
I PMed the author of this mod and reported this mod, if no action is being taken, I will publish the vulnerability with a CVE.

BirdOPrey5 09-30-2014 12:52 PM

The mod has been restored from quarantine. Please be sure to upgrade to the latest version. The mod author was quick to issue a fix- I was a little backed up and didn't get a chance to review it until today- sorry for the delay.

root2012 09-30-2014 03:07 PM

would the SQL injection eliminated now?


All times are GMT. The time now is 08:13 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.01510 seconds
  • Memory Usage 1,820KB
  • 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
  • (4)bbcode_code_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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