gindrawan
Forum Replies Created
-
Thanks Mike,
I have found the fix. I will try it.I couldn’t locate the fix. Can you tell me where?
With quick view, I go here http://plugins.trac.ww.wp.xz.cn/changeset?new=320648%40si-captcha-for-wordpress&old=165617%40si-captcha-for-wordpress
and more specific go to trunk/captcha-secureimage/test/captcha_test.php (modified) (9 diffs)
http://plugins.trac.ww.wp.xz.cn/changeset?new=320648%40si-captcha-for-wordpress&old=165617%40si-captcha-for-wordpress#file26but I don’t know, maybe I need more time, I can’t found the fix.
Thx in advance for your help Mike.
Hi Mike,
just curious to know, do you already have code to fix undeleted token php files?Yeah, I realize the bug in my code and save more recent token and delete all old ones could be great solution. Anyway thx for the great plugin!
Hi, Mike.
I am Indra. I have triey wp-content/plugins/si-captcha-for-wordpress/captcha-secureimage/test/captcha_test.phpUsing session off, I think there is one drawback there. If the token not match, the php file under wp-content/plugins/si-captcha-for-wordpress/captcha-secureimage/captcha-temp/ will be undelete.
So I just add code below somewhere in my program:foreach ( glob( $ctf_captcha_dir . ‘*.php’ ) as $filename ) {
@unlink ($filename);
}it will delete all “zombie” token php file before new one will be generate.
Forum: Plugins
In reply to: [Plugin: WordPress Popular Posts] Least Popular PostsI put it here at http://www.4shared.com/file/Dgje4uZj/wordpress-popular-posts-hacks.html
In the widget, I add thickbox option “asc mode”. So if thick, it will be in Least Popular Posts mode. If not thick, it will be in usual mode.
By the way, I would like to know whether the plugin has mechanism to ignore bot/crawler hit?