1
<!-- Hosting24 Analytics Code -->
<script type="text/javascript" src="http://stats.hosting24.com/count.php"></script>
<!-- End Of Analytics Code -->

This is I'm getting at the end of the JSON, I don't from where it is coming. My JSON Parsing is getting failed because of these lines of code.

My API is in PHP.

Is it coming from the host? I've written a mail to them too.

kamal pal
  • 4,187
  • 5
  • 25
  • 40
Rohit Kumar
  • 877
  • 6
  • 20

2 Answers2

0

You need to manage your analytics code from here: http://members.000webhost.com/analytics.php

use your user and password and disable it.

Regards, Saar

Saar
  • 2,276
  • 1
  • 16
  • 14
0

Your answer has been addressed here. As mentioned below you can configure your cPanel to stop tracking. A problem being your domain will be closed due to inactivity.

Alternatively you can add the following to the .htaccess file in your public_html which should stop tracking but maintain your hosting.

<FilesMatch "\.(php)$">
    php_value auto_append_file none
</FilesMatch>

courtesy of wiseindy

This shouldn't really be tolerated, I would advise you switch hosting services.

Community
  • 1
  • 1
DWB
  • 1,544
  • 2
  • 16
  • 33