Page 1 of 1

ccount12 index problem

Posted: Sun Mar 23, 2008 11:45 pm
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???

Posted: Mon Mar 24, 2008 1:17 pm
by Klemen
Have you been editing index.php file? Upload the original one and it should work fine.

add link problem

Posted: Wed Mar 26, 2008 1:18 am
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???

Posted: Wed Mar 26, 2008 10:38 am
by Klemen
You need to CHMOD ids.txt and clicks.txt files to 666. See readme.htm under "HELP and Troubleshooting"

666 error

Posted: Wed Mar 26, 2008 12:08 pm
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!!!

Posted: Wed Mar 26, 2008 5:44 pm
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).