Category

PHP

PHP stuff!

6 articles in this category

PHP real-time system command output

June 12, 2023 1 min read

Throwing some notes here for me to remember on having PHP not buffer the output of a long running process so that it provides realtime output to the…

Fail2ban + fail2sql + Ban Hammer + PHP7

April 26, 2017 1 min read

I recently revisited a project from some time ago that I found and modified the code to support PHP7 which dropped support for mysql extension in favor of mysqli.

Part 1: Analysis of a WordPress Malware

December 9, 2016 3 min read

I had some time at lunch to kill, so I decided to see how Malware techniques were improving in the land of WordPress and free premium theme download…

PHP Easter Eggs

April 17, 2014 1 min read

To honor Easter, I've decided to put this little tidbit of information up. These are PHP "easter eggs".  I had no idea these existed until I was running…

GooglePlus RSS Feed Reader in PHP

August 5, 2011 2 min read

I'm working on a GooglePlus RSS Feed Reader in PHP for anyone who might be interested in making a WordPress module or something similar to display N latest…