使用者工具

網站工具


wordpress:plugin

NotCaptcha Antispam

http://notcaptcha.webjema.com/

透過將圖案轉正的方式來防止 Spam.

share-this

參考:http://blog.dragon2.net/archives/2006/12/07/403.php

檔案:http://dev.wp-plugins.org/browser/share-this/

下載:http://alexking.org/projects/wordpress/plugins/share-this.zip

將解壓縮出來的檔案中的 share-this 目錄(沒有包含 README.txt 和 prototype.js)放到 wp-content/plugin/ 下,然後去 site-admin 啟動

HEMiDEMi patch

注意單引號

— share-this.php.orig Wed Nov 29 13:36:18 2006
+++ share-this.php Thu Dec 7 09:47:23 2006
@@ -39,6 +39,10 @@
‘name’ => ‘Digg’
, ‘url’ => ‘http://digg.com/submit?phase=2&url={url}&title={title}’
)
+ , ‘hemidemi’ => array(
+ ‘name’ => ‘HemiDemi’
+ , ‘url’ => ‘http://www.hemidemi.com/user_bookmark/new?url={url}&title={title}’
+ )
, ‘furl’ => array(
‘name’ => ‘Furl’
, ‘url’ => ‘http://furl.net/storeIt.jsp?u={url}&t={title}’

黑米網站找小圖,另存成 hemidemi.gif 放在share-this 目錄下。

Replace WP-Version

WP Security Scan

http://wordpress.org/extend/plugins/wp-security-scan/

掃描 Wordpress 的漏洞與安全性問題。

GaMerZ

WP-Ban

ban users from your site by IP or Host Name

WP-Downloads

可在 Wordpress 上傳、管理、下載檔案

WP-EMail

讓使用者將文章寄到 E-Mail

WP-Polls

投票功能

WP-ServerInfo

display your server’s PHP information from “phpinfo()” and MYSQL information from “SHOW VARIABLES” on your Dashboard

wordpress/plugin.txt · 上一次變更: 2009/11/26 20:08 由 wenpei