ok, time for one of those questions again
in howto 7 is described how to add text to a specific folder. It states: "The text can be any valid HTML". It can not ? I wouild like this (valid!) html code to show in folder1:
Code:
<script src="http://www.statsmachine.com/cgi-bin/counter/x deleted x"></script>
Thank you for being visitor:
<script type="text/javascript"><!--
mycount = mycount + 1;
document.write(mycount);
// --></script>
this way I can show people how many people looked at any specific album.
But: no go. Not even when I put it in header/overview/footer.html. I could change files directly, but the trick is I would like statsmachine to keep track of how many people look at every album, so I can see which
albums are more popular than others.
--
I also noted that a folder.txt like this does not work:
Code:
hallo, this is a line
and here is another one
and even a third one
TWG must have it like so:
Code:
hallo, this is a line<BR>and here is another one<BR>and even a third one
keeping this in mind
Code:
<script src="http://www.statsmachine.com/cgi-bin/counter/x deleted x"></script>Thank you for being visitor:<script type="text/javascript"><!--mycount = mycount + 1;document.write(mycount);// --></script>
does not work either.
hints, sollutions and suggestions are very welcome !