Displaying 1 To 9 Of 9 Comments ManageWP To Soon Be Available As An iOS App thanks, i also got your new seo image plugin last week ;) » Posted By chrismccoy On April 24, 2012 @ 8:23 PM how expensive is the self hosted? » Posted By chrismccoy On April 24, 2012 @ 8:09 PM awesome cant wait ;) » Posted By chrismccoy On April 24, 2012 @ 11:17 AM TimThumb Vulnerability Bites Another Victim i use/used a shell script that will download a fresh copy of timthumb for all sites that use it, was a way to replace it without a headache wget -q -O ~/newtim.php http://timthumb.googlecode.com/svn/trunk/timthumb.php » Posted By chrismccoy On April 9, 2012 @ 9:41 AM Akismet 2.5.4 Adds Easy Link Removal Button very nice feature » Posted By chrismccoy On January 12, 2012 @ 3:13 PM Plugin Created By A 10 Year Old impressive stuff ;) » Posted By chrismccoy On January 2, 2012 @ 6:45 PM Some Not Happy With Flyout Menus i cant stand them, way to disable them via a filter? » Posted By chrismccoy On October 12, 2011 @ 11:15 AM See If You’re Secure With The Timthumb Vulnerability Scanner nice one ;) i had a client who had a large number of themes which used timthumb he wanted a faster way to update each one. here is a little shell script that will do it. » Posted By chrismccoy On September 5, 2011 @ 2:42 PM An Idea To Help Avoid Shortcode Conflicts In Plugins i wonder how many plugins use the youtube shortcode, i assume a lot do. would be interested in the actual number » Posted By chrismccoy On September 1, 2011 @ 12:56 PMComments Posted By chrismccoy
find . -name “timthumb.php” -exec bash -c “echo patching {} && cp ~/newtim.php {}” \;
rm ~/newtim.php#!/usr/bin/bash
wget -q -O ~/newtim.php http://timthumb.googlecode.com/svn/trunk/timthumb.php;
find . -name "timthumb.php" -exec bash -c "echo patching {} && cp ~/newtim.php {}" \;
rm ~/newtim.php
«« Back To Stats Page