About 2 weeks ago, I release an update to r WP-Email, WP-Polls, WP-PostRatings and WP-PostViews which added some nonce check and moved the AJAX request to be handled by /wp-admin/admin-ajax.php. 3 common issues that users are facing. “-1” or “Failed To Verify Referrer” This means…
I have updated the following plugins: WP-Polls 2.63 WP-PostRatings 1.63 WP-PostViews 1.61 WP-Email 2.60 Now all AJAX requests are handled by /wp-admin/admin-ajax.php. Previously it is handled via the plugin PHP file itself by assuming that wp-load.php is always 2 levels down from the plugin file.…
I have released WP-PostRatings 1.61 which fixes a code injection via “HTTP Referrer” and affects users who are on WP-PostRatings 1.50 only. This is the same code injection fixed for WP-Polls few days back. I have checked the rest of my plugins to ensure that…
Here is my June 2009 WordPress plugins update containing all my 16 WordPress plugins update. All of them should work on WordPress 2.8 as I did not test them on any WordPress version below that. Now my plugins uses jQuery for AJAX instead of TW-Sack.…
I have completed the “update” process to my 5 of my plugins (WP-Polls, WP-PostRatings, WP-Email, WP-ServerInfo and WP-UserOnline) which use JavaScript. WP-Polls and WP-PostRatings uses JavaScript on the frontend as well as the backend WP-Email and WP-UserOnline uses JavaScript on the frontend only WP-ServerInfo uses…