HI, I have uploaded the generator to my site and set the permissions. I have created the config and set to run in the background. nothing seems to happens for an age and eventually when I reopen the browser window the 'Crawling' page is only half formed. See Source below:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "[ External links are visible to forum administrators only ]">
<html>
<head>
<title>Crawling: XML, ROR, Text, HTML Sitemap Generator - (c)
www.xml-sitemaps.com</title>
<meta http-equiv="Content-type" content="text/html;" charset="iso-8859-15" />
<META NAME="ROBOTS" CONTENT="NOINDEX,NOFOLLOW">
<link rel=stylesheet type="text/css" href="pages/style.css">
</head>
<body>
<div align="center">
<h1><a href="./">Standalone XML Sitemap Generator</a></h1>
<div id="menu">
<ul id="nav">
<li><a href="index.php?op=config">Configuration</a></li>
<li><a class="navact" href="index.php?op=crawl">Crawling</a></li>
<li><a href="index.php?op=view">View Sitemap</a></li>
<li><a href="index.php?op=analyze">Analyze</a></li>
<li><a href="index.php?op=chlog">ChangeLog</a></li>
<li><a href="index.php?op=l404">Broken Links</a></li>
<li><a href="documentation.html">Documentation</a></li>
</ul>
</div>
<div id="outerdiv">
<div id="sidenote">
<div class="block2head">
No sitemaps found
</div>
<div class="block1">
Sitemap was not generated yet, please go to <a href="index.php?op=crawl">Crawling</a>
page to start crawler manually or to setup a cron job.
</div>
</div>
<div id="shifted">
<h2>Crawling</h2>
<form action="index.php" method="POST">
<input type="hidden" name="op" value="crawl">
<div class="inptitle">Run in background</div>
<input type="checkbox" name="bg" value="1" id="in1"><label for="in1"> Do not interrupt the script even after closing the browser window until the crawling is complete</label>
This happens everytime and no map is generated.
Can you help or advise please?
Thanks