vBulletin SEO Forums

SEO

vBulletin Search Engine Optimization

Buy vBSEO Now! HACKER SAFE certified sites prevent over 99.9% of hacker crime.
ne nw
vBSEO Team: Hot or Not? Ready for Traffic Explosion? vBSEO 3.2.0 GOLD Has Landed Success with vBSEO = 600ore Web Visitors + $1400 in a Day! vBSEO Helps Forum Earn $100/day from Google AdSense Discover the Power of "Long Tail Search" Crawlability Inc. Files for SEO Technology Patent
se sw

vBSEO Sitemap Generator 2.2 Released

This is a discussion on vBSEO Sitemap Generator 2.2 Released within the vBSEO Announcements forums, part of the Announcements & Pre-Sales category; Nice to see a new release with new features Is there any easy way to purge old sitemap logs?...

Go Back   vBulletin SEO Forums > Announcements & Pre-Sales > vBSEO Announcements

Enhancing 80 million pages.

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

 

LinkBack Thread Tools
  #91  
Old 07-15-2008, 02:52 PM
Member
 
Real Name: Michele Neylon
Join Date: Aug 2006
Location: Ireland
Posts: 59
Blog Entries: 1
Send a message via ICQ to blacknight Send a message via AIM to blacknight
Nice to see a new release with new features

Is there any easy way to purge old sitemap logs?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #92  
Old 07-15-2008, 02:55 PM
Mert Gökçeimam's Avatar
vBSEO Moderator
vBSEO Total Customer SupportDesign for SEO
 
Real Name: Lizard King
Join Date: Oct 2005
Location: Istanbul
Posts: 6,350
Blog Entries: 2
Send a message via MSN to Mert Gökçeimam
Quote:
Originally Posted by blacknight View Post
Nice to see a new release with new features

Is there any easy way to purge old sitemap logs?
Please edit vbseo_sitemap/vbseo_sitemap_config.php and look for the following option
PHP Code:
    define('VBSEO_SM_PRUNE'0); // logs age in days to prune 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #93  
Old 07-15-2008, 02:56 PM
Member
 
Real Name: Michele Neylon
Join Date: Aug 2006
Location: Ireland
Posts: 59
Blog Entries: 1
Send a message via ICQ to blacknight Send a message via AIM to blacknight
Thanks! Perfect!

Wading through pages and pages of logs was getting a bit boring!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #94  
Old 07-15-2008, 02:58 PM
Mert Gökçeimam's Avatar
vBSEO Moderator
vBSEO Total Customer SupportDesign for SEO
 
Real Name: Lizard King
Join Date: Oct 2005
Location: Istanbul
Posts: 6,350
Blog Entries: 2
Send a message via MSN to Mert Gökçeimam
You're welcome
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #95  
Old 07-16-2008, 05:50 AM
Junior Member
 
Real Name: Fabrizio
Join Date: May 2008
Posts: 11
Send a message via Skype™ to faquick
Quote:
Originally Posted by Oleg Ignatiuk View Post
hi,

even modifying that line does not help

now the .htaccess appears as follow:

Code:
# Comment the following line (add '#' at the beginning)
# to disable mod_rewrite functions.
# Please note: you still need to disable the hack in
# the vBSEO control panel to stop url rewrites.
RewriteEngine On

# Some servers require the Rewritebase directive to be
# enabled (remove '#' at the beginning to activate)
# Please note: when enabled, you must include the path
# to your root vB folder (i.e. RewriteBase /forums/)
# RewriteBase /forum/

#RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
#RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]

