Chuyển đến phần nội dung
WordPress.org

tiếng Việt

  • Giao diện
  • Plugin
  • Tin tức
    • Tài liệu hướng dẫn
    • Diễn đàn
  • Giới thiệu
  • Facebook #WPVN
  • Tải WordPress
Tải WordPress
WordPress.org

Plugin Directory

IP Blacklist for Cloudflare

  • Gửi một plugin
  • Yêu thích của tôi
  • Đăng nhập
  • Gửi một plugin
  • Yêu thích của tôi
  • Đăng nhập

IP Blacklist for Cloudflare

Bởi Matt Miller
Tải về
  • Chi tiết
  • Đánh giá
  • Nhà phát triển
Hỗ trợ

Mô tả

Cloudflare provides security and optimization services for websites all around the internet. WordPress sites are often attacked by bots or hackers and, while Cloudflare has preset firewall rules to help, it doesn’t always filter out all malicious activity.

Cloudflare IP Blacklist allows WordPress admins to add a list of prohibited usernames and if someone attempts to log in with one of these usernames, this users IP address is automatically added to the Cloudflare blacklist. By doing this, the next time this user attempts to load the site, they will be blocked by Cloudflare before their requests get to your site’s server. Add an extra layer of security today to your site!

** This plugin relies on the use of Cloudflare, a third-party service that increases security and performance for web sites and services across the internet. For more information, visit the Cloudflare website and their privacy policy. This plugin is not officially endorsed, built or maintained by the Cloudflare team; rather, we are a development company that uses their services every day! **

Localizations

This plugin is available in the following languages:

  • Albanian (Shqip)
  • Arabic (العربية)
  • Armenian (Հայերեն)
  • Basque (Euskara)
  • Bengali (বাংলা)
  • Bulgarian (Български)
  • Catalan (Català)
  • Chinese Simplified (简体中文)
  • Croatian (Hrvatski)
  • Czech (Čeština)
  • Danish (Dansk)
  • Dutch (Nederlands)
  • Estonian (Eesti)
  • Finnish (Suomi)
  • French (Français)
  • Galician (Galego)
  • Georgian (ქართული)
  • German (Deutsch)
  • Greek (Ελληνικά)
  • Hebrew (עברית)
  • Hindi (हिन्दी)
  • Hungarian (Magyar)
  • Indonesian (Bahasa Indonesia)
  • Irish (Gaeilge)
  • Italian (Italiano)
  • Japanese (日本語)
  • Korean (한국어)
  • Latvian (Latviešu)
  • Lithuanian (Lietuvių)
  • Macedonian (Македонски)
  • Norwegian (Norsk)
  • Persian (فارسی)
  • Persian – Afghanistan (دری)
  • Polish (Polski)
  • Portuguese – Brazil (Português do Brasil)
  • Portuguese – Portugal (Português)
  • Romanian (Română)
  • Russian (Русский)
  • Serbian (Српски)
  • Slovak (Slovenčina)
  • Slovenian (Slovenščina)
  • Spanish (Español)
  • Swedish (Svenska)
  • Tamil (தமிழ்)
  • Thai (ไทย)
  • Turkish (Türkçe)
  • Ukrainian (Українська)
  • Urdu (اردو)
  • Vietnamese (Tiếng Việt)
  • Welsh (Cymraeg)

Ảnh màn hình

Hỏi đáp

How do I set up my Cloudflare API credentials?

Go to Settings > Cloudflare IP Blacklist in your WordPress admin. You can authenticate using either a scoped API Token (recommended) or your Global API Key (legacy). For API Tokens, create one in your Cloudflare dashboard with the “Account > Account Firewall Access Rules > Edit” permission.

What happens when someone tries to log in with a banned username?

Their IP address is automatically added to your Cloudflare firewall block list. On their next visit, Cloudflare blocks them before the request ever reaches your server, saving your server resources.

Can I use an API Token instead of the Global API Key?

Yes! As of version 1.0.5, scoped API Tokens are fully supported and recommended over the Global API Key. Create a token in your Cloudflare dashboard with the required firewall permissions.

What PHP and WordPress versions are supported?

The plugin requires PHP 8.1 or higher and has been tested up to WordPress 6.9.1.

What languages are supported?

The plugin is available in 30 languages with more being added regularly. We are working toward supporting 50 languages total!

Đánh giá

Không có đánh giá nào cho plugin này.

Người đóng góp & Lập trình viên

“IP Blacklist for Cloudflare” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.

Những người đóng góp
  • Matt Miller
  • mikemm01

Dịch “IP Blacklist for Cloudflare” sang ngôn ngữ của bạn.

Muốn tham gia phát triển?

Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.

Nhật ký thay đổi

1.2.2

  • Fixed text domain mismatch: updated all i18n calls to use correct slug ip-blacklist-for-cloudflare
  • Renamed translation files to match correct text domain
  • Added ABSPATH checks to ReviewNotice.php and SiteSettingsView.php
  • Fixed unescaped output in SiteSettingsView.php (printf calls now use wp_kses_post + numbered placeholders)
  • Removed deprecated load_plugin_textdomain() call (WordPress handles this since 4.6)
  • Replaced parse_url() with wp_parse_url() in Helpers.php
  • Updated “Tested up to” to 6.9

1.2.1

  • Added GPL license declaration to plugin header
  • Updated Author URI
  • Added direct file access protection to all PHP files
  • Improved output escaping and input sanitization
  • Removed non-production files from plugin directory

1.2.0

  • Added translations for 50 languages
  • Added POT translation template file
  • Added opt-in data cleanup on plugin deletion
  • Added Settings link on Plugins page
  • Updated FAQ section
  • Updated readme with complete language list

1.1.1

  • Added translations for Russian, Polish, Dutch, Turkish, and Swedish
  • Updated localization section in readme

1.1.0

  • Added Chinese Simplified (zh_CN) translation

1.0.9

  • Added Japanese (ja) translation

1.0.8

  • Tested up to WordPress 6.9.1

1.0.7

  • Added dismissible review prompt notice after 14 days of usage

1.0.6

  • Added translations for Spanish, French, German, Portuguese (Brazilian), and Italian

1.0.5

  • Added support for scoped API tokens as an alternative to Global API Key
  • Added connected state UI with credential status bar and masked credential preview
  • Added Disconnect action to easily switch authentication methods
  • Added internationalization (i18n) support for all user-facing strings
  • Labeled Global API Key as Legacy, recommending API Token for new installs
  • Added required Cloudflare token permissions in API Token field description

1.0.4

  • Added output escaping to settings page
  • Scoped nonce verification to plugin settings page only
  • Removed unnecessary error suppression on nonce verification

1.0.3

  • Improved setup instructions for Cloudflare API credentials

1.0.2

  • Compatibility updates for WordPress 6.9 and PHP 8.1+
  • Fixed PHP 8.2 dynamic property deprecation warnings

1.0.1

  • Initial public release

Meta

  • Phiên bản 1.2.2
  • Cập nhật lần cuối 3 tháng trước
  • Số lượt cài đặt 20+
  • Đã kiểm tra lên đến 6.9.4
  • Phiên bản PHP 8.1 hoặc cao hơn
  • Ngôn ngữ
    English (US)
  • Thẻ
    loginpasswordpasswordsprofilesecurity
  • Nâng cao

Đánh giá

Chưa có đánh giá nào được gửi.

Your review

Xem tất cả đánh giá

Những người đóng góp

  • Matt Miller
  • mikemm01

Hỗ trợ

Có điều gì muốn nói? cần giúp đỡ?

Xem diễn đàn hỗ trợ

  • Giới thiệu
  • Tin tức
  • Lưu trữ
  • Quyền riêng tư
  • Trưng bày
  • Giao diện
  • Plugin
  • Mẫu khối
  • Học hỏi
  • Hỗ trợ
  • Nhà phát triển
  • WordPress.tv ↗
  • Tham gia
  • Sự kiện
  • Quyên góp ↗
  • Năm cho Tương lai
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

tiếng Việt

  • Truy cập tài khoản X (trước đây là Twitter) của chúng tôi
  • Visit our Bluesky account
  • Visit our Mastodon account
  • Visit our Threads account
  • Xem trang Facebook của chúng tôi
  • Truy cập tài khoản Instagram của chúng tôi
  • Truy cập tài khoản LinkedIn của chúng tôi
  • Visit our TikTok account
  • Truy cập kênh YouTube của chúng tôi
  • Visit our Tumblr account
Viết code như làm thơ.
The WordPress® trademark is the intellectual property of the WordPress Foundation.