Back to vBulletin 3.5 Add-ons

Admin's can register new users without logging out
Mod Version: 1.00, by Kingzor

This modification is in the archives.
vB Version: 3.5.4 Rating: (1 vote - 5.00 average) Installs: 4
Released: 03 May 2006 Last Update: Never Downloads: 0
Not Supported Code Changes  

Hi, this is my first ever public mod :banana:

Figured this would be usefull for testing mods that modify the way people register such as
index.php?t=106685

To install:
open register.php and find:
Code:
	if ($vbulletin->userinfo['userid'] AND !$vbulletin->options['allowmultiregs'])
	{
		eval(standard_error(fetch_error('alreadyregistered', $vbulletin->userinfo['username'], $vbulletin->session->vars['sessionurl'])));
	}
Replace it with:
Code:
	if ($vbulletin->userinfo['userid'] AND !$vbulletin->options['allowmultiregs'] AND !$vbulletin->userinfo['usergroupid']==6)
	{
		eval(standard_error(fetch_error('alreadyregistered', $vbulletin->userinfo['username'], $vbulletin->session->vars['sessionurl'])));
	}
repeat for the 3 time it appears and done.
Please inform me if there are any bugs or security holes in it!

Download

No files for download.


vblts.ru supports vBulletin®, 2022-2025