vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Restrict registrations to one domain (https://vborg.vbsupport.ru/showthread.php?t=74619)

Andreas 01-18-2005 10:00 PM

Restrict registrations to one domain
 
This hack restricts new registratiosn to users who have eMail-Adresses from one specific domain.
This can be useful if you are running a corporate/internal forum.

In register.php FIND
PHP Code:

// check for missing fields 

ABOVE that ADD
PHP Code:

// Check for vaild eMail domain
if (!preg_match('/@mydomain\.com$/'$_POST['email'])) {
  eval(
'$errors[30] = "' fetch_phrase('bademail'PHRASETYPEID_ERROR) . '";');


Note: mydomain.com must be replaced with the restricted domain of course ;)

Should work with all vB 3 versions.

???`S?LV?R???` 01-18-2005 11:50 PM

nice job

teach1st 01-20-2005 12:25 AM

Thanks so much! It works perfectly.

fms 03-04-2005 04:58 AM

Thanks for the great hack, Kirby ... I'm sure it will be very useful :)

At an educational institution, student and staff e-mails are often located on a different machine so that:

a staff e-mail address is staff@school.edu
a student e-mail address is student@student.school.edu

How would one alter your hack to permit both staff and student e-mail addresses to register?

Freezerator 03-04-2005 05:27 AM

Nice hack :)

CharlesHe 08-22-2005 03:12 PM

In order to ensure security, the change email should also be restricted. Are there any other loopholes?

Andreas 08-22-2005 03:15 PM

Well, preventing Users from changing their eMail after registration was never a planned Feature for this.
So it is working as designed :)

Jim H 04-07-2006 04:25 PM

Thanks for this-- we're running a 3.5.4 system. Do you think it will still work?

Also, like fms, we have two domains we need to allow. Is it possible that wild card symbols would work, like www.pdq*.* for two domains (www.pdqstudents.edu and www.pdqparents.org).

This is kind of a "huge deal" to us, because we want a facebook.com type of limited registration access.

Thanks again!

DjTaz 04-07-2006 10:35 PM

Actually, this would be a handy addition for my site , though i want to restrict them from using my sites e-mail address.

I give all new members an e-mail address, and i want to avoid them using username@mydomain.com as their e-mail address and then logging into the mail on the site and getting the authrosiation email.

Just removing the ! should do that for me - thanks for this.

Jim H 04-10-2006 07:50 PM

Okay, I made the change to our 3.5.4 system, and it does not seem to work. New users (with non-approved email domains) simply get approved with no bademail message. Any ideas for making it work with 3.5.4?

I also heard there was a hack to change the banned email list from a blacklist to a whitelist. This would work even better for us, since we have two domains we want open. Anyone recall the hack for this?

Thanks again!

Jim H


All times are GMT. The time now is 05:11 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.01238 seconds
  • Memory Usage 1,734KB
  • 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_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (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