前言介紹
- 這款 WordPress 外掛「BTEV」是 2007-04-20 上架。 目前已經下架不再更新,不建議安裝使用。
- 目前有 100 個安裝啟用數。
- 上一次更新是 2014-05-04,距離現在已有 4018 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 外掛最低要求 WordPress 3.2 以上版本才可以安裝。
- 有 1 人給過評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
mwdmeyer |
外掛標籤
btev | admin | stats | events | event viewer |
內容簡介
Bluetrait Event Viewer 2 現已推出!
Bluetrait Event Viewer (BTEV) 監控發生在你的 WordPress 安裝中的事件(例如失敗的登入嘗試)。
如果你需要監控多個 WordPress 安裝,你可以透過受密碼保護的 RSS 傳遞發佈這些事件。
如果你有任何評論、提示、要求等,請聯繫我,或者我在 Twitter 上的 @mwdale 上。
BTEV 追蹤以下事件:
password_reset
delete_user
wp_login
lostpassword_post
profile_update
add_attachment
wp_logout
user_register
switch_theme
publish_post
監控其他外掛的啟用/停用
請注意,此外掛每週會打電話至官方網站檢查更新。
唯一發送的資訊是安裝的 Bluetrait Event Viewer 目前版本。
事件 API
你可以將自己的事件添加到事件查看器中,只需在需要添加條目時調用以下函數:
btev_trigger_error($error_string, $error_number, __FILE__, __LINE__);
或者
btev_trigger_error($error_string, $error_number);
參數描述:
$error_string: 此值可以是任何字符串,用於事件查看器中的描述字段。
$error_number: 此值可以是以下之一:E_USER_ERROR、E_USER_WARNING、E_USER_NOTICE。這些值決定事件查看器中訊息的類型(錯誤、警告、通知)。
__FILE__: 這是發生事件的文件,請注意 __FILE__ 是一個 PHP 預定義變量。此值決定來源。
__LINE__: 這是發生事件的行,請注意 __LINE__ 是一個 PHP 預定義變量。
例如:
btev_trigger_error('登入成功:"' . $user_login . '"', E_USER_NOTICE);
或者
btev_trigger_error('登入成功:"' . $user_login . '"', E_USER_NOTICE, __FILE__, __LINE__);
注意:你應該檢查插件是否啟用。最簡單的方法如下:
if (function_exists('btev_trigger_error')) {
btev_trigger_error('登入成功:"' . $user_login . '"', E_USER_NOTICE);
}
原文外掛簡介
Bluetrait Event Viewer 2 is now out!
Bluetrait Event Viewer (BTEV) monitors events (such as failed login attempts) that occur in your WordPress install.
You can publish these events via a password protected RSS feed if you need to monitor multiple WordPress installs.
If you have any comments/tips/requests etc please contact me or I am on twitter @mwdale
BTEV tracks the following events:
password_reset
delete_user
wp_login
lostpassword_post
profile_update
add_attachment
wp_logout
user_register
switch_theme
publish_post
monitors activation/deactivation of other plugins
Please be aware that this plugin will phone home once a week to check for updates.
The only information sent is the current version of Bluetrait Event Viewer installed.
Event API
It is possible to add your own events to the event viewer. Simply call the following function when you want add an entry:
btev_trigger_error($error_string, $error_number, __FILE__, __LINE__);
or
btev_trigger_error($error_string, $error_number);
Argument Descriptions:
$error_string: This value can be any string, it is used in the description field in the event viewer.
$error_number: This value can be one of the following: E_USER_ERROR, E_USER_WARNING, E_USER_NOTICE. These values determine the type of message in the event viewer (Error, Warning, Notice).
__FILE__: This is the file where the event occurred, please note __FILE__ is a PHP predefined variable. This value determines the source.
__LINE__: This is the line where the event occurred, please note __LINE__ is a PHP predefined variable.
So an example would be:
btev_trigger_error('Login Successful: "' . $user_login . '"', E_USER_NOTICE);
or
btev_trigger_error('Login Successful: "' . $user_login . '"', E_USER_NOTICE, __FILE__, __LINE__);
NOTE: You should check to make sure that the plugin is active. The easiest way to do this is as follows:
if (function_exists('btev_trigger_error')) {
btev_trigger_error('Login Successful: "' . $user_login . '"', E_USER_NOTICE);
}
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「BTEV」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
0.4 | 0.5 | 0.6 | 1.0 | 1.1 | 1.2 | 1.3 | 1.4 | 1.5 | 1.6 | 1.7 | 1.8 | 1.9 | 2.0 | 1.8.1 | 1.8.2 | 1.8.3 | 1.9.1 | 1.9.2 | 1.9.3 | 2.0.1 | 2.0.2 | trunk | 1.9.2.1 |
延伸相關外掛(你可能也想知道)
Redux Framework 》Redux – 快速在 WordPress 的 Gutenberg 中建立完整頁面, , 使用我們不斷更新的 WordPress 區塊模板、版面配置和模式強化 Gutenberg 編輯器。發現無限可能,...。
Loginizer 》Loginizer 是一個 WordPress 外掛,可幫助您對抗暴力攻擊,當 IP 地址達到最大重試次數時,該外掛會阻止其登錄。您可以使用 Loginizer 將 IP 地址列入黑名單...。
LightStart – Maintenance Mode, Coming Soon and Landing Page Builder 》這款 WordPress 外掛可讓您在維護網站時顯示一個維護頁面,讓訪客知道您的網站是暫時關閉的,也可以為新網站新增「即將到來」頁面,同時也可為現有網站創建登...。
Admin Menu Editor 》Admin Menu Editor 可讓您手動編輯儀表板菜單。您可以重新排序菜單,顯示/隱藏特定項目,修改權限等等。, 功能, , 更改菜單標題、URL、圖標、CSS 類等。, 通...。
White Label CMS 》White Label CMS 外掛針對開發者設計,提供客戶更具個性化且易於使用的內容管理系統。, 詳細瞭解 2.0 版本外掛變更,請參閱 Video User Manuals 網站。, 功能...。
Orbit Fox by ThemeIsle 》透過Orbit Fox,您可以使用各種模組擴充您的主題功能,例如社交媒體分享按鈕和圖示、自訂選單圖示、頁首和頁尾腳本、一鍵導入頁面模板、頁面建構器附加元件和...。
InfiniteWP Client 》InfiniteWP 可讓使用者從自己的伺服器管理無限數量的 WordPress 網站。, 主要功能:, , 自行託管系統:位於您自己的伺服器上,完全受您控制, 一鍵更新所有網站...。
Header and Footer Scripts 》如果您正在運行 WordPress 網站,早晚都需要將某種代碼插入到您的網站上。最有可能的是網頁分析代碼,例如 Google Analytics,或者是社交媒體腳本、某些 CSS ...。
Admin Columns 》這個 WordPress 外掛可以管理並整理文章、使用者、評論及媒體列表的欄位。它讓 WordPress 後台界面變得更美觀、明確。, , Admin Columns Pro, Admin Columns ...。
Nested Pages 》Nested Pages 是什麼?, , , 提供直覺且易於操作的拖放介面,以管理網頁結構及文章排序, 增強了快速編輯功能, 新增可編輯、可排序的樹狀表示網站頁面結構, 會...。
Disable REST API 》這是最全面的 WordPress REST API 存取控制外掛!, 輕鬆安裝,安裝後不需要額外設定即可使用。只需上傳並啟用,整個 REST API 將無法被一般訪客存取。, 但如...。
Advanced Custom Fields: Extended 》🚀 全方位增強套件,可改進WordPress和Advanced Custom Fields。此外掛旨在提供一個強大的管理框架,涵蓋了眾多改進和優化。, 此外掛需要至少 ACF Pro 5.8。,...。
Widget Shortcode 》這個短碼需要小工具的ID,但不需要猜測,外掛會為你生成代碼。如果你想要覆蓋小工具的標題,你可以使用 "title" 參數:, [widget id=”text-1″...。
All In One Favicon 》查看最新的WordPress交易以優化您的網站。, All In One Favicon為您的網站和管理頁面添加favicon。, 您可以使用您已經上傳的favicon或使用內置的上傳機制將fa...。
Add From Server 》這個外掛提供有限的支援。請不要期望有太多新功能或修正 bug。功能可能隨時被移除。, Add From Server 外掛旨在幫助緩解不好的網站主機所造成的困擾,讓您可...。