前言介紹
- 這款 WordPress 外掛「PHPEnkoder」是 2008-10-23 上架。 目前已經下架不再更新,不建議安裝使用。
- 目前有 2000 個安裝啟用數。
- 上一次更新是 2023-09-05,距離現在已有 606 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 外掛最低要求 WordPress 2.3 以上版本才可以安裝。
- 有 8 人給過評分。
- 論壇上目前有 1 個提問,問題解答率 0%
外掛協作開發者
外掛標籤
bot | spam | robot | crawler | harvest |
內容簡介
PHPEnkoder 是一個從優秀的 Hivelogic Enkoder 移植到 PHP 而來的 WordPress 外掛。它的功能是以一種使用者可看見但機器人不能的方式顯示文字。
編碼系統是直接而不掩飾地從採用 BSD 授權的 Hivelogic Enkoder 的原始碼中借來的。它的運作方式是隨機編碼原始文字並傳送自我評估的 Javascript 程序到瀏覽器,該程序將生成原始文字。這種方式有兩個作用:第一,機器人必須有相當完整的 Javascript 實現(特別是它必須有 eval 函數);第二,解碼過程可以任意地設計為需要大量的計算。這類似於收取計算付款以發送電子郵件的想法,但實際上已經被實現了。
PHPEnkoder 預設會對純文字和 mailto: 連結進行編碼。此外,它還提供了一個手動編碼的短碼,用法如下:[enkode text="對非 JS 瀏覽器顯示的文字"]這段文字將被編碼[/enkode]。
原文外掛簡介
PHPEnkoder is a port of the excellent Hivelogic
Enkoder to PHP and, more specifically,
to WordPress. It is used to display text in a way that users can see
and bots can’t.
The encoding system is directly and unabashedly stolen from the
BSD-licensed source of Hivelogic Enkoder, which works by randomly
encoding a piece of text and sending to the browser self-evaluating
Javascript that will generate the original text. This works in two
ways: first, a bot must first have a fairly complete Javascript
implementation (in particular, it must have eval); second, the
decoding process can be made arbitrarily computationally
intensive. This is similar to the idea of charging computational
payments to send e-mail, only this is actually implemented.
By default, PHPEnkoder scrambles e-mails in plaintext and in mailto:
links. It additionally provides a shortcode for manual scrambling,
used like so: [enkode text="shown to non-JS browsers"]this will be
scrambled[/enkode].
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「PHPEnkoder」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
1.0 | 1.2 | 1.3 | 1.4 | 1.5 | 1.6 | 1.7 | 1.8 | 1.9 | 1.10 | 1.11 | 1.12 | 1.13 | 1.14 | 1.15 | trunk | 1.12.1 | 1.14.1 | 1.15.1 |
延伸相關外掛(你可能也想知道)
Pixeline's Email Protector 》此外掛提供了一種非侵入式但高效的方式來保護郵件地址免受郵件收割機 / 垃圾郵件機器人的攻擊。這裡提供了一個示範。, 文章 / 頁面作者可以按照通常的格式(&...。
Email JavaScript Cloak 》這個外掛讓你可以使用簡碼在內容中自動生成「隱藏的」電子郵件地址。, 什麼是隱藏?, 舉例來說,假如你的文章/頁面中出現電子郵件地址[email protected]...。