When viewing the source of the 'g2/index.php' page, I see the following:
<script type="text/javascript">
//<![CDATA[
window.__CF=window.__CF||{};window.__CF.u="/cdn-cgi/async/cf/uri/";window.__CF.p="9e/03d1a7ab31176e9e0ee1c0ca9bb818";window.__CF.o=1;window.__CF.c=0;(function(){var a=document,b=a.createElement("script");b.src="//ajax.cloudflare.com/cdn-cgi/nexp/v=918368360/cf_tools.min.js";b.setAttribute("async","true");a=a.getElementsByTagName("script");a=a[a.length-1];a.parentNode.insertBefore(b,a)})();
//]]>
</script>
... where I would expect to see:
<a title="Web Analytics" href="http://getclicky.com/[my clicky number]"><img alt="Web Analytics" src="//static.getclicky.com/media/links/badge.gif" border="0" /></a>
<script src="//static.getclicky.com/js" type="text/javascript"></script>
<script type="text/javascript">try{ clicky.init([my clicky number]); }catch(e){}</script>
<noscript><p><img alt="Clicky" width="1" height="1" src="//in.getclicky.com/[my clicky number]ns.gif" /></p></noscript>
Likewise with the 'g1' gallery.
However, when I visit http://borderlandsbestgear.com/svmanage … /index.php directly, although no gallery is displayed (which is expected), the source of the page shows the following:
<a title="Real Time Web Analytics" href="http://getclicky.com/66497044"><img alt="Real Time Web Analytics" src="//static.getclicky.com/media/links/badge.gif" border="0" /></a>
<script src="//static.getclicky.com/js" type="text/javascript"></script>
<script type="text/javascript">try{ clicky.init(66497044); }catch(e){}</script>
<noscript><p><img alt="Clicky" width="1" height="1" src="//in.getclicky.com/66497044ns.gif" /></p></noscript>
<script type="text/javascript">
//<![CDATA[
window.__CF=window.__CF||{};window.__CF.u="/cdn-cgi/async/cf/uri/";window.__CF.p="9e/03d1a7ab31176e9e0ee1c0ca9bb818";window.__CF.o=1;window.__CF.c=0;(function(){var a=document,b=a.createElement("script");b.src="//ajax.cloudflare.com/cdn-cgi/nexp/v=918368360/cf_tools.min.js";b.setAttribute("async","true");a=a.getElementsByTagName("script");a=a[a.length-1];a.parentNode.insertBefore(b,a)})();
//]]>
</script>
... ie. what I would expect to see (your Clicky code) as well as the code from the 'g1' and 'g2' galleries.
I do not know if it will help but I hope this observation proves useful in tracking down the problem.
Steven Speirs
SimpleViewer Support Team