session_start();
$title="InternetPerils Inc. PerilWatch: PerilScope used to identify Phishing hosts";
require("../php/require/config.php");
require("$reqpath/login/config.php");
require("$reqpath/common.php");
require("$reqpath/login/membership.php");
include("$incpath/header.php");
$showlogin="yes";
include("$incpath/menu.php");
#if (!loggedin()){
#echo "
";
#$bartitle="Unverified user: Please login to see InternetPerils PerilWatch";
# printneedtologinmsg($bartitle);
#}
#else{
#
include("$incpath/perilwatch/20050421phish/perilwatch.inc");
include("$incpath/perilwatch/20050421phish/animation.inc");
include("$incpath/perilwatch/20050421phish/perilwatchend.inc");
include("$incpath/perilwatch/perilwatchend.inc");
#}
include("$incpath/footer.php");
?>
|