can we see who has bookmarked our files,
or how many times a file of us was bookmarked…
i prefer item view count
i did not tried but i think you can use a counter image generated by your counter script (PHP or what else) in your item page…
for example in file description you include your item’s small photo right?
you can link the image like that…
http://www.yoursite.com/generateimage.php?name=myfile
so generateimage.php gets file name and looks for the image named myfile and returns it as image… by this time makes myfile’s count +1 too…
i think this works fine
if allowed 