View Full Version : Redirected?
X-Sector
11-27-2003, 07:59 AM
Is there any redirected hack to stop members to access the admin cp. If not.. would it be a good idea if someone willing making a redirected hack for us ;)
Zachery
11-27-2003, 08:16 AM
Is there any redirected hack to stop members to access the admin cp. If not.. would it be a good idea if someone willing making a redirected hack for us ;)
wouldnt be hard... also you should .htaccess your admin dir anyway
Gary King
11-27-2003, 07:09 PM
You can try something like if ($bbuserinfo['usergroupid'] != 6)
{
header("Location: http://www.example.com/");
}
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.