It looks like you're new here. If you want to get involved, click one of these buttons!
<br />
<b>Fatal error</b>: Maximum execution time of 30 seconds exceeded in <b>C:\Website***\inc\upload\upload.php</b> on line <b>2</b><br />
Error: Error #1502: A script has executed for longer than the default timeout period of 15 seconds.
at flash.external::ExternalInterface$/flash.external:ExternalInterface::_toAS()
at flash.external::ExternalInterface$/call()
at MethodInfo-15()
set_time_limit(999);
<?
set_time_limit(999);
echo \"max_execution_time --> \".ini_get('max_execution_time');
echo \"<br>\";
while(1){
$var = \"stuff\";
}
?>