ไม่รู้ว่าจริงหรือไม่จริง ช่วยคอนเฟริมหน่อยนะครับว่าช่วยได้จริงไหม
WP Footer Trick to Get Free Traffic
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.
<?php
if (is_single()){
$link="
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>
<?} ?>