Group Only Page
How can I take this code from zachary and use it to now allow people from a certain group to play using. Thanks.
<?php
// ## Error Reporting ##
error_reporting(E_ALL & ~E_NOTICE);
// ## Sets Enviroment ##
define('NO_REGISTER_GLOBALS', 1);
// ## Grabs global.php ##
require_once("./global.php");
if (!$bbuserinfo['userid'])
{
print_no_permission();
}
?>
:surprised:
|