Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Gmail Registration Fixer Details »»
Gmail Registration Fixer
Version: 1.01, by GameDude GameDude is offline
Developer Last Online: Jan 2015 Show Printable Version Email this Page

Category: Mini Mods - Version: 3.8.x Rating:
Released: 07-07-2009 Last Update: 07-08-2009 Installs: 42
Uses Plugins
Re-useable Code Translations  
No support by the author.

What this Modification does:
If you require unique email addresses, people can still use a Gmail account to register multiple times by placing .'s in the address or by using the @googlemail.com extension. vBulletin will see these as unique emails; however, they will go to the same email. This modification fixes that problem.

Installation:
Just import the product in your Admin CP.

Notes:
If you wish to customize the error message, the phrase is called "gmail_same_email" in the Phrase Manager. You must have the "Require Unique Email Addresses" option enabled for this modification to work.

Updates:
Version 1.01
- Modification now fixes the user+something@gmail.com problem.

Download Now

File Type: xml product-remove_dots.xml (1.9 KB, 176 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
TAIFUN_T

Comments
  #22  
Old 10-27-2013, 04:18 AM
AFMichael AFMichael is offline
 
Join Date: Sep 2004
Location: Florida
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #23  
Old 10-27-2013, 04:29 AM
Max Taxable's Avatar
Max Taxable Max Taxable is offline
 
Join Date: Feb 2011
Posts: 3,134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AFMichael View Post
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.
Reply With Quote
  #24  
Old 03-31-2018, 10:44 AM
alex_kf alex_kf is offline
 
Join Date: Nov 2011
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dimoks View Post
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)
Reply With Quote
Благодарность от:
Manoel J?nior
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:42 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05189 seconds
  • Memory Usage 2,267KB
  • Queries Executed 21 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (4)post_thanks_box
  • (2)post_thanks_box_bit
  • (4)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (2)post_thanks_postbit
  • (4)post_thanks_postbit_info
  • (3)postbit
  • (1)postbit_attachment
  • (4)postbit_onlinestatus
  • (4)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete