I take it the script that is in the addon directory does this automatically right? I shouldn't have to do anything? Anyway to confirm that my pages are being added?
This is a discussion on adding my vbadvanced pages.... within the General Discussion forums, part of the vBSEO Google/Yahoo Sitemap category; I take it the script that is in the addon directory does this automatically right? I shouldn't have to do ...
I take it the script that is in the addon directory does this automatically right? I shouldn't have to do anything? Anyway to confirm that my pages are being added?
Hello Brent,
the main pages of vbadvanced should be added (if you have added this addon name in vB Admincp->Sitemap Hack Options).
You can check them at the tail of the last sitemap file generated![]()
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.6.0 GOLD Released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
I get this:
[addon module] vbseo_sm_vba.php [3,389.8Kb mem used] [91s (+1)]
Warning: in_array(): Wrong datatype for second argument in /includes/functions_vbseo.php on line 1684
Warning: in_array(): Wrong datatype for second argument in /includes/functions_vbseo.php on line 1684
Warning: in_array(): Wrong datatype for second argument in /includes/functions_vbseo.php on line 1684
Warning: in_array(): Wrong datatype for second argument in /includes/functions_vbseo.php on line 1684
Warning: in_array(): Wrong datatype for second argument in /includes/functions_vbseo.php on line 1684
Warning: in_array(): Wrong datatype for second argument in /includes/functions_vbseo.php on line 1684
Warning: in_array(): Wrong datatype for second argument in /includes/functions_vbseo.php on line 1684
Warning: in_array(): Wrong datatype for second argument in /includes/functions_vbseo.php on line 1684
Warning: in_array(): Wrong datatype for second argument in /includes/functions_vbseo.php on line 1684
Warning: in_array(): Wrong datatype for second argument in /includes/functions_vbseo.php on line 1684
Warning: in_array(): Wrong datatype for second argument in /includes/functions_vbseo.php on line 1684
Warning: in_array(): Wrong datatype for second argument in /includes/functions_vbseo.php on line 1684
Warning: in_array(): Wrong datatype for second argument in /includes/functions_vbseo.php on line 1684
Warning: in_array(): Wrong datatype for second argument in /includes/functions_vbseo.php on line 1684
Warning: in_array(): Wrong datatype for second argument in /includes/functions_vbseo.php on line 1684
Warning: in_array(): Wrong datatype for second argument in /includes/functions_vbseo.php on line 1684
Warning: in_array(): Wrong datatype for second argument in /includes/functions_vbseo.php on line 1684
Warning: in_array(): Wrong datatype for second argument in /includes/functions_vbseo.php on line 1684
Warning: in_array(): Wrong datatype for second argument in /includes/functions_vbseo.php on line 1684
Warning: in_array(): Wrong datatype for second argument in /includes/functions_vbseo.php on line 1684
Warning: in_array(): Wrong datatype for second argument in /includes/functions_vbseo.php on line 1684
Warning: in_array(): Wrong datatype for second argument in /includes/functions_vbseo.php on line 1684
Warning: in_array(): Wrong datatype for second argument in /includes/functions_vbseo.php on line 1684
Warning: in_array(): Wrong datatype for second argument in /includes/functions_vbseo.php on line 1684
Warning: in_array(): Wrong datatype for second argument in /includes/functions_vbseo.php on line 1684
Warning: in_array(): Wrong datatype for second argument in /includes/functions_vbseo.php on line 1684
Warning: in_array(): Wrong datatype for second argument in /includes/functions_vbseo.php on line 1684
Warning: in_array(): Wrong datatype for second argument in /includes/functions_vbseo.php on line 1684
Warning: in_array(): Wrong datatype for second argument in /includes/functions_vbseo.php on line 1684
Warning: in_array(): Wrong datatype for second argument in /includes/functions_vbseo.php on line 1684
Warning: in_array(): Wrong datatype for second argument in /includes/functions_vbseo.php on line 1684
Warning: in_array(): Wrong datatype for second argument in /includes/functions_vbseo.php on line 1684
Warning: in_array(): Wrong datatype for second argument in /includes/functions_vbseo.php on line 1684
Warning: in_array(): Wrong datatype for second argument in /includes/functions_vbseo.php on line 1684
Warning: in_array(): Wrong datatype for second argument in /includes/functions_vbseo.php on line 1684
Warning: in_array(): Wrong datatype for second argument in /includes/functions_vbseo.php on line 1684
Warning: in_array(): Wrong datatype for second argument in /includes/functions_vbseo.php on line 1684
[create sitemap file] filename: sitemap_5.xml.gz, number of urls: 42926 [3,092.9Kb mem used] [92s (+0)]
[create sitemap in text format] part #6 [3,092.8Kb mem used] [92s (+0)]
[create sitemap index] filename: sitemap_index.xml.gz, number of sitemaps: 5 [3,092.5Kb mem used] [92s (+0)]
These are warning messages and sitemap generator will still work correctly. This problem will be fixed with next release of vBSEO, for now please ignore them.
Thanks for reporting!
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.6.0 GOLD Released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
I get the same error.. but I can ignore it. What I also noticed though is my vBA urls are getting added like this:
http://www.alanwake.net/vb/http://ww...x.php?awn=home
Where the first part is my url for my message board.
Hi,
please try to set
at the top of vbseo_sm_vba.php addon file.$vba_url = '';
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.6.0 GOLD Released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
That only just made the url's like so:
http://www.alanwake.net/vbhttp://www...x.php?awn=home
Update:
$vba_url = $vbseo_vars['bburl'] . '/';
should be replaced with:
$vba_url = '';
![]()
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.6.0 GOLD Released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
Cool works thanks![]()