Page 1 of 1

Doesn't count the links

Posted: Mon Jul 12, 2010 3:24 pm
by Rico
Script URL:
Version of script: v1.2
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'm new here. It is very nice script, but doesnt' work really. Panel OK. I can add links, but it doesn't count the links. ids.txt and click.txt seems to bee OK. The counter stands always on 0. Any idea?

Greetings from switzerland

Posted: Tue Jul 13, 2010 5:32 pm
by Rico
Hello

Script URL is :
$settings['click_url']='http://www.alternatives-wandern.ch/ccount/click.php';


now I got the message :

 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at d:\www\www5\ccount\settings.php:1) in d:\www\www5\ccount\index.php on line 40 Warning: session_regenerate_id(): Cannot regenerate session id - headers already sent in d:\www\www5\ccount\index.php on line 875

what shall I do?
Thanks

Posted: Wed Jul 14, 2010 10:36 am
by Klemen
You probably edited the settings file in an editor that saved it in UTF-8 encoding instead of plain text.

Try this:
- download original settings.php file again
- open it in NOTEPAD, not any other editor
- make changes and save
- see if it works