Login problem---cannot disply the webpage

Post your Click counter digestion problems here
Post Reply
cluegem
Posts: 7
Joined: Sat Jun 14, 2008 5:23 am

Login problem---cannot disply the webpage

Post by cluegem »

Script URL:don't really know what you want
Version of script:1.2
Hosting company:em..a chinese host
URL of phpinfo.php:http://www.yyskin.com/php/phpinfo.php
URL of session_test.php:http://www.yyskin.com/php/session_test.php
What terms did you try when SEARCHING for a solution:cannot login


Write your message below:

After i followed all the instructions in the read me file and attempted to login to the ccount control panal, the page always takes a long time and end up displaying "internet explorer cannot display the webpage"...i don't know what's going on..is it the problem of my host? i'm kind of new and would really appreciate if anyone can solve my problem! thx.
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Can you set the admin password to default (admin) so we can test it?
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
cluegem
Posts: 7
Joined: Sat Jun 14, 2008 5:23 am

Post by cluegem »

ok, i've set the password to admin

and the installation is at

http://www.yyskin.com/ccount
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Just tired and I can't login with password admin, please double-check it.
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
cluegem
Posts: 7
Joined: Sat Jun 14, 2008 5:23 am

Post by cluegem »

i really did change back the pass...

this is the file content


<?php
/*** SETUP YOUR CLICK COUNTER ***/
/* Detailed information can be found in the readme file */

/* Password for admin area */
$settings['apass']='admin';

/* URL of the click.php file */
$settings['click_url']='http://www.yyskin/www/ccount/click.php';

/* Count UNIQUE clicks ONLY? 1 = YES, 0 = NO */
$settings['count_unique']=0;

/* Number of hours a visitor is considered as "unique" */
$settings['unique_hours']=1;

/*** OPTIONAL SETTINGS BELOW ***/

/* Name of the log file */
$settings['logfile']='clicks.txt';

/* Name of the file where last ID number is stored */
$settings['idfile']='ids.txt';

/*****************************
* DO NOT EDIT BELOW THIS LINE
*/
if (!defined('IN_SCRIPT')) {die('Invalid attempt!');}
$settings['verzija']='1.2';
?>
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

But did you upload the modified settings file to your server?

Can you login with the password admin at
http://www.yyskin.com/ccount/index.php
? I can't.

And by the way, your

Code: Select all

$settings['click_url']='http://www.yyskin/www/ccount/click.php'; 
should be

Code: Select all

$settings['click_url']='http://www.yyskin.com/ccount/click.php'; 
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
cluegem
Posts: 7
Joined: Sat Jun 14, 2008 5:23 am

Post by cluegem »

i don't know how.. but now i got it!!!

thk u so much!!

Tina
cluegem
Posts: 7
Joined: Sat Jun 14, 2008 5:23 am

Post by cluegem »

also i have a question...

does ccount work on link with downloads? so like count the number of downloads of a file..
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Sure, as long as it's a link CCount can count clicks on it. Many webmasters use it for this exact purpose - to count downloads.
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
cluegem
Posts: 7
Joined: Sat Jun 14, 2008 5:23 am

Post by cluegem »

em...well i was able to login to my control panel and attached a few links.

But i don't think ccount is counting the clicks(i used another computer to click it but it did not show up)..i did use the ID url instead of my original file url... don't know what's wrong T_T..

the password is still admin..can u plz help me?

Tina
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Your click_url in the settings.php file is still wrong, the URL is missing ".com". You have

Code: Select all

http://www.yyskin/ccount/click.php
but it should be

Code: Select all

http://www.yyskin.com/ccount/click.php
Fix that and it will work fine, for example this one works:
http://www.yyskin.com/ccount/click.php?id=1
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
cluegem
Posts: 7
Joined: Sat Jun 14, 2008 5:23 am

Post by cluegem »

thank u very much!~

now it works ^_^

P.S. btw, did anyone tell u u'r really good? >_<

Tina
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

I hear that all the time :wink: :lol:
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
Post Reply