vb.org Archive

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

BirdOPrey5 10-15-2010 02:35 PM

Apparently so, after updating the table name in the code to "adv_links_categories" it now gives an error that "private" is not a valid field in the WHERE clause and after looking at the database structure it seems like "private" is no longer available, it's a more complicated system based off link category and then if the category is private or not.

If I submit a sitemap without the links directory will they still remain in google because they were already indexed independently or will they get removed if not part of the official site map?

Enfoque21 11-03-2010 04:00 AM

Hi guys,
I am using
Vbulletin 3.6.4
VBSeo 3.5.2
VBSEO Sitemap generator 2.6 beta 2
VBAdvanced 2.2.1
VBA Links 2.0.2

When using the addon vbseo_sm_vba_links.php in VBseo Sitemap Generator, i get this mysql error:

<!--
Database error in vBulletin 3.6.4:

Invalid SQL:
SELECT * FROM links_categories WHERE private = 0;

MySQL Error : Table 'xxxxxx.links_categories' doesn't exist
Error Number : 1146
Date : Wednesday, November 3rd 2010 @ 01:19:16 AM
Script : http://www.nightclubber.com.ar/foro/...eo_sitemap.php
Referrer : http://www.nightclubber.com.ar/foro/...ue&amp;page=70
IP Address : 190.244.99.129
Username : No Registrado
Classname : vB_Database
-->

BirdOPrey5 11-03-2010 02:41 PM

^ That's the same problem I was having. The plugin isn't compatible with version 2 of the links directory- it won't work.

www.ch-joy.com 11-07-2010 04:46 PM

Thank you very much Gary and experience

godarmy 11-22-2010 05:48 PM

thanks you..

BirdOPrey5 11-22-2010 06:31 PM

FYI they released the new version (3.0) a few days ago in a new thread.
Here: https://vborg.vbsupport.ru/showthread.php?t=253516

Even though it's listed as a 4.0 mod it is compatible with 3.8 as well.

Simon Lloyd 11-23-2010 05:23 AM

Joe, does it work for the links category?

BirdOPrey5 11-23-2010 10:18 PM

Honestly I didn't even try it... I like the idea of this mod but I ended up uninstalling without ever sending a site map to Google... virtually all my public threads are indexed by Google already and I'm happy with everything as is- I'm sure this is a quality mod but I'm afraid I'd figure a way to hurt my SEO by using it.

Simon Lloyd 11-26-2010 01:05 PM

Well it is written by vbseo but hang fire as in a while they will release their next version which at the moment is only available to vbseo customers but they have said they will release it free here.

djbaxter 11-26-2010 01:27 PM

Quote:

Originally Posted by Simon Lloyd (Post 2125959)
Well it is written by vbseo but hang fire as in a while they will release their next version which at the moment is only available to vbseo customers but they have said they will release it free here.

It was released a couple of weeks back: https://vborg.vbsupport.ru/showthread.php?t=253516

godarmy 12-04-2010 02:26 AM

thanks.. now work in my site :D:D:D

Scalemotorcars 12-11-2010 05:59 PM

Quote:

Originally Posted by Scalemotorcars (Post 2068840)
Moreover ping is still busted.

Isn't VBseo supporting this any longer?

How do I remove the Moreover ping?

kopukmelih 12-16-2010 03:01 PM

danke das ist supper

djbaxter 12-16-2010 03:23 PM

Quote:

Originally Posted by kopukmelih (Post 2134853)
danke das ist supper

I don't know about supper. I think it's more like lunch. But a nice lunch. Or maybe brunch.

Ramsesx 12-29-2010 07:23 AM

Quote:

Originally Posted by BirdOPrey5 (Post 2125177)
Honestly I didn't even try it... I like the idea of this mod but I ended up uninstalling without ever sending a site map to Google... virtually all my public threads are indexed by Google already and I'm happy with everything as is- I'm sure this is a quality mod but I'm afraid I'd figure a way to hurt my SEO by using it.

Quote:

Originally Posted by Simon Lloyd (Post 2124894)
Joe, does it work for the links category?

Try to change in the php file from:
"adv_links_categories WHERE private = 0");
to
"adv_links_categories WHERE active = 1");
Works for me.

Katelynn 02-16-2011 05:44 PM

