Filter:   InfoImg
download clickerr.inc
Language: NonCode
LOC: 0
Project Info
HPE
Server: SourceForge
Type: cvs
[Show Code]
[Show Code]
...ceForge\h\hpe\hpe\hpe1\HPE\
   .cvsignore
   clickerr.inc
   config.inc
   Config_File.class.php
   database.inc
   database.mysql.inc
   database.pear.inc
   FormChek.js
   HPE.inc
   HPEbase.inc
   HPEUsers.default.xml
   HPEUsers.guest.xml
   layout.js
   local.inc
   modules.inc
   ...andlers.addChannel.ftsc
   navcond.js
   newsaccess.inc
   newssource.inc
   newstools.js
   overlib.js
   overlib_mini.js
   pagemaker.inc
   pages.inc
   PHPClientSniffer.inc
   phpodp.inc
   publisher.inc
   services.inc
   sitelister.inc
   Smarty.addons.php
   Smarty.class.php
   Smarty_Compiler.class.php
   sourcetools.js
   thememaker.inc
   toparser.inc
   user.edit.inc
   user.inc
   xmlrpc.inc
   xmlrpcs.inc
   xmltree.inc

<?
/*

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("");

?>