Very strang ntloc, this must be due to another hack you have installed as the only function i mod with this hack is the process_image_upload() function not the remote_filesize().
As in my instructions:
In includes/functions_upload.php find:
PHP Code:
// profile pic
case 'profilepic':
$checkperm = CANPROFILEPIC;
break;
Under Add:
PHP Code:
case 'siguploader':
$checkperm = CANSIGUPLOADER;
break;