vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Administrative and Maintenance Tools - vBSEO Google/Yahoo Sitemap Generator (https://vborg.vbsupport.ru/showthread.php?t=184573)

Blackhat 11-08-2008 11:20 PM

Quote:

Originally Posted by AzzX (Post 1620257)
Been using with no issue for a couple of weeks - Now I am getting this error in Google Webmaster tools:

Im getting this one too

http://www.librarium-online.com/foru...p_index.xml.gz

northwallace 11-10-2008 03:53 PM

Google Sitemap Index URL not found,

searched through an saw something about a 'ghost file'

but the sitemap index url doesnt work from my tools page.

also when manually submitting it to yahoo, it says it doesnt exist.

should I submit the index map from the data folder?

aqaz 11-11-2008 06:28 AM

thanks!

ATVTorture 11-11-2008 02:13 PM

I'm still waiting on some advice on this question.

Quote:

Originally Posted by ATVTorture (Post 1661905)
I have a folder under my forums folder for for a product called ReviewPost. ReviewPost resides in a folder called reviewpost. When vbSEO runs, it doesn't get any URLs from the reviewpost folder. Is this something I can tell it to query somehow? If so, how would I do it?

Thanks!


iojam 11-11-2008 07:28 PM

tribedude,

/board/sitemap_3.xml.gz is the correct URL (although files are stored in data/ folder) and it should be working if you have created .htaccess file in forums folder. Please check that your host supports mod_rewrite.

ATVTorturem,

vBSEO Sitemap Generator includes only forum URLs in sitemap.

ATVTorture 11-11-2008 07:36 PM

Is there a way to make it get the urls in the reviewpost folder as well?

Quote:

Originally Posted by iojam (Post 1663733)
vBSEO Sitemap Generator includes only forum URLs in sitemap.


iojam 11-12-2008 10:50 AM

You can create your own add-on for reviewpost, similar to those that are already included in vBSEO Sitemap Generator (check addons/ folder).

ATVTorture 11-12-2008 06:45 PM

For what I'm wanting to do, which of those add-ons would be the easiest to modify?

Thanks!

ATVTorture 11-12-2008 07:55 PM

Well, I'm having no luck but this is what I attempted: (Keep in mind that reviewpost resides in a different database that vbulletin)

Quote:

$domain="mysite.com/forums/reviewpost";
$dbuser="reviewpostdbuser";
$dbpass="reviewpostdbpass";
$dbname="reviewpostdb"; //the name of the database
$chandle = mysql_connect("my.host.com", $dbuser, $dbpass)
or die("Connection Failure to Database");
mysql_select_db($dbname, $chandle) or die ($dbname . " Database not found." . $dbuser);

// replace the URL below with your ReviewPost links main folder URL
$vba_links_url = 'http://www.mysite.com/forums/reviewpost/';

$lnkg = $db->query_read("SELECT id,cat,date FROM rp_products");
while ($lnk = $db->fetch_array($lnkg))
{
$url = 'showproduct.php/product/?product='.$lnk['id'];
if(VBSEO_ON)
$url = vbseo_any_url($url);

$url = $vba_links_url . $url;

vbseo_add_url($url, 1.0, $lnk['lastpost'], 'weekly');
}

mysql_close($chandle);

?>
Any advice would be appreciated.

Buster

ATVTorture 11-16-2008 01:03 PM

Anybody???


All times are GMT. The time now is 09:52 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01918 seconds
  • Memory Usage 1,741KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete