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)

Xenon 05-30-2004 10:00 PM

vB Easy Archive - Search Engine Spiderable Hack!
 
Ok, as a lot of users have installed SkuZZy's and mine vB Easy Archive Hack i've decided to release a vB3 Version as well.

As vB3 already comes with an build in Archive System, it's not that needed than it was in vb2, but for all of you, who have installed the vb2 version and don't want to loose their indexed Pages, this one is for you :)

I'm lazy and therefore will copy the Releasetext of vb2 by SkuZZy.

About this hack

This hack will help get all your threads listed in google and other search engines and get your threads easily spidered! It works by creating an archive and turning all your posts into .html format. It doesn't actually create the .html files though, but google thinks they are real! It uses mod_mime. If you don't have mod_mime, you will still be able to install this hack, just read the install.txt for help then.

What does it do?

The purpose of this hack are to get your keywords from your forums listed in google and get people visiting them! Since these are all pure text and don't use tables or excess font tags, they are very friendly on bandwidth! This will display all your files in a nice text format that google will absolutely love! Visit the online demo below to see it in action!

Online Demo

To view a demo of this script, visit this site:
http://www.strategy-forum.de/easy_archive/

Requirements

Apache
vBulletin 3.x
mod_mime installed (not absolutelly required, but recommended)
.htaccess
5 minutes of your time...


Known Problems/Confusion

Mod_mime - It is recommended to have mod_mime installed to run these scripts. Mod_mime is a free module which enables a directive called "ForceType". This allows you to use the .htaccess file included to force your files into php mode, which allows simple URL's, without .php in them. If you can see the front page of your archive, but get an error page when you click on any links then this is your problem. To fix it, you will need to install mod_mime, or ask your host to do it. It's a FREE module. For more information, visit http://httpd.apache.org/docs/mod/mod_mime.html
If you want to run vb Easy Archive without mod_mie, please look into the install.txt

Private forums - Private forums are NOT shown and they will NOT be spidered. Some people say the private forums show up, that is because you are logged in as the admin and the archive uses permissions. So anyone who has permission to view the private forums on your forums, will beable to view them on the archives also. But if you log out of your account OR log into an account that doesn't have access to them, then you won't beable to view them :)

Forumlist yes, but threadlist no - https://vborg.vbsupport.ru/showpost....5&postcount=91
https://vborg.vbsupport.ru/showpost....&postcount=153

Credits
SkuZZy aka Adam J. de Jaray, who gets my Special Thanks for his modifications, releasing and of course his Support to my Script's vb2 version. Note, he does not have anything to do with the vb3 version, but without him, there wouldn't have been the vb2 version and therefore i would never have released the one for vb3 :)

Agreement

By using these scripts & installing them, you agree to leave the small (virtually unnoticable) copyright text and links at the bottom of all pages. You also agree to leave jelsoft's copyright there as well. You can modify the scripts much as you want, but this portion must remain intact (links must stay) and visible. This is all I ask :D

Download Final

To install, just download the file below and open the "install.txt" file. All is explained there. Installation should only take a couple of minutes. If you have problems with this script, post them in this thread and I will try and get around to answering them.

insanctus 05-31-2004 04:56 PM

I think I will install this, even though vb3 has it, this is in another area = more for it to spider :)

Can not hurt.

Xenon 05-31-2004 05:55 PM

true :)

msimplay 05-31-2004 08:21 PM

i remember the old archive had some kind of addon that allowed direct access to the archive aswell
1 . The vbulletin on and off.gifs on forum home were turned into the direct link to the archive
same was done for forum display
and again the same for the thread itself

in the thread link said >> link to the archived post here
or something similar

oh yeh i found it now
this addon for the vbhome lite search indexer was great
found in this post
wondering if it could be done for vbulletins indexer as my vbulletin 3 indexer is indexing all my posts like mad

but its weird coz my friend owns a really busy site yet none of his archived posts are getting indexed so i bet this new hack will fix it for him

Prince 06-01-2004 02:33 AM

The old version worked perfectly, here is the error I get with this version:

Fatal error: Call to undefined function: archive_output() in /home/admin/public_html/history/index.php on line 82

can see here:
http://www.ironmagazineforums.com/history/

drumsy 06-01-2004 03:25 AM

Are the archive pages created by vB3 also spidered by search engines? I don't seem to see them around anymore.

Natch 06-01-2004 05:21 AM

I have this installed, but am getting
Code:

Warning: fetch_header(http://www.mobileforces.org/forums/search/header.php): failed to open stream: HTTP request failed! HTTP/1.1 406 Not Acceptable in /home/mofo/public_html/forums/search/archive_functions.php on line 33

Warning: fetch_header(): Failed opening 'http://www.mobileforces.org/forums/search/header.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/mofo/public_html/forums/search/archive_functions.php on line 33

above my content and
Code:

Warning: fetch_footer(http://www.mobileforces.org/forums/search/footer.php): failed to open stream: HTTP request failed! HTTP/1.1 406 Not Acceptable in /home/mofo/public_html/forums/search/archive_functions.php on line 44

Warning: fetch_footer(): Failed opening 'http://www.mobileforces.org/forums/search/footer.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/mofo/public_html/forums/search/archive_functions.php on line 44

below the content on every page?

Would there b e any problem in linking to the header and footer php scripts via a local connection, rather than a HTTP connections (caused by $archiveurl . "/header.php") ?

gmarik 06-01-2004 07:59 AM

At last - I lvoe you, man!

Xenon 06-01-2004 11:35 AM

@Prince: have you uploaded all files?
the archive_output() is defined within the functions file.

@natch: Should be possible as well, just replace
PHP Code:

    include($archiveurl '/header.php'); 

in archive_functions.php with
PHP Code:

    include('./your archive folder here/header.php'); 

same with footer

0ptima 06-01-2004 01:31 PM

I cant run the VB3 archive as my host did not compile PHP as a module. I think I will install this!


All times are GMT. The time now is 02:03 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.01203 seconds
  • Memory Usage 1,755KB
  • 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_code_printable
  • (2)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)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