ArticleMs Sitemap Generator
Hi guys,
Here is a sitemap generator for the ArticleMs CMS.He generates Google valid sitemaps based on your database structure.The sitemap is generated starting with the category structure, pages then articles.He use your ArticleMs database entries so is pretty fast.I didn´t tested it yet with a big number of categories and articles, because I don´t have them
, but give´ it a try and let me know how is it working.
Installation in your ArticleMs CMS
This is pretty simple.You just have to copy the file in your ArticleMs root directory, then call from the browser at http://www.yourdomain.com/sitemap_cron.php . One more thing. You must have write permissions on the sitemap.xml file.To accomplish this, create an empty file named sitemap.xml in your ArticleMS root installation folder(if you don´t have one already), then change the access on it to chmod 777.That will make it work.
After the sitemap is generated he can ping Google and let it know that you have some changes in your website.For me works well. You jusy need to call the url by adding the ping=1 parameter in url.Something like this:
www.yourdomain.com/sitemap_cron.php?ping=1
If you wan to make the process in an automatic way, you can set a cron and calling the script with the following command:
curl http://www.yourdomain.com/sitemap_cron.php?ping=1
Set the interval as you like.I think best is once/day.
That´s it.If you have any troubles let´me a comment.You can do it also if you like´it or have any ideas
Download the file here
Enjoy!

