// security options if (eregi("structure.php",$SERVER['PHP_SELF'])) { die(); } $req = $_SERVER["REQUEST_URI"]; if(strstr($req,"myforum=")) die(_NONPUOI); // starting web page echo "
"; // check if you're in the forum sections $mod = getparam("mod", PAR_GET, SAN_FLAT); if(eregi("_Forum", $mod)) { $into_forum = TRUE; } else { $into_forum = FALSE; } ?>