Free WordPress Plugin To Remove Generator Meta Tag / Version Information From WordPress Blogs免費wordpress插件,以消除發電機中繼標記/版本信息從WordPress Blogs的

June 30th, 2008 2008年6月30日

WordPress, in recent versions, have forces the display of WordPress as the generator in meta tags along with the version information in the header of your WordPress blogs -在WordPress ,在最近的版本,有力量,展示的WordPress作為發電機在META標記隨的版本信息的標題,如此即可WordPress Blogs的- . Unlike previous versions there is not easy way to remove it.不像以前的版本有是不容易的方法,將它移除。 Unless WordPress is using that to provide support (which it doesn’t), I don’t see any good reason for providing that extra bit of help to hackers, do you?在WordPress ,除非是使用提供支持(這並不) ,我看不出有任何好的理由,提供額外的一點幫助黑客的攻擊,你呢? Here is a simple plugin which will remove the WordPress generator meta tag along with its version information.這裡是一個簡單的插件,其中將刪除的WordPress發電機中繼標記,隨著其版本信息。

Read more (171 words) » 閱讀更多( 171字) »

Free WordPress Plugin To Disable wlw_manifest & EditURI Link From WordPress Blog Header免費wordpress插件禁用wlw_manifest & edituri鏈接WordPress所博客標題

June 29th, 2008 2008年6月29日
Newer versions of WordPress (2.3.1 and above) adds two extra lines to your blog header.較新版本的WordPress所( 2.3.1及以上)增加了兩個額外的線路到您的博客標題。 They are:他們是:

