prpblem

Post your Click counter digestion problems here
guest

prpblem

Post by guest »

did the setup stuff and set it up then when i try to add a link it
says an error occured and rerirects me back to the login page and if i
try again it just does the same thing
Klemen
Site Admin
Posts: 10139
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

What's the error message?
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
Roland

Same problem

Post by Roland »

Hi Klemen,

I'm having the same problem. The message is simply:

An error occured:
You are not authorized to view this page!
Back to the previous page

Any suggestions?
Klemen
Site Admin
Posts: 10139
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Hi,

That must be an error with the server/folder setup, let me know what your URL is and I will check it out.

Regards,
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
Roland

same problem

Post by Roland »

Hi,

here's the URL: http://www.voiles.be/ccount/index.php

Thanks,
Klemen
Site Admin
Posts: 10139
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Hi,

I am suspecting something, but need more info. Please proceed like this:

1. Create a new text document in Notepad and write this inside:
<?php

echo phpinfo();

?>

2. Save this file as "phpinfo.php" and upload it to your server.

3. Tell me the URL of this file

I will be able to tell you more when I have that info.

Regards,
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
Roland

same problem

Post by Roland »

OK, I've posted it in the root directory.
Klemen
Site Admin
Posts: 10139
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Download this file and upload it over the original one:
http://www.phpjunkyard.com/dnl/index.zip

Any luck?
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
Roland

No Luck

Post by Roland »

Sorry Klemen,

no luck.

?
Klemen
Site Admin
Posts: 10139
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Ok, this one got me thinking...

Download this file
http://www.phpjunkyard.com/dnl/index_debug.zip
upload it to your CCount folder and let me know when you do, will see if I get any ideas...

Regards
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
Guest

Problem solved

Post by Guest »

Thanks Klemen,

your last download has solved the problem .

Kind greetings,

Roland
munnaz

Post by munnaz »

thanks man it worked 4 me as well!!!
namednad
Posts: 4
Joined: Sun Apr 13, 2008 3:08 am

Post by namednad »

I'm having this same problem. I tried to download the file at http://www.phpjunkyard.com/dnl/index.zip but it was not available. Is this file still available somewhere for me to try?

Thanks!!!

Respectfully,
namednad
namednad
Posts: 4
Joined: Sun Apr 13, 2008 3:08 am

Post by namednad »

After doing more searching in the forums, I've downloaded and have uploaded PHPINFO.PHP, SESSION_TEST.PHP, & SESSION_TEST2.PHP to my ccount folder at http://surveyplat.com/ccount/

I'm having this problem on my son's website hosted by iPowerWeb.com I have installed and am successfully using CLICK COUNTER on one of my websites hosted by addr.com
Klemen
Site Admin
Posts: 10139
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Your sessions aren't working. Try opening file index.php in Notepad (or Wordpad), then just below this code:

Code: Select all

define('IN_SCRIPT',1);
paste

Code: Select all

session_save_path('/home/users/web/b2291/ipw.drkellog/public_html/cgi-bin/tmp');
ini_set('session.use_trans_sid',0);
Save, upload to server, close all browser windows then see if it helps. If not try the path above without "public_html/"
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