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)

dethfire 03-25-2004 11:18 PM

Quote:

Originally Posted by Areku
Rather than porting it to vb3, what about using the one that comes with VB3 but write an apache mod rewrite rule to make the old links indexed already by google still work and redirect to the correct, new vb3 format?

Any1?


does anyone have a mod rewrite for this?

dethfire 03-25-2004 11:30 PM

would this simply work?

RewriteEngine On
RewriteRule ^/archive/topic/(.*)-(.*)\.html$ /archive/t-$1

Areku 03-29-2004 12:42 PM

Any1 tried it?

Doesn't work for me...

dethfire 03-29-2004 01:05 PM

Quote:

Originally Posted by Areku
Any1 tried it?

Doesn't work for me...

me either, I thought it should work, can anyone help?

Gary King 03-29-2004 07:07 PM

You should discuss about this in a separate thread.

Areku 03-29-2004 07:19 PM

Why? it's just to extend compatibility with VB3 :P

globalinsites 04-03-2004 01:44 PM

Quote:

Originally Posted by Gary W
I can't seem to get this to work, I installed and the links lead to a 404 :(
What should the correct, default format for forums and topics be? Also mod_mime etc. is installed on the server FYI :)

Gary still wants an answer :-)

Rik.

parajsa 05-02-2004 12:55 PM

Greetings,
I can not run this script on my new server. I can see the front page of your archive, but get an error page whenI click on any links. The module Mod_mime is installed.

The apache is 2.0.47

What can i do?

:ermm:

globalinsites 05-02-2004 12:58 PM

Welcome to the club :-)

dethfire 05-24-2004 05:03 PM

I get the internal server error

[Mon May 24 09:23:22 2004] [error] [client 68.192.209.7] Premature end of
script headers: /home/coolteen/public_html/newforum/archive/forum

dethfire 05-26-2004 05:06 AM

any ideas on my error, I can see the forum list just fine, but when I select a forum it gives me that ISE

Prince 05-29-2004 05:16 AM

has anyone gotten this to work with vB3?

I would hate to lose thousands of indexed pages in Google. :(

Xenon 05-29-2004 12:11 PM

hmm, i'll port it over to vb3 soon, as i can see that there are a lot of users requesting it.

shouldn't take too long i think :)

Prince 05-29-2004 02:53 PM

cool, thanks.

Xenon 05-31-2004 01:44 PM

Hmm, it seems there were a bit more changes in the permission system *gg*

well, i have to rewrite a bit more, but for now, i've changed the vb2 version marginal and attached it again :)

i'll work on the vb3 version, when i have the correct modules on my localhost as well ;)

Xenon 05-31-2004 04:32 PM

hmm, kay got it working :)

https://vborg.vbsupport.ru/showthread.php?t=65703

tpearl5 05-31-2004 05:14 PM

Edit: Nevermind, I figured it out.

FlyBoy73 05-31-2004 07:56 PM

A word of advice.. I decided to switch to vb 3.0.1's included archive system and I have now gone from about 65,000! links/refs in Google to about 8,000, and have yet to see any return to the previous number yet.. I'm hoping that in the upcoming dance I will see some action/activity, but I haven't seen a Google Spider in the new archive system to date.

If you have a lot of links, it may be worth waiting for the port.

Xenon 05-31-2004 08:10 PM

Erm, i ported it already FlyBoy :)

FlyBoy73 06-05-2004 05:27 AM

Ouch.. I wish I had known that. That is what I get for not keeping up with the thread. I'm really starting to wonder if Google will like the standard vb Archive as much as it liked the one that you have now ported. Any idea on varying results? Should I start a new thread and see if anyone cares to submit any?

Xenon 06-05-2004 01:37 PM

hmm, well, i have no real stats, i just heard, that google doesn't like the vb3 standart archive very much, but it like the vb3 board itself more....

morrow 08-06-2004 04:55 AM

I've read all 33 pages and cannot seem to find the solution to the 404 errors.

http://www.njflyfishing.com/vbportal...hive/index.php

http://www.njflyfishing.com/phpinfo.php

Can someone cut and paste your http.conf file so I can compare it with mine?

Quote:

###############################
# PHP is compiled as a binary file (e.g. cgi-mode)
ScriptAlias /php4/ "/usr/local/bin/"
Action application/x-httpd-php /php4/php
###############################

LoadModule mime_module modules/mod_mime.so
AcceptPathInfo On
AllowOverride On

THanks

morrow 08-07-2004 12:39 AM

Forgot to mention, mod mime is installed on the server. If I get this working, I'd be more than happy to donate via paypal.

Thanks

Xenon 08-07-2004 11:53 AM

I've sent you an email with my conf file, maybe that helps :)

morrow 08-07-2004 01:22 PM

Xenon,

I appreciate that. One problem, I checked my email and didn't receive it. So I checked my profile and noticed that my email address was that of an old job. I just updated my address. Would you please send it again.

Thanks

Xenon 08-07-2004 04:50 PM

No prob, sent again :)

morrow 08-08-2004 01:34 AM

Thanks, Xenon, but it didn't work out. I copied that file to my root and nothing. Sure looks like a nice hack from how I've seen it work on other boards. For some reason my site doesn't really come up in google. I'd love to get google to spider my site and I thought this would have been the best way.

Xenon 08-08-2004 03:11 PM

Sorry to read that it didn't help :(

Well i have no other ideas then.

morrow 08-08-2004 11:56 PM

Well, although mod_mime is activated on my host, ForceType is disabled. They said they disabled it for security reasons?

They suggested that I use something like this:

Quote:

RewriteEngine on
ReWriteBase /
RewriteRule (.*)articles(.*) $1index.php?articles$2
or
Quote:

RewriteEngine on
RewriteCond %{REQUEST_URI} !^.+\.php$
RewriteRule ^products(.+)$ /products/index.php?dir=$1 [L]
This is an example these folks said helped them to get the short url names working. I'm not quite sure how to apply them to this utility though. Any assistance if anyone knows anything about this stuff would be greatly appreciated.

THanks

Theory 08-31-2004 05:11 PM

heh I kind of need help.

http://board.midibuddy.net/archive2/topic/69890.html

I want to make mine like that. You notice at the top how it shows the title of the thread in the title in the archive mine does not :( it just shows the title I put in for the config anyway I can make it so it's like the one above?

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 02:57 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.01838 seconds
  • Memory Usage 1,831KB
  • 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
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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