^^^^ Interesting! That's what I'm looking for! It works, but doesn't seem to pull in the forum styles for some reason.
--------------- Added [DATE]1252590896[/DATE] at [TIME]1252590896[/TIME] ---------------
Ugh...so I get the "you do not have permission to...." page, but the forum styles are not being pulled in.
What am I doing wrong?
This is what I have at the top of my php file:
PHP Code:
<?
chdir('/home/site/public_html/forums');
require_once('global.php');
if ($show['guest'])
{
print_no_permission();
}
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>