vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   vbArchive - Search Engine Indexer for vBulletin (https://vborg.vbsupport.ru/showthread.php?t=47667)

limey 03-10-2004 10:22 PM

The vb3 archive imo is inferior to Teck's version. I personally wish I never upgraded, so if you are on the fence, thats my story for you.

eoc_Jason 03-11-2004 08:28 PM

I just did some URL rewriting to redirect my old archive from this (and another hack) to all go to the new vB3 archive... Search Engines and traffic haven't missed a beat....

Since the new & old archives use a different amount of pages & posts per threads, I didn't do exact page redirects, only threads...

Anyhow, here's my 4 rewrites... 2 for one other old archive hack , and 2 for this archive hack.

Code:

  RewriteCond %{REQUEST_URI} ^/archive/forum/(\d+)-(\d+)
  RewriteRule ^/archive/forum/(\d+)-(\d+) http://forums.yoursite.com/archive/index.php/f-$1 [R=301,L]

  RewriteCond %{REQUEST_URI} ^/archive/topic/(\d+)-(\d+)
  RewriteRule ^/archive/topic/(\d+)-(\d+) http://forums.yoursite.com/archive/index.php/t-$1 [R=301,L]

  RewriteCond %{REQUEST_URI} ^/forumdisplay/f-(\d+)
  RewriteRule ^/forumdisplay/f-(\d+) http://forums.yoursite.com/archive/index.php/f-$1 [R=301,L]

  RewriteCond %{REQUEST_URI} ^/showthread/t-(\d+)
  RewriteRule ^/showthread/t-(\d+) http://forums.yoursite.com/archive/index.php/t-$1 [R=301,L]


limey 03-11-2004 10:41 PM

Quote:

Originally Posted by eoc_Jason
I just did some URL rewriting to redirect my old archive from this (and another hack) to all go to the new vB3 archive... Search Engines and traffic haven't missed a beat....


My way seems easier, am I missing something you are doing that I'm not?
Code:

RewriteRule showthread/t-(.*).html$ http://www.yourdomain.com/forums/archive/index.php/t-$1 [R,L]
RewriteRule forumdisplay/f-(.*).html$ http://www.yourdomain.com/forums/archive/index.php/f-$1 [R,L]

Still wish we could get titles in the vb3 archive anyone figured that out yet?

Vb-Hispano 04-21-2004 09:02 PM

Migration a vb3.0 is possible?

thanks

MogKnight 04-28-2004 04:11 AM

Thanks for the hack, however, I'm having some problems...

http://forums.ffshrine.org/archive/

it caches the archive index, and the main forum pages- but NO threads.

why is this? do I have to wait yet another month?

MogKnight 05-01-2004 08:41 AM

anyone know?

clubplanet 05-05-2004 04:01 AM

Had no problems converting this to work with the built-in vB3 archive. Just had to add these 2 lines to Apache's httpd.conf:

RedirectMatch permanent /showthread/(.*) /archive/index.php/$1
RedirectMatch permanent /forumdisplay/(.*) /archive/index.php/$1

All the Google links now work...

parajsa 05-05-2004 11:09 AM

Greetings,
I can not run this script on my new server. I can see the front page of your archive, but get an error page whenI click on any links. The module Mod_mime is installed.

The apache is 2.0.47

What can i do?

Runnin Vbulletin 2.3.5

:ermm:

kaosmoon 07-13-2004 06:05 PM

Thanks to you for the mod.

I know jack about programming and i got this to work. Talk about user friendly!

Thanks again, so cool!

imageconstrux 01-18-2005 01:56 AM

n/m - figured out a workaround...


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