The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vBulletin Google Site Map Details »» | |||||||||||||||||||||||||
There are a few vBulletin Google Site maps around, but none as comprehensive as this that I have seen. This vBulletin Google site map is based on Kalius's work on discussed on his site and at Digitalpoint
FYI, the vBulletin Google Site Map modification contains at least one potential remote file include exploit. You are hereby notified that you should uninstall this modification, including the removal of the vBulletin Google Site Map PHP files from your server. The author of the modification has been notified, and the vBulletin Google Site Map thread has been moved to the Modification Graveyard forum. Best, vBorg Staff vBulletin Google site map with ability to add extra urls (c) by T2DMan - Michael Brandon 8Nov05+13hrsGMT - update. Added support for Yahoo Sitemap & bug fix 7Nov05+13hrsGMT - update. Thanks for your help. I have attached 1 version with 2 different preset configs for your convenience. vBSEO and non vBSEO configs. Configure in the vbgsitemap-config.php file. $base=""; // "" if in root, $base="forum/"; //if in the subdirectory forum It now works well with forum permissions, and the vBulletin's scheduled task system. I have personally installed the reviewed vBGSiteMap on a site with over 200,000 urls. Copes with the large number of urls with no problems. The vBGSiteMap works well with vbSEO, and it lists all the old url's to allow Google to spider the old url's and so find the 301 redirects to the new, and so delete the old url's from its index. Compared to the previous versions
the same password as the database via the vBulletin includes/config.php file
Show Your Support
|
Comments |
#172
|
|||
|
|||
FYI in case someone just links to the generated sitemap files instead of the php that goes into the root folder:
google does not allow the sitemap files to be outside the same exact path as the forum. see the following: https://www.google.com/webmasters/si...itemapLocation |
#173
|
|||
|
|||
Hi T2D,
got the following Problem: Code:
mysql_error select count(`vb_thread`.threadid) FROM `vb_thread`,`vb_forum` left join `vb_forumpermission` on `vb_thread`.`forumid` = `vb_forumpermission`.`forumid` and `vb_forumpermission`.`usergroupid` = 1 where `vb_thread`.`visible`=1 and vb_thread.`forumid`= vb_forum.`forumid` and (mod(mod(mod(mod(mod(mod(mod(mod(mod(mod(mod(mod(mod(mod(mod(mod(mod(forumpermissions,262144),131072),65536),32768),16384),8192),4096),2048),1024),512),256),128),64),32),16),8),4) = 3 or forumpermissions=0 or forumpermissions is null) and `vb_forum`.`password`='' and (`options` /2 <> ceiling(`options` /2)) and `vb_thread`.`forumid`='3' |
#174
|
|||
|
|||
Quote:
i get this too, any fix? |
#175
|
|||
|
|||
What is the version of mysql that you are using?
I am using mysql 4.0.25-standard and I am not having issues. I have also used it on 3.23.58 and it works? This was in fact the place that I tweaked the code to get it to work on the 3.23.58 version. I had two joins in the code, and had to reduce it to one for that version. Quote:
|
#176
|
|||
|
|||
Quote:
on the line after: $template = $tableprefix.'template'; add: if(!$vbseo_installed) VBSEO_ENABLED=false; and make sure that you have the variable $vbseo_installed as false. Please let me know if this works, and I will issue an update. Thanks |
#177
|
|||
|
|||
Quote:
|
#178
|
|||
|
|||
Quote:
mysql Ver 14.12 Distrib 5.0.15, for pc-linux-gnu (i686) using readline 5.0 |
#179
|
|||
|
|||
Quote:
should be: if(!$vbseo_installed) define("VBSEO_ENABLED", false); |
#180
|
|||
|
|||
Quote:
Fatal error: Unknown function: vbseo_get_options() in /home/msxlabs/public_html/vbgsitemap/index.php on line 358 Waiting for the fix... then i'm gonna go to the bed =) |
#181
|
|||
|
|||
Looks liek we almost have it then
Wrap an if statement around the lines: PHP Code:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|