Hi everyone,
My first post here. I want to delete the kontera code from all my php files.
All of the php files are located in the one folder (not in any sub-folders either).
I want to use a PHP script to detect all the php files in that folder, open it to find the Kontera code & delete it..
The code I want to delete is this:
<!-- Kontera ContentLink™ -->
<script type="text/javascript">
var dc_UnitID = 14;
var dc_PublisherID = xxxxxx;
var dc_AdLinkColor = 'blue';
var dc_isBoldActive= 'no';
var dc_adprod='ADL';
</script>
<script type="text/javascript"
SRC="http://kona.kontera.com/javascript/lib/KonaLibInline.js"></script>
<!-- Kontera ContentLink™ -->
and it's identical on every page.
Thanks in advance!
-Richard