• Because of some server security issues on their server, a business must have this Javascript laid into a WordPress blog so they can track visits. Where can I safetly place this code to have it work and keep page counts for these folks?
    Thank you

    <!– Counter/Statistics –>
    <?php $TimeStamp = time();
    $VisitURL = “\”http://visit.webhosting.yahoo.com/visit.gif?&#8221;.$TimeStamp.”\”” ?>
    <script language=”JavaScript” src=”http://hostingprod.com/js_source/geov2.js”></script&gt;
    <script language=”javascript”> geovisit();</script>
    <noscript><img src=<?php echo $VisitURL ?> border=”0″ width=”1″ height=”1″>
    </noscript>

  • The topic ‘Adding Javascript for Pagecount’ is closed to new replies.