+ Reply to Thread
Results 1 to 2 of 2

Thread: Can you please remove all the JS code that you automatically put on my pages?

  1. #1
    Junior Member anwaarhimself is on a distinguished road
    Join Date
    Oct 2011
    Posts
    1

    Can you please remove all the JS code that you automatically put on my pages?

    There is a piece of code which is added to every web page on your server and its stopping me from being able to run my php script.

  2. #2
    Super Moderator Modestas is on a distinguished road Modestas's Avatar
    Join Date
    Jun 2011
    Posts
    1,859

    Re: Can you please remove all the JS code that you automatically put on my pages?

    Hello,

    If you mean counter code, it can be removed by placing .htaccess in the root directory with the following entry:

    php_value auto_append_file none

    For more information, check this article Remove The Counter Code

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34