|
|
|
|
![]() ![]() |
Jun 17 2006, 06:29 PM
Post
#1
|
|
|
Super Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 210 Joined: 7-June 06 Member No.: 24,817 |
im attempting to use a php hit counter, and i have everything uploaded and configured as the directions say, however it doesnt show up on the sitei have it on, and when i go directly to the page (counter.php) i get this error
QUOTE Warning: fopen(logs/.log): failed to open stream: Permission denied in /home/altscr/public_html/counter.php on line 66 this is line 66 CODE $file = fopen($logfile,"w+") or die("Can't open/write the log file, please CHMOD logs folder to 777 (rwx-rwx-rwx)!");
|
|
|
|
Jun 17 2006, 06:51 PM
Post
#2
|
|
|
Ancient Enigma ![]() Group: [MODERATOR] Posts: 1,788 Joined: 11-July 04 From: under the stars Member No.: 76 |
did your configuration include CHMOD of logs folder as directed? that is the error you get since your script is trying to write a log update (an increment in your hit count) BUT your access permission configuration does not allow it. you need to set CHMOD to 777 as required.
check out this thread for CHMOD details: http://www.trap17.com/forums/index.php?sho...=32102&hl=CHMOD also search the forums for other related topics on chmod. |
|
|
|
Jun 18 2006, 07:59 AM
Post
#3
|
|
|
apt-get moo ![]() Group: [MODERATOR] Posts: 2,153 Joined: 28-May 05 From: Devon, England Member No.: 7,593 ![]() |
To have it show up on the site you will need to actually include the hit counter file on the page. Wherever you want the hit counter to appear you will need to add this line:
CODE <?php include('counter.php'); ?> And remember then to save your web pages with the .PHP extension rather than .HTML or something, if you are not already doing so. |
|
|
|
Jun 19 2006, 07:41 AM
Post
#4
|
|
|
Super Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 210 Joined: 7-June 06 Member No.: 24,817 |
thank you very much, that post definately helped me out alot as i had absolutely no idea what CHMOD was
|
|
|
|
Jun 25 2006, 04:37 PM
Post
#5
|
|
|
Ancient Enigma ![]() Group: [MODERATOR] Posts: 1,788 Joined: 11-July 04 From: under the stars Member No.: 76 |
topic resolved. closed.
|
|
|
|
![]() ![]() |
Similar Topics
|
Lo-Fi Version | Time is now: 13th October 2008 - 12:08 PM |