I upgraded from vB 3.7 to vB 3.8.6 and I also upgraded this MOD from 2.1 to 2.5

Question #1: Moreover failed?

Question #2: When I "run sitemap generator" .. it shows that I am missing -45,000 posts. Where did they go!?? lol

Question #3: Also I see that sitemapindex is located at http://www.mysite.com/sitemap_index.xml.gz and all sitemaps are in root too. BUT I don't see any of these files. I am assuming the .htaccess is rerouting to the appropriate location? My forum is located in http://www.mysite.com/forum and I currently run CMPS in root, but am planning to switch to Wordpress for root. <-- Trying to provide as much detail as possible for you to help answer my questions.

My .htaccess is as follows:
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^mysite.com
RewriteRule (.*) http://www.mysite.com/$1 [R=301,L]
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.php\ HTTP/
RewriteRule ^index\.php$ http://www.mysite.com/ [R=301,L]
RewriteEngine On
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ forum/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
RewriteCond %{HTTP_HOST} ^similarsitename.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.similarsitename.com$
RewriteRule ^/?$ "http\:\/\/www\.mysite\.com" [R=301,L]

AuthType Basic
AuthName "mysite Dev - testvb - full working dev environment"
AuthUserFile "/home/mysite/.htpasswds/public_html/passwd"
require valid-user

AzH 02-26-2011 04:25 PM

I've installed this, I have vbseo already so do not need for htaccess file, but my sitemap is not recognised. It should be here:

http://www.dead-island.com/forums/sitemap_index.xml

But it ain't.

Any suggestions?

Ghostt 03-17-2011 01:00 AM

I am lost too. ive read all the thread 2x and searched in google for whole day for a solution for the 404 not found error for the example.com/sitemap_index.xml.gz .
Ive done all that what was described here like, check chmod 777 for all folders, if rewrite work, reinstalling mod, reupload .htaccess,check htaccess with blank except the rewrite code, rewritebase ....
i need realy a solution for that error..

humour 04-12-2011 04:46 AM

Y is that this mod stops working/ends processing after certain interval ?

When it starts making sitemap of tags it creates 5 parts & than stops. This has to do with too many number of tags but still it should not freeze, anyone getting this same problem ?

Is thr any solution ?

DJ_Rguez 04-20-2011 05:44 PM

do not know what's wrong with this mod to my site that after you change your server no longer works ... Automatic report does not and when I do full manual does not aver if I can help.

https://vborg.vbsupport.ru/external/2011/04/22.jpg

as seen in the image when you make a report of the post remains there and does nothing else.

please help me

c0der 04-24-2011 02:46 PM

thx

but last ver 2.6

where the!!!?

TORABIYAN 04-27-2011 04:07 AM

Thanks

mikeinjersey 05-05-2011 05:30 PM

just got a notification that this plugin was updated today.

What are the latest updates ?

djbaxter 05-05-2011 08:04 PM

In the first post: vbseo_sitemap-3-0 PL1.zip (51.6 KB, 5 downloads)

Alfa1 05-06-2011 01:37 AM

Somehow ask.com never dowloads my sitemap, but other search engines do. Do you have any idea why?

ITQalam 05-13-2011 11:57 PM

there is no option in Vbulletin Options About VBSeo Sitemap

can u tell me from where i get Sitemap Login access passward?

mikeinjersey 05-15-2011 04:54 PM

Quote:

Originally Posted by djbaxter (Post 2192412)
In the first post: vbseo_sitemap-3-0 PL1.zip (51.6 KB, 5 downloads)

so i'm guessing its mostly the same as what was released in november ?

I don't see any real specific changes since then...

Revision History
============================

11/11/2010 - Version 3.0 Released

djbaxter 05-15-2011 08:07 PM

Quote:

Originally Posted by mikeinjersey (Post 2196029)
so i'm guessing its mostly the same as what was released in november ?

I don't see any real specific changes since then...

Revision History
============================

11/11/2010 - Version 3.0 Released

I can't tell for sure what's changed but the PL releases from vBSEO are usually security updates so I installed it.

MARCO1 05-16-2011 09:54 PM

Quote:

Originally Posted by djbaxter (Post 2196090)
I can't tell for sure what's changed but the PL releases from vBSEO are usually security updates so I installed it.

Yes, vBSEO Sitemap Generator 3.0 PL is a security update.

Snakefrancesco 05-18-2011 01:15 AM

I have a problem:

Code:

Warning: fopen([path]\vbseo_sitemap/data/downloads.dat) [function.fopen]: failed to open stream: Permission denied in [path]\vbseo_sitemap\vbseo_sitemap_functions.php on line 1836

Warning: fwrite(): supplied argument is not a valid stream resource in [path]\vbseo_sitemap\vbseo_sitemap_functions.php on line 1837

Warning: fclose(): supplied argument is not a valid stream resource in [path]\vbseo_sitemap\vbseo_sitemap_functions.php on line 1838

Warning: fopen([path]\vbseo_sitemap/data/downloads.dat) [function.fopen]: failed to open stream: Permission denied in [path]\vbseo_sitemap\vbseo_sitemap_functions.php on line 1836

Warning: fwrite(): supplied argument is not a valid stream resource in [path]\vbseo_sitemap\vbseo_sitemap_functions.php on line 1837

Warning: fclose(): supplied argument is not a valid stream resource in [path]\vbseo_sitemap\vbseo_sitemap_functions.php on line 1838


zlos 05-18-2011 09:24 AM

I got it working for forums, polls & threads. Unfortunately it does not include any of my blogs into the sitemap. Since there are over 7000 of blogs, it would be nice to have it fully spidered.

Because of that I upgraded recently the blogs to the latest 2.0.3 and regenerated the sitemap. Anyway no blog results in the sitemap.

vB 3.8.7 + vBlogs 2.0.3

What kind of magic will include my blogs into the sitemap?

kNeeLy 05-26-2011 11:58 PM

what would cause this to stop auto-submitting at night? Is it because I'm still on 3.8.6 PL1? I really didn't think that would matter. I plan on upgrading to 8.7, in a few days.

It always worked fine, and I've had this installed for quite a while now, and am VERY happy with the product...but all of a sudden it stopped submitting, as I always get an email after it goes through. (usually around 2 am, my time..)

Any suggestions?

thanks!

asd_ra7la 05-29-2011 08:45 AM

Thanks!
Install

MagicThemeParks 05-29-2011 10:56 AM

Noticed Moreover has failed pretty consistently lately. Is there a fix or some suggested adjustments on that one?

sabez_1986 05-30-2011 02:35 PM

ware i find this fine sitemap_index.xml.gz

kNeeLy 05-31-2011 01:27 AM

Quote:

Originally Posted by kNeeLy (Post 2200417)
what would cause this to stop auto-submitting at night? Is it because I'm still on 3.8.6 PL1? I really didn't think that would matter. I plan on upgrading to 8.7, in a few days.

It always worked fine, and I've had this installed for quite a while now, and am VERY happy with the product...but all of a sudden it stopped submitting, as I always get an email after it goes through. (usually around 2 am, my time..)

Any suggestions?

thanks!

Bump.

Still no luck. I can't even do a manual submit, as it just times out and gives me a server error.

I tried reverting back to the older version, no luck. I haven't installed anything or changed any settings since this was installed. This really has me confused..I'm kinda bummed, as I really enjoy having access to this mod, and would really like to see it work again.

Any one got any suggestions? :D

kNeeLy 06-03-2011 10:48 PM

Ok....nevermind...it started working again out of nowhere....whatever....

kNeeLy 06-06-2011 10:51 PM

Ok...now it's just working randomly.

lol...wtf..whatever...as long as it works sometimes...at least until I get a real vbseo.

Jeff Bade 06-17-2011 01:37 PM

Since using this for a few months now.

I am getting links in google which contain and extra space (or %20)

http://www.binderplanet.com/FORUMS%2...ad.php?t=65130

It does load which is odd.. but the style isn't applied correctly because it can't find the images..
(remove the space and see what I mean..)

I was sure it was a setting somewhere that had a space at the end of it but I can't find it.. and everything else is working great on the site.. just started recently..


Anyone got any ideas where to look.

Dave-ahfb 06-26-2011 02:40 PM

Search Engine Bots Activity Log is empty even though I get hammered daily.

vb 3.87 pl1
vbseo - none


All times are GMT. The time now is 06:40 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.02138 seconds
  • Memory Usage 1,826KB
  • 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
  • (1)bbcode_code_printable
  • (9)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