My internet site is on shared hosting.
When I attempt to run the runcrawl.php file, the hosting provider will eventually stop the script from running. I assume it's because the script consumes "a lot" of resources, cpu time, or whatever. Even if it doesn't, I'm sure that my overselling host does not want the server load to increase for any reason and will stop and process that does so.
Therefore, I had an idea. I could install XAMPP on my Windows machine, and run the script locally on my windows machines, and tell the script to index my internet site. My computer would essentially do all the processing.
To this end, would you mind detailing what must be edited in your script so that the final .XML sitemap, along with the periodic saves, and the .HTML sitemaps, can be saved on my local machine? Then, I can upload the final product to my host.
Thanks!