共7個外掛已啟用
Plugin | 內容說明 |
---|---|
Dewplayer | Insert Dewplayer (Flash Mp3 Player) in posts & comments. |
Exec-PHP | Executes <?php ?> code in your posts, pages and text widgets. 可在一般文章、單篇網頁、文字模組(text widgets)中執行php程式或語法,裝上這個是為了配合Viper’s Plugins Used這個外掛。 參考資料: http://www.wmfield.idv.tw/231 http://sofree.cc/exec-php-tw/ http://blog.fashion-style.com.tw/2008/04/30/plugin_vipers_plugins_used/ http://blog.meetsee.ws/22 |
Exploit Scanner | Scans your WordPress site for possible exploits. 幫你的WordPress輕鬆找出可疑的木馬或後門程式. 參考資料: http://blog.soft.idv.tw/?p=631 |
Google Analytics for WordPress | This plugin makes it simple to add Google Analytics to your WordPress blog, adding lots of features, eg. custom variables and automatic clickout and download tracking. |
Viper’s Plugins Used | Allows you to display alphabetically what plugins you have enabled on your blog in either a table or unordered list. Also allows you to set custom descriptions for the plugins in the output. 這個就是你現在所看到的外掛清單,可依照字母順序排列,並自動出版在你設定好的頁面上,在後台可以自行定義外掛說明的部份。 參考資料: http://blog.fashion-style.com.tw/2008/04/30/plugin_vipers_plugins_used/ http://blog.meetsee.ws/22 |
WP-Optimize | This plugin helps you to keep your database clean by removing post revisions and spams in a blaze. allows you to rename your admin name also. Additionally it allows you to run optimize command on your wordpress core tables (use with caution).
參考資料: http://gordon168.tw/?p=238 http://sofree.cc/wp-optimize/ |
WordPress Importer | Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file. |
該網頁是使用Exec-PHP加上Viper’s Plugins Used這二個外掛做出來的,完整的code如下,不過發現當外掛是以"網誌網路啟用"啟用,而不是以"啟用"做啟用時,以"網誌網路啟用"似乎不會出現在該頁面中.
<phpcode> <?php $viperspluginsused = new viperspluginsused(); ?> </phpcode> <phpcode> <p align="center">共<font color="#0000FF"><?php echo $viperspluginsused->plugincount(); ?></font>個外掛已啟用</p> </phpcode> <phpcode> <?php $viperspluginsused->output_table('id="pluginstable"', TRUE, FALSE, FALSE); ?> </phpcode>