test page error

Post your Click counter digestion problems here
Post Reply
joe_mono
Posts: 1
Joined: Thu Jan 24, 2008 2:21 pm

test page error

Post by joe_mono »

Script URL:
Version of script:
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:

Write your message below:

i already changed $base_url = 'http://www.umsl.edu/~yszp4/counter/';
sent graphcount.php to my school's linux in /public_html/counter but it was error when I tried to test it using my broser at http://www.mydomain.edu/counter/graphco ... ?page=test

these were error massages
0) { $count = sprintf('%0'.$min_digits.'s',$count); } /* Print out Javascript code and exit */ $len = strlen($count); for ($i=0;$i<$len;$i++) { echo 'document.write(\'\');'; } exit(); } else { die('ERROR: Invalid log file!'); } /* This functin handles input parameters making sure nothing dangerous is passed in */ function input($in) { $out = htmlentities(stripslashes($in)); $out = str_replace(array('/','\\'), '', $out); return $out; } ?>


does anybody can help me?
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

What you get is source code meaning your server doesn't support PHP.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Post Reply