Page 1 of 1

Trouble On Clicking Links

Posted: Sun Jun 06, 2010 4:53 am
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:

Posted: Sun Jun 06, 2010 7:25 am
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

Posted: Sun Jun 06, 2010 8:41 am
by Klemen
I also can't open any of your pages, get a "500 Internal server error" on all of them.

Posted: Wed Jun 09, 2010 4:13 pm
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

THnx

Posted: Thu Jun 10, 2010 1:41 am
by ssatishraju
It Worked ,,, Thnx a lot for those who helped me!