Ticket #11289, IE bug fix Error

In the past 3 days ,every day there were almost 100 spam comments. The Askmit recognized these spams ,but i have to delete these spams myself .I dislike to do this ,so i reactived the Math comment spam protection plugin.However the plugin dosen’t work very well, if u post a comment with the answer blank or wrong ,it will just show u the fallow error message like this:





WordPress ? Error



ERROR: Somethin here.

Continue Reading

WordPress 开启Gzip压缩

网络上关于开始Gzip压缩的方法介绍的文章还是很多的,这里有一篇写得比较详细,也就不再重复别人已经做过的工作了(猛击此处查看)。这里我采用的是直接修改index.php文件的方法达到压缩效果的,下载index.php文件后在文件中加入ob_start(“ob_gzhandler”);保存之后替换掉源文件即可,修改之后的文件如下所示:

< ?php
/**
 * Front to the WordPress application. This file doesn't do anything, but loads
 * wp-blog-header.php which does and tells WordPress to load the theme.
 *
 * @package WordPress
 */

/**
 * Tells WordPress to load the WordPress theme and output it.
 *
 * @var bool
 */
ob_start("ob_gzhandler");
define('WP_USE_THEMES', true);

/** Loads the WordPress Environment and Template */
require('./wp-blog-header.php');
?>

启用压缩之后可以猛击此处检测压缩效果:

网址 http://h4ck.ws 检测结果如下:
是否压缩
压缩类型 gzip
原始文件大小 60337 字节
压缩后文件大小 16267 字节
压缩率(估计值) 73.04%

秘密花园日记本 v2.88.330

昨天看到这个东西的, 和以前的版本相比貌似加了些什么东西。看了一下认证模块没变,于是直接替换了。嘎嘎,并且貌似也没问题,但是这个东西却没发现注册相关的功能到哪里去了,难道是不用注册了? :beurk:不太像,神奇。 laugh 猛击此处下载!( 程序是.net编写的,需要安装.net 运行库。默认用户名为obaby,登录密码为123456,如果要删除该用户只需要将程序目录下文件名为obaby的文件即可。)

免费的图标资源

Iconfinder

Iconfinder is the best icon search engine. There are a lot of high-quality icons available, and you can filter the results to show only those that are licensed for commercial use.

Iconfinder

Icon Fever

Icon Fever is our own gallery site of icons. You can browse icons by license to find those that can be used for commercial projects, and you can also browse by tag.

Icon Fever

IconsPedia

IconsPedia includes and icon search engine and the archives can be browsed by category.

Continue Reading