Go Back   vb.org Archive > Community Discussions > Modification Requests/Questions (Unpaid)

Reply
 
Thread Tools Display Modes
  #1  
Old 01-13-2004, 06:19 PM
julius julius is offline
 
Join Date: Nov 2001
Posts: 80
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Easy Archive for vB 3

I've on my board the Easy Archive made by Skuzzy and Xenon, but it doesn't work with vB3.

I needed a year to have 20.000 pages cached on Google and now I don't want to loose them switching to the official Archive sistem of vB3.
Reply With Quote
  #2  
Old 01-13-2004, 06:49 PM
Zachery's Avatar
Zachery Zachery is offline
 
Join Date: Jul 2002
Location: Ontario, Canada
Posts: 11,440
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by julius
I've on my board the Easy Archive made by Skuzzy and Xenon, but it doesn't work with vB3.

I needed a year to have 20.000 pages cached on Google and now I don't want to loose them switching to the official Archive sistem of vB3.
umm theres an archive built into vB3,

google reindexes your site once a month, you would get all your links back eventually
Reply With Quote
  #3  
Old 01-13-2004, 07:54 PM
Xenon's Avatar
Xenon Xenon is offline
 
Join Date: Oct 2001
Location: Bavaria
Posts: 12,878
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

it would be possible to use htacces to forward all those not working links into the new links.

but don't ask me how, i don't use htaccess very often
Reply With Quote
  #4  
Old 01-14-2004, 12:41 AM
0ptima 0ptima is offline
 
Join Date: Feb 2002
Posts: 346
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The VB3 archive only works if you have PHP compiled as a module. It would be nice to have such a hack for people not using Apache or those that use Apache as CGI.
Reply With Quote
  #5  
Old 01-14-2004, 03:02 PM
Zachery's Avatar
Zachery Zachery is offline
 
Join Date: Jul 2002
Location: Ontario, Canada
Posts: 11,440
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by 0ptima
The VB3 archive only works if you have PHP compiled as a module. It would be nice to have such a hack for people not using Apache or those that use Apache as CGI.
your nto sposed to be using Apache as CGI anymore they have a new somthing or other for it for IIS which is very good so scott tells me.
Reply With Quote
  #6  
Old 01-14-2004, 03:11 PM
AWS's Avatar
AWS AWS is offline
 
Join Date: Nov 2001
Location: Joliet, IL
Posts: 235
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Faranth
your nto sposed to be using Apache as CGI anymore they have a new somthing or other for it for IIS which is very good so scott tells me.
It's an isapi module is runs much better than cgi on IIS.
The archive built in to vb doesn't work on IIS. This is a shame. There should be someway to make it work across all platforms.
Reply With Quote
  #7  
Old 02-08-2004, 04:29 PM
SloppyGoat's Avatar
SloppyGoat SloppyGoat is offline
 
Join Date: Feb 2002
Posts: 339
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AWS
It's an isapi module is runs much better than cgi on IIS.
The archive built in to vb doesn't work on IIS. This is a shame. There should be someway to make it work across all platforms.
I agree 100%!!! I wish someone would come up with something to make this work. IIS is definitely faster than Apache. There's a huge difference, I'm finding out. I just hope it's not going to be a major problem when I move my test board to my server.
Reply With Quote
  #8  
Old 02-09-2004, 04:14 AM
limey's Avatar
limey limey is offline
 
Join Date: Dec 2001
Location: -
Posts: 187
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

apache is faster than iis
Reply With Quote
  #9  
Old 02-18-2004, 06:57 PM
JamesFrost JamesFrost is offline
 
Join Date: Feb 2003
Posts: 84
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Xenon
it would be possible to use htacces to forward all those not working links into the new links.

but don't ask me how, i don't use htaccess very often
Quote:
it would be possible to use htacces to forward all those not working links into the new links.
I'd also like to see an htaccess solution for tidying up the archive name. At least change

/forums/archive/index.php/....

to

/forums/archive/......

would surely make Google look at the pages more favourably.

It's a bit beyond me, but if I work it out I'll post it here!
Reply With Quote
  #10  
Old 02-22-2004, 12:56 AM
jw791 jw791 is offline
 
Join Date: Jan 2003
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by JamesFrost
I'd also like to see an htaccess solution for tidying up the archive name. At least change

/forums/archive/index.php/....

to

/forums/archive/......

would surely make Google look at the pages more favourably.

It's a bit beyond me, but if I work it out I'll post it here!
I just did this - here is the .htaccess. It is a WIP. It WILL reforward "Skuzzy-style" links into your vb3 archive but it 404's when you hit the archive navigation directory tree links.

Maybe some of us can work on making a complete solution? I'd like to get this seamless.

Copy this into notepad, save as .htaccess and upload into your forums/archive directory: (I have no idea what I am doing, but I assume if you have >100,000 threads, you will have to add another [0-9]).


RewriteEngine On
RewriteRule ^topic/([0-9][0-9][0-9][0-9][0-9]*).* index.php/t-$1
Reply With Quote
Reply

Thread Tools
Display Modes

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

Forum Jump


All times are GMT. The time now is 09:57 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.10168 seconds
  • Memory Usage 2,251KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (7)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete