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)

Borden 02-28-2008 12:04 AM

Quote:

Originally Posted by iojam (Post 1452513)
Borden,

yes - ".htaccess" file should be created as described in installation instruction.

I installed the ".htaccess" file that was in the 2.1 download.

This works when I click on it with my web browser: http://www.mysite.com/forum/vbseo_sitemap/index.php

When I click on this, it says, "Page Not Found".
http://www.mysite.com/forum/sitemap_index.xml.gz

Is the Your Google Sitemap Index URL, not suppose to open with the web browser?

I ran the site map generator and this happenend:

Generated Sitemap Details
Date 2008-02-27 20:21
Processing time 55.60 s
Total URLs 70,576 (+132)
Forumdisplay URLs 551 (+2)
Showthread URLs 11,555 (+25)
ShowPost URLs 48,362 (+81)
Archive URLs 9,156 (-)
Member Profile URLs 872 (-)
Poll Results URLs 79 (-)
Blog Entries URLs 0 (-)
Sitemap Files
Index File sitemap_index.xml.gz
Sitemap File #1 sitemap_1.xml.gz (20,000 URLs, 120.85Kb) 3,975.60Kb uncompressed
Sitemap File #2 sitemap_2.xml.gz (20,000 URLs, 119.49Kb) 3,949.76Kb uncompressed
Sitemap File #3 sitemap_3.xml.gz (20,000 URLs, 128.31Kb) 3,971.07Kb uncompressed
Sitemap File #4 sitemap_4.xml.gz (10,576 URLs, 58.24Kb) 2,046.36Kb uncompressed
Text Format File urllist.txt.gz (321.76Kb)
Search Engines Pings
Google Successful
Yahoo Successful
Ask Successful
Moreover Successful

Borden 02-28-2008 12:09 AM

This is what happened as I just submitted my site map to google.

Property Status
Sitemap type Web
Submitted Feb 27, 2008
Last downloaded by Google Feb 27, 2008
Total URLs in Sitemap 0
Indexed URLs in Sitemap –
Sitemap errors and warnings
Line Status Details
Details - General HTTP error: 404 not found
We encountered an error while trying to access your Sitemap. Please ensure your Sitemap follows our guidelines and can be accessed at the location you provided and then resubmit. HTTP Error:
Found: 404 (Not found) Help

Feb 27, 2008

alm3refh 02-28-2008 07:11 AM

Up messages from the server

[newmailcgi] Recently Uploaded CGI scripts that send email on host.Site.com‎



Note: If this is the first time you received this mail, it contains the history for the entire month so far. Below are the recently upload scripts that contain code to send email. You may wish to inspect them to ensure they are not sending out SPAM. /home/Site/public_html/vb/vbseo_sitemap/vbseo_sitemap_functions.php:832: {/home/Site/public_html/vb/vbseo_sitemap/vbseo_sitemap_functions.php:833: mail($email,/home/Site/public_html/vb/vbseo_sitemap/vbseo_sitemap_functions.php:834: 'vBSEO Google/Yahoo Sitemap Updated',


PHP Code:

        {
                        
mail($email,
                        
'vBSEO Google/Yahoo Sitemap Updated'

Can solved?

Pirat3 02-28-2008 07:48 PM

How do i run a CRON JOB to verify this mod is working?

Edit: I vew my site map on the reports page and this is what I get:
Code:


        This XML file does not appear to have any style information associated with it. The document tree is shown below.
     

        <sitemapindex xsi:schemaLocation="            http://www.sitemaps.org/schemas/sitemap/0.9            http://www.sitemaps.org/schemas/sitemap/09/siteindex.xsd">

        <sitemap>
<loc>http://www.MYSITE.com/sitemap_1.xml.gz</loc>
<lastmod>2008-02-28T14:49:21+00:00</lastmod>
</sitemap>
</sitemapindex>

Edit got this email report a few moments ago:
Quote:

Summary:
============================
Forum Display: 44
Show Thread: 39
Show Post: 44
Member Profiles: 2
Poll Results: 0
Archive: 84

Total Indexed URLs: 214
Total Processing Time: 2.42 seconds

Google ping: Successful.
Yahoo ping: Successful.
Ask ping: Successful.
Moreover ping: Successful.
Does it mean this is working?

iojam 02-28-2008 10:23 PM

Borden,

if you have created .htaccess as described and still get 404 error, check with your host that mod_rewrite is supported on your server.

alm3refh,

that is only a note sent by your host stating that script contains PHP mail() function call (to send you email notifications).

Pirat3,

looks good.

newbuck 03-02-2008 10:45 AM

If mod rewrite is not allowed on my server what can I do?


Search Engines Pings
Google Successful
Yahoo Successful
Ask Successful
Moreover Successful


the mod works/pings successfully but when I try to manually submit to google or yahoo I get a 404 error
my host is 1&1

All I want to do now is manually submit my sitemap to google yahoo & msn

I installed the ".htaccess" file that was in the 2.1 download in my root directory.

MY SITE IS LIKE THIS www.mysite.com/sitemap_index.xml.gz
NOT LIKE THIS www.mysite.com/forums/sitemap_index.xml.gz

how can i get this to work when I submit it manually?

newbuck 03-02-2008 10:53 AM

Quote:

Originally Posted by mark99 (Post 1343823)
I finally figured out why the mod couldn't see my sitemap, it's because on 1&1 servers you can only execute rewrite rules from an .htaccess in the root where your domain is attached. Dumb but true, so I ran a test in a test sub-dir and this worked:

RewriteRule ^test/foo.html /test/bar.html [R]

However the vBSEO Sitemap code still doesn't, even when adjusted to the forums DIR:

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

Maybe it's because I need a /forum in the first part too but this stuff isn't exactly easy to understand. Suggestions?

UPDATE:

Ah this fixed it.

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

from reading this seems like 1&1 severs allow rewrite rules

zuhair2008 03-02-2008 11:10 AM

thx man ..........

newbuck 03-02-2008 11:23 AM

I removed my .htaccess file and moved my files manually to my root directory, now I can submit my sitemap to google yahoo and msn

but how can change this to automatically be put in my root directory versus */vbseo_sitemap/data/

newbuck 03-03-2008 03:34 AM

VBSEO still supporting this mod?


All times are GMT. The time now is 06:48 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.02158 seconds
  • Memory Usage 1,753KB
  • 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
  • (1)bbcode_php_printable
  • (3)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