vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   vBSEO Google/Yahoo Sitemap Generator for vBulletin 3.6.x, 3.5.x & 3.0.x (https://vborg.vbsupport.ru/showthread.php?t=100435)

kall 07-17-2006 06:34 AM

If you follow the instructions, place the vbseo_sitemap/ folder in your /forum directory, and upload the .htaccess, your problem will vanish.

You MUST place the vbseo_sitemap folder in your /forum/ directory (or whatever the folder is called that contains global.php etc), or it won't work, as you have discovered.

The .htaccess goes in the root/ folder. It 'tricks' google into thinking the sitemap xml file is at root.

(If your forums are at root.. that's okay too.)

NokStar 07-17-2006 08:26 AM

hay thanks for your reply, my vbseo_sitemap directory is inside forum directory.
like mydomain.com/forum/vbseo_sitemap/

.htaccess should go to root? it's inside mydomain.com/forum/

in the readme it says to upload it like 'vbroot/.htaccess'
so vbroot mean inside forum or my root directory?

i mean .htaccess should be like

mydomain.com/.htaccess
mydomain.com/forum/.htaccess

or should be in both places?

i know it may be dumb but i dont know whats vbroot, i thought it's the directory which vb installed.

Snake 07-17-2006 10:10 AM

Hmm this is strange. I had the mod installed for about 2 days now and there are no current reports made yet. Any idea?

http://www.finalfantasyforums.net/vbseo_sitemap/

AzzidReign 07-17-2006 07:01 PM

@ Dark
I think the reports are in the vbseo_sitemap/data folder.

@ nokstar
vbroot means vbulletin root...so basically where your forums are.

NokStar 07-17-2006 07:38 PM

hay thanks AzzidReign,

well i went to https://www.google.com/webmasters/sitemaps/

and submited
http://www.mydomain.com/forum/sitemap_index.xml.gz

but i really wanted to have a site map to my root. I mean to http://www.mydomain.com/sitemap_index.xml.gz

since my vbseo_sitemap in my forum directory i dont have such http://www.mydomain.com/sitemap_index.xml.gz

So i manualy uploaded sitemap_index.xml.gz from forum directory to root. Since that sitemap_index.xml.gz only links to http://www.example.com/forum/sitemap_1.xml it dont need any updating right?

So i have same sitemap(/forum/sitemap_1.xml) from two locations to Google sitemaps program. Is it okay? will it cause trouble?

i have submited both

http://www.mydomain.com/sitemap_index.xml.gz
http://www.mydomain.com/forum/sitemap_index.xml.gz

other thing i have add some other directory in my root to extra-url.txt
But google sitemap program says "never accept links from higher level directorys. like mydomain.com/friends"

Should i remove that link or any solution for that?

iojam 07-17-2006 07:46 PM

Dark Blade,

did you setup a sheduled task to create sitemap s in vB admincp?

NokStar,
you should create a new .htaccess file in the site's root:
Code:

RewriteEngine on
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ forum/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

and manually submit individual sitemap files to google account:

mdavis1984 07-17-2006 08:54 PM

ok i installed and ran it and got this
Warning: mail() [function.mail]: "sendmail_from" not set in php.ini or custom "From:" header missing in \vbseo_sitemap\vbseo_sitemap_functions.php on line 609

iojam 07-17-2006 10:45 PM

mdavis1984,

you can either:
1. modify your php.ini by adding the setting:
sendmail_from your_email@domain.com

2. or modify vbseo_sitemap_functions.php file
FIND:
PHP Code:

        mail($email
            
'vBSEO Google/Yahoo Sitemap Updated'
            
$mailbody); 

REPLACE WITH:
PHP Code:

        mail($email
            
'vBSEO Google/Yahoo Sitemap Updated'
            
$mailbody,
"From: your_email@domain.com"); 


Snake 07-18-2006 11:37 AM

Quote:

Originally Posted by iojam
Dark Blade,

did you setup a sheduled task to create sitemap s in vB admincp?

NokStar,
you should create a new .htaccess file in the site's root:
Code:

RewriteEngine on
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ forum/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

and manually submit individual sitemap files to google account:

Yes Oleg, I did create the sheduled taks in the Admin CP...

GrendelKhan{TSU 07-19-2006 04:52 AM

having same issue as others, tried many combinations and permutations...
but still getting 404 error when run a check via Google sitemaps.

-- uploaded all files to server and installed acc. to readme
-- uploaded .htaccess to root folder AND /forums/ folder (just in case)
with the following code:

RewriteEngine On
RewriteRule ^(sitemap.*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]


-- configured the admincp for vbseo sitemap.
-- uploaded /addon/ folder with vbseo_sm_vba.php and added module name in the Addon Generator Modules of admincp. (i am running vbadv. CMPS).

actual folder structure is to the sitemap:

www .mysite . com/forums/vbseo_sitemap/data/sitemap_index.xml.gz
(is that right?)

but I submitted:
http :// www. mysite .com/sitemap_index.xml.gz
to google add sitemap verficatoin tool.

-I have "Run from vB Scheduled Tasks Manager ONLY" set to YES.
-and auto submitt is on..but I still wanted to verify it was working with a direct submit check).
-I have set a run direct code properly.
-nothing the extra urls.txt cause I don't really know what to do with that.
-yes, I have the cron job set up.

any ideas what am I doing wrong? :( any help would be greatly appreciated.


All times are GMT. The time now is 01:13 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.02084 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
  • (2)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)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