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???

commandoone 11-16-2008 05:23 PM

After installing, I just get a blank page when I click on settings.

I have VBSEO installed. I double checked all permissions before install.

Just the settings page is not showing up.

Thanks.

mohammad23 11-16-2008 05:52 PM

Quote:

Originally Posted by Rajdeep (Post 1656489)
CHMOD 777 the 'forum-root/vbseo_sitemap/data/' folder and files in it..


dont solve my problem
pleas help me i need it:)

iojam 11-17-2008 02:27 PM

ATVTorture,

we can provide for add-ons that are included in the package only. I do not even have ReviewPost personally.

commandoone,

try to open settings via vB admincp->vBulletin options->vBSEO Sitemap generator (in dropdown)

mohammad23,

do you have an *.html package of vBulletin? i.e. your forum links are looking like forumdisplay.html?f=x or forumdisplay.php?f=x ?

SweetHome 11-17-2008 04:05 PM

thanks!

NickyNet 11-18-2008 09:10 PM

hi all,

thank you for sharing this.

only one thing i can't realize
i see this in my sitemaps for blog entries
Code:

blogs/%user_name%/-a.html
and can't figure it out

thank you for your help...

CPOWA 11-19-2008 04:48 PM

Installed :)

Kudos to Wayne Luke for turning me on to this plug-in.

Thank you very much to the vBSEO people who put this together.

Nita

cheat-master30 11-19-2008 07:40 PM

Quick question for the hack creator/vB SEO team:

1. What exactly is the addition urls thing for?

2. Does this sitemap thing, if it's indexed/shown all the pages on a forum, affect how the rest of a website is indexed? As in, my site has more than a forum, and the forum is a directory, so would this cause any problems to the non forum sections like the site content or wiki?

GlamRockTalk 11-20-2008 11:32 AM

This is a MUST HAVE on any forum. Thanks! :D

newsoftw 11-21-2008 10:00 AM

i upload all is ok & also .htaccess and when i ADMIN CP > 'Plugin System' > 'Manage Products' > Click on [Add/Import Product] impot 'vbseo_sitemap.xml' then so show bellow error...

this errror

No file uploaded and no local file found.

any idea & how to fix it.

thanks in ADVNS
Ayaz Ali

GlamRockTalk 11-21-2008 11:06 AM

Folks, I installed everything yesterday and did things just as instructed (and double-checked with prior installation on another forum that I run), but there was no e-mail this morning.

And, when I logged into the reports, there was nothing generated.

Is there a list of 'common' things to check to ensure that everything is done correctly? Does it take another day for this to work? I had it set to run last night (early this morning) at 2am.

EDITED: I received an e-mail this morning. So, it looks like it needs a full day before reporting information out. :D

cmiller1014 11-21-2008 10:33 PM

How do I make google.com/webmaster aware of the sitemaps created by this? It still says none exist for my site......

commandoone 11-22-2008 03:16 AM

Quote:

Originally Posted by iojam (Post 1667509)
ATVTorture,

commandoone,

try to open settings via vB admincp->vBulletin options->vBSEO Sitemap generator (in dropdown)

Worked like a charm. Thanks for your help.

Tony D. :)

donnie_ogm 11-23-2008 10:00 AM

Hi guys,
I'm using this powerful mod but since my hoster have changed the server where I'm hosted the bot have stopped to download the sitemap of my site (for what I see in "Show Sitemap Downloads Log").

I've upload the file ".htacces" again to the root of my site cause I know that the hoster made some mistakes there while moving the site contents, but nothing more.
I'll wait to see the effect of this action but I'm not too confident in the fact that something will be solved.

Any other ideas? Please let me know.

Also the notification mail "vBSEO Google/Yahoo Sitemap Updated" have stopped to arrive.

iojam 11-23-2008 07:22 PM

NickyNet,

do you have vBSEO installed (this seems to be related to URL rewrites)? If yes, please open a ticket on vbseo.com.


cheat-master30,
1. "extra-urls.txt" is used to include non-forum URLs in sitemap.
2. it should not affect indexing of non-forum areas directly.


newsoftw,

try to add this in .htaccess file:
Code:

<IfModule mod_security.c>
  SecFilterEngine Off
  SecFilterScanPOST Off
</IfModule>

cmiller1014,

you should manually submit sitemap on google webmaster account.


donnie_ogm,

try to set 0666 permissions for vbseo_sitemap/data/downloads.dat file.

