123456789101112131415161718192021222324252627282930313233343536373839404142
<? /* HPE - News Portal Engine Copyright (C) 2000-2001 Mike Krus This program is free software; it is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. READ LICENSE.TXT IN THE BASE DIRECTORY FOR INFORMATION ABOUT REDISTRIBUTING THIS SOURCE CODE */ echo $HPEtheThemeMaker->TPLRun("clickerr", array() ); /* if($HPEtheConfig->hasemail && $source) { $content = "Broken AID $aid in $PHP_SELF\n"; $content .= "See " . $HPEtheConfig->siteurl . "HPE/editor/?pg=aidclean&AID=$aid\n"; $content .= "See " . $HPEtheConfig->siteurl . "HPE/editor/?pg=editsite&id=$source\n"; if(isset($HTTP_REFERER)) { if(strstr($HTTP_REFERER, "google") || strstr($HTTP_REFERER, "news://")) { die("<!-- The link is from a search engine or usenet message, ignore error -->"); } } if(isset($tag)) { if($tag == "4GMTNTPFST") { die("<!-- The link is from a known site which doesn't update, ignore error -->"); } $content .= "\nIn Export $tag\n"; } mail($HPEtheConfig->adminemail, "Broken AID $aid", $content, "From: $HPEtheConfig->adminemail"); } */ die(""); ?>