GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   For those who have many wordpress themes with timthumb (https://gfy.com/showthread.php?t=1035772)

fris 08-26-2011 06:53 PM

For those who have many wordpress themes with timthumb
 
This might be useful for you.

Code:

#!/bin/bash

# timthumb.php fix
# replace timthumb.php with fresh non vuln version

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

will replace all copies of timthumb.php on your server with a fresh copy from the trunk.

moeloubani 08-26-2011 07:39 PM

wish i had this weeks ago lol :P but will run it in case i missed any installations

thanks fris!


All times are GMT -7. The time now is 06:08 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123