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)

MRGTB 12-03-2005 09:06 PM

Quote:

Originally Posted by Xenon
there is a version for 3.5, but there have been reports it does not work correctly

I don't think this works correctly with 3.0 series either, I've been using this now for over a month and I have yet to see one spider indexing the easy archive pages on my site, even though I have spiders pretty active there lile Goggle, MSN, Yahoo etc...

It just seems as though they don't get indexed at all by spiders for some reason.

Brandon Sheley 12-27-2005 12:43 AM

:(

i hear such great things about the easy archive,, wish I could use it on my forums

MRGTB 12-27-2005 12:53 AM

Quote:

Originally Posted by Loco.M
:(

i hear such great things about the easy archive,, wish I could use it on my forums

It doesnt work Loco.M

I was running it for 2 months, not one was ever spotted in the easy archive even though I have spiders on my site all the time. This was also reported as not working for vB 3.5 also.

But the version created for vB2 works perfect by another user called Teck I think. But this has problems with spiders not going and indexing the pages

Zia 02-18-2006 05:21 PM

wondering which 1 works for 3.5.3 ?

does it supported?

David_R 02-18-2006 10:17 PM

Quote:

Originally Posted by Xenon
there is a version for 3.5, but there have been reports it does not work correctly

with the code provided in the files for 3.5 version archive was not functioning properly, but with the fixes given by other coders in the thread itself, it works fine now :)

tpearl5 02-26-2006 12:05 AM

I've noticed that google dropped a large amount of my pages. I'm wondering if this is a penalty for running two archives?

tpearl5 03-21-2006 08:20 PM

Anyone have any idea why I'd be getting this error after upgrading mysql to 4.2 ?

Invalid SQL:
SELECT post.*
FROM post AS post
LEFT JOIN deletionlog AS deletionlog ON(post.postid = deletionlog.primaryid AND type = 'post')
WHERE threadid = 69068
AND visible = 1
AND deletionlog.primaryid IS NULL
ORDER BY post.dateline
LIMIT -200, 200

mysql error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-200, 200' at line 8

mysql error number: 1064

Xenon 03-21-2006 09:23 PM

hmm, that has nothing to do with 4.2 but that the pagenumber is invalid if pagenumber is 0 this error will occur

open archive_functions.php

find:

PHP Code:

    $vars = array(
        
'id' => $infos[0],
        
'pagenumber' => $infos[1]
    ); 

and change into:

PHP Code:

    $vars = array(
        
'id' => $infos[0],
        
'pagenumber' => max($infos[1], 1)
    ); 

that should help

tpearl5 03-21-2006 10:37 PM

Thanks Xenon! That worked. I wonder why I'm not getting errors on other pages where I have this installed though?

Xenon 03-22-2006 11:40 AM

actually that's a question i wonder my self about...

such an error never appeared before...


All times are GMT. The time now is 01:06 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.01576 seconds
  • Memory Usage 1,740KB
  • 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
  • (2)bbcode_php_printable
  • (3)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
  • (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