Adsense Earnings To RSS, version 1.1

It was quicker than expected, because a kind reader was too impatient for an update so he fixed the script himself :) Thanks to Chris Gibson, my Adsense Earnings RSS Feed is now version 1.1, which is compatible with the recent changes Google made with the query parameters. Thanks a lot Chris !

WordPress Functions Reference

I knew about the excellent WordPress Xref (read: cross-ref) maintained by Owen Winkler. This is a cross reference of all functions, variables and constants used and defined in WordPress, which provides worthy help when coding things in or for WordPress. I just found about Functions, another project from the same man, which adds a handier way of searching WordPress functions…

Adsense to RSS Problem

My Adsense Earnings to RSS script has stopped functionning a couple of days ago, since Google modified the pages my script parses to generate an RSS feed. Stay tuned : I'll update my script later on within the next few days when I have a moment. Sorry for the inconvenience peeps !

Profiling PHP Scripts with Xdebug

I've started to play a bit with Xdebug, a PHP extension that's designed to provide profiling information for PHP scripts and script execution analysis, amongst other things. This is fun, this is interesting, and this is invaluable when you really want to optimize the last bits of a script or a function. My test install is running XAMPP on Windows,…

Click Counter Security Update

I've updated the popular Click Counter Plugin, now available in version 1.02 This is a security upgrade, fixing a potential SQL injection exploit that was discovered by Dougal Campbell (many thanks to him for this notice). To be honest, I tried for half an hour to break things with various SQL injections and XSS attempts, and I couldn't do anything…