My script is timing out in 30 seconds when attempting to crawl. The admin suggests increasing the max_execution_time and/or memory limit in the Web Host's php.ini file.
Since the default setting in php for max_execution_time is 30 seconds and Web Hosts will not make changes to their configuration, the only option is to create a custom php.ini file and upload to my web root.
Does anyone know how to do this? This should either be handled within the script or instructions for the work around should be provided.