Page 1 of 1

Login problem---cannot disply the webpage

Posted: Sat Jun 14, 2008 5:35 am
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.

Posted: Sat Jun 14, 2008 3:11 pm
by Klemen
Can you set the admin password to default (admin) so we can test it?

Posted: Sat Jun 14, 2008 3:15 pm
by cluegem
ok, i've set the password to admin

and the installation is at

http://www.yyskin.com/ccount

Posted: Sat Jun 14, 2008 3:31 pm
by Klemen
Just tired and I can't login with password admin, please double-check it.

Posted: Sat Jun 14, 2008 3:48 pm
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';
?>

Posted: Sat Jun 14, 2008 4:07 pm
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'; 

Posted: Sat Jun 14, 2008 5:42 pm
by cluegem
i don't know how.. but now i got it!!!

thk u so much!!

Tina

Posted: Sat Jun 14, 2008 6:06 pm
by cluegem
also i have a question...

does ccount work on link with downloads? so like count the number of downloads of a file..

Posted: Sat Jun 14, 2008 7:39 pm
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.

Posted: Sat Jun 14, 2008 7:50 pm
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

Posted: Sat Jun 14, 2008 7:54 pm
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

Posted: Sat Jun 14, 2008 7:57 pm
by cluegem
thank u very much!~

now it works ^_^

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

Tina

Posted: Sat Jun 14, 2008 8:29 pm
by Klemen
I hear that all the time :wink: :lol: