Page 2 of 2
Posted: Tue Mar 29, 2005 11:39 am
by Klemen
I'm still getting a "Wrong password" error?
Posted: Tue Mar 29, 2005 9:55 pm
by johnmlane
yes, that is my problem. however settings.php is as below:
// Password for admin area
$settings['admin']="admin";
Posted: Wed Mar 30, 2005 2:43 am
by johnmlane
woops, my bad. should read:
// Password for admin area
$settings['apass']="admin";
aahhhh.. sorry
thanks
john
Posted: Wed Mar 30, 2005 2:47 pm
by Klemen
Still get the error "Wrong password"? You CAN login with the password "admin"?
Posted: Sat Apr 16, 2005 6:38 pm
by Guest
I am having the same problem as notepad with the single ? at the end of the URL
www.clantsh.org/tshclan/hits/admin.php
password is admin
(I changed the folder name it was in but that shouldnt make a difference, i've been coding for a while to know that much

)
Posted: Sat Apr 16, 2005 6:48 pm
by Cryptech
^^^ That is me, I forgot to login
the link for the PHP info is
http://clantsh.org/tshclan/phpinfo.php
had to edit
Posted: Sun Apr 17, 2005 1:35 am
by Lion king
If anyone is still having problems with that script let me know, i came across this site today.. install the script and it did not work at first.. i had to make a 1 vital changeand it work like magic.
Posted: Sun Apr 17, 2005 3:16 pm
by Klemen
Cryptech: you renamed the "index.php" file to "admin.php". Now you must open admin.php in a plain text editor and change ALL "index.php" names to "admin.php". Your admin.php is trying to open an index.php script, but it was renamed to admin.php
Regards
it doesent work
Posted: Sun May 08, 2005 6:47 pm
by verygrei
Why can't i log on to my admin panel?
Posted: Mon May 09, 2005 9:41 am
by Klemen
Can't help you unless you provide the URL to your installation, admin password, server/PHP information, ...
Regards
Posted: Fri Jun 17, 2005 6:38 pm
by BigK
I can't log into the admin panel either, just blanks out the password every time I click the button, same issue as above. My host is using PHP version 4.0.6. Will it not work with that version? Is there anything I can do besides try to convince them to update? Here is a link to the site:
http://www.promo-specials.com/ccounter/
If you want to look at PHP info, let me know.
Thanks,
BigK
Posted: Fri Jun 17, 2005 8:09 pm
by Klemen
Hi,
Version 4.0.6 is a very old version which was released way back on 23rd June 2001. That version doesn't support some features CCount uses.
I suggest that you contact your hosting company and ask them to upgrade PHP to version 4.3.11 which can be downloaded from
http://www.php.net/downloads.php
This is a much more powerful, secure and up to date version than the current version you are running (the 4.0.6 is a buggy version and should NOT be used anymore).
If they are a serious company they will do the upgrade for free (I wonder why they haven't in all these years...). If not, I suggest you start looking for a new hosting company, one that regularly updates its software.
One your PHP is updated to version 4.3.11 Ccount should work without problems.
Regards
Posted: Fri Jan 12, 2007 2:55 am
by sh33p
I can't login for some reason. Just clears out where the password goes, and doesn't do anything else. Any ideas?
Posted: Fri Jan 12, 2007 6:34 am
by Klemen
Post links to your session_test and phpinfo files, will have a look.