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)

Jeff Bade 07-01-2011 04:42 PM

Quote:

Originally Posted by Dave-ahfb (Post 2213021)
Search Engine Bots Activity Log is empty even though I get hammered daily.

vb 3.87 pl1
vbseo - none


Same here

Jeff Bade 07-01-2011 04:43 PM

Seams like us 3.8 users have been forgotten.

I'll probably use something different before switching over to vb4.
And why change what works.

kall 07-02-2011 02:09 AM

Quote:

Originally Posted by Dave-ahfb (Post 2213021)
Search Engine Bots Activity Log is empty even though I get hammered daily.

vb 3.87 pl1
vbseo - none

Quote:

Originally Posted by Jeff Bade (Post 2215521)
Same here

Those reports are only available if you have vBSEO installed.

It used to say that somewhere..

sailnet 07-18-2011 07:53 PM

is anyone having a problem getting this to run with php5.3? I am testing out a new server with php5.3 and as soon as I activate this plugin my forum grinds to a halt.

gng_arian 07-19-2011 06:01 PM

Hi sorry for disturb .
i install this plugin but give"s me a error !
[SECTION START] tags [11,313.0Kb mem used] [365s (+365s)] ...

jack-d 07-24-2011 06:56 AM

Same as above.

I had this working fine for about a week and now when I try to manually run the generator I get the following error. Anyone know what this is about.

[SECTION START] tags [6,208.1Kb mem used] [6,681s (+6,681s)]
http://www.9covers.com/forums/image.php?type=dberror Database error

MotMann 08-07-2011 08:55 AM

I see, if i start manual the script:

Quote:

[SECTION START] cms [7,900.9Kb mem used] [619s (+602s)]

Warnung: require_once([path]/includes/class_bootstrap_framework.php) [function.require-once]: failed to open stream: No such file or directory in /is/htdocs/xxxxxxxxxx/xxx/forum/vbseo_sitemap/vbseo_sitemap_functions.php (Zeile 598)

Fatal error: require_once() [function.require]: Failed opening required '/is/htdocs/xxxxxx/xxx/forum/vbseo_sitemap/..//includes/class_bootstrap_framework.php' (include_path='.:/usr/share/pear/php5') in /is/htdocs/xxxxxx/xxx/forum/vbseo_sitemap/vbseo_sitemap_functions.php on line 598
What can i do? I use vB 3.8.1

realmr 08-15-2011 01:57 PM

I am getting error on trying to view the sitemap file :
Code:

The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression.
how to fix it ? I am using mysqli and eAccelerator on the server

metalguy639 08-17-2011 02:15 AM

1 Attachment(s)
Problem I've run across in installing this mod. I've CHMOD the data folder to 777 and followed the instructions but I see the below attached image in my admincp. In the download package there were no files for the admincp directory, were there supposed to be. Usually this sort of thing means I'm missing the admincp files but there were none in the zip download.

realmr 08-17-2011 01:46 PM

it looks like no one offers help any more for free version, in vbseo forums also they are giving help only for paid users. This sucks :(

BirdOPrey5 08-17-2011 04:29 PM

Quote:

Originally Posted by realmr (Post 2234529)
it looks like no one offers help any more for free version, in vbseo forums also they are giving help only for paid users. This sucks :(

Part of the problem might be this is an old version. See post #606 in this thread, they released a new version in a new thread.

metalguy639 08-18-2011 06:46 AM

Quote:

Originally Posted by BirdOPrey5 (Post 2234600)
Part of the problem might be this is an old version. See post #606 in this thread, they released a new version in a new thread.

Thanks that fixed my prob.

misericorde 08-18-2011 10:32 AM

I have V.4.1.5

It s work ?

realmr 08-18-2011 10:10 PM

Quote:

Originally Posted by BirdOPrey5 (Post 2234600)
Part of the problem might be this is an old version. See post #606 in this thread, they released a new version in a new thread.

Actually both the attachments are same, u can find the same attachment name :(

BirdOPrey5 08-18-2011 10:41 PM

Quote:

Originally Posted by realmr (Post 2235109)
Actually both the attachments are same, u can find the same attachment name :(

But they are providing support in that thread. At least occasionally.

realmr 08-20-2011 01:05 PM

some how the prob fixed all of its own when I tried re-install again strange :o

Kaptan 09-24-2011 03:09 PM

Creating Sitemaps according to Usergroup Permissions, I want to change Usergroup Default=(1) to (8)
Because Visitors can't see all the forums in my site.
But I created a usergroup for Crawlers can see all forums.

How can I change the usergroup settings for sitemapping?
Here is I changed the file But still generator can't index all forums:
Code:

define(VBSEO_NOTLOGGEDIN_GID, 8);

BirdOPrey5 09-24-2011 05:01 PM

Quote:

Originally Posted by Kaptan (Post 2249593)
Creating Sitemaps according to Usergroup Permissions, I want to change Usergroup Default=(1) to (8)
Because Visitors can't see all the forums in my site.
But I created a usergroup for Crawlers can see all forums.

How can I change the usergroup settings for sitemapping?
Here is I changed the file But still generator can't index all forums:
Code:

define(VBSEO_NOTLOGGEDIN_GID, 8);

If visitors can't see threads or forums they can't be in your sitemap. If someone follows a link to your forum from google and the page isn't accessible to them as google indexed it they can report you and google will remove you from their database.

Kaptan 09-24-2011 05:17 PM

All pages are accessible, But guests are required to login or register.
I don't think it will be a problem, because there is no HTTP error like 404 etc.
All pages are accessible after logging in.

Many sites are using "Member Bots" Mod, But i never heard this problem.
Also if this option would restricted for search engines, Why vbSeo added this definition/option on its file.
Code:

define(VBSEO_NOTLOGGEDIN_GID, 8);
Here is script explaining us it's possible, but not working..
I just want settings for this option changing default usergroup ID for Guests.

BirdOPrey5 09-24-2011 05:53 PM

Quote:

Originally Posted by Kaptan (Post 2249641)
All pages are accessible, But guests are required to login or register.
I don't think it will be a problem, because there is no HTTP error like 404 etc.
All pages are accessible after logging in.

Many sites are using "Member Bots" Mod, But i never heard this problem.
Also if this option would restricted for search engines, Why vbSeo added this definition/option on its file.
Code:

define(VBSEO_NOTLOGGEDIN_GID, 8);
Here is script explaining us it's possible, but not working..
I just want settings for this option changing default usergroup ID for Guests.

You can't require them to register to see posts. What googlebot sees must have the same content as a guest not logged in would see.

Kaptan 09-24-2011 06:18 PM

Quote:

Originally Posted by BirdOPrey5 (Post 2249652)
You can't require them to register to see posts. What googlebot sees must have the same content as a guest not logged in would see.

I can understand you, Thanks.
But a member (Developer of this product) has replied about this:
https://vborg.vbsupport.ru/showpost....9&postcount=14

Also Here is vBulletin Link for MemberBot:
https://vborg.vbsupport.ru/showthread.php?t=108070

Is vbulletin publishing mods like that (Out of SearchEngines policies) or giving permission for publishing this mods in its forums.

As I said, I just need How to change default usergroup for guests for vBseo Sitemap Generator.

Can Anybody solve that ?

BirdOPrey5 09-24-2011 07:53 PM

Listen, this is the last I will say about this, you can make up your own decision...

however this quote from your link:

Quote:

There are a lot of websites out on the net that require you to register or even pay to see content. Yet, they're indexed and served in Google. If this was a rampant violation of their terms of service, then they'd clearly state it. Again, it's your choic to use this mod or not. If you are extremely worried, then don't use it. Simple as that!
Is just flat out wrong. There is no major site that does that because it is indeed the very definition of "cloaking" and will get you banned from google.

Before you accept his comment find for yourself just 1 major site that does this. You can't- because there are none. There are sites that do "tricks" but trust me there is no major site that gets their pages indexed by google and then requires you to register or pay to see them- even free registration.

One example is http://www.experts-exchange.com/. If your a computer/technology person you may often find them in google as an answer to a technical question.

If I send you a link to a "solution" say this one: http://www.experts-exchange.com/Stor..._27297469.html

You can't see it without registering... scroll to the very bottom... nothing.

But if you search for it in google:
http://www.google.com/#sclient=psy-a...=1735&bih=1256

It is the first real link on the page... follow it from google.

Now scroll to the bottom.

Look- Now ALL the answers are visible at the bottom of the page. It still looks like you need to pay and register to see the answers, but if you keep scrolling they are all there.

Why? Because they HAVE to be or else experts-exchange would be banned from google.

See they use a trick- they check the page referrer in the script- if you are referred from google you get to see the answers for free. If you are referred from somewhere else, say from here, you don't get any answers.

So once again, and for the last time, no matter what someone tells you, you are not allowed to cloak content from google and that includes requiring free registration.

-Joe

Kaptan 09-24-2011 08:07 PM

Thanks for your care and opinions about Google Policies,
I asked this matter to google (as being First Party).

And My Opinion: IPB Sofware has this option as default and I know too many site always upwards of searches.
However This is not Google Policies discusscion thread, this is vbseo sitemap generator mod thread.

Also I'm still interested in for real problem,
I just need How to change default usergroup for guests for vBseo Sitemap Generator.
Can Anybody really solve that ?

Mark_Zuckerberg 09-27-2011 10:53 PM

should i have to install vbseo to use this mod or will it be integrated in the same vb version
any help will be really appreciated.

Kaptan 09-27-2011 11:01 PM

No you can use this mod without vBSeo installation.
Just Use this settings in ACP "vBSeo Installed : NO"

Chimpie 10-17-2011 09:53 AM

Is anyone else having problems with the Yahoo ping? Mine has been failing since 9/15/11.

11133 10-23-2011 08:44 PM

the addon dont ping yahoo, what should i do ?

Budweiser 10-29-2011 07:16 AM

Come on.. Where is the sitemap?. Doesn't it open up in a web browser? I couldn't open it with the older version of this and still cant after I upgraded. Here is what I believe is the sitemap URL... ( http://www.wv-music.com/forum/sitemap_index.xml.gz ) I get a "404 not found" message. Does that look correct? I want to get it added to my google dashboard but I cant find a valid URL. Please help.
Quote:

Not Found
The requested URL /w/v/wv-music.com/public/forum/vbseo_sitemap/vbseo_getsitemap.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

metalguy639 10-29-2011 07:37 AM

Quote:

Originally Posted by 11133 (Post 2260666)
the addon dont ping yahoo, what should i do ?

It will not ping yahoo. Its a problem with yahoo not vBSEO Sitemap. There is a thread on it on the vBSEO forum.

Quote:

Originally Posted by Budweiser (Post 2262594)
Come on.. Where is the sitemap?. Doesn't it open up in a web browser? I couldn't open it with the older version of this and still cant after I upgraded. Here is what I believe is the sitemap URL... ( http://www.wv-music.com/forum/sitemap_index.xml.gz ) I get a "404 not found" message. Does that look correct? I want to get it added to my google dashboard but I cant find a valid URL. Please help.

You cannot open a gzip compressed file in your browser. Browsers do not read it like a html page. You submit the sitemap to search engines. If you want a physical page you have to enter your admincp and then go into your vBSEO sitemap in the menu and enter your password and then there is a link to view the sitemap in your browser there.

barry g 01-19-2012 05:32 PM

I have not marked as installed yet because I am not finished setting it up. I will when I do though.

weindians 01-25-2012 11:16 PM

is changing location of sitemap from root to forum root ( in setting of sitemap generator) will afftect any indexed pages... ?? i have changed n resubmitted in webmaster tools from domain.com/sitemapnames to domain.com/forum/sitemapnames.. i have more than 60,000 indexed before that... i dont think as you are not changing the urls in sitemap anyway.. it just applies to location n redirection of ur sitemaps... AM I RIGHT?

Chase 01-26-2012 07:54 PM

Is this the version for vBSEO 3.6.0?

I just upgraded and was using 3.3.0

charalampos 01-26-2012 09:52 PM

Vbseo seems to be installed perfect, no error message etc

Many thanks.

But there is no Vbseo copyright text in the botom of my forum. I didn't modify or remove any txt or php file.

Any Idea ?
Thanks in advance.

BirdOPrey5 01-27-2012 03:13 PM

This isn't VBSEO. VBSEO is a commercial product you must purchase on their website. This is simply a free sitemap generator they give way for free.

madiconnect 01-30-2012 06:09 AM

Thanks A Bunch <3

Selene 02-02-2012 08:56 PM

when I go to https://www.google.com/webmasters/tools/

and add that URL of sitemap

myforums/vbseo_sitemap/data/

and try to run a TEST of the sitemap , it thinks and the report tells me this:

https://vborg.vbsupport.ru/external/2012/03/27.jpg

I have chmodded the /vbseo_sitemap/data/ to 777

Selene 02-04-2012 10:48 PM

Anyone?

Mopar1973Man 03-07-2012 09:56 PM

Have a problem with XML files displaying properly. Like I can check my archive sitemap and it displays properly but now check the forum sitemap and the forum list is in raw form. Like the style sheet isn't loading for the forum page. I've double checked and the path is correct but it just now loading right. Help me out here...

Archive
http://forum.mopar1973man.com/sitemap_archive_1.xml.gz

Forum
http://forum.mopar1973man.com/sitemap_forum_1.xml.gz

Mopar1973Man 03-07-2012 10:00 PM

Quote:

Originally Posted by Selene (Post 2295516)
when I go to https://www.google.com/webmasters/tools/

and add that URL of sitemap

myforums/vbseo_sitemap/data/

and try to run a TEST of the sitemap , it thinks and the report tells me this:

https://vborg.vbsupport.ru/external/2012/03/27.jpg

I have chmodded the /vbseo_sitemap/data/ to 777

Did you setup the rewrite code properly in the .htaccess file?

alhidaya 03-08-2012 10:41 AM

Hello,

Sitemap Files URL :

It should be http://xxxxxxxxx/xxxx/sitemap.php not just http://xxxxxxxxx/xxxx/sitemap.

Can I Help me, the URL ?


All times are GMT. The time now is 08:16 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.02069 seconds
  • Memory Usage 1,841KB
  • 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
  • (5)bbcode_code_printable
  • (16)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