It isn't working..

Post your Click counter digestion problems here
Post Reply
Helpuser

It isn't working..

Post 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..
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post 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
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
Guest

Post 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]
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post 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
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
Guest

Post by Guest »

holy geez you're right lol, silly me i created a new one :? thanks a lot i love this program! :]
Post Reply