Friday, May 10, 2024
 Popular · Latest · Hot · Upcoming
122
rated 0 times [  129] [ 7]  / answers: 1 / hits: 20308  / 15 Years ago, mon, february 15, 2010, 12:00:00

I use the free webhost 000webhost. The service is okay but it inserts some javascript counter into every file and request.
The script looks like this.



<!-- www.000webhost.com Analytics Code -->
<script type=text/javascript src=http://analytics.hosting24.com/count.php></script>
<noscript><a href=http://www.hosting24.com/><img src=http://analytics.hosting24.com/count.php alt=web hosting /></a></noscript>
<!-- End Of Analytics Code -->


If i do a jquery post it breaks my code and I get no response.



<?xml version=1.0?>
<response>
<status>1</status>
<time>1266267386</time>
<message>
<author>test</author>
<text>hallo</text>
</message>
<message>
<author>test</author>
<text>hallo</text>
</message>
<message>
<author>test</author>
<text>hallo</text>
</message>
<message>
<author>test</author>
<text>hallo</text>
</message>
<message>
<author>admin</author>
<text>hallo</text>
</message>
</response>
<!-- www.000webhost.com Analytics Code -->
<script type=text/javascript src=http://analytics.hosting24.com/count.php></script>
<noscript><a href=http://www.hosting24.com/><img src=http://analytics.hosting24.com/count.php alt=web hosting /></a></noscript>
<!-- End Of Analytics Code -->


How can I fix that? How can I remove the hosting javascript code?


More From » php

 Answers
46

They have a link in their cPanel where you can disable the analytics code.



http://members.000webhost.com/analytics.php



EDIT



Beware - by doing this you violate their policy and they will eventually drop you from their service and you will lose all your data.


[#97563] Friday, February 12, 2010, 15 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
abagail

Total Points: 528
Total Questions: 109
Total Answers: 101

Location: Western Sahara
Member since Mon, May 3, 2021
3 Years ago
;