Hello there,
i want to integrate the ccount script in ti my cms
but i want to remove the login area, so how can i remove this?
greets
BaBa2002
remove all the login
You can add this code to line 43 of index.php:
But I don't recommend removing admin password and do so at your own risk.
Code: Select all
$_SESSION['logged'] = 'Y';
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
Re: remove all the login
I was wondering if this still applied to version 1.2. I need to not have a login on my version. I tried adding this code to the line you specified but I still couldn't get it to work. Thanks advance for your help.
Re: remove all the login
That should work with the latest CCount version, double-check the line. That code should be just ABOVE of
Code: Select all
/* If no action parameter is set let's force visitor to login */
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