Forward after runcrawl ...
« on: March 29, 2006, 05:32:41 PM »
Hello!

Today I bought your Standalone XML Sitemap Generator. It is a very fantastic programm.

Unfortunately our provider doesn't allow cron jobs.

I have more webpages on the server and i want automatically generate new sitemaps every week. So I wrote a ASP-Script with a workaround (Forwarding from Domain to Domain). But the problem is that after the runcrawl.php the index.php comes and I can't forward from the index.php to my forward.asp.

Is there any solution for it?

Thank you for your answer and sorry for my bad english!
Re: Forward after runcrawl ...
« Reply #1 on: March 30, 2006, 07:49:16 PM »
Hello,

could you please explain you workaround in more details? I'm not sure what do you mean :)
Re: Forward after runcrawl ...
« Reply #2 on: March 31, 2006, 09:44:13 AM »
Sorry!

I know my english is bad!  :-[

I want to make a cron job for all my domains, but my provider doesn't allow cron jobs.

I saw, when i run the runcrawl.php manualy, the sript make the necessery sitemaps. But i want to do this for all my domains automaticaly with one klick.

For an example - what i want/mean:

Domain1: [ External links are visible to forum administrators only ]
Domain2: [ External links are visible to forum administrators only ]
Domain3: [ External links are visible to forum administrators only ]
(example-domains!)

Now, when i run "[ External links are visible to forum administrators only ]" your script make the sitemap for Domain1.

After that, the script should automaticaly forward/redirect/go to"[ External links are visible to forum administrators only ]" and then to "[ External links are visible to forum administrators only ]"

But the script automaticaly forward to your index.php after the first runcrawl.php and there i can't make a automatic redirection to the next domain.

I hope you know what i mean now!

Thank you very much!
Re: Forward after runcrawl ...
« Reply #3 on: March 31, 2006, 07:50:12 PM »
You might want to consider this service - I use them for a load of different cron jobs and it's great value for money

[ External links are visible to forum administrators only ]

Re: Forward after runcrawl ...
« Reply #4 on: March 31, 2006, 08:24:30 PM »
Hello,

if I understand correctly, you can create the page like this to execute sitemap generator at all of your domains ar one page:
Code: [Select]
<iframe src="http://www.domain1.at/generator/runcrawl.php" width="400" height="200"></iframe>
<iframe src="http://www.domain2.at/generator/runcrawl.php" width="400" height="200"></iframe>
<iframe src="http://www.domain3.at/generator/runcrawl.php" width="400" height="200"></iframe>
Re: Forward after runcrawl ...
« Reply #5 on: April 01, 2006, 08:32:24 AM »
Hello and thank you very much!

Yes, sure - iframes are a solution. - I didn't think at that.

The webbasedcron.com is the idea what I prefer!  ;D

Thanks a lot and nice greetings!