You need them to use Windows Live Writer to write to your WordPress blog.您需要他們使用Windows Live作家寫信給您的WordPress博客。 However many, like me, do not use Windows Live Writer.然而,許多和我一樣,不使用Windows Live作家。 For them such headers are simply junk and add to the size of their pages (and download time) without adding any value to them or to their users.為他們這樣的標題純粹是垃圾,並加入到大小其網頁(下載時間)在不增加任何價值,他們或向他們的用戶。 For such bloggers (majority I presume) here is a simple WordPress plugin ( Angsuman's Windows Live Manifest Remover WordPress plugin ) which removes these two header links from your WordPress blog.這種博客(多數我假設)在這裡是一個簡單的wordpress插件( Angsuman的的Windows Live艙單器wordpress插件 ) ,其中刪除了這兩個標題的鏈接從您的WordPress博客。

Download Angsuman's Windows Live Header Remover Plugin下載Angsuman的的Windows Live頭器插件 , rename the file to angsumans-windows-live-header-remover.php, upload it to wp-content/plugins folder of your blog and activate it from Plugin Management screen. ,將該文件重命名為angsuman的窗口-生活-標題- remover.php ,將其上傳到wp-content/plugins文件夾,您的博客並激活它從插件管理畫面。 It requires zero configuration.它要求零配置。 It does one thing and does it well - remove these two useless headers from your WordPress blog.但這一件事,是否以及-刪除這兩個無用的標題從您的W ordPress博客。

Technical Note: There is a similar WordPress plugin which does the same thing.技術說明:有一個類似的wordpress插件,這是否同一件事。 This plugin works differently in that it doesn't add the code directly to the plugin body but to the 'init' hook.此插件工程不同,因為它不添加代碼,直接向插件機構,但以' init的'鉤。 This ensures that this plugin will remain compatible with future versions of WordPress as it doesn't depend on the relative order of execution of the plugins versus the default WordPress filters.這將確保此插件將繼續與未來版本的WordPress的,因為它不依賴於相對的順序執行該插件銀兩默認的WordPress過濾器。 Sounds complicated?聽起來複雜嗎? To put it simply - Install the plugin and then forget about it forever.把它簡單-在電腦上安裝插件,然後忘記它永遠。 It will continue to serve you (your blog) in the background for a very long time.它將繼續為您服務(您的博客)在背景中一段很長的時間。

You can get more你可以獲得更多 free WordPress plugins here免費wordpress插件在這裡 .

How To: Non-Blocking Semaphore Access in PHP如何:非阻斷信號通道在PHP

June 3rd, 2008 2008年6月3日

Semaphore is used to restrict access to shared resources, such as shared memory or to limit the number of processes that may simultaneously use a resource, in a multi-process or multi-threaded environment.信號燈是用來限制訪問共享資源,如共享內存或限制其進程數目可能同時使用一種資源,在一個多進程或多線程環境。

In php using semaphore a process must wait while accessing a shared resource currently used by another process.在PHP中使用信號燈的進程必須等待的同時訪問共享資源,目前所採用的另一個進程。 But this may not be required for all cases.不過,這可能不是所需的所有案件。 Sometimes we need to just verify whether a resource has been locked and move on.有時我們需要驗證是否只是一種資源已被鎖定,並繼續前進。 Unfortunately we have no way to check the status of a semaphore lock in php.不幸的是,我們沒有辦法檢查的地位,一個信號燈鎖定在PHP 。 Let’s see how we can implement non-blocking semaphore access in PHP.讓我們看看我們如何能夠落實非阻斷信號通道在PHP 。
Read more (351 words) » 閱讀更多( 351字) »

Programming Language Survey: Please Provide Your Input & See Results編程語言調查:請提供您的輸入&看到結果

May 15th, 2008 2008年5月15日

A short survey on your programming language preferences, shouldn’t take more than 1 minute of your time.一份簡短的問卷調查對您的編程語言偏好,不應該採取更超過1分鐘,您的時間。 Please participate and let others know too.請參與並讓其他人知道太多。
Read more (41 words) » 閱讀更多( 41字) »

Program (Source Code) to Trim Whitespaces from Files…程序(源代碼)修剪whitespaces從檔案…

April 20th, 2008 2008年4月20日

PHP is not only a very competent web development language (and part of LAMP stack). PHP是不僅是一個非常能幹的Web開發語言(和部分LAMP堆疊) 。 It is also a very capable language for writing (command line) scripts.這也是一個非常能幹的語言寫作(命令行)腳本。 You can write simpler and cleaner scripts with php than perl.你也可以撰寫的簡單和更清潔的腳本用PHP比的Perl 。 Here is a php code which takes a file name as input, trims whitespace from each line of the file and finally saves the result back in the same file.這裡是一個PHP代碼,這需要一個文件名作為投入,投資的空白,從每一行的文件,最後保存的結果早在相同的檔案中。

Read more (149 words) » 閱讀更多( 149字) »

Translator Plugin Gold 1.1 Released翻譯插件金1.1發布

April 4th, 2008 2008年4月4日

翻譯插件黃金 Translator Plugin Gold翻譯插件黃金 provides automatic machine translation of your WordPress blog in 32 languages - German, Spanish, French, Italian, Portuguese, Japanese, Korean, Chinese Simplified, Chinese Traditional, Arabic, Dutch, Greek, Russian, Norwegian, Brazilian Portugue, Bulgarian, Croatian, Czech, Danish, Finnish, Hungarian, Icelandic, Latin American Spanish, Filipino, Polish, Romanian, Serbian, Slovenian, Swedish, Welsh, Turkish and Latin.提供自動的機器翻譯您的WordPress所博客在32種語言-德語,西班牙語,法語,意大利語,葡萄牙語,日語,韓語,簡體中文,繁體中文,阿拉伯文,荷蘭文,希臘,俄羅斯,挪威,巴西p ortugue,保加利亞語,克羅地亞語,捷克語,丹麥語,芬蘭語,匈牙利語,冰島語,拉丁美洲西班牙語,菲律賓語,波蘭語,羅馬尼亞語,塞爾維亞,斯洛文尼亞,瑞典,威爾士,土耳其和拉丁美洲。

The new features in version 1.1 are:新功能在1.1版是:

1. 1 。 In the option page (under Advanced -> Miscellaneous section) it now provides SQL queries which you can execute in your database to significantly speed-up Translator Pro on heavily trafficked sites.在選項頁(先進-> “雜項段) ,它現在提供的S QL查詢,您可以執行在您的數據庫,大大加快後續翻譯親對交通繁忙的地點。 It adds indexes to the tables for faster querying.它增加了指標表更快的質疑。

2. 2 。 Improved user interface改進的用戶界面

3. 3 。 Translator Plugin Pro adds a new feature to verify completeness of translated pages by checking for keywords or tags in your page.翻譯插件親加入新的功能,以核實的完整性,翻譯的頁面由檢查關鍵字或標籤在您的網頁。 This elegantly handles the failures in third party translation engine.這優雅的處理失敗,第三黨的翻譯引擎。 This adds to the extensive checks we perform to ensure quality and completeness of translated pages.這增加了廣泛的檢查,我們執行,以確保質量和完整性翻譯的頁面。

4. 4 。 New translation engine errors have been added for automatic fail-over support and load-balancing.新的翻譯引擎的錯誤已被列入自動停電超過支持和負載平衡。

5. 5 。 Overall performance improvement and optimizations have been added to this release.整體表現的改善和優化,已被列入本新聞稿。

6. 6 。 New extensive documentation have been added in this release, old documentation revised and updated.新的廣泛的文件已被列入本新聞稿中,舊文件的修改和更新。 You can read the full documentation您可以閱讀完整的說明文件 here這裡 . Don’t forget to check our不要忘記,檢查我們的 developer API開發人員API for writing your custom look and extensions.寫您的自定義外觀和擴展。

You can read about all the features您可以閱讀有關的所有功能 here這裡 .

We now provide online help desk on our new我們現在提供在線幫助台對我們的新 support site支持網站 . Please register there for customer support.請登記,有客戶的支持。

Please post your feedback in請後您的意見 Translator Plugin Gold forum翻譯插件黃金論壇 .

Translator Plugin Gold 1.1 is fully compatible with WordPress 2.5 as well as earlier version of WordPress. 翻譯插件黃金 1.1是完全符合的WordPress 2.5以及較早版本的WordPress 。

How To: PHP Script To Windows EXE File Generation HOW TO :在PHP腳本到Windows exe文件的一代

March 22nd, 2008 2008年3月22日

PHP的 PHP files are scripts which are interpreted by php interpreter (php.exe in windows). PHP文件是腳本的解釋,這是由PHP口譯( php.exe的權限在Windows ) 。 Converting them to exe files makes it easy to distribute PHP applications to Windows users.轉換他們exe文件更容易被分發的PHP應用到Windows用戶。 Unfortunately Zend, the PHP company, doesn’t provide a way to convert PHP scripts to Windows executables.可惜的Zend , PHP的公司,並不提供一種方法,轉換為PHP腳本到Windows可執行文件。 Today I am going to show you a simple way to convert your PHP scripts to regular Windows executable files (.exe).今天我要告訴您一個簡單的方法來轉換您的PHP腳本,以定期的Windows可執行文件( 。 exe )的。 Not only that you can also convert an entire directory of PHP scripts and assign one of the files as the main file to execute first.不僅如此,您也可以轉換成一整個目錄的PHP腳本,並指定其中一個檔案,作為主要文件的執行第一。 Additionally the source files are encoded which not only improves the performance but also protects your source code.另外,源文件編碼,這不僅提高了性能,但也保護您的源代碼。 You can also set the icon for the file which is useful when you are distributing your PHP application as a stand-alone executable.您也可以設定文件的圖標,這是有益的當你分發你的PHP應用作為一個獨立的可執行文件。

Read more (333 words) » 閱讀更多( 333字) »

PHP Security through Suhosin or Hardening Patch PHP的安全通過suhosin或硬化修補程序

March 3rd, 2008 2008年3月3日

Suhosin is an advanced protection system for PHP installations. suhosin是一種先進的保障制度,對於PHP設施。 It was designed to protect servers and users from known and unknown flaws in PHP applications and the PHP core.這是旨在保護服務器和用戶從已知和未知的漏洞,在PHP的應用和PHP核心。 Suhosin comes in two independent parts, that can be used separately or in combination. suhosin來在兩個獨立的部分,可以分開使用或在組合。 The first part is a small patch against the PHP core, that implements a few low-level protections against bufferoverflows or format string vulnerabilities and the second part is a powerful PHP extension that implements all the other protections.第一部分是一個很小的修補程序對PHP核心,即實行少數低級別的保護,對bufferoverflows或格式字符串漏洞和第二部分是一個功能強大的PHP擴展執行的所有其他保護。

Read more (141 words) » 閱讀更多( 141字) »

Comment Guard Pro (WordPress Comment Spam Protection Software) Released評論民警衛隊親( WordPress所評論的垃圾郵件防護軟件)公佈

March 3rd, 2008 2008年3月3日

評論民警衛隊親 I am very happy to announce the much-awaited release of我很高興地宣布,備受期待已久的釋放 Comment Guard Pro for WordPress blogs評論民警衛隊親為WordPress Blogs的 . Comment Guard Pro is designed to unobtrusively protect your blog against all types of comment spams - trackback spam, pingback spam, robotic spam using comment form, human submitted spam (where the spammers actually goes to your site to spam you; they are the hardest to detect), referrer spam etc. We provide multiple layers of protection against all kind of comment spams.評論民警衛隊Pro是旨在unobtrusively保護您的博客對所有類型的評論垃圾郵件-垃圾郵件跟踪, p ingback垃圾郵件,垃圾郵件的機器人使用評論的形式,人力提交的垃圾郵件(如垃圾郵件發送者,其實去您的網站,以垃圾郵件你,他們是最難檢測) ,引薦垃圾郵件等,我們提供多層保護,對所有種評論垃圾郵件。