laurens800
04-23-2008, 04:22 PM
<?
define('THIS_SCRIPT', 'test');
if($vbulletin->userinfo['userid'] == 9){
echo("Good");
} else {
echo("Bad");
}
?>
When i try this it does not give and value tried to add global but did not worked either any idea what i did wrong?
define('THIS_SCRIPT', 'test');
if($vbulletin->userinfo['userid'] == 9){
echo("Good");
} else {
echo("Bad");
}
?>
When i try this it does not give and value tried to add global but did not worked either any idea what i did wrong?