i tried it like : public_html/forum/includes/config.php and also /public_html/forum/includes/config.php but it still giving this error.also i tried forum/includes/config.php but also its not worked too. must i create a file first named sitemap.xml then run this script??
If you use forum for your forum and forum/includes/config.php doesnt work, yes try making a sitemap.xml.gz file and if it still doesnt work try to chmod 666 it. I didnt know how to make a sitemap.xml.gz file so I took one from someones site that was running this and uploaded it to mine then ran the script.
I use GetRight so it downloaded it for me. Not sure if this will work without a downloader or not. http://www.discussionjunction.com/sitemap.xml.gz
Hi I have put together a Google site map for vBulletin following on the good work that has been started. There is now ability to have all the pagination of forums, threads, archives, and pagination of the archived threads. All items are in the configuration at the start of the script. View attachment vbsitemap-t2d-1.php Yet to happen is the facility for larger sites - I calculate that sites with over the 50k of url's will be around the 10meg of uncompressed data per Googles maximums. I look forward to comments. Should be pretty comprehensive. Enjoy.
Can anyone give me noob instructions for either kailus or t2dman's files? I apologize for my ignorance but after reading instructions on the Google Sitemaps section (most of which was way over my head) I am a bit lost right now. They are probably a lot simpler than I realize but I would just like to be sure. If anyone can help me out it would be much appreciated. -Jason
I'm with Jason The only way I communicate with my server (GoDaddy, economy host) is by entering my domain, jbv.com in the browser. How do I know the path? How do I enter a "$" command? What is python? Looks like you folks did a great job on a php program for a forum. Know of a similar program for a simple web site? Thanks a lot, John jbv @ jbv.com
Version 1.2 released that has a site index as well as the individual site map files - so suitable for large boards. Full configuration options and also works with vb3.5 See vborg or vBulletin Google Site Maps on my Time2Dine site.
I need help I have a problema for instal all version the mod for Sitemap The vbsitemap-035.php show thid problema: The vbsitemap-multi.php show same problem and i don`t now need change in de fail for correct configuration. Regars.
i am getting this error at latest version u wrote Warning: main(/includes/config.php): failed to open stream: No such file or directory in /home/xturkx/public_html/forum/sitemap/vbsitemap-multi.php on line 53 Warning: main(/includes/config.php): failed to open stream: No such file or directory in /home/xturkx/public_html/forum/sitemap/vbsitemap-multi.php on line 53 Fatal error: main(): Failed opening required 'includes/config.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/xturkx/public_html/forum/sitemap/vbsitemap-multi.php on line 53
Look carefully at the error message above. The vbsitemap-multi.php should be in the root directory - you have it in the forum/sitemap directory. Your config file is actually in the forum/includes directory, and it is trying to access it in the /includes directory. Get the most recent copy from vBulletin Google Site Map (Time2Dine), and follow the instructions on the thread.