Page 1 of 1
It isn't working..
Posted: Sun Apr 17, 2005 5:11 pm
by Helpuser
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..
Posted: Sun Apr 17, 2005 5:35 pm
by Klemen
Hi,
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";
For example to set your URL you should set
Code: Select all
$settings['ccount_url']="http://www.aoumi.net/sn/ccount/click.php";
And similar for all settings. Again, do NOT change anything between [ and ], change the part after =
Regards
Posted: Sun Apr 17, 2005 6:13 pm
by Guest
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..
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

I don't know what is wrong with it now.[/code]
Posted: Sun Apr 17, 2005 8:20 pm
by Klemen
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
Posted: Sun Apr 17, 2005 10:31 pm
by Guest
holy geez you're right lol, silly me i created a new one

thanks a lot i love this program! :]