Title: Antispam Bee
Author: pluginkollektiv
Published: <strong>10 Ocak 2009</strong>
Last modified: 30 Mart 2026

---

Eklentilerde ara

![](https://ps.w.org/antispam-bee/assets/banner-772x250.png?rev=2898402)

![](https://ps.w.org/antispam-bee/assets/icon-256x256.png?rev=2898402)

# Antispam Bee

 [pluginkollektiv](https://profiles.wordpress.org/pluginkollektiv/) tarafından

[İndir](https://downloads.wordpress.org/plugin/antispam-bee.2.11.10.zip)

[Canlı önizleme](https://tr.wordpress.org/plugins/antispam-bee/?preview=1)

 * [Detaylar](https://tr.wordpress.org/plugins/antispam-bee/#description)
 * [İncelemeler](https://tr.wordpress.org/plugins/antispam-bee/#reviews)
 *  [Kurulum](https://tr.wordpress.org/plugins/antispam-bee/#installation)
 * [Geliştirme](https://tr.wordpress.org/plugins/antispam-bee/#developers)

 [Destek](https://wordpress.org/support/plugin/antispam-bee/)

## Açıklama

WordPress blogunuzda veya web sitenizde istenmeyen yorumlara veda edin. _Antispam
Bee_, istenmeyen yorumları ve geri izlemeleri etkin bir şekilde, captcha olmadan
ve kişisel bilgileri üçüncü taraf hizmetlerine göndermeden engeller. Ücretsiz, reklamsız
ve %100 GDPR uyumludur.

### Özellik/Ayarlara Genel Bakış

 * Onaylanan yorum yapanlara güvenme.
 * Gravatar ile yorum yapan kişilere güvenme.
 * Yorum zamanını dikkate alma.
 * Yalnızca belirli bir dilde yapılan yorumlara izin verme.
 * Belirli ülkelerden yorum yapan kullanıcıları engelleme veya izin verme.
 * Treat BBCode links as spam.
 * Normal ifadeler kullanma.
 * Önceden istenmeyen yorum gönderenler olarak işaretlenen yorum yapanlar için yerel
   istenmeyen yorum veritabanında arama yapma.
 * Yöneticileri gelen istenmeyen yorumlar hakkında e-posta ile bilgilendirme.
 * Belirli bir günden sonra mevcut istenmeyen yorumları silme.
 * Yorumlar/pinglere onay sınırı (diğer yorum türlerini silecektir).
 * Yorumları doğrudan silmeye göndermek için istenmeyen yorum göstergelerini seçme.
 * İsteğe bağlı olarak, geri izleme ve pingback’leri istenmeyen yorum algılamadan
   hariç tutma.
 * İsteğe bağlı olarak arşiv sayfalarındaki yorum formlarının istenmeyen yorum kontrolünü
   yapma.
 * İstenmeyen yorum saptama oranının günlük güncellemeleri ve toplam engellenen 
   istenmeyen yorumları da dahil olmak üzere, panodaki istenmeyen yorum istatistiklerini
   görüntüleme.

### Destek

 * [WordPress.org’daki destek forumları aracılığıyla topluluk desteği](https://wordpress.org/support/plugin/antispam-bee)
 * [Dökümantasyon](https://antispambee.pluginkollektiv.org/documentation/)‘u okuyun
 * E-posta, Twitter, GitHub sorunları vb. aracılığıyla destek sağlamıyoruz.

### Katkıda Bulun

 * Bu eklentinin aktif gelişimi [GitHub’da](https://github.com/pluginkollektiv/antispam-bee)
   ele alınmaktadır.
 * Belgelenen hatalar için aktarma talepleri büyük beğeni topluyor.
 * Bir hata bulduğunuzu düşünüyorsanız (örn. Beklenmedik davranışlar yaşıyorsanız),
   lütfen önce [destek forumlarında yayınlayın](https://wordpress.org/support/plugin/antispam-bee).
 * Bu eklentiyi tercüme etmemize yardımcı olmak isterseniz, bunu [WordPress Translate’de yapabilirsiniz](https://translate.wordpress.org/projects/wp-plugins/antispam-bee).

### Katkıda Bulunanlar

 * Geliştirici: [Sergej Müller](https://sergejmueller.github.io/)
 * Sağlayıcılar: [pluginkollektiv](https://pluginkollektiv.org)

## Ekran Görüntüleri

 * [[
 * Block or allow comments from specific countries.
 * [[
 * Allow comments only in certain languages.
 * [[
 * Add useful spam stats to your dashboard.
 * [[
 * Tailor WordPress’ spam management to your workflow.

## Yükleme

 * If you don’t know how to install a plugin for WordPress, [here’s how](https://wordpress.org/documentation/article/manage-plugins/#automatic-plugin-installation-1).

### Gereksinimler

 * PHP 5.2.4 veya üstü
 * WordPress 4.5 veya üstü

### Ayarlar

_Antispam Bee_‘yi etkinleştirdikten sonra eklenti, istenmeyen yorumları arka planda
çalışarak engeller. Ancak, siteniz için en iyi şekilde çalışan özel istenmeyen yorum
karşıtı seçeneklerinizi yapılandırmak için _Ayarlar Antispam Bee_‘i ziyaret etmek
isteyebilirsiniz.

## SSS

### Does Antispam Bee prevents spam registrations or protects form plugins?

Antispam Bee works best with default WordPress comments. It does not help to protect
form plugins and does not prevent spam registrations. Hopefully we can provide better
hooks for third party plugins to use Antispam Bee to fill this gap in the forthcoming
new major version.

### Does Antispam Bee work with Jetpack, wpDiscuz, Disqus Comments and similar comment plugins?

Antispam Bee works best with default WordPress comments. It is not compatible with
Jetpack, wpDiscuz or Disqus Comments as those plugins load a new comment form within
an iframe. Thus Antispam Bee can not access the comment form directly.

### Does Antispam Bee work with AJAX comment plugins or similar theme features?

Whether Antispam Bee works with a comment form submitted via AJAX depends on how
the AJAX request is made. If the request goes to the file that usually also receives
the comments, Antispam Bee could work with it out of the box (the [WP Ajaxify Comments](https://wordpress.org/plugins/wp-ajaxify-comments/)
plugin does this, for example).

If the comments are sent to the `admin-ajax.php`, the `antispam_bee_disallow_ajax_calls`
filter must be used to run ASB for requests to that file as well. If the script 
does not send all form data to the file, but only some selected ones, further customization
is probably necessary, as [exemplified in this post by Torsten Landsiedel](https://torstenlandsiedel.de/2020/10/04/ajaxifizierte-kommentare-und-antispam-bee/)(
in German).

### Antispam Bee herhangi bir özel kullanıcı verilerini saklıyor mu ve GDPR ile uyumlu mu?

Antispam Bee, Avrupa’da geliştirildi. Mahremiyet söz konusu olduğunda, burada biraz
titiz olabileceğimizi duymuş olabilirsiniz. Eklenti özel kullanıcı verilerini kaydetmez
ve GDPR ile %100 uyumludur.

### Antispam Bee’nin çalışması için herhangi bir tema şablonunu düzenlemem gerekecek mi?

Hayır, eklenti olduğu gibi çalışır. Yine de favori ayarlarınızı yapılandırmak isteyebilirsiniz.

### Antispam Bee kısaltılmış IP’lerle çalışıyor mu?

Genel olarak evet. Ancak, yorum meta verilerinde iptal edilen veya kısaltılmış IP
adresleri için Antispam Bee eklentisinin devreye alınması önerilmez. Yorumların 
adı ve e-posta adresi benzersiz olmadığından, bir IP adresi tek güvenilir ölçümdür.
Depolanan IP adresleri ne kadar tamamlanırsa, istenmeyen yorumun atanması veya algılanması
daha güvenilirdir.

### Algılanmamış istenmeyen yorumu nasıl gönderebilirim?

Antispam eklentisi bazı istenmeyen yorumları es geçtiyse, bu yorumlar analiz için
rapor edilebilir. Bu amaçla bir [Google tablosu](http://goo.gl/forms/ITzVHXkLVL)
oluşturuldu.

### Antispam Bee ile Varnish?

WordPress Apache + Varnish ile çalıştırılıyorsa, ziyaretçilerin gerçek IP adresi
WordPress’te görünmez. Bu yüzden Antispam-Eklentisi, doğru işlevsellik için temelden
yoksundur. Varnish konfigürasyon dosyasındaki bir uyarlama /etc/varnish/default.
vcl, bir çözüm sağlar ve orijinal (Apache’den değil) IP adresini X-Forwarded-For
HTTP başlığında iletir:

> if (req.restarts == 0) {
>  set req.http.X-Forwarded-For = client.ip; }

### Ücretli hizmetler veya sınırlamalar var mı?

Hayır, Antispam Bee hem özel hem de ticari projeler için sonsuza dek ücretsizdir.
İstediğiniz kadar sitede kullanabilirsiniz. Eklentiyi kullandığınız site sayısında
bir sınırlama yoktur.

A complete documentation is available on [pluginkollektiv.org](https://antispambee.pluginkollektiv.org/documentation/).

### How can I report security bugs?

You can report security bugs through the Patchstack Vulnerability Disclosure Program.
The Patchstack team helps validate, triage and handle any security vulnerabilities.
[Report a security vulnerability.](https://patchstack.com/database/vdp/445425e4-f5dd-4404-80a7-690999f5bcb3)

## İncelemeler

![](https://secure.gravatar.com/avatar/cf3f6850f37901203078cee59580eb1a741770dddb1a565c68413fc6fa5776f2?
s=60&d=retro&r=g)

### 󠀁[Works better than JetPack](https://wordpress.org/support/topic/works-better-than-jetpack/)󠁿

 [Terence Eden](https://profiles.wordpress.org/edent/) 14 Mart 2026

Simple to set up and use. Catches all the spam and deletes it before I get a chance
to see it. Might miss one or two pieces a week, but that’s still better than JetPack
and it preserves my users’ privacy.

![](https://secure.gravatar.com/avatar/d6987e0b04dcd068bd50e1e32a57c2f9ba8afe73136153ea2cd21dd36ddb580f?
s=60&d=retro&r=g)

### 󠀁[Nice!](https://wordpress.org/support/topic/nice-4962/)󠁿

 [mark ball](https://profiles.wordpress.org/mballew/) 18 Ekim 2025

Very Well Done, easy to get started, clear nav, easy easy easy, thank you.

![](https://secure.gravatar.com/avatar/868da8c5dd91d002db5da41a0d8435b5e3a1806e1d49045a79c140e9e6bde574?
s=60&d=retro&r=g)

### 󠀁[Just Works ™](https://wordpress.org/support/topic/just-works-818/)󠁿

 [xpil](https://profiles.wordpress.org/xpil/) 7 Temmuz 2025

The plugin does exactly what you are expecting it to do: it stops comment spam. 
It is non-intrusive and extremely efficient. I haven’t seen a single spam comment
on my blog for many years now. Kudos.

![](https://secure.gravatar.com/avatar/1b25a2298cf15ee25935b8a854dc525a32d6c9011b076c855d39ddb9feff8baf?
s=60&d=retro&r=g)

### 󠀁[Exceptional plugin](https://wordpress.org/support/topic/exceptional-plugin-42/)󠁿

 [justinw1970](https://profiles.wordpress.org/justinw1970/) 25 Mayıs 2025

Have used this for years. Should have left a review before now. This is a real gem
of a plugin. Have it on all my sites. Long may it continue!

![](https://secure.gravatar.com/avatar/afe86171d9178582f079da43f4454947052fe9568f6744cd13cf29131644f9cd?
s=60&d=retro&r=g)

### 󠀁[Easy and Clean](https://wordpress.org/support/topic/easy-and-clean-35/)󠁿

 [Jason Ball](https://profiles.wordpress.org/jasonfintips/) 5 Mayıs 2025

Easy and clean to use.

![](https://secure.gravatar.com/avatar/5021ef308d59974cb85195f537aa41dc3e4f4da963d49ed2c79d32b5e1c57d22?
s=60&d=retro&r=g)

### 󠀁[I had to find where to review… impressed!](https://wordpress.org/support/topic/i-had-to-find-where-to-review-impressed/)󠁿

 [hmibarrylsalter](https://profiles.wordpress.org/hmibarrylsalter/) 10 Mart 2025

On one of my sites, I was having a real tough time with crap like, slot machines
and by bitcoin and just all this junk I had to go and delete. Today I found “1” 
after months of not going into the back end of this site, ONE spam and I hit spam
and it went away… Later today, I’m going to go load antispam bee on all my clients
sites…. I’ve had clients with thousands of spams and I don’t have time for this…
Oh and I tried jetpack, it caused issues and I deleted it won’t bother with it again.

 [ 225 incelemeyi oku ](https://wordpress.org/support/plugin/antispam-bee/reviews/)

## Katkıda Bulunanlar ve Geliştiriciler

“Antispam Bee” açık kaynaklı yazılımdır. Aşağıdaki kişiler bu eklentiye katkıda 
bulunmuşlardır.

Katkıda bulunanlar

 *   [ pluginkollektiv ](https://profiles.wordpress.org/pluginkollektiv/)
 *   [ websupporter ](https://profiles.wordpress.org/websupporter/)
 *   [ Alain Schlesser ](https://profiles.wordpress.org/schlessera/)
 *   [ Torsten Landsiedel ](https://profiles.wordpress.org/zodiac1978/)
 *   [ Pascal Birchler ](https://profiles.wordpress.org/swissspidy/)
 *   [ Simon Kraft ](https://profiles.wordpress.org/krafit/)
 *   [ Bernhard Kau ](https://profiles.wordpress.org/kau-boy/)
 *   [ Florian Brinkmann ](https://profiles.wordpress.org/florianbrinkmann/)
 *   [ Matthias Pfefferle ](https://profiles.wordpress.org/pfefferle/)

“Antispam Bee” 30 dile çevrildi. Katkıda bulundukları için [çevirmenlere](https://translate.wordpress.org/projects/wp-plugins/antispam-bee/contributors)
teşekkürler.

[“Antispam Bee” eklentisini dilinize çevirin.](https://translate.wordpress.org/projects/wp-plugins/antispam-bee)

### Geliştirmeyle ilgilenir misiniz?

[Kodu görüntüleyin](https://plugins.trac.wordpress.org/browser/antispam-bee/), [SVN deposuna](https://plugins.svn.wordpress.org/antispam-bee/)
göz atın ya da [RSS](https://plugins.trac.wordpress.org/log/antispam-bee/?limit=100&mode=stop_on_copy&format=rss)
ile [geliştirme günlüğüne](https://plugins.trac.wordpress.org/log/antispam-bee/)
abone olun.

## Değişiklik Kaydı

### 2.11.10

 * Fix: remove build-tool warnings from minified Javascript and CSS resources

### 2.11.9

 * Tweak: Improved compatibility with unquoted HTML attributes in comment forms
 * Maintenance: Tested up to WordPress 7.0

### 2.11.8

 * Tweak: Minor code changes and housekeeping
 * Tweak: Add link to Patchstack in readme
 * Maintenance: Tested up to WordPress 6.8

### 2.11.7

 * Tweak: Use SCRIPT_NAME instead of REQUEST_URI to check path
 * Fix: Remove `add_reasons_to_defaults()` from general initialization for better
   WordPress 6.7 compatibility
 * Maintenance: Tested up to WordPress 6.7

### 2.11.6

 * Fix: Delete missed out option on uninstall (Thanks @okvee!)
 * Tweak: Minor i18n improvements (Thanks Pedro!)
 * Tweak: Minor code changes and housekeeping
 * Tweak: Updated dependencies

### 2.11.5

IMPORTANT: If you use the country check and are behind a proxy or similar, you need
to use the `antispam_bee_trusted_ip` filter to get the correct IP from a header 
like `HTTP_X_FORWARDED` (don’t return an empty value here, otherwise all comments
are marked as spam).

 * Fix: Usage of core filter `pre_comment_user_ip` breaks ASB if the IP address 
   is removed for GDPR compliance

### 2.11.4

IMPORTANT: If you use the country check and are behind a proxy or similar, you need
to use the `pre_comment_user_ip` filter to get the correct IP from a header like`
HTTP_X_FORWARDED`.

 * Fix: Read client IP for country check from `REMOTE_ADDR` only (filterable via`
   pre_comment_user_ip`)
 * Fix: No spam reason in spam notification email, and related PHP warning
 * Fix: Remove outdated info from readme
 * Enhancement: Show upgrade notice on plugin overview page
 * Maintenance: Tested up to WordPress 6.3

### 2.11.3

 * Fix: Multiselect for “Delete comments by spam reasons” was not saving values
 * Fix: Fix broken link for ISO country codes
 * Maintenance: Added test for PHP 8.2
 * Maintenance: Tested up to WordPress 6.2

### 2.11.2

 * Tweak: remove superfluous translations
 * Tweak: make FAQ link an anchor link
 * Fix: spam counter no longer raises a warning with PHP 8.1 if no spam is present
   yet
 * Fix: spam reasons are now localized correctly
 * Fix: Translations were loaded twice on some admin pages
 * Maintenance: Tested up to WordPress 6.1

### 2.11.1

 * Tweak: remove superfluous type attribute from inline script tag
 * Maintenance: Tested up to WordPress 6.0

### 2.11.0

 * Fix: Allow empty comments if `allow_empty_comment` is set to true
 * Fix: Add `aria-label` to work around bug in a11y testing tools
 * Fix: Change priority for `comment_form_field_comment` from 10 to 99
 * Tweak: Updated some FAQ entries
 * Tweak: Updated build tooling

### 2.10.0

 * Fix: Switch from ip2country.info to iplocate.io for country check
 * Enhancement: Use filter to add the honeypot field instead of output buffering
   for new installations and added option to switch between the both ways
 * Tweak: Added comment user agent to regex pattern check
 * Tweak: Make the ping detection filterable to support new comment types
 * Tweak: Updated internal documentation links
 * Tweak: Several updates and optimizations in the testing process
 * Tweak: Adjust color palette to recent WP version
 * Tweak: Adjust wording in variables and option names
 * Readme: Add new contributor and clean up unused code

### 2.9.4

 * Enhancement: Add filter to allow ajax calls
 * Tweak: Better wording for BBCode feature in plugin description
 * Tweak: Better screenshots in the plugin directory
 * Maintenance: Tested up to WordPress 5.7

### 2.9.3

 * Fixed: Compatibility with WordPress 5.5
 * Fixed: Undefined index on spam list page
 * Tweak: Better wording on settings page
 * Tweak: AMP compatibility
 * Tweak: Protect CSS from overwrite through bad themes

### 2.9.2

 * Fix: Delete comment meta for deleted old spam. For the cleanup of older orphaned
   comment meta we suggest the usage of [WP Sweep](https://wordpress.org/plugins/wp-sweep/)
 * Düzeltme: Panodaki yanlış değer gösteren istatistik
 * İnce Ayar: Otomatik tamamlama niteliğini “yeni şifre” olarak değiştir
 * İnce Ayar: Uyumluluğu otomatik optimize et iyileştirildi
 * İnce Ayar: Kara listeyi/beyaz listeyi daha iyi bir ifadeyle yeniden adlandırdı
 * İnce Ayar: Yeni şablon eklendi
 * İnce Ayar: Kullanıcı arayüzü ve metin optimizasyonları
 * İnce Ayar: Bazı sunucu yapılandırmalarıyla daha iyi uyumluluk
 * İnce Ayar: İstenmeyen nedenini sıralanabilir ve filtrelenebilir hale getirin
 * İnce Ayar: Manuel olarak işaretlenmiş istenmeyen yorumun nedenini ekleyin
 * Bakım: Kullanılmayan kod silindi
 * Bakım: Sahte IP kontrolü kaldırıldı (güvenilir değil ve yanlış pozitifler üretiyor)
 * Bakım: Bazı kodlama standart sorunları düzeltildi
 * Bakım: WordPress 5.4’e kadar test edildi
 * Bakım: PHP 7.4’e kadar test edildi

### 2.9.1

 * Gelişmiş yönetim paneli erişilebilirliği
 * Önceden doldurulmuş yorum metin kutuları şimdi honeypot ile çalışıyor
 * AMP eklentisi ile uyumlu (https://wordpress.org/plugins/amp/)
 * Geliştirilmiş gösterge panosu ipuçları
 * Dil algılama API’si için geliştirmeler
 * Yerel istenmeyen yorum veritabanı için ölçeklenebilir IP araması

### 2.9.0

 * Kodlama standartlarının tanıtılması.
 * Dil kontrolü için franc dil algılama API’sine geçiş.
 * IP adresinin üzerine yazmaz, daha sonra WordPress, `pre_comment_user_ip` komutunu
   kullanarak yorumu kaydeder.
 * “Gravatar Göster” seçeneği ayarlanmamışsa “Gravatar ile yorum yapan kişilere 
   güven” gösterme.
 * Kendime ping attığımda kontrolleri atla.
 * Çeviri işlevlerinin bazı yanlış kullanımları düzeltildi.
 * Normal ifadeleri kullanarak geri izleme için de kontrol edin.
 * Eklenti yönetici arayüzü üzerinden silindiğinde Antispam Bee ile ilgili verileri
   silmek için seçenek eklendi.
 * Her yorum için hashed+salted IP kaydetme
 * Gelen geri izlemeleri için yeni bir kontrol.
 * Behat testlerinin yayınlanması.
 * İstatistik bileşeni için kullanılan JavaScript kitaplığını günceller.
 * “Yazılar dışında kullanılan yorum formunda” seçeneğindeki hata giderildi.

### 2.8.1

 * PHP 5.3 uyumluluğu
 * Bir istenmeyen yorum geri bildiriminin ölümcül bir hata ürettiği sorun düzeltildi.
 * Daha fazla ayrıntı için bkz. https://github.com/pluginkollektiv/antispam-bee/
   milestone/8?closed=1

### 2.8.0

 * Potansiyel GDPR ihlali önlemek için stopforumspam.com kaldırıldı
 * GDPR ile uyum sağlamak için IP işlemleri geliştirildi
 * PHP7.2 uyumluluğu geliştirildi
 * Mobil görünümlerdeki küçük hata düzeltildi
 * Dil kontrolünde birden fazla dile izin ver
 * Küçük arayüz iyileştirmeleri
 * Eski Rusça ve Hollandaca çeviri dosyaları kaldırıldı
 * Daha fazla ayrıntı için bkz. https://github.com/pluginkollektiv/antispam-bee/
   milestone/4?closed=1

### 2.7.1

 * Chrome otomatik doldurma ile uyumsuzluk düzeltildi
 * Yorum alanının boş bırakıldığı diğer eklentiler/temalarla bazı uyumsuzluklar 
   giderildi
 * RTL için destek
 * Bazı çeviri/dil sorunları çözüldü
 * Dil kontrolüne dil eklemek için yeni bir filtre
 * Daha fazla ayrıntı için bkz. https://github.com/pluginkollektiv/antispam-bee/
   milestone/6?closed=1

### 2.7.0

 * Ülke kontrolü tekrar geri döndü (inanılmaz çalışması ve servis sayfası için Sergej
   Müller’e teşekkürler)
 * İyileştirilmiş Honeypot
 * Google Translate API aracılığıyla dil kontrolü tekrar geri döndü (maliyetleri
   karşılamak için https://moenus.net/ adresinden Simon Kraft’a teşekkürler)
 * Daha fazla varsayılan Regex
 * Birim Test Çerçevesi
 * Erişilebilirlik ve GUI geliştirmeleri
 * Artık [İngilizce dokümantasyon](https://github.com/pluginkollektiv/antispam-bee/wiki)
   da mevcut. Alman dokümantasyonda bazı düzeltmeler.
 * Bazı hata düzeltmeleri – diğer şeylerin yanı sıra WPML uyumluluğu
 * Daha fazla ayrıntı için bkz. https://github.com/pluginkollektiv/antispam-bee/
   milestone/3?closed=1

### 2.6.9

 * Eklenti genelinde bağış bağlantıları güncellendi
 * Panodaki JavaScript’in hatalı olarak sıkıştırıldığı hata düzeltildi.
 * En yeni WordPress sürümüyle uyumluluk sağlar

### 2.6.8

 * POT dosyası eklendi
 * güncelleştirilmiş Almanca çeviri, resmi versiyon eklendi
 * altyazı yerine bir tire eklemek için güncellenmiş eklenti metin alanı
 * güncellendi, çevrilmiş + formatlanmış README.md
 * eklenti ve dillerdeki dosyalarda güncelleştirilmiş bağlantı URL’leri güncellendi
 * güncellenmiş [eklenti geliştiricileri](https://pluginkollektiv.org/hello-world/)

### 2.6.7

 * İşlevlerin kaldırılması _Belirli ülkelerden yorumları engelleme_ ve _Finansal
   nedenlerle yalnızca belirli bir dilde yorumlara izin ver_ – [daha fazla bilgi](https://antispambee.pluginkollektiv.org/news/2015/removal-of-allow-comments-only-in-certain-language/)

### 2.6.6

 * Resmi Google Çeviri API’sına geçildi
 * _Yayın zaman yatırımı (Geliştirme ve QA): 2,5 saat_

### 2.6.5

 * Düzeltme: `dashboard_glance_items` callback / thx üzerindeki parametreleri döndürün
   [@toscho](https://twitter.com/toscho)
 * Yeni işlev: Gravatar / thx [ @glueckpress ](https://twitter.com/glueckpress) 
   ile yorum yapanlara güvenin
 * Ek olasılık kontrolleri ve filtreler
 * _Yayın zaman yatırımı (Geliştirme ve QA): 12 saat_

### 2.6.4

 * Yorum süresinin dikkate alınması (Bir yorum 5 saniyeden daha kısa sürede yazılmışsa
   istenmeyen) – [daha fazla bilgi](https://antispambee.pluginkollektiv.org/news/2014/antispam-bee-2-6-4/)
 * _Yayın zaman yatırımı (Geliştirme ve QA): 6.25 saat_

### 2.6.3

 * İstenmeyen yorumlar içerisindeki Antispam Bee sütunu için sıralama
 * REQUEST_URI kullanımıyla ilgili kod yeniden kodlandı
 * _Yayın zaman yatırımı (Geliştirme ve QA): 2.75 saat_

### 2.6.2

 * Sahte IP’lerin algılanması geliştirildi
 * _Yayın zaman yatırımı (Geliştirme ve QA): 11 saat_

### 2.6.1

 * Kod seçenekleri yönetiminin yeniden yapılandırılması
 * `HTTP_FORWARDED_FOR` başlığı desteği
 * _Yayın zaman yatırımı (Geliştirme ve QA): 8,5 saat_

### 2.6.0

 * WordPress 3.8 için Optimizasyonlar
 * Yorum alanlarında geçersiz UTF-8 karakterlerini temizle
 * İstenmeyen yorumları içeren bir sütun olarak istenmeyen yorum nedeni

Değişikliklerin tamamı için [GitHub depomuza](https://github.com/pluginkollektiv/antispam-bee)
bakın.

## Meta

 *  Sürüm **2.11.10**
 *  Son güncelleme **2 hafta önce**
 *  Etkin kurulumlar **700.000+**
 *  WordPress sürümü ** 4.6 veya üstü **
 *  Test edilen sürüm **7.0**
 *  PHP sürümü ** 5.2 veya üstü **
 *  Diller
 * [Catalan](https://ca.wordpress.org/plugins/antispam-bee/), [Chinese (Taiwan)](https://tw.wordpress.org/plugins/antispam-bee/),
   [Danish](https://da.wordpress.org/plugins/antispam-bee/), [Dutch](https://nl.wordpress.org/plugins/antispam-bee/),
   [Dutch (Belgium)](https://nl-be.wordpress.org/plugins/antispam-bee/), [English (Australia)](https://en-au.wordpress.org/plugins/antispam-bee/),
   [English (Canada)](https://en-ca.wordpress.org/plugins/antispam-bee/), [English (New Zealand)](https://en-nz.wordpress.org/plugins/antispam-bee/),
   [English (UK)](https://en-gb.wordpress.org/plugins/antispam-bee/), [English (US)](https://wordpress.org/plugins/antispam-bee/),
   [French (France)](https://fr.wordpress.org/plugins/antispam-bee/), [Galician](https://gl.wordpress.org/plugins/antispam-bee/),
   [German](https://de.wordpress.org/plugins/antispam-bee/), [German (Austria)](https://de-at.wordpress.org/plugins/antispam-bee/),
   [German (Switzerland)](https://de-ch.wordpress.org/plugins/antispam-bee/), [Greek](https://el.wordpress.org/plugins/antispam-bee/),
   [Italian](https://it.wordpress.org/plugins/antispam-bee/), [Japanese](https://ja.wordpress.org/plugins/antispam-bee/),
   [Norwegian (Bokmål)](https://nb.wordpress.org/plugins/antispam-bee/), [Persian](https://fa.wordpress.org/plugins/antispam-bee/),
   [Portuguese (Portugal)](https://pt.wordpress.org/plugins/antispam-bee/), [Russian](https://ru.wordpress.org/plugins/antispam-bee/),
   [Slovak](https://sk.wordpress.org/plugins/antispam-bee/), [Slovenian](https://sl.wordpress.org/plugins/antispam-bee/),
   [Spanish (Chile)](https://cl.wordpress.org/plugins/antispam-bee/), [Spanish (Mexico)](https://es-mx.wordpress.org/plugins/antispam-bee/),
   [Spanish (Spain)](https://es.wordpress.org/plugins/antispam-bee/), [Spanish (Venezuela)](https://ve.wordpress.org/plugins/antispam-bee/),
   [Swedish](https://sv.wordpress.org/plugins/antispam-bee/), [Turkish](https://tr.wordpress.org/plugins/antispam-bee/)
   ve [Ukrainian](https://uk.wordpress.org/plugins/antispam-bee/).
 *  [Dilinize çevirin](https://translate.wordpress.org/projects/wp-plugins/antispam-bee)
 * Etiketler
 * [anti-spam](https://tr.wordpress.org/plugins/tags/anti-spam/)[antispam](https://tr.wordpress.org/plugins/tags/antispam/)
   [comments](https://tr.wordpress.org/plugins/tags/comments/)[spam filter](https://tr.wordpress.org/plugins/tags/spam-filter/)
   [spam protection](https://tr.wordpress.org/plugins/tags/spam-protection/)
 *  [Gelişmiş görünüm](https://tr.wordpress.org/plugins/antispam-bee/advanced/)

## Puanlar

 5 üzerinden 4.8 yıldız.

 *  [  212 5 yıldızlı inceleme     ](https://wordpress.org/support/plugin/antispam-bee/reviews/?filter=5)
 *  [  2 4 yıldızlı inceleme     ](https://wordpress.org/support/plugin/antispam-bee/reviews/?filter=4)
 *  [  1 3 yıldızlı inceleme     ](https://wordpress.org/support/plugin/antispam-bee/reviews/?filter=3)
 *  [  2 2 yıldızlı inceleme     ](https://wordpress.org/support/plugin/antispam-bee/reviews/?filter=2)
 *  [  8 1 yıldızlı inceleme     ](https://wordpress.org/support/plugin/antispam-bee/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/antispam-bee/reviews/#new-post)

[Tüm değerlendirmeleri görün](https://wordpress.org/support/plugin/antispam-bee/reviews/)

## Katkıda bulunanlar

 *   [ pluginkollektiv ](https://profiles.wordpress.org/pluginkollektiv/)
 *   [ websupporter ](https://profiles.wordpress.org/websupporter/)
 *   [ Alain Schlesser ](https://profiles.wordpress.org/schlessera/)
 *   [ Torsten Landsiedel ](https://profiles.wordpress.org/zodiac1978/)
 *   [ Pascal Birchler ](https://profiles.wordpress.org/swissspidy/)
 *   [ Simon Kraft ](https://profiles.wordpress.org/krafit/)
 *   [ Bernhard Kau ](https://profiles.wordpress.org/kau-boy/)
 *   [ Florian Brinkmann ](https://profiles.wordpress.org/florianbrinkmann/)
 *   [ Matthias Pfefferle ](https://profiles.wordpress.org/pfefferle/)

## Destek

Son iki ay içinde çözülen sorunlar:

     1 adetten 1 adedi

 [Destek forumunu görüntüle](https://wordpress.org/support/plugin/antispam-bee/)

## Bağış yap

Bu eklentinin geliştirilmesini desteklemek ister misiniz?

 [ Bu eklentiye bağış yap ](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=TD4AMD2D8EMZW)