Login problem---cannot disply the webpage
Login problem---cannot disply the webpage
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.
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.
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 
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
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 
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
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';
?>
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';
?>
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 should be
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';
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 
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
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 
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
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
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
Your click_url in the settings.php file is still wrong, the URL is missing ".com". You have
but it should be
Fix that and it will work fine, for example this one works:
http://www.yyskin.com/ccount/click.php?id=1
Code: Select all
http://www.yyskin/ccount/click.php
Code: Select all
http://www.yyskin.com/ccount/click.php
http://www.yyskin.com/ccount/click.php?id=1
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
I hear that all the time



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