Page 1 of 1

counter will not display

Posted: Tue Aug 28, 2012 5:02 pm
by jle70
Script URL: www.mytechservices.info
Version of script: 1.4
Hosting company: hostgator
URL of phpinfo.php: www.mytechservices.info/pc/counter14
URL of session_test.php: www.mytechservices.info/pc/counter14
What terms did you try when SEARCHING for a solution:
counter no display
Write your message below:
When loading http://www.mytechservices.info/pc/count ... ?page=test I get this document.write('11');. But on the webpage I do not get it to show up.

Code: Select all

<script language="Javascript" src="http://www.mytechservices.info/pc/counter14/counter.php?page=test"><!--
//--></script>

Re: counter will not display

Posted: Tue Aug 28, 2012 5:31 pm
by Klemen
That's because your host is automatically adding code into generated pages and that code is breaking counter code.

If you look at the source code of your counter.php?page=test page in browser you will see a lot of Javascript code. That is not something generated by the counter, it's added there by your host.