http://www.nscale.net
Here is an excerpt from pnAPI.php as altered per instructions. The only difference is, after I started getting the 'handle referer' message at the top of the page, I block commented out the 'Handle Referer' function.
Code
// Other other includes
include 'includes/advblocks.php';
//include 'includes/counter.php';
include 'includes/pnHTML.php';
include 'includes/pnMod.php';
include 'includes/queryutil.php';
include 'includes/xhtml.php';
include 'includes/oldfuncs.php';
/*
// Handle referer
//if (pnConfigGetVar('httpref') == 1) {
// include 'referer.php';
// httpreferer();
//}
*/
include 'modules/statistics/collect.php';
include 'includes/advblocks.php';
//include 'includes/counter.php';
include 'includes/pnHTML.php';
include 'includes/pnMod.php';
include 'includes/queryutil.php';
include 'includes/xhtml.php';
include 'includes/oldfuncs.php';
/*
// Handle referer
//if (pnConfigGetVar('httpref') == 1) {
// include 'referer.php';
// httpreferer();
//}
*/
include 'modules/statistics/collect.php';
Any help would be appreciated.
gtoddv
