Support and Bug reports
You are not logged in.
To use a blind counter on any page (a counter visitors can't see) you normaly use HitMan Page View feature (Page View button on the edit screen). This feature creates a code which once inserted on a html page creates a frame with the information hm3 server needs to link to your counter.
However, eBay doesn't allow that type of code in their pages so then HitMan cannot be used right away. Until a new version of HitMan comes out the following fix will work just fine. What we have to do here is to replace the iframe code for a ficticious image as follow
This code is what HitMan 3 shows
<!-- Begin HitMan code -->
<iframe height="0" width="0" frameborder="0" scrolling="no" src="http://www.hit2count.com/h3.man?acc=my_Samples&lnk=TestLink&cmd=fix"></iframe>
<!-- End HitMan code -->
The code you should use instead is:
<!-- Begin HitMan code --><IMG SRC="http://www.hit2count.com/h3.man?acc=my_Samples&lnk=TestLink&cmd=fix"
WIDTH="1" HEIGHT="1" ALIGN="BOTTOM" BORDER="0"><!-- End HitMan code -->
You must replace the TestLink word with the name you've used on your configuration. (The friendly name). You also need to use your account ID instead of my_Samples
Note:
There is no need to create a graphic image, even tough no width, height information is really necessary but I left it because it looks more puzzling if anyone ever takes a look of the code ![]()
Offline
See a working sample here
http://cgi.ebay.com/ws/eBayISAPI.dll?Vi … 0153005975
Offline