vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Community Lounge (https://vborg.vbsupport.ru/forumdisplay.php?f=13)
-   -   My next mod: steps 1 to 50 billion (https://vborg.vbsupport.ru/showthread.php?t=85588)

filburt1 12-07-2002 07:16 PM

My next mod: steps 1 to 50 billion
 
Code:

RewriteEngine on
RewriteBase /web/testvb/

# Forums
RewriteRule ^forum(.*).html forumdisplay.php?forumid=$1
RewriteRule ^forum(.*)page(.*).html forumdisplay.php?forumid=$1&pagenumber=$2

# Threads
RewriteRule ^thread(.*).html showthread.php?threadid=$1
RewriteRule ^thread(.*)page(.*).html showthread.php?threadid=$1&pagenumber=$2
RewriteRule ^printablethread(.*).html printthread.php?threadid=$1

# Jumpers
RewriteRule ^lastpostinforum(.*).html showthread.php?goto=lastpost&forumid=$1
RewriteRule ^lastpostinthread(.*).html showthread.php?goto=lastpost&threadid=$1
RewriteRule ^threadbeforethread(.*).html showthread.php?goto=nextoldest&threadid=$1
RewriteRule ^threadafterthread(.*).html showthread.php?goto=nextnewest&threadid=$1
RewriteRule ^lastposterprofilein(.*).html member.php?action=getinfo&find=lastposter&forumid=$1
RewriteRule ^postsbymember(.*).html search.php?action=finduser&userid=$1

# Users
RewriteRule ^profileformember(.*).html member.php?action=getinfo&userid=$1

# Other
RewriteRule ^groups.html showgroups.php
RewriteRule ^announcementsin(.*).html announcement.php?forumid=$1
RewriteRule ^memberlist.html memberlist.php
RewriteRule ^memberlistpage(.*).html memberlist.php?pagenumber=$1
RewriteRule ^faq.html misc.php?action=faq

I have to find every occurance of text that looks like the green text and replace it with text that looks like the red text.

Wish me luck :(

Brad 12-07-2002 07:31 PM

you and your googlebot..:p

filburt1 12-07-2002 07:32 PM

Hey, that covers just about every single file that Google can access and find useful :D

Tony G 12-07-2002 09:55 PM

Googlebot mania...Here we come..:p

filburt1 12-07-2002 09:56 PM

Unfortunately it looks like more than half this stuff can't be done with templates so forget this...

Tony G 12-07-2002 09:57 PM

I can see the disappointment. :(


All times are GMT. The time now is 06:23 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.00925 seconds
  • Memory Usage 1,718KB
  • 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)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