Caracolix Software Support

Support and Bug reports

You are not logged in.

Announcement

This forum is to provide support to users of our software. This is not a blog type and there are no daily posts or articles for people to follow in a daily basis. Thus spaming here is a waste of your time.

This board is constantly monitored and we delete spam and other infringements before it gets to our readers.

Spamer accounts are also banned on sight.

Read on "HOW TO POST IN THIS BOARD" if you need to post a message to request support or any other reason.

The Admin

#1 2007-08-31 15:18:51

admin
Administrator

How to put a HitMan counter on an eBay page

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 big_smile

Offline

 

#2 2007-08-31 16:00:17

admin
Administrator

Re: How to put a HitMan counter on an eBay page

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson