Yeah, that is a common problem,
that is called "
referer spam"
check this page..
http://productforums.google.com/forum/#!topic/blogger/j-A2S0R91Zw
###########
oka lesiyen nawattanna puluwak deyak nemei.. Google eken Advice karanne , oya
http://www.vampirestat.com
http://www.adsensewatchdog.com
http://www.7secretsearch.com
wage adsense stats wala tiyena links click karala balanna epaa kiyana ekai, mokada eka tamai spam karana ayage target eka,
and..you can do another thing,
if you have linux based hosted site..
Spam siets block karana eka..
menna me widiyata..
The .htaccess - Denying certain domains access
The concept allowing all domains
EXCEPT certain ones remains simple. The same .htaccess can be used with some changes in wording.
AuthUserFile /dev/null
AuthGroupFile /dev/null
AuthName NotFromUNONovia
<Limit GET>
order allow,deny
allow from all
deny from .unomaha.edu
deny from .novia.net
</Limit>
This will allow access to the directory from ALL sites except those specified. Simple enough?
Remember to chmod 604 .htaccess so it can be read by the browser!