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)
-   -   vB Easy Archive FINAL - Search Engine Spiderable Hack! Get your posts listed @ google (https://vborg.vbsupport.ru/showthread.php?t=47087)

Xenon 09-01-2004 11:34 AM

in archive_functions.php

replace the

PHP Code:

function print_header()
{
    global 
$archiveurl$title;
    
    echo 
"
        <html>
            <head><title>
$title</title></head>
            <base href=\"
$archiveurl/\">
        <body>
    "
;
    include 
"$archiveurl/header.php";


with
PHP Code:

function print_header()
{
    global 
$archiveurl$title$forum$thread;
    
    
// Build Page Title
    
$pagetitle $title;
    if (
$thread['title'] != '')
    {
        
$pagetitle .= ' - ' $thread['title'];
    }
    else if (
$forum['title'] != '')
    {
        
$pagetitle .= ' - ' $forum['title'];
    }

    echo 
"
        <html>
            <head><title>
$pagetitle</title></head>
            <base href=\"
$archiveurl/\">
        <body>
    "
;
    include 
"$archiveurl/header.php";


that should work

Theory 09-04-2004 04:09 PM

Wow, Thank you that worked great. You are by far the smartest person ever. I appreciate that alot thanks again. Forum titles can be done the same way? That dosen't really matter tho the main thing I wanted was thread titles. Thank-you again you're great.

Xenon 09-05-2004 05:46 PM

you're welcome :)

ah, i see i have used different variablenames in the two scripts (bad me (hey the script is very old ^^))

use this to get the forumtitles as well:

PHP Code:

function print_header()
{
    global 
$archiveurl$title$foruminfo$thread;
    
    
// Build Page Title
    
$pagetitle $title;
    if (
$thread['title'] != '')
    {
        
$pagetitle .= ' - ' $thread['title'];
    }
    else if (
$foruminfo['title'] != '')
    {
        
$pagetitle .= ' - ' $foruminfo['title'];
    }

    echo 
"
        <html>
            <head><title>
$pagetitle</title></head>
            <base href=\"
$archiveurl/\">
        <body>
    "
;
    include 
"$archiveurl/header.php";



Theory 09-05-2004 06:17 PM

You never cease to amaze me. Thanks again man :D

Xenon 09-07-2004 12:21 AM

*gg*

that's my purpose here ;)

you're welcome

Theory 09-10-2004 03:05 AM

gg indeed :). Your purpose is a good one :). And if your doing it volunteer like even more props to you. So thanks again ^^

glo 10-03-2004 12:43 PM

Hi, im trying to install this into vB2.3.0 and have a question about your instructions.

It says to load up the 7 files listed to the new Archive folder, but in your zip file there is an 8th file "archive_functions.php" should this be uploaded too?

Also, as recommended I have included a link to the archive in the footer using the link "./archive", but in the template preview mode it shows it linking to http://localhost/forum/admin/archive but in the IE or Firefox browser the link shows correctly as http://localhost/forum/archive

What is the best way to set this up correctly (the actual location of the archive folder is localhost/forum/archive)

thanks

Meza 10-22-2004 06:08 PM

Well that was easy! Installed in about 5 minutes.

vdich 11-28-2004 07:44 PM

My Provider has change to Plesk 7.1.5, now the archive don't work more...
Can someone help me ?

Areku 11-29-2004 06:39 AM

I also upgraded PHP on my server and now it reports 404 error due to the ending "/" on every call.

How can I fix that?!?


All times are GMT. The time now is 07:07 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.01821 seconds
  • Memory Usage 1,752KB
  • 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
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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