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 det