Not working

guess its coz I dont have GD 2 installed.
According to php info its 1.6.2 or higher.
BTW, this hack is an exact copy of the previous hack with 4 new lines:
Code:
error_reporting(E_ALL & ~E_NOTICE);
define('NO_REGISTER_GLOBALS', 1);
define('THIS_SCRIPT', 'sig_stats');
require_once('./global.php');
You should give credit to the original hack instead of stealing the whole hack.
Also, when I tried running signature.php, I saw "X" image instead of the signature image. signature.php is in the main /forums/ folder where as sig.jpg was in /forums/signature/ and I also made the necessary database changes in signature.php. Guess its something to do with GD 2.