ccount12 index problem

Post your Click counter digestion problems here
Post Reply
nina704
Posts: 3
Joined: Sun Mar 23, 2008 11:35 pm

ccount12 index problem

Post by nina704 »

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 installlated everything and follow the instruction... But when i view my index it show this on the page.

Parse error: syntax error, unexpected T_STRING, expecting ')' in D:\hshome\adramaaddicts\a-dramaaddicts.net\ccount\index.php on line 793

how can i fix this???
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Have you been editing index.php file? Upload the original one and it should work fine.
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
nina704
Posts: 3
Joined: Sun Mar 23, 2008 11:35 pm

add link problem

Post by nina704 »

okay i finally got the index and admin thing... but there another problem...

when i try to add link in admin panel... i click on add link there this message pop up....

Can't write to the IDs file! Make sure PHP scripts have permission to write to this file (CHMOD it to 666 on LINUX machines!)

how do i write this file???
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

You need to CHMOD ids.txt and clicks.txt files to 666. See readme.htm under "HELP and Troubleshooting"
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
nina704
Posts: 3
Joined: Sun Mar 23, 2008 11:35 pm

666 error

Post by nina704 »

i did what who you told me.. but when i file attributes and change the numeric value to 666, this what the is say...

Status: Set permissions of '/adramaaddicts/a-dramaaddicts.net/ccount/ids.txt' to '666'
Command: SITE CHMOD 666 ids.txt
Response: 500 'SITE CHMOD 666 ids.txt': command not understood

can you help!!!
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

In this case you are probably on a Windows server. If you have administrator access you can try something like this:
viewtopic.php?t=1406

If not you will have to contact your host and ask them to make files ids.txt and clicks.txt writable by guest internet account (PHP scripts).
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