ceech 11-25-2008 02:22 AM

marked installed. thanx.

Yosef Sh 11-25-2008 07:56 AM

Thanksssssssss

blackberry 11-25-2008 11:08 AM

thanks

Danial_Faster 11-27-2008 04:14 AM

I have forgget password.
What i do?
------------
And vBSEO Sitemap Settings in emty and http://i33.tinypic.com/f9f7lj.jpg

GlamRockTalk 11-27-2008 04:39 AM

Go to your AdminCP, click on vBSEO. Then, click on vBSEO Sitemap Settings. About 3/4 of the way down you'll see the space for your password there.

Hope that helps. :)

Danial_Faster 11-27-2008 09:38 AM

Quote:

Originally Posted by GlamRockTalk (Post 1673815)
Go to your AdminCP, click on vBSEO. Then, click on vBSEO Sitemap Settings. About 3/4 of the way down you'll see the space for your password there.

Hope that helps. :)

I when click to vbseo sitemap setting show the:
http://i33.tinypic.com/f9f7lj.jpg

floggerss 11-27-2008 11:25 AM

I have a problem, the sitemap never appears in the ftp.

I run the sitemapgenerator, it runs okei... even it sends me an email that it was ok. But when i enter to the ftp nothing is there. I look for it in the root folder, in the vbseo_sitemap/data/, vbseo_sitemap/ and nothing is there.....

What is the problem?

Danial_Faster 11-28-2008 03:57 AM

Quote:

Originally Posted by Danial_Faster (Post 1673918)
I when click to vbseo sitemap setting show the:
http://i33.tinypic.com/f9f7lj.jpg

Please help me.

Danial_Faster 11-29-2008 04:26 AM

Quote:

Originally Posted by Danial_Faster (Post 1673918)
I when click to vbseo sitemap setting show the:
http://i33.tinypic.com/f9f7lj.jpg

:mad:

IRANCITY 11-29-2008 07:15 AM

Not Found

The requested URL /sitemap_index.xml was not found on this server.

Danial_Faster 11-29-2008 04:52 PM

Quote:

Originally Posted by IRANCITY (Post 1675011)
Not Found

The requested URL /sitemap_index.xml was not found on this server.

Please give me file,
What i do?

edermix 11-29-2008 07:44 PM

I wonder if I'm having a problem with indexing in my URLs:

Forum display: 0
Show Thread:
Show Post:

Note that are experiencing with nothing written ... what will? Because I was on Google is indexing and everything perfectly, but my logs does not show it, appears only the members indexing ...

Quote:

Report:
============================
Click the following link for your vBSEO Google/Yahoo Sitemap Report:
http://www.xxxxxxx/vbseo_sitemap/

Summary:
============================
Forum Display: 0
Show Thread:
Show Post:
Member Profiles: 6829
Poll Results: 0
Archive: 1

Total Indexed URLs: 6832
Total Processing Time: 2.87 seconds

Google ping: Successful.
Yahoo ping: Successful.
Ask ping: Successful.
Moreover ping: Successful.
Live.com ping: Successful.

Adam21 11-30-2008 10:50 AM

This dont seems to work in vb3.8

The settings becomes a blank page.:(

iojam 11-30-2008 10:41 PM

floggerss,

make sure that you have 0777 permissions set for data/ folder.

Danial_Faster,Adam21,

try to open settings via vBulletin options dropdown instead of direct link in admincp.

IRANCITY,

did you generate sitemap?

edermix,

probably your subforums are private (not visible to guests), that's why they are not included in sitemap.

mc0676 12-01-2008 05:38 AM

I've a questione.
VBseo Sitemap work fine in my web site (3.7.4 pl 1) but after that the Gzip sitemaps was created into /vbseo_sitemap/data what i need to do ?
I need to add into my google account a new sitemap like this:
http://www.mydomain.com/forum/vbseo_...p_index.xml.gz
?
Or i need to move alle the xml file in other folder ?
Thanks.

mc0676 12-01-2008 06:00 AM

other problem ...
if u laung /forum/sitemap_index.xml

i receice:
Not Found

The requested URL /HOME/com/v/w/g/vwgolfcommunity/www/forum/vbseo_sitemap/vbseo_getsitemap.php was not found on this server.

?


All times are GMT. The time now is 02:20 AM.

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.02093 seconds
  • Memory Usage 1,825KB
  • 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
  • (2)bbcode_code_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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