RewriteCond %{REQUEST_URI} !(admincp/|modcp/|chat|cron|vbseo_sitemap/)
RewriteRule ^(.*\.php(/.*)?)$ vbseo.php [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php [L,QSA]

RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
There must be something little and stupid I am missing somewhere, but I cannot help myself out of this!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #96  
Old 07-16-2008, 08:40 AM
Mert Gökçeimam's Avatar
vBSEO Moderator
vBSEO Total Customer SupportDesign for SEO
 
Real Name: Lizard King
Join Date: Oct 2005
Location: Istanbul
Posts: 6,350
Blog Entries: 2
Send a message via MSN to Mert Gökçeimam
Please use the following .htaccess and if your problem continues try to create a ticket at support forums as this thread is an announcement thread

Code:
# Comment the following line (add '#' at the beginning)
# to disable mod_rewrite functions.
# Please note: you still need to disable the hack in
# the vBSEO control panel to stop url rewrites.
RewriteEngine On

# Some servers require the Rewritebase directive to be
# enabled (remove '#' at the beginning to activate)
# Please note: when enabled, you must include the path
# to your root vB folder (i.e. RewriteBase /forums/)
#RewriteBase /

#RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
#RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]

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

RewriteCond %{REQUEST_URI} !(admincp/|modcp/|vbseo_sitemap/|cron)
RewriteRule ^((archive/)?(.*\.php(/.*)?)?)$ vbseo.php [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php [L,QSA]
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #97  
Old 07-16-2008, 01:23 PM
Junior Member
 
Real Name: Fabrizio
Join Date: May 2008
Posts: 11
Send a message via Skype™ to faquick
thank you!!! it worked!!!

and sorry for using this thread, won't happen again
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #98  
Old 07-19-2008, 08:29 PM
Junior Member
 
Real Name: christian
Join Date: May 2008
Posts: 14
Error in sitemap

Error captured, (no inglish )
Attached Thumbnails
ppp.jpg  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #99  
Old 07-19-2008, 10:21 PM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 20,272
Blog Entries: 1
Try this: Google - Sitemap have the same priority
__________________
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #100  
Old 07-19-2008, 10:36 PM
Junior Member
 
Real Name: christian
Join Date: May 2008
Posts: 14
Quote:
Originally Posted by Oleg Ignatiuk View Post
Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #101  
Old 07-20-2008, 11:29 AM
alansari's Avatar
Junior Member
 
Real Name: alansari
Join Date: Jul 2007
Location: the syrian arab repuplic
Posts: 28
Send a message via MSN to alansari Send a message via Yahoo to alansari Send a message via Skype™ to alansari
the link of download does not working !!!

it is linking to this Thread without downloading any thing !!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #102  
Old 07-20-2008, 12:56 PM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 20,272
Blog Entries: 1
You can download it here: vBSEO Google/Yahoo Sitemap Generator - vBulletin.org Forum
__________________
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #103  
Old 07-29-2008, 08:14 AM
palsman's Avatar
Junior Member
 
Real Name: palsman
Join Date: Jul 2008
Location: Palestine
Posts: 10
Send a message via MSN to palsman
Thanks Very Much
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #104  
Old 07-29-2008, 08:02 PM
Junior Member
 
Real Name: Mark
Join Date: May 2008
Posts: 3
My board is by subscription only and is not viewable by guests. Does that mean I cannot use this plugin? On that same note, would that prohibit me from using vbSEO? Thanks.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #105  
Old 08-01-2008, 03:44 PM
Joe Ward's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Joseph Ward
Join Date: Jun 2005
Location: Puerto Rico
Posts: 17,623
Blog Entries: 7
If your forum is not viewable by guests, then our SEO plugins will be of no use to you.
__________________
Joe Ward / Crawlability Inc.
vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Tags
2.2, sitemap, sitemap generator

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads

Thread Thread Starter Forum Replies Last Post
vBSEO Sitemap Generator ile album sayfalari icin sitemap olusturma ABDALWAHID Türkçe 4 05-13-2008 11:08 AM
vBSEO Sitemap Generator generated incorrect sitemap URL X1C3W5 Troubleshooting 2 01-02-2008 11:45 AM
vBSEO Sitemap Generator 2.0 Released Juan Muriente vBSEO Announcements 18 12-11-2007 01:44 PM
vBSEO Google/Yahoo Sitemap Generator Released at vBulletin.org Joe Ward vBSEO Announcements 0 11-09-2005 02:03 AM


All times are GMT -4. The time now is 08:39 PM.


Powered by vBulletin Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc.