vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   archive that works (https://vborg.vbsupport.ru/showthread.php?t=62909)

dethfire 03-25-2004 01:07 AM

archive that works
 
hi gary can you update your archive to work with vb3, alot of people can't use the builtin archive because it won't work with IIS or PHP as CGI

dethfire 03-25-2004 08:56 PM

gary? :(

smestas 04-02-2004 02:22 AM

I too would like to see a ARCHIVE that would work for PHP running under CGI. It seems that this is a much needed hack.

grandeur_69 04-16-2004 03:04 AM

use the vb Easy Archive and add this to your apache config file for the particular site:

Code:

RewriteRule ^/archive/forum/([0-9]+).html$ /archive/forum.php?id=$1 [L]
RewriteRule ^/archive/topic/([0-9]+).html$ /archive/topic.php?id=$1 [L]

rename the topic & forum pages to be .php and then add
$threadid=$id; to topic.php on about line 15
and
similarily $forumid=$id; to forum.php ... that's about it.

dethfire 04-16-2004 03:18 AM

Quote:

Originally Posted by grandeur_69
use the vb Easy Archive and add this to your apache config file for the particular site:

Code:

RewriteRule ^/archive/forum/([0-9]+).html$ /archive/forum.php?id=$1 [L]
RewriteRule ^/archive/topic/([0-9]+).html$ /archive/topic.php?id=$1 [L]

rename the topic & forum pages to be .php and then add
$threadid=$id; to topic.php on about line 15
and
similarily $forumid=$id; to forum.php ... that's about it.

actually it's not that easy, there are forum permission issues and several field names that don't match up and cause problems

grandeur_69 04-16-2004 04:34 AM

fine, be that way ... then check out this:
https://vborg.vbsupport.ru/showthread.php?t=63943


All times are GMT. The time now is 02:42 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.01457 seconds
  • Memory Usage 1,720KB
  • 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)post_thanks_navbar_search
  • (1)printthread
  • (6)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete