<?php if ( is_readable( 'scripts/unique.php' ) ) include_once "scripts/unique.php"; // Use only one of the following: unique_log( $_SERVER['REMOTE_ADDR'], TRUE); // Will print # of hits ?>And when i change the
is_readable ( 'scripts/unique.php' ) ) include_once "scripts/unique.php";
to
is_readable ( 'http://www.hyprkookeez.com/v4/scripts/unique.php' ) ) include_once "http://www.hyprkookeez.com/v4/scripts/unique.php";
It shows
Fatal error: Call to undefined function: unique_log() in /home/kentr/public_html/v4/left.php on line 70
I need it to be with the hyprkookeez.com/v4/ for php includes to work correctly with it.
Anyone suggest a fix?
Or do you need the unique.php script?
