QQ International V1.0(1910) Today Remover [new]

I dislike the patcher generatered by the CodeFusion,so I created this one ,and till now it works fine.click here to download the patch file (better place that file in to the qq installed directory(C:\Program Files\Tencent\QQIntl\Bin as default) and execute the patch).and then u can delete any plugins u want.

Any Problems ,leave a message here,thx. laugh

Ps: Do u know who’s the girl on the patch window?

Thunder (迅雷7)7.1.4.2100 去广告补丁

迅雷的资讯弹窗只需要从设置界面设置一下即可,但是广告却需要vip才能关闭,这里给出一个广告去除补丁。猛击此处下载补丁程序,将程序放入thunder.exe的同级目录下运行即可。如果没有安装迅雷猛击此处下载!需要确保安装的迅雷版本为7.1.4.2100,如果不是该版本请不要运行该补丁程序,网盘下载地址!

PS:

目前我还没有发现怎样可以把迅雷右侧的那个动态界面给去掉,谁知道的或者有什么想法的可以留言,给我点提示。嘎嘎。 smile

Continue Reading

QQ International V1.0(1910) Today Remover [Bug Fixed]

This is just a QQ International Today Remover,what it dose is just as the name saying,remove the today nag windows.I just cracked the plugin self check functions.so that u can add or delete plugins as u wish(if u dislike the plugins tencent forced u to use, u can just delete it.).Click here to download the patch file (window xp only, if u are using windows 7,just read the bellow contents.thx )[there is something wrong in the patch file ,so i delete the download link.],and just place it into the QQ installed directory(the default directory is C:\Program Files\Tencent\QQIntl), run the program and click patch to remove the today popup window.lol.

if u find any problems or bugs just leave a message here,i will have a try to solve the problem.lol.

ps:

if u don’t have QQ  International installed just click here to get one.

Continue Reading

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%