Ben htaccess dosyasına aşağıdaki kodu ekledim. Sorun çözüldü.
# spam bot engelleme
RewriteEngine on
RewriteCond %{HTTP_REFERER} forum\.topic16519926\.darodar\.com [NC,OR]
RewriteCond %{HTTP_REFERER} www\.lienscash\.com [NC,OR]
RewriteCond %{HTTP_REFERER} econom\.co [NC,OR]
RewriteCond %{HTTP_REFERER} shopping\.ilovevitaly\.ru [NC]
RewriteRule .* - [F]
yaptım. Bakalım ne olacak. İnşallah işe yarar.