I uploaded everything chmoded the clicks.txt and ids.txt set the images in binary mode and for the setting
$settings['2']
$settings['apass']="admin";
$settings['http://www.aoumi.net/sn/ccount/click.php']
that's how it's set in the blank document that i renames settings.php I don't understand here's the way to ccount, http://aoumi.net/sn/ccount
It's not working and I'm getting all these errors, can someone help me please..
It isn't working..
Hi,
Delete your settings.php file and start over again. You must edit ONLY values between quotes, not values between [ and ] !
For example to set your URL you should set
And similar for all settings. Again, do NOT change anything between [ and ], change the part after =
Regards
Delete your settings.php file and start over again. You must edit ONLY values between quotes, not values between [ and ] !
Code: Select all
$settings['DO_NOT_EDIT_THIS']="EDIT_THIS";
Code: Select all
$settings['ccount_url']="http://www.aoumi.net/sn/ccount/click.php";
Regards
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
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


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
This is what I get in the admin panel, It wont let me log in, my password is admin.
I changed the setting's to..
I don't know what is wrong with it now.[/code]
I changed the setting's to..
Code: Select all
$settings['system']="1";
$settings['apass']="admin";
$settings['ccount_url']="http://www.aoumi.net/sn/ccount/click.php";
Code: Select all
$settings['system']="1"; $settings['apass']="admin"; $settings['ccount_url']="http://www.aoumi.net/sn/ccount/click.php";
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/aoumida/public_html/sn/ccount/settings.php:3)
in /home/aoumida/public_html/sn/ccount/index.php on line 40

Oh, I know what is wrong. Did you EDIT the original setting.php file or did you create a NEW settings.php file?
What you should do is open the ORIGINAL settings.php (the one that was included in the ccount11.zip file), open it in a plain text editor (like notepad or wordpad) and edit settings. Then save it and upload to server.
You have probably created a blank file and named it settings.php. Your settings.php now lacks a few variables and doesn't have PHP open and close tags:
<?php
?>
So, open the ORIGINAL settings.php in a text editor, edit it, save and upload.
Regards
What you should do is open the ORIGINAL settings.php (the one that was included in the ccount11.zip file), open it in a plain text editor (like notepad or wordpad) and edit settings. Then save it and upload to server.
You have probably created a blank file and named it settings.php. Your settings.php now lacks a few variables and doesn't have PHP open and close tags:
<?php
?>
So, open the ORIGINAL settings.php in a text editor, edit it, save and upload.
Regards
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
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


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