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)
-   -   vbSpiderFriend - Search Engine Friendliness (https://vborg.vbsupport.ru/showthread.php?t=15628)

macuser 09-24-2001 08:14 AM

The forums with id=1,2,3,4,5,6,7,8,9 reloads the index.php.

http://www.macuser.de/forum/archive/index.php

Some people have the same problem .
Any idea ?

MacUser

ForzaGrifo 09-24-2001 07:55 PM

Quote:

Originally posted by Overgrow
I am tired of my 200,000 posts not being listed in Google.
I just read in clickz that Google can now crawl dynamically generated pages. Is that true??

the article is here:
http://www.clickz.com/search/opt/article.php/874131

Alun 09-25-2001 02:48 PM

Quote:

I just read in clickz that Google can now crawl dynamically generated pages. Is that true?? =
Yup.

Search Google for "Thorikos" and fifth link down is my forum. I think I've had a few referrals from posts to do with oikoi too.

macuser 09-27-2001 10:35 AM

[QUOTE]Originally posted by MacUser
The forums with id=1,2,3,4,5,6,7,8,9 reloads the index.php.

http://www.macuser.de/forum/archive/index.php

Some people have the same problem .
Any idea ?

MacUser

JohnL 09-27-2001 05:53 PM

Are you using an IIS server also? I am and can not get the links to work properly either. I would really love to get this working.

Razzie 10-06-2001 12:11 PM

Small Bug with displaying private forums:

If you have a private forum with id 5 and try acessing page - /archive/5 it won't show the threads BUT if you add a zero to the front and try - /archive/05 it WILL lists the private forum.

To fix find:
PHP Code:

    while($urlArray[$a] != "archive") {
        
$a++;
    }

    
$forumID=$urlArray[($a+1)]; 

add below:
PHP Code:

$forumID $forumID 0


CoolaShacka 10-06-2001 01:40 PM

Thanks, Overgrow.
Realy nice work.

I have a litle Problem. Could you please tell be what's the Bug?

******************************
link deleted
******************************

Thank you in advance

Razzie 10-06-2001 05:09 PM

Have you set the .htaccess file?

CoolaShacka 10-06-2001 05:25 PM

Yes.
my .htaccess is
Code:

ErrorDocument 404 /home/csbvu/public_html/archive/index.php
I am hosted by VO

JohnL 10-06-2001 06:40 PM

Is there any way to get this to work on a W2K server with IIS?

I did the redirect for the 404 error but it just reloads the index page. Here is an example http://www.reefcentral.com/vbulletin/archive/index.php


All times are GMT. The time now is 04:31 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.01411 seconds
  • Memory Usage 1,746KB
  • 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
  • (2)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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