Try uploading the php.ini file that came with the script and see if that works.
If that doesn't work, then try editing the .htaccess file removing the "#" from the following 2 lines
#php_value upload_max_filesize 4000M
#php_value post_max_size 4000M
So those 2 lines look like this
php_value...