Skip to main content

Remove Hosting24 Analytics Code in website hosted on 000webhost

When you registered and hosted your websites on 000webhost.com, you manage and publish them. Everything seems normally. Your websites will operate without any problem. However, some security services and web browsers sometimes detect something as a malware at an javascript line code. Like this:



<script type="text/javascript" src="http://stats.hosting24.com/count.php"></script>

 Then, you usually go to your website template and try to find that code but you find nothing about that in the template. If you browse the front-end, you can find the code in source:


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

 Actually,  000webhost inserts this script at the end of each your web pages named as Hosting24 Analytics Code. They are used to make some stats and counting for your websites which can be view in 000webhost CPanel. 000webhost provide Manage analytics code function to manage them at http://members.000webhost.com/analytics.php


To remove the code:

  • Input your site domain and your password

  • Choose Disable code

Remember that you will not able to get stats for your website from 000webhost. However, you can enable code every times.

That's all. Make some checks to see the result.

With succeed!

Comments

  1. Thank your post.
    I also found a general way for every case.
    We will do it by updating .htaccess file.
    Just add this code line to your .htaccess file: php_value auto_append_file none

    ReplyDelete
  2. Thank @Guest!
    Just did it.

    ReplyDelete
  3. Great! thank you for posting.

    ReplyDelete
  4. Thankx Friend... this Helped me.

    Thanks a lot.

    ReplyDelete

Post a Comment

Popular posts from this blog

Turn off AutoPlay on Windows

On Windows, when you insert an USB or a CD/DVD into your computer, they are usually opened automatically. So the computer maybe infected autorun virus. To avoid that, you should turn off AutoPlay function.

Create Wordpress page template

When creating a new page in Wordpress, we usually have a choice for the page template. It's call Default template . However, we sometimes need to make a new page with a new appearance. Then another page template is needed. Instead of downloading a shared page template from internet, we can create a new page template by below instructions.