Trouble On Clicking Links

Post your Click counter digestion problems here
Post Reply
ssatishraju
Posts: 2
Joined: Sun Jun 06, 2010 4:38 am

Trouble On Clicking Links

Post by ssatishraju »

Script URL: ptcfever.co.cc
Version of script: v 1.2
Hosting company: byethost [Free host,Supports all php]
URL of phpinfo.php: ptcfever.co.cc/phpinfo.php
URL of session_test.php:
What terms did you try when SEARCHING for a solution: Clicks or not getting tracking!

Write your message below:
I tried many times, Not even a single click is getting counting but i installed all the requirements and files that are essential.

Goto www.PtcFever.co.cc and see left bottom of the page........

Any solution! :idea:
Last edited by ssatishraju on Wed Jun 09, 2010 3:47 pm, edited 1 time in total.
Henrie
Posts: 1095
Joined: Sun Aug 14, 2005 8:57 pm

Post by Henrie »

I tried to view a page on your site, but all i get are blank pages. Only the login screen for ccount is displayed. So i can not see if you have placed a correct click link on your page.
Please post the link to a page that is viewable and which contains a link you want to be counted.

Greetings,
Henrie
I do not monitor the Gbook forums regularly anymore since I do not use the Gbook script myself anymore for a long time. But it helped me a lot in learning to understand php.
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

I also can't open any of your pages, get a "500 Internal server error" on all of them.
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
Henrie
Posts: 1095
Joined: Sun Aug 14, 2005 8:57 pm

Post by Henrie »

In PM your wrote:
ssatishraju wrote:Script URL: ptcfever.co.cc
Version of script: v 1.2
Hosting company: byethost [Free host,Supports all php]
URL of phpinfo.php: ptcfever.co.cc/phpinfo.php
URL of session_test.php:
What terms did you try when SEARCHING for a solution: Clicks or not getting tracking!

Write your message below:
I tried many times, Not even a single click is getting counting but i installed all the requirements and files that are essential.

Goto www.PtcFever.co.cc and see left bottom of the page........

Any solution!
I could open the page now and see what the problem is.

In your page you have

Code: Select all

<a href="http://www.movenews.co.cc" target="_blank">ALL NEW&nbsp; BUX SITES</a> <script language="Javascript">ccount_display('7')</script>
It should be like

Code: Select all

<a href="http://www.ptcfever.co.cc/clicks/click.php?id=7" target="_blank">ALL NEW&nbsp; BUX SITES</a> <script language="Javascript">ccount_display('7')</script>
So you should replace the original link with the click.php link as is written in readme.htm file that comes with the ccount zip package. It also is explained in the ccount admin page.

Greetings,
Henrie
I do not monitor the Gbook forums regularly anymore since I do not use the Gbook script myself anymore for a long time. But it helped me a lot in learning to understand php.
ssatishraju
Posts: 2
Joined: Sun Jun 06, 2010 4:38 am

THnx

Post by ssatishraju »

It Worked ,,, Thnx a lot for those who helped me!
Post Reply