vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Member Archives (https://vborg.vbsupport.ru/forumdisplay.php?f=202)
-   -   Search-Engine Listing (Dynamic) (https://vborg.vbsupport.ru/showthread.php?t=1092)

07-05-2000 10:43 PM

I just don't see the logic behind that if the spiders will cycle through all the links anyways...

07-05-2000 10:47 PM

From what I have read spiders will dislike links pages with that many links....

07-16-2000 01:38 AM

But does this bog down the message boards when a web crawler hits the list of messages? Seems like each link is a call to vB (rather than just sucking up an html file).

07-16-2000 04:33 AM

Each link is a call to vB, but it'd be much more system intensive to force html file generation.

Remember: with the previous method, its calling an HTML file which is THEN calling vB.

07-16-2000 08:37 AM

okay after applying a few hacks i think i want to get this in to my forum as well...

so is it the first 2 posts of this thread all i need to do... the original code and instructions added with Ed's correction in the showthreads.php file ?

07-16-2000 08:56 AM

Quote:

Then, create a file called "search" in the vB directory containing:

<?
$searcharray=explode("/",$REQUEST_URI);
$searchcount=count($searcharray);

$spec = $searchcount - 1;

$threadid = $searcharray[$spec];
require("showthread.php");
?>

i am confused the file called search , what extension on the file ?

search.* ?

07-16-2000 01:02 PM

No extension whatsoever :)

Just "search"

07-16-2000 05:08 PM

oh... thanks. sort of had me confused for a moment :D

07-16-2000 05:30 PM

One thing that can be used to slow down the spidering of these pages so to not cause problems is to have them have a dynamic page extention such as .php or .shtml this will let most spiders know that they should go slower in their spider..

-Brian

08-01-2000 12:57 PM

this is old but i am having problems....

http://animeboards.net/forums/search.php3

if i put the htaccess file in i get a 500 error, if i leave it out when i click a thread from the search results it redirects to my front page ?


All times are GMT. The time now is 02:01 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.01541 seconds
  • Memory Usage 1,726KB
  • 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_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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