qwerty_ACL
Thu 30th May '02, 8:15am
Hi,
why this doesn't seems to work:
<?php
error_reporting(7);
include '/www/mysite.com/htdocs/forums/global.php';
if ($bbuserinfo['userid'] != 0) {
echo "a lot of stuff here";
else {
show_nopermission();
}
?>
I need to make that his non-vB page to don't show if not logued on forums. Can anyone helpme with this?
why this doesn't seems to work:
<?php
error_reporting(7);
include '/www/mysite.com/htdocs/forums/global.php';
if ($bbuserinfo['userid'] != 0) {
echo "a lot of stuff here";
else {
show_nopermission();
}
?>
I need to make that his non-vB page to don't show if not logued on forums. Can anyone helpme with this?