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)

Scribbller 10-12-2005 04:23 AM

Does this hack work on VB 3.0.9 ?

Xenon 10-12-2005 11:03 AM

yep!

Kwak 10-17-2005 04:30 PM

For those that have installed this wonderful hack, did you remove the /archive/ directory?

Or you have both the archive/ and the easy-archive/ directory together?

Just concerned about getting banned from Google due to double contents.

rossco_2005 11-03-2005 08:39 PM

edit: wrong version of this. :P

Kwak 11-04-2005 02:18 AM

I've removed the History mod/link because there is a high probability that Google will find out about the double content (which is against their TOS). Only using the archive which is already great. :)

MRGTB 11-08-2005 03:38 AM

Are you saying that if you use this and have google adsence installed you will get banned becuase it will detect the "print archive versions" of threads as well as the "easy archive mod threads", and see them as double archive content and ban you from adsence?

MRGTB 11-10-2005 10:34 PM

Is there anyway to have a link displayed in eaxh thread that will lead to the Easy Archive version of that thread?

Brandon Sheley 11-12-2005 07:50 AM

will this work with 3.5.x ?

Xenon 11-15-2005 09:30 PM

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

Brandon Sheley 11-16-2005 05:37 AM

ah, bummer.. thx for the reply Xenon :)

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...

julius 08-05-2006 09:22 AM

If I want to put a conditional tag in TOPIC, like

<if usergroupid=6><b>Administrator</b><else><i>Not an admin</i></if>

where do I have to put the tag?

Thanks

webrats 04-23-2007 06:56 AM

how can i disable it from showing images?

Kathy 12-02-2007 02:11 PM

I know that google's sitemap formating has changed a bit but was wondering if this is still a viable alternative for vb 3.0 in today's google spider environment? Any tweaks to make it proper?

Khashyar 11-04-2008 07:28 PM

Hi Xenon...

I have really appreciated your work on the VB Easy Archive, and I have used it on a couple of my VB forums in the past.

I was wondering if this version of Vb Easy Archive will work with VB 3.6.x or 3.7.x?

I know that VB has its own archive system, but I like the functionality and customizability of VB Easy Archive...

Thank you,

KD

Khashyar 11-04-2008 08:20 PM

Hi xenon,

I installed the script, and when I try to go the the archives page, I receive a forum permission error:

Quote:

Khashyar, you do not have permission to access this page. This could be due to one of several reasons:

Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.
The "mod_mime" Apache module was NOT installed on my server, so I changed the name of the two files as mentioned in the instructions.

Any ideas of how I can get vB Easy Archive to work?

Thanks for your ideas,

KD

Khashyar 11-04-2008 08:29 PM

Hi again...

I see that you have a 3.5.x version of vB Easy Archive....

I just installed that version....

KD


All times are GMT. The time now is 01:50 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.01763 seconds
  • Memory Usage 1,768KB
  • 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
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (26)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