After running the diff I find that there were only two files that were tweaked. wrappers.php and image.inc.php In the Image.inc.php I found the following differential:
$function = "resize_image{$config['GRAPHICS_LIBRARY']}";
// $function = "resize_image_{$config['GRAPHICS_LIBRARY']}";
The commented version is the "old" and the uncommented is the changed from original. I changed back to the original and now I get a nice error that says
Fatal error: Call to undefined function resize_image_() in /home/content/52/10210752/html/ubbthreads/libs/image.inc.php on line 40
Yet when I flip them back it executes...but sucks up a ton of ram then dies. Is this a PHP version issue? I think I'm running 5.4