vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Mini Mods - Gmail Registration Fixer (https://vborg.vbsupport.ru/showthread.php?t=218153)

AFMichael 10-27-2013 04:18 AM

I installed and tested this addon but it is only blocking the users trying to use googlemail.com/gmail.com variant. It is not blocking registrations when users are using "." in the email address.

Quite unfortunate.

Max Taxable 10-27-2013 04:29 AM

Quote:

Originally Posted by AFMichael (Post 2456518)
I installed and tested this addon but it is only blocking the users trying to use googlemail.com/gmail.com variant. It is not blocking registrations when users are using "." in the email address.

Quite unfortunate.

Unlike back when this Mod was made, today it's really useless to even bother requiring a valid email. Because the autospam programs have defeated pretty much all human verification on the most popular email services. And they get the verification code anyway, directly from your site on pageload after they "click" the submission.. (XRumer)

If you want to stop autospam I would recommend one of the registration time check mods. They're very effective.

I don't even use the email verification anymore, haven't for a little over a year. It's simply obsolete, now.

alex_kf 03-31-2018 10:44 AM

Quote:

Originally Posted by Dimoks (Post 2593841)
Hi all

This mod doesn't work with long gmail account :(

test@gmail.com and
tes.t@gmail.com - ok, mod work

but

testtesttesttesttesttest@gmail.com and
testtesttesttest.testtest@gmail.com

- doesn't work

:(

This mod has two author's mistakes...

First: Search
Quote:

$email = str_replace(".", "", substr($vbulletin->GPC['email'], 0, (strlen($vbulletin->GPC['email'])) - (strpos($vbulletin->GPC['email'], "@"))));
Replace it with
Quote:

$email = str_replace(".", "", substr($vbulletin->GPC['email'], 0, (strpos($vbulletin->GPC['email'], "@"))));

Second: authors mistake - is metodological.... If we have email 'test.1test@gmail.com' in our user database, and we register new email 'test.1.test@gmail.com' - we have successfull registration...

Why?
Because author search (in user database) email 'test1test@gmail.com' (without dots)


All times are GMT. The time now is 02:00 PM.

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.01123 seconds
  • Memory Usage 1,725KB
  • 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_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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