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)
-   -   vbArchive - Search Engine Indexer for vBulletin (https://vborg.vbsupport.ru/showthread.php?t=47667)

Floris 01-31-2003 09:36 AM

Here I am again, installed it on another forum: fitnessgeared.com

GearedUp FitnessGeared Forums Archive (v 1.3 installed by xiphoid)

Feel free to add it to the first post.

TECK 01-31-2003 10:04 AM

Damn, xiphoid in on fire... Link added. :)

Floris 01-31-2003 10:05 AM

Installed it on 5 sites now. 3 public, 2 private.

ladyfyre 01-31-2003 12:26 PM

i have a problem with this hack. In some forums, (the lesser trafficked ones) this works 100% normally & correctly. In the busier ones though, it is listing dozens of threads with dates for the FUTURE (several now say they "were" posted in July of 03) In each case, older threads are the ones that are coming up. Any ideas on why?

TECK 01-31-2003 12:32 PM

Did you upgraded to vBulletin from another bulletin board?
As far as I can tell, is a database problem, not a script one, because if it would be something related to the script, it would show for all threads the wrong date.
Old threads from a different bulletin board, imported into vBulletin database will do this. You will have to contact a technician about this issue, is nothing I can do.

ladyfyre 01-31-2003 12:37 PM

ugh :(
Yes, i upgraded LONG ago from UBB....but the dates show up correctly in the normal forum view....just not in the archive view.

TECK 01-31-2003 12:39 PM

As I said, is nothing I can do about it. The script is working fine.
Check your database, because the script pulls what is in there.
If the database tells to the script that's the date, the script will display it.

The forums show the correct date because you are grabbing the date from the last post not the original date they were posted.
Since there is no importer who does a good job, the dates are messed, due to UBB format.

A workaround to your database problem would be this:
FILE: forumdisplay.txt
FIND:
Code:

  $threads = $DB_site->query("
    SELECT threadid,title,dateline,replycount

REPLACE WITH:
Code:

  $threads = $DB_site->query("
    SELECT threadid,title,lastpost,dateline,replycount

FIND:
Code:

    $thread['date'] = vbdate( $dateformat , $thread['dateline'] );
    $thread['time'] = vbdate( $timeformat , $thread['dateline'] );

REPLACE WITH:
Code:

    $thread['date'] = vbdate( $dateformat , $thread['lastpost'] );
    $thread['time'] = vbdate( $timeformat , $thread['lastpost'] );

That doesn't mean your database is not screwed anymore.
You should REALLY have it checked by a professional, or at least delete all old threads that belong to UBB.

ladyfyre 01-31-2003 01:56 PM

Ok...after doing some checking around, and a hint from PPN that a fix for the UBB date problem existed, i found the fix here: https://vborg.vbsupport.ru/showthrea...415#post130415

Just wanted to add it in case others had the same problem.

ladyfyre 01-31-2003 06:07 PM

ACK!!!!!!!!!!!!

Ok...i have NO idea what i just did....but i blew up Apache, and had to re-install. Now the force-type is no longer working :(
I just get a 404 error when clicking the archive file....
Does anyone know how I can turn the force-type back on?

Overgrow 01-31-2003 06:56 PM

Xi>>Installed it on 5 sites now. 3 public, 2 private.

Just curious, but why would you want spiders rooting through private forum archives?


All times are GMT. The time now is 11:28 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.02397 seconds
  • Memory Usage 1,734KB
  • 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
  • (4)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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