- Impact
- 3
Hey
I'm a total PHP coding noobie so not sure what the problem is. I'm trying to get a site stats script up on my site.
Basically there is 2 files to the "system" - 'index1.php' and 'stats.txt' + the read me file.
This is from the Read me file....
Index1.php can be located here and from the error on my site I figure it has something to do with index1.php.
I've CHMODD'ed 'stats.txt' to 777 and I've placed
where I want the information to appear.
What's gone wrong in 'index1.php'?
I'm a total PHP coding noobie so not sure what the problem is. I'm trying to get a site stats script up on my site.
Basically there is 2 files to the "system" - 'index1.php' and 'stats.txt' + the read me file.
This is from the Read me file....
Step 1. Upload all files from this folder to the same directory where your index page is
(or where ever you want your stats to appear)
Step 2. CHMOD 'stats.txt' to 777!
Step 3. Include this line into your index page html code
<? include 'index1.php' ?>
and voila!
----------------------------------------------
Installing
-Unzip
-Upload
-Command "stats.txt" to 777!!
-include the stats into your site!
Index1.php can be located here and from the error on my site I figure it has something to do with index1.php.
I've CHMODD'ed 'stats.txt' to 777 and I've placed
Code:
<?php include ('index1.php'); ?>
What's gone wrong in 'index1.php'?
Last edited:








