Port question

I have bought the unlimited sitemap generator from
xml-sitemaps.com/
which is written in php.
It needs port 80 on the host to be opened to work and currently it doesn’t. Is that port opened to you?

the problem may be here:
"/users/oldradio/www/public_htm/sitemap.xml"
the sitemap generator saves the sitemap to that location.
is that location accessible?

Whats you question ?
Every PHP Script should run on the bplaced.net server, only when it needs a special software, or php functions like fsockopen(), then it might not run!
Does the script gives you any error message ? If yes, post it! :wink:
The port 80 is the http port!

EDIT:

[quote=“onslaught”]the problem may be here:
"/users/oldradio/www/public_htm/sitemap.xml"
the sitemap generator saves the sitemap to that location.
is that location accessible?[/quote]
thats not a problem…
Thats that path:
oldradio.bplaced.net/public_htm/sitemap.xml
(I checked it, it does not exist!)
Greets,
DHMH

Is that right? I’m using the Standalone Sitemap Generator from xml-sitemaps.com/

When I try to crawl and make my sitemap this is the error:
"
An error occured: There was an error while retrieving the URL specified: oldradio.bplaced.net/
Error message: Error opening socket to oldradio.bplaced.net
HTTP headers follow:

HTTP output:
"

PS: see the pic for the configuration I used here:
oldradio.bplaced.net/generator_onwebsite.jpg

Obviously your script trys to “crawl” your entire site via HTTP - to find all links, put them into the sitemap, then follow them to find more links, etc.
That’s not possible here at the moment, because all functions trying to make HTTP requests are disabled.

That’s ok… I installed xampp on my PC, then joomla and then the generator. I put on the configuration the local public_html folder (that I created) and I crawled my site on my hard disk. Then, I moved all the generated files to the respective locations on my website via ftp and all good!

the configuration:
oldradio.bplaced.net/generator_local.jpg

:p :p :p :p :p