vb.org Archive

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

iettafune 01-08-2008 06:34 PM

sorry, but in yahoo i insert my page http://www.nokiasymbian...rum/sitemap_index.xml.gz

but for Authentication, i download y_key_115b71d5ed5ca957.html yahoo file.

where i insert it??

Code:

  Upload the verification file to your site.
Please upload the key file that you downloaded or created yourself at the root level of your site directory.
The expected file path is http://www.nokiasymbian.it/ns/forum/sitemap_index.xml.gz/y_key_115b71d5ed5ca957.html .

sitemap_index.xml.gz isn't a folder!!!!!

class101 01-08-2008 07:48 PM

Quote:

Originally Posted by iettafune (Post 1417908)
sorry, but in yahoo i insert my page http://www.nokiasymbian...rum/sitemap_index.xml.gz

but for Authentication, i download y_key_115b71d5ed5ca957.html yahoo file.

where i insert it??

Code:

  Upload the verification file to your site.
Please upload the key file that you downloaded or created yourself at the root level of your site directory.
The expected file path is http://www.nokiasymbian.it/ns/forum/sitemap_index.xml.gz/y_key_115b71d5ed5ca957.html .

sitemap_index.xml.gz isn't a folder!!!!!

about the auth file , just upload it in the exact same folder you have defined, wich must be from your example in ../ns/forum/

That's normal you do not see the sitemap_index.xml.gz in your forum root because the .htaccess inside the forum root does the redirect, if you have setup your rewrites correctly, all requests to /ns/forum/sitemap_index.xml.gz must be forwarded to a php file inside the /ns/forum/vbseo_sitemap folder, and this last php file call then the sitemap from the /ns/forum/vbseo_sitemap/data folder . In short, if you request http://www.nokiasymbian.it/ns/forum/...p_index.xml.gz in your browser and you have a 404 this is because you didnt configured the rewrite.
And also when you add a site to yahoo, add the link that point to the directory not the sitemap url, the sitemap name goes in the feed section.

iettafune 01-08-2008 08:07 PM

i have insert y_key_115b71d5ed5ca957.html yahoo file in my vb root ( /ns/forum/ ) but yahoo failed authentication.... but google authentication all !!!!!

the mod are sett correctly (think)

class101 01-08-2008 08:33 PM

from your error message this is due to an invalid link passed to your forum root look

The expected file path is http://www.nokiasymbian.it/ns/forum/..._index.xml.gz/y_key_115b71d5ed5ca957.html


Yahoo think your forum root is http://www.nokiasymbian.it/ns/forum/..._index.xml.gz/ which is wrong and so on , you must delete this wrong website and create a new one with this directory url only: http://www.nokiasymbian.it/ns/forum/, you dont have to place the full sitemap link with yahoo, this is when your forum root is setup, then you just have to add a new website feed called "sitemap_index.xml.gz", only the sitemap name in the feed because yahoo knows the forum root you must have previously entered.

sundarmobiles 01-10-2008 07:41 AM

wr to upload .htaccess file for apache server i mean root path?.........................

sundarmobiles 01-10-2008 08:31 AM

hai cant understand this step any one help me this step needed one for us after installing this mod bcos in tat instrucion it said for (vbseo users pls skip this steps) so we need this step or not?here is the screeen shot................


https://vborg.vbsupport.ru/

sundarmobiles 01-10-2008 10:17 AM

Quote:

Originally Posted by class101 (Post 1413084)
I think this is a chmod problem, nor the log files are unwritable so there is nothing to read in it then, nor the files ins't readable and you cannot read in it, make sur to assign correct chmod permission in the /vbseo_sitemap/data/*.log, personnally I have them to a chmod 600 but if you are on webhosting shared I suggest you to chmod 775 all the /data/ folder recursively and pay attention to restrict web access to it with the htaccess deny directive.

hai i have one .htacess file default in this root path /vbseo_sitemap/data/ and in the .htacess file am having this msg only (deny from all) is it correct and one more thing i cant change the permission of .log files in cuteftp software.....................

class101 01-10-2008 11:36 AM

Quote:

Originally Posted by sundarmobiles (Post 1418845)
wr to upload .htaccess file for apache server i mean root path?.........................

The forum path more precisely, if you're using the licensed product vbseo you must already have an htaccess in your forum root to rewrite urls, so instead of to delete the one from vbseo just open it and add at the end the sitemaps rewrite.

Quote:

Originally Posted by sundarmobiles (Post 1418872)
hai cant understand this step any one help me this step needed one for us after installing this mod bcos in tat instrucion it said for (vbseo users pls skip this steps) so we need this step or not?here is the screeen shot................


http://img338.imageshack.us/img338/6171/vbseotf2.png

Yes vbseo is another licensed product they have made and probably directly imported the sitemap rewrite in it, to check if you htaccess is valid that's simple, just open it and if you do not have the lines highlighted in red, just add them.
Quote:

Originally Posted by sundarmobiles (Post 1418905)
hai i have one .htacess file default in this root path /vbseo_sitemap/data/ and in the .htacess file am having this msg only (deny from all) is it correct and one more thing i cant change the permission of .log files in cuteftp software.....................

Yes this is correct this is a securiy prevention in the case you setup too much restriction to the data folder, malicious hackers knows this folder could be hackable if it's not surveyed enough. If you cannot change the permission from your ftp this mean the user under which runs the ftp software isn't the owner of the files nor do not have enough access, you'll have to find out under wich user your ftp server is running, in the case of a shared hosting the ftp user is your ftp login name so you will probably have to change the owner of some files with "chown user:group files" command.

sundarmobiles 01-10-2008 11:43 AM

i dont know clearly which files u r telling abt to rewrite. .htacess means which one u said pls tell the correct root path of .htaccess to rewrite urls and onemore thing i dont know i have vbseo licenced product or not but amgetting vbseo only from here.............

class101 01-10-2008 12:02 PM

Quote:

Originally Posted by sundarmobiles (Post 1418932)
i dont know clearly which files u r telling abt to rewrite. .htacess means which one u said pls tell the correct root path of .htaccess to rewrite urls and onemore thing i dont know i have vbseo licenced product or not but amgetting vbseo only from here.............

the forum root is the folder where you have lots of vb files like showthread.php,forumdisplay.php etc, you must have the .htaccess placed in the same folder, you don't know if you're licensed to vbseo ?? then you probably dont have it this is a 150$ software you buy on vbseo.com but the sitemap plugin is free and doesn't need it, they mention about the vbseo plugin because they are the same authors and this to provide a support to the free sitemap plugin to the paid vbseo plugin for vbseo customers because anyone that has buy vbseo has installed the sitemap plugin I guess.

sundarmobiles 01-10-2008 12:10 PM

but in tat root folder i dont have any .htaccess file can i upload new one but my server is apache have to upload in a .htaccess folder or .htacces file is enough and still am not getting the download logs after i changed the permission of .logs file to 777......................

class101 01-10-2008 10:02 PM

Quote:

Originally Posted by sundarmobiles (Post 1418941)
but in tat root folder i dont have any .htaccess file can i upload new one but my server is apache have to upload in a .htaccess folder or .htacces file is enough and still am not getting the download logs after i changed the permission of .logs file to 777......................

if you dont have any htaccess file already existing in this folder then just upload the one you have in the sitemap install zip file, in the htaccess/ folder there is the .htaccess you need to upload to the forum root. After that chmod 777 the /data/ folder where are the logs files, make sure there is a htaccess file in the /data/ folder with the deny all directive to restrict malicious attempts and you are all setup:)

sundarmobiles 01-11-2008 04:08 AM

thx for the reply class101 now am getting only one error msg google webmaster tools here is the screen shot.........................

https://vborg.vbsupport.ru/

class101 01-11-2008 09:48 AM

Quote:

Originally Posted by sundarmobiles (Post 1419374)
thx for the reply class101 now am getting only one error msg google webmaster tools here is the screen shot.........................

http://img261.imageshack.us/img261/4746/errormn1.png

error message where ? I only see a notification of the bot allowed to crawl your link. Looks normal to me :)

sundarmobiles 01-11-2008 10:25 AM

am asking about allowed, detected as a directory, specific files may have different restrictions and one more help pls explain more abt .htaccess files still am not clear in .htaccess file..............

class101 01-11-2008 10:44 AM

Then I must forward you to the link that helped me a lot to understand much about the .htaccess file http://www.askapache.com/htaccess/apache-htaccess.html, Allowed else just means googlebot access this directory correctly, this is for example if you see Allowed in the vbseo_sitemap/data/ folder, this is very not good but Allowed to your forum root is normal..

Blackhat 01-12-2008 11:15 AM

I get this error when accesing the sitemap_index.xml file

Quote:

Sitemap file not found

baghdad4ever 01-12-2008 03:01 PM

Quote:

Originally Posted by Blackhat (Post 1420061)
I get this error when accesing the sitemap_index.xml file


make sure the folder called data had chmod 777

baghdad4ever 01-12-2008 03:02 PM

my problem with Sitemap Downloads Log

how to delete all of log at once

bec i have now 80 pages

plz help

chuckrobbie 01-13-2008 04:35 AM

Maybe I am just plain stupid here !:(
I am using 3.6.8
I uploaded all the files and when I need to log in and insert that password, where do I find it in my admin panel?
There is no settings to edit? Please can someone give me a details how to install?
Cheers

chuckrobbie 01-13-2008 04:46 AM

Oh silly me!! Stupid indeed!
I never saw the menu on the side of the read me page!!
Installed...thanks Guys...great mod!

GPTB 01-14-2008 01:33 PM

Hey,

I've been trying for ages but I can't get the sitemap to work properly with the rest of my site.

The site map generator has been perfect for a few weeks now spidering my forum pages and sending them to Google and the others. But the rest of my site is equally significant and isn't being sent as part of this sitemap.

Can somebody please explain to me in simple terms how I can get this to spider other parts of my site or include the rest in the sitemap?

Many thanks

Lombardo 01-14-2008 02:12 PM

ok i've never installed this mod before,but the reports about it are brilliant.

can someone tell this novice (me) how you do this :

Enable rewriting via .htaccess


your help would be very much appreciated. :o

Lombardo 01-15-2008 02:47 PM

Quote:

Originally Posted by Lombardo (Post 1421244)
ok i've never installed this mod before,but the reports about it are brilliant.

can someone tell this novice (me) how you do this :

Enable rewriting via .htaccess


your help would be very much appreciated. :o

can someone please tell me

iojam 01-15-2008 03:01 PM

GPTB,

vBSEO Sitemap Generator only includes forums URL in sitemap by default. You can add other URLs in extra-urls.txt file though and they will be included in sitemap as well.

Lombardo,

if you have mod_rewrite installed on your server, you should simply paste rewrite rules specified in installation instruction into .htaccess file. If it's not supported, you should contact your host to enable it.

Lombardo 01-15-2008 04:37 PM

Quote:

Originally Posted by iojam (Post 1421941)
GPTB,

vBSEO Sitemap Generator only includes forums URL in sitemap by default. You can add other URLs in extra-urls.txt file though and they will be included in sitemap as well.

Lombardo,

if you have mod_rewrite installed on your server, you should simply paste rewrite rules specified in installation instruction into .htaccess file. If it's not supported, you should contact your host to enable it.

Thank you.

GPTB 01-15-2008 08:04 PM

Quote:

Originally Posted by iojam (Post 1421941)
GPTB,

vBSEO Sitemap Generator only includes forums URL in sitemap by default. You can add other URLs in extra-urls.txt file though and they will be included in sitemap as well.

Lombardo,

if you have mod_rewrite installed on your server, you should simply paste rewrite rules specified in installation instruction into .htaccess file. If it's not supported, you should contact your host to enable it.

Thank for your your answer :) How should I arrange the extra-urls.txt?
For example should I separate each URL with a comma, a space or a carriage return?

Apologies if this is a stupid question!!

Rob

baghdad4ever 01-16-2008 07:13 PM

Quote:

Originally Posted by baghdad4ever (Post 1420181)
my problem with Sitemap Downloads Log

how to delete all of log at once

bec i have now 80 pages


plz help


any idea please???

Icy 01-17-2008 01:33 AM

Delete the file downloads.dat :)

bkm_mahdi 01-17-2008 07:07 AM

hi.
www.p30lords.com/forum/sitemap.xml

http://www.forum.behtarin.com

iojam 01-17-2008 11:03 AM

GPTB,

you should add one URL per line. You can also optionally specify frequency/priority like:
Code:

http://www.domain.com/forum/mypage.html,daily,0.9

bkm_mahdi 01-17-2008 03:25 PM

how can i set The frequncey or priority of the links ?

what is the range of this parameters between 0.0 to 1.0

sundarmobiles 01-18-2008 03:42 AM

hi not get the result of downloads log and also yahoo slurp spider not constant any one help me to solve i also submitted the sitemap successfully but not getting the download logs.............

Alfa1 01-20-2008 01:40 AM

Quote:

Search Engines Pings
Google FAILED
Yahoo FAILED
Ask FAILED
Moreover FAILED
Any ideas?

I am using vb 3.7

iojam 01-20-2008 02:09 AM

Please try this: https://vborg.vbsupport.ru/showpost....&postcount=491

HiSoC8Y 01-25-2008 04:23 PM

i installed as per the readme file, and everything went ok

logged in to vbseo-map page, and clicked on "Run Sitemap Generator "

it generated the files successfully

then at the bottom of the page, when i click on "view details"

it shows me the stats of the links created

and there is links to the files, which the URL shows its in my root http://www.myforum.com/thefilename

however, when i click on the file, it shows me a 404 page not found

i found that the files are generated inside public_html/vbseo_sitemap/data/

what is wrong here?

one more thing, from what i understood, is that it notifies google of the changes, do i still need to add the sitemap in my Google Webmaster Tools ?

thanks

HiSoC8Y 01-25-2008 04:29 PM

oh well,

i found the problem, i forgot to add the entries into my .htaccess file

fixed

alessai2 01-26-2008 05:35 PM

Quote:

Originally Posted by alessai2 (Post 1412469)
bug reported !
when i disable permission for guest to see threads , it excludes the forums and threads url from sitemap

what about this bug??
my forum requires registerations to view threads.
and it isnt listing the threads in sitemap, unless i allow guests to see threads.
cant you make it crawl like a member??

iettafune 01-26-2008 06:50 PM

ather this https://vborg.vbsupport.ru/showpost....&postcount=491 i heve only:

Search Engines Pings
Google FAILED
Yahoo FAILED
Ask FAILED
Moreover FAILED


why???

iojam 01-30-2008 03:30 PM

Quote:

what about this bug??
my forum requires registerations to view threads.
and it isnt listing the threads in sitemap, unless i allow guests to see threads.
cant you make it crawl like a member??
This is not a bug - those URLs are automatically excluded since they are not visible to search engine bots anyway.

iettafune,

possibly your host disallows outgoing http connections for the scripts and so all ping requests fail.


All times are GMT. The time now is 12:53 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.02785 seconds
  • Memory Usage 1,847KB
  • 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
  • (3)bbcode_code_printable
  • (17)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
  • (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