Hi Renz,
It is better to use the latest version of the module. It is much better and more able. And the next version will support Image Sitemaps, and will add many more features.
Printable View
Hi Renz,
It is better to use the latest version of the module. It is much better and more able. And the next version will support Image Sitemaps, and will add many more features.
Looking at a Google serach for our website www.silkblooms.co.uk and analysing the SEO Quake bar that appears below the reults, it says SITEMAP:NO
I'd imagine this is affecting our ranking (even if it's slightly then it's not good). Anyone know why it's not picking up on our sitemap? Does this mean that Google isn't finding it either?
Hi Andrew,
I did the installation as per your instructions. When I attempt to create sitemapindex.xml, I get the following error. Kindly help as I am very badly struck
This page contains the following errors:
error on line 1 at column 2: StartTag: invalid element name
Below is a rendering of the page up to the first error.
Originally thought of creating sitemap externally and then moving it to server. Later saw that the plug in what you have can do much better job. An early help in this regard will be highly appreciated.
Hi,
I have installed latest version (1.50) of sitemapxml and when I attempt to create sitemapindex.xml, I end up getting error.
Am able to generate all other xml files except for Sitemapindex.xml.
Kindly advise.
Justin
Hi! I have couple of problems with the mod on v1.5.
1. It creates all sitemaps (for categories, news etc), but includes only 2 or 3 of them into sitemapindex (mainpage and products usually). Is there a way to include all created sitemaps into the sitemapindex file?
2. When it creates products and categories files, links starts with /category without preceding http://domain.com that causes google to consider them as wrong links. Is it possible to fix this?
I'm running CEON URI mapping if this matters.
Thanks.
Just want to say thank you, Andrew.
It worked perfectly. :clap:
sitemapxml: 2.1.0
Zencart: v1.3.9h
Hello Andrew,
Just want your advice whether I should go ahead and install the current version or wait for the new one that you will be releasing?
Best Regards
Pretty sure the answer is no as I haven't been able to find any other reference to this on the forum.
but I'll ask anyway,
is it possible to exclude certain categories from being included in the sitemap?
(other than disabling the category)
No one replied to my problems, so I had to solve them myself :-)
1. Reason why not all sitemap files were included into the index is same as with images (described in other topic). Script was stumbling at my '0' folder.
So it is necessary to edit approximately line 255 in /includes/classes/sitemapxml.php
while ($filename = $za_dir->read()) {
replace with
while (($filename = $za_dir->read()) !== false) {
This will handle directory reading correctly.
2. Missing domain part is restored with adding following line to the same file around line 210:
if (substr($loc,0,4)!="http") $loc = 'http://rafcamera.com' . $loc;
Not sure if CEON caused this problem, but such simple solution works fine for me.
Hi Berezin,
I just realized that sitemaps are only being gerenared for one language. I just updated to 3.1.0 14.12.2011, running on 1.3.h, but still, only sitemaps for /en, which is not the primary language are created. Any suggestions? Thanks again.
site is www.dstoreusa.com.br
I have installed your soft: "sitemapxml__formerly_google_sitemap_3-1-014-12-20111332"
on an 1.39H zencart in french. It works great.
I have changed the directories includes/languages/english to /french but in the configuration admin/configuration/sitemap XML the 4 sentences beginning with TEXT_CONFIGURATION are not translated and stay like that. I tried to find this terms in the translated files (directory /french/) like I do usually when this occurs with other add ons.
Can you explain me what to do?
With many thanks
Hi Andrew, I have bunch of testiminials but the sitemap file sitemaptestimonials.xml is always blank no matter how many times I generate.
Do you know what have I been missing?
I am running zen cart 1.3.9h and wonder which version should be using.
Would the latest version cover it? Or is there a version specific to 1.3.9h?
Thanks for your help.
I just installing SitemapXML on 1.5 Zencart and I have nothing in the tool can somebody help me.
Thanks for your time
Hi.
I have just installed SitemapXML on Zencart 1.5 and the sitemapezpages.xml file is blank. The index, mainpage, products and categories have all been filled in during the installation but the ezpages xml file and the other ones are left blank. I have chmodded the .xml files to 777 but it still wont work.
My site is:
http://healing-exchange.com
1. Copy YOUR_Admin\includes\languages\english\sitemapxml.php to YOUR_Admin\includes\languages\french\sitemapxml.php, YOUR_Admin\includes\languages\english\extra_definitions\sitemapxml.php to YOUR_Admin\includes\languages\french\extra_definitions\sitemapxml.php
2. Copy includes\languages\english\sitemapxml.php to includes\languages\french\sitemapxml.php
3. Translate YOUR_Admin\includes\languages\french\sitemapxml.php, YOUR_Admin\includes\languages\french\extra_definitions\sitemapxml.php and includes\languages\french\sitemapxml.php
4. Install sitemapxml.
I figured out the problem. Thanks. I had set up links to my forum and link exchange and had them set as external url's. I have now changed it to internal url's and it is now working fine. Thanks. What you said got me to think about that. It makes sense that the sitemap generator wouldn't pick up external links.Quote:
Hi,
Quote Originally Posted by reikipaul View Post
Hi.
I have just installed SitemapXML on Zencart 1.5 and the sitemapezpages.xml file is blank. The index, mainpage, products and categories have all been filled in during the installation but the ezpages xml file and the other ones are left blank. I have chmodded the .xml files to 777 but it still wont work.
My site is:
http://healing-exchange.com
I don't found any EZpages on your site.
I have the /cgi-bin file being executed regularly as a cron job.
The script creates the sitemaps correctly but it generates a debug error every time.
While it appears that the usual cause of such an error is a line after the closing php tag, these files don't have closing tags.Quote:
[13-May-2012 01:00:01] PHP Warning: session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cookie - headers already sent in /home/xxxx/public_html/tienda/includes/functions/sessions.php on line 113
[13-May-2012 01:00:01] PHP Warning: session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cache limiter - headers already sent in /home/xxxx/public_html/tienda/includes/functions/sessions.php on line 113
I have checked that the files are identical to the install ones, no extra spaces or lines at the end.
Any clues?
Check your files. You can use my script found_extra_space.
Great script!
It found half a dozen files which I corrected.
...including
/includes/templates/template_default/sitemapxml/html_header.php
which I had previously ignored due to the comment at the end.
However, removing the final line has not cured the debug error.
regards
Steve
Of course, because html_header.php actually displays the information. But it happens much later start sessions.
It is strange that the error message does not indicate the place where the output header starts.
In addition, the script /cgi-bin/sitemapxml.php buffers (ob_start()) all output before starting the main wrapper index.php. This means that the presence of extra-Space should not affect the output header.
Perhaps there are some features of php-scripts run through Cron. As you run, what is written in the crown?
Show your script /cgi-bin/sitemapxml.php here.
Do you mean what is the Cron command?:Quote:
As you run, what is written in the crown?
The sitemapxmlQuote:
php -q /home/xxxx/public_html/tienda/cgi-bin/sitemapxml.php rebuild=yes ping=yes
I've asked my hosting for the error log as I can't duplicate this locally.PHP Code:
<?php
/**
* Sitemap XML Feed
*
* @package Sitemap XML Feed
* @copyright Copyright 2005-2010, Andrew Berezin eCommerce-Service.com
* @copyright Portions Copyright 2003-2008 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @link http://www.sitemaps.org/
* @version $Id: sitemapxml.php, v 2.1.1 21.10.2011 11:16:35 AndrewBerezin $
*/
// php -f /home/XXXXXXX/domains/XXXX.ru/public_html/cgi-bin/sitemapxml.php rebuild=yes ping=yes
// /usr/local/bin/php -f /home/XXXXXXX/data/www/XXXX.ru/cgi-bin/sitemapxml.php rebuild=yes ping=yes
if (!is_file(dirname(__FILE__) . '/includes/configure.php')) {
chdir(dirname(__FILE__) . '/../');
} else {
chdir(dirname(__FILE__));
}
if ((!isset($_GET) || sizeof($_GET) == 0) && isset($_SERVER['argc']) && sizeof($_SERVER['argv']) > 1) {
for($i=1,$n=sizeof($_SERVER['argv']); $i<$n; $i++) {
list($key, $val) = explode('=', $_SERVER['argv'][$i]);
$_GET[$key] = $_REQUEST[$key] = $val;
}
}
if (!isset($_SERVER['REQUEST_URI'])) $_SERVER['REQUEST_URI'] = '/' . basename($_SERVER['SCRIPT_NAME']);
if (!isset($_SERVER['HTTP_HOST'])) $_SERVER['HTTP_HOST'] = '';
if (!isset($_SERVER['REMOTE_ADDR'])) $_SERVER['REMOTE_ADDR'] = '127.0.0.1';
if (!isset($_SERVER['HTTP_USER_AGENT'])) $_SERVER['HTTP_USER_AGENT'] = 'Cron /usr/local/bin/php -f ';
$_GET['main_page'] = 'sitemapxml';
function zen_sitemapxml_callback($html) {
$html = str_replace(' ', ' ', $html);
$html = preg_replace('@\s\s+@', ' ', $html);
$html = preg_replace('@<head>(.*)</'.'head>@si', '', $html);
$html = preg_replace('@<script(.*)</'.'script>@si', '', $html);
$html = preg_replace('@<title>(.*)</'.'title>@si', '', $html);
$html = preg_replace('@(</h[1-4]>)@si', "$1\n", $html);
$html = preg_replace('@(<h[1-4]>|<div)@si', "\n$1", $html);
$html = preg_replace('@(<br\s*[/]*>|<p.*>|</p>|</div>|</h\d+>)@si', "$1\n", $html);
$html = preg_replace("@\n\s+@", "\n", $html);
$html = strip_tags($html);
$html = trim($html);
return $html;
}
ob_start('zen_sitemapxml_callback');
include('index.php');
Can you tell me how to make it so that products that I have temporarily turned off, will not show up on the sitemap? I am using 1.3.8 and just upgraded to the latest for that version. Thanks!
Well, I have a dozen products or so that I am waiting to hear from the supplier if they will need to be discontinued or not. This situation happens quite often to me. So I have them turned of in the admin, not to show up on the site, but they still appear on the sitemap. And they are broken links from there and that is not good SEO. So wondering if there is a fix for that. Thanks for your quick reply :)
Amy
I can not help you - you do not even want to answer a simple question: "Which version do you use?" Apparently you're working with some of the old, unsupported version.
And who told you that the latest version only works on 1.5?
Uninstall all versions, download latest version and install it.
SitemapXML (formerly "Google Sitemap") - Version: 2.1.0 is the latest version that says it is compatible with 1.3.8. Later versions say they are for 1.5. If you are saying that I can use the 1.5 compatible versions, then I am happy to do that. When I use the uninstall SQL, it only uninstalls the Sitemap XML, but leaves the old Google SiteMap configuration in place.
I can't get any further information regarding the error from the hosting server logs.
An odd thing is that if I manually run the cgi-bin file by typing the address in the browser, it does not cause the error.
Although I don't get this error when testing locally, while looking for more clues I found these warnings:
I understand they are probably not important...Code:[19-May-2012 22:54:00] PHP Notice: Undefined variable: date in D:\My Documents\Business\SHOP\includes\classes\sitemapxml.php on line 126
[19-May-2012 22:54:00] PHP Notice: Trying to get property of non-object in D:\My Documents\Business\SHOP\includes\modules\pages\sitemapxml\sitemapxml_homepage.php on line 16
[19-May-2012 22:54:00] PHP Notice: Trying to get property of non-object in D:\My Documents\Business\SHOP\includes\modules\pages\sitemapxml\sitemapxml_homepage.php on line 23
[19-May-2012 22:54:00] PHP Notice: Trying to get property of non-object in D:\My Documents\Business\SHOP\includes\modules\pages\sitemapxml\sitemapxml_homepage.php on line 23
Thanks, where do I find that, I see 3.1 as the latest download.Code:These bug fixes in the latest version 3.2.2
No rush, I'll wait for the new version to be posted.
Thanks.
I installed SitemapXML v2 on zencart 1.3.7. XML files are generated properly except sitemapindex.xml file.
It contains only: </sitemapindex>
I tried to change chmod to 777 but it didn't helped. I tried to reupload all files, changed some options in Configure->Sitemap XML as well but its still not working.
I can not upgrade zen zart itself because I made a lot of changes in various files. What should I do now?
Because all other maps were generated properly I found a function that prepares sitemapindex.xml file.
And there is a function GenerateSitemapIndex() in includes/classes/sitemapxml.php file.
I changed:
to:PHP Code:
if ($za_dir = @dir(rtrim($this->savepath, '/'))) {
(...)
And then it worked properly. I think it is more related to zen cart cofigurafion than its version. My host provider requires DIR_FS_CATALOG set to '/' or '//'.PHP Code:
if ($za_dir = @dir('/')) {
(...)
Since the debug error was ONLY caused by the cron job using this:
my hosting suggested changing it to this, so it was run via a browser:Quote:
php -q /home/mysite/public_html/shop/cgi-bin/sitemapxml.php rebuild=yes ping=yes
This works, no error!Quote:
lynx --dump http://www.mysite.es/shop/cgi-bin/sitemapxml.php&rebuild=yes&ping=yes
I'm new to the forum, so please forgive me if I am asking this wrong.
What would make the sitemap add on stop generating sitemap files on the 10th file? We have 546,180 products in this example store. We have 14 stores with sitemap implemented in them. When we run the sitemap generator, they all seem to fail at around 500k products. The output from a run below stopped at 514,344 products.
I can show you the same sort of output from a store with 1,126,848 products. It stops in the file named sitemapproducts010.xml just like this run, with around 500,000 products processed. As you can see the output below does not mention the sitemapproducts010.xml file but looking at the output on the server, that is the last file that was being created when it stopped running.
output:
SiteMapXML (3.1.0 14.12.2011 13:32)
News Box Manager Sitemap
File http://MYDOMAIN.com/sitemapboxnews.xml. Written 3 items (1110 bytes), Filesize: 1119 bytes
Total: files 1, items 3 (1119 bytes), execution time 0:0.0150, db queries 1, db queries time 0:0.0144.
Categories Sitemap
File http://MYDOMAIN.com/sitemapcategories.xml. Written 14742 items (2941033 bytes), Filesize: 2941042 bytes
Total: files 1, items 14742 (2941042 bytes), execution time 0:48.6450, db queries 35171, db queries time 0:44.5461.
Ezpages Sitemap
File http://MYDOMAIN.com/sitemapezpages.xml. Written 4 items (1144 bytes), Filesize: 1153 bytes
Total: files 1, items 4 (1153 bytes), execution time 0:0.0063, db queries 2, db queries time 0:0.0053.
Mainpage Sitemap
File http://MYDOMAIN.com/sitemapmainpage.xml. Written 1 items (657 bytes), Filesize: 666 bytes
Total: files 1, items 1 (666 bytes), execution time 0:0.0019, db queries 1, db queries time 0:0.0017.
Manufacturers Sitemap
File http://MYDOMAIN.com/sitemapmanufacturers.xml. Written 1 items (717 bytes), Filesize: 726 bytes
Total: files 1, items 1 (726 bytes), execution time 0:0.0032, db queries 1, db queries time 0:0.0029.
Products Sitemap
File http://MYDOMAIN.com/sitemapproducts.xml. Written 46726 items (9999869 bytes), Filesize: 9999878 bytes
File http://MYDOMAIN.com/sitemapproducts000.xml. Written 46726 items (9999872 bytes), Filesize: 9999881 bytes
File http://MYDOMAIN.com/sitemapproducts001.xml. Written 46726 items (9999872 bytes), Filesize: 9999881 bytes
File http://MYDOMAIN.com/sitemapproducts002.xml. Written 46726 items (9999872 bytes), Filesize: 9999881 bytes
File http://MYDOMAIN.com/sitemapproducts003.xml. Written 46726 items (9999872 bytes), Filesize: 9999881 bytes
File http://MYDOMAIN.com/sitemapproducts004.xml. Written 46726 items (9999872 bytes), Filesize: 9999881 bytes
File http://MYDOMAIN.com/sitemapproducts005.xml. Written 46726 items (9999872 bytes), Filesize: 9999881 bytes
File http://MYDOMAIN.com/sitemapproducts006.xml. Written 46815 items (9999881 bytes), Filesize: 9999890 bytes
File http://MYDOMAIN.com/sitemapproducts007.xml. Written 46760 items (9999856 bytes), Filesize: 9999865 bytes
File http://MYDOMAIN.com/sitemapproducts008.xml. Written 46755 items (9999873 bytes), Filesize: 9999882 bytes
File http://MYDOMAIN.com/sitemapproducts009.xml. Written 46932 items (9999781 bytes), Filesize: 9999790 bytes
Strange problem. I tried on a large number of products - I had 16 files sitemapproducts *. Xml.
If you want, I can see what you have a problem - for this I will need access to FTP.
that would be great! I will PM you credentials.
just wanted to update the subject of this post to make it easier to find if anyone else has the problem
thanks! What do I need to do to fix it?
thanks very much Andrew!!!
works great Andrew! thanks again for your quick reply and your prompt assistance!
Hi,
In the next version, this bug is fixed - an opportunity to refuse checking url duplicates, or the option to use memory or mySQL for temporary storage database check takes.
I've already tested and debugged these algorithms.
There will be another innovation, essential to the shops with a large number of goods. Files sitemap*.xml can be placed in a separate subdirectory. This allows you to dynamically create/delete these files without worrying about pre-creating files sitemapproducts000.xml, sitemapproducts001.xml, sitemapproducts010.xml, and so on.
I followed the instructions to the letter and I'm still unable to make this MOD to install. I'm running Zen Cart v1.3.8a and I get the following error message when trying to install:
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /nfs/c07/h04/mnt/107330/domains/cosasydetalles.net/html/catalog/admin/includes/classes/ext_modules.php on line 14
Could someone please help me out?
THX!
hello I have a problem with sitemap version 3.1.0 14/12/2011 13:32
I google duplicates the content as meta
/ index.php? Main_Page = product_info & cPath = 99 & products_id = 3548
/ index.php? Main_Page = product_info & products_id = 3548
and generates the sitemap link products without such cpPath
http://www.mysite.com/index.php?main...oducts_id=3548
in browers visualize the products with http://www.mysite.com/index.php?main...oducts_id=3548
the end of 6000 I + duplicate items and penalized.
any help would be appreciated
Hi,
is it normal for sitemap details in Google Webmaster Tools to show /sitemapmainpage.xml submitted 1 indexed -
the other sitemaps, sitemapproducts.xml, categories, e-z pages etc generated by sitemapindex.xml show the number of pages submitted and the number indexed fairly close (total of 596 of 608).
this is happening on 2 sites that I have this module loaded on - is there a reason?
cheers,
thanks
hello you are right they are distracted Zen version 1.5 installed addons easy populate4 and sitemap xml
hello to all can not get out of this problem because without cpath canonical url and the browers I cpath and may not be on the sitemap plugin but something is very wrong with the canonical seen that in the header of the link without caninical cpath and instead of the category in the brower by cpath with the category?
unfortunately I can not find a solution, the harm is great shame because I liked zencart especially for security I still do some research to find a wise solution as the first return to oscommerce oscommerce seen that before with no problems I had with google duplicate with the same for the help
New version 3.2.5
Update Notes:
- Bug fixes
- Traditional code cleaning
- Correct MagicSeo Support
- Truncate additional multi files
- Add sitemapXML simple file manager
- Add 'Start Security Token'
- Rename sitemapxml_homepage.php to sitemapxml_mainpage.php
- Add image sitemap support for products, categories, manufacturers
- Add parameter "Check Dublicates"
- Add parameter "Sitemap directory"
- Add parameter "Use cPath parameter in products url". Coordinate this value with the value of variable $includeCPath in file init_canonical.php
Thank you so much for the update! Do you know when this is going to be available for download?
I'm a newbie to web designing and general website stuff, and just started using zen-cart so hope this doesn't seem a really silly question. how log does it take for google to index my site having (hopefully) installed the sitemaps correctly? my website is http://www.christopherdanielgifts.com . I don't know if it is needed to answer my question? also, do i have to go to google webmaster to add my website site map or does it automatically send it without me needing to do it? would really appreciate all the help.
Google should crawl your site within 24 hours or so - it is beneficial to add the sitemap ( /sitemapindex.xml) in Google Webmaster Tools so you can see the stats in there as you monitor your site. Data in WMT may take some time to show uo (weeks for inbound and internal links). Also it can be useful to set up the Cron job as per the useful tips in the readme for this plugin.
cheers,
Mike
I've managed to add it onto google but on one page is on there when typing "site:www.christopherdanielgifts.com" - will it take time for the other pages to appear? As for the cron job, i'm not entirely sure that it is correct. For creating the robot.txt file, I should have it only containing:
0 5 * * * GET 'http://<your_shop_url>/index.php?main_page=sitemapxml'
and then google will index everything so i get a higher ranking, is that correct?
Hello, very very nice module ! :) I like it so much and its working.
But i submit my sitemaps to google webmaster and google says: Parsing Error 4 errors
We were unable to read your Sitemap. It may contain an entry we are unable to recognize. Please validate your Sitemap before resubmitting.
I validate it.. everything is ok.
Please tell me how to fix this
www.sinstore.eu is the site www.sinstore.eu/sitemap.xml ...
Hi,
Sorry if this is a really stupid question. I have loaded this module and all appears to work fine. excellent. Now for the stupid question. Everytime I add new products do I need to do anything with regards to the sitemap?
Thanks
Yes, when you add new products you should recreate your sitemap and resubmit to search engines. You will have to do this manually unless you have set up a cron job - which I assume you haven't.
Some say you should recreate and resubmit whenever you make any changes to pages included in your sitemap files.
Hi,
Any ideas as to why SitemapXML (v 3.2.5 31.05.2012) is generating URLs with a spurious / extra ampersand, "amp" and semicolon?
For example, SiemapXML generates the following URL (unwanted part shown in red):
http://www.futuregarageservices.co.u...o&cPath=0&products_id=14693
...when it should be:
http://www.futuregarageservices.co.u...ducts_id=14693
Any advice would be greatly appreciated. (I'm currently using Zencart Version 1.3.9h)
Thanks Andrew! I downloaded and installed but I have a feeling I did something wrong because of the two issues I am seeing:
I am seeing things like: TEXT_CONFIGURATION_TITLE_SITEMAPXML_EXECUTION_TOKEN, TEXT_CONFIGURATION_DESCRIPTION_SITEMAPXML_PRODUCTS_USE_CPATH, and many other configuration values not showing the names for them.
Also after I upgraded on the admin side, I am seeing this when I access Tools - Sitemap XML
Title: TEXT_SITEMAPXML_FILE_LIST
The Headers are showing: TEXT_SITEMAPXML_FILE_LIST_TABLE_FNAME TEXT_SITEMAPXML_FILE_LIST_TABLE_FSIZE TEXT_SITEMAPXML_FILE_LIST_TABLE_FTIME TEXT_SITEMAPXML_FILE_LIST_TABLE_FPERMS TEXT_SITEMAPXML_FILE_LIST_TABLE_TYPE TEXT_SITEMAPXML_FILE_LIST_TABLE_ITEMS TEXT_SITEMAPXML_FILE_LIST_TABLE_COMMENTS TEXT_SITEMAPXML_FILE_LIST_TABLE_ACTION
It's almost like I am missing some type of define file but not sure what I did wrong.
Thanks!
Andrew,
I noticed an issue when I enable "Generate Products Image tags for products urls" the url that's generated is wrong. It's something like this: <image:loc>http://www.clevershoppers.com/images/images/marymeyer/56900.jpg</image:loc> when it should be like this: <image:loc>http://www.clevershoppers.com/images/marymeyer/56900.jpg</image:loc> There's an additional images/ added to the url.
Also, can you please elaborate on how to implement the "Start Security Token?"
Thanks very much!
Hi Isaacola,
Thank you for bag report! Quick fix:
File includes/classes/sitemapxml.php
found (line 469):
replace byPHP Code:
$loc = HTTP_SERVER . DIR_WS_CATALOG . DIR_WS_IMAGES . $image['file'];
It's very simple.PHP Code:
$loc = HTTP_SERVER . DIR_WS_CATALOG . $image['file'];
This is done to ensure that no one else could run the Sitemap generation.
Specify any value for this parameter, for example "IsaacolaMap".
After that when you start Sitemap add to the url the parameter token=IsaacolaMap. For ex.: site.com/sitemapxml.html?rebuild=yes&token=IsaacolaMap
When you run Sitemap from the administrator this parameter is automatically substituted. A job for cron will need to adjust the hands.
Upload new version 3.2.6
Update Notes:
Bug fixes
Rewrite gss.xls