Here is something, on your blog, in the footer.php before the </body> tag if you paste this code above it, everytime someone goes to your site they ping it from their own ip address.
For get footer.php code
Visit Here
For get footer.php code
Visit Here
PHP Code:
<?php
if (is_single()){
$link="[url]http://pingomatic.com/ping/?
title=".get_the_title()
."&blogurl=".get_
permalink()
."&rssurl=".get_bloginfo_
rss('rss2_url')."&chk_
weblogscom=on&chk_
blogs=on&chk_
technorati=on&chk_
feedburner=on&chk_
syndic8=on&chk_
newsgator=on&chk_
feedster=on&chk_
myyahoo=on&ch _
pubsubcom=on&chk_
blogdigger=on&chk_
blogrolling=on&chk_
blogstreet=on&chk_
moreover=on&chk_
weblogalot=on&chk_
icerocket=on&chk_
newsisfree=on&chk_
topicexchange=on&chk_
google=on&chk_
tailrank=on&chk_
bloglines=on&chk_
postrank=on&chk_
skygrid=on&chk_
collecta=on&chk_
audioweblogs=on&chk_
rubhub=on&chk_
geourl=on&chk_
a2b=on&chk_
blogshares=on";
?>
<iframe src=""
border="0"
scrolling="no"
style="display:none;"></
iframe>
<?} ?>
Comment