جاء الرد يا حبيبي
Hello
You have two options, the first is to disable php safe mode and then insert the max execution time for the server in your script.
The second option is to create a .htaccess file. When creating a .htaccess file with your Serv Hosting account this feature must first be enabled in the control panel to work properly. You find the function "Set .htaccess Files" in the control panel under the “Web Server” tab.
To change the execution time for the server please insert the following line in your .htaccess file:
php_value max_execution_time XXX
(Kindly replace the X’s with the requested seconds)
I hope this helps :o)