View Single Post
Old 2004-03-25, 03:44 PM   #4
Opti
I Didn't Do It
 
Opti's Avatar
 
Join Date: Aug 2003
Location: au
Posts: 795
Send a message via ICQ to Opti
Quote:
Originally posted by swedguy
Split the first line up on two lines and it will work.
You have to either have a space between the start tag and the comment or put the comment on a separat line.

PHP Code:
<?php// Script Date: 09 Jan 2004
change it to:

PHP Code:
<?php
// Script Date: 09 Jan 2004
Thanks.. I tried that before posting and it didnt help :\

I suspect it is a php version problem.

It just seems weird that it wouldnt work as is on any php platform the way they "market" it... designed to be a simple cut n paste solution any webmaster can use.

there isnt any mention of compatibilty issues in the faq and my linux with php4x platform isnt unusual.. I dont care enough to break my neck trying to make it work anyway.. there is plenty of other options.... I just wanted to test their admin analysis of my bot traffic which looked quite cool :\
Opti is offline   Reply With Quote