vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   vB Easy Archive - Search Engine Spiderable Hack! (https://vborg.vbsupport.ru/showthread.php?t=65703)

monstergamer 06-03-2004 05:13 PM

i fixed it

this is what i had to do
find
<base href=\"$forumurl/\">

add under that
<link rel=\"stylesheet\" href=\"./archive/archive.css\" type=\"text/css\" />

Rich 06-04-2004 12:04 AM

Hello,
I get the same error except it shows the archive,but not the header and footer. I just get parse errors.

Xenon 06-04-2004 09:40 AM

did you do the local include change i posted for Natch?

https://vborg.vbsupport.ru/showpost....76&postcount=9

Onkel_Tom 06-06-2004 10:48 PM

nice work Stefan, thank you ;)

another important hint is that the files "forum" and "topic" should be chmod to 755 after upload.

Xenon 06-07-2004 09:58 AM

well, all vbulletin files should have this chmod ;)

[offtopic]Hayabusa Forum? Da muss ich mal meinen Dad hinlenken ;)[/offtopic]

krohnathlonman 06-11-2004 07:50 PM

well, it won't get that great of search positioning unless the thread titles are inserted into the HTML page titles.... Looks like it'll take a bit of rewriting to get this in it's current form.

Prince 06-11-2004 08:02 PM

Quote:

Originally Posted by krohnathlonman
well, it won't get that great of search positioning unless the thread titles are inserted into the HTML page titles.... Looks like it'll take a bit of rewriting to get this in it's current form.

you're right, but it's simple!

open archive_functions.php

find:
PHP Code:

$header "
        <html>
            <head><title>
$title</title></head>
            <base href=\"
$forumurl/\">
        <body> 


change to:
PHP Code:

$header "
        <html>
            <head>
            <title>
$threadinfo[title] - $title</title>
            <meta name=\"keywords\" content=\"
$threadinfo[title]\">
            <meta name=\"description\" content=\"
$threadinfo[title]\">
            <base href=\"
$forumurl/\">
            </head>
        <body> 


krohnathlonman 06-11-2004 10:58 PM

the threadinfo[title] is what I tried and it didn't work...

http://www.iamnotageek.com/history/topic/64131-1.html

basically threadinfo is defined well after the header and I haven't figured out what all needs to be rearranged yet for this to work....

Prince 06-11-2004 11:05 PM

Quote:

Originally Posted by krohnathlonman
the threadinfo[title] is what I tried and it didn't work...

http://www.iamnotageek.com/history/topic/64131-1.html

basically threadinfo is defined well after the header and I haven't figured out what all needs to be rearranged yet for this to work....

oops, sorry I forgot to tell you to do this:

find:
global $archiveurl, $forumurl, $title;


change to:
global $archiveurl, $forumurl, $title, $threadinfo;

krohnathlonman 06-12-2004 12:21 AM

Thanks for the help on the addition....

in the forum file I also did this:
PHP Code:

            $bah                         str_replace(" ""_"$thread[title]);

    
$threadbits .= "<li /><a href=\"$archiveurl/topic/$thread[threadid]-1$bah.html\">$thread[title]</a>\n"



All times are GMT. The time now is 05:54 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.01283 seconds
  • Memory Usage 1,748KB
  • 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
  • (3)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
  • (1)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