• Welcome to Sitemap Generator Forum.
 

Forward after runcrawl ...

Started by design, March 29, 2006, 05:32:41 PM

Previous topic - Next topic

design

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!


design

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 "www.domain1.at/generator/runcrawl.php" your script make the sitemap for Domain1.

After that, the script should automaticaly forward/redirect/go to"www.domain2.at/generator/runcrawl.php" and then to "www.domain3.at/generator/runcrawl.php"

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!

skip

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 ]


XML-Sitemaps Support

Hello,

if I understand correctly, you can create the page like this to execute sitemap generator at all of your domains ar one page:
<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>

design

Hello and thank you very much!

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

The [ External links are visible to forum administrators only ] is the idea what I prefer!  ;D

Thanks a lot and nice greetings!

XML-Sitemaps Support

You are welcome! :)
And yes, [ External links are visible to logged in users only ] looks like a nice service.