evet gördüm yeni kodları.
tam olarak şu şekilde düzenledim. uygundur dersen direk ftp ye atacam
# block visitors referred from sharebutton.to and other referral spammer
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{HTTP_REFERER} sharebutton\.to [NC,OR]
RewriteCond %{HTTP_REFERER} buttons-for-website\.com
RewriteRule .* [F]
# block visitors referred from offers.bycontext.com and other referral spammer
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{HTTP_REFERER} offers.bycontext\.com [NC,OR]
RewriteCond %{HTTP_REFERER} buttons-for-website\.com
RewriteRule .* [F]
# block visitors referred from domination.ml and other referral spammer
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{HTTP_REFERER} domination\.nl [NC,OR]
RewriteCond %{HTTP_REFERER} buttons-for-website\.com
RewriteRule .* [F]
# block visitors referred from generalporn.org and other referral spammer
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{HTTP_REFERER} generalporn\.org [NC,OR]
RewriteCond %{HTTP_REFERER} buttons-for-website\.com
RewriteRule .* [F]
# block visitors referred from youporn-forum.ga and other referral spammer
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{HTTP_REFERER} youporn-forum\.ga [NC,OR]
RewriteCond %{HTTP_REFERER} buttons-for-website\.com
RewriteRule .* [F]