Now I founded great script that suits for me. mcLinksCounter.
Now I need some help with displaying my top-list. I think you have skills for this kind thing.
Ok.. below are some examples of top-list variables, but I need list that is ordered by hits, and don't show hits in end of link name. Hopely someone can figured this out.
Order by hits number all links in sites category. Don't show clicks:
My best sites :<br><? mclc_catC($PHP_SELF, "Sites"); ?>
Same as above, but shows clicks in end of link name:
My best sites :<br><? mclc_catC_clics($PHP_SELF, "Sites"); ?>
This shows top-10 sites and count of clicks in end of link name:
<? mclc_catCtop_clics($PHP_SELF, "Sites",10); ?>
What I want, is like that 3, but I don't want those click numbers shows after link. So what kind of code you suggest? Ask if you need more information.
I already tried this:
<? mclc_catCtop($PHP_SELF, "Sites",10); ?>
But I only get undefined function error.