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.


All times are GMT. The time now is 04:28 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.02120 seconds
  • Memory Usage 1,757KB
  • 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
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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