Post più visti per blogger

Ops, dimenticavo il codice da mettere su blogger per i post più visti, eccolo:

<script type="text/javascript">
//<!--
start_views_num = 1;
limit = 10;

home2=location.href.split("/")[2]+"/";
if(location.href.match('.html')&&!location.href.match('_archive.html')){
url=location.href;
a=url.indexOf('.html');
b=url.substring(0,a+5);
document.write("<script type=\"text/javascript\" src=\"http://pcstart.co.cc/blogger/topviews/a/insert_get.php?title="+document.title+"&url="+b+"&views="+start_views_num+"\"><\/script>")
}
document.write("<script type=\"text/javascript\" src=\"http://pcstart.co.cc/blogger/topviews/a/query.php?limit="+limit+"&home2="+home2+"\"><\/script>");
//-->
</script>

0 commenti: