Just got this answer from my host.
I'd appreciate any feedback.

Thanks. smile


Quote
Couple of issues.

1) Most broadband lines are 256 Kbit upload speed so you're looking at
about 20 to 25Kbytes per second.

ie a 30 second script limit is going to be sub 750Kbytes which is about
right for the job you're seeing.

The fix is to extend the script execution time to more than 30 seconds via the php code or .htacess.

The risk is that if anything else wihtin the forum breaks, it'll let the scripts run away with with the CPU resources.

2) If you're letting users upload content are you filtering the files during the upload to ensure they're not pushing PHP/Perl or shell scripts to the server.