Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases

Reply
 
Thread Tools
Details »»

Version: , by Overgrow Overgrow is offline
Developer Last Online: Jun 2004 Show Printable Version Email this Page

Version: 2.0.x Rating:
Released: 04-29-2001 Last Update: Never Installs: 53
 
No support by the author.

I am tired of my 200,000 posts not being listed in Google. I was inspired by phpbuilder.com this morning and I wrote:

vbSpiderFriend - the search engine indexer for all of your posts

Purpose: Allow search engine spiders to crawl a linked list of all of your posts.

Project Requirements:

-Friendly URLs (no query strings)
-Good dynamic meta tags
-Never have to touch the script again.. It is Y3K compliant, simply re-submit to the engines to update your listings

Install Requirements:

-vBulletin 1.x or 2.x
-about 10 minutes


1) Download the attached Zip.

2) Open class.mysql.php and put your database login info at the top.

3) Create a new directory called archive under your forum, like /forum/archive

4) Open the included .htaccess and change the Error 404 to your new archive path.

5) Open index.php and change the self-explanatory variables at the top of the file.

6) Upload all 3 files to your archive directory.

7) Submit /forum/archive/index.php to search engines and watch em crawl


DISCLAIMER: I don't use 2.x but I checked the schema and this should work fine.

NOTES: This uses ErrorDocument and query string parsing to get the variables needed. I do not have the time or energy to troubleshoot this if it does not work on your server. Sorry!

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #322  
Old 07-27-2003, 02:49 PM
michaelab michaelab is offline
 
Join Date: Jul 2003
Location: Lisbon, Portugal
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
07-10-03 at 02:45 PM KevinM said this in Post #319
I have installed this hack on my test forum, and it works great on 15 out of 20 of my forums.

Of the ones that don't work, all the forum id's are single digit e.g.
http://www.ukgardeningchat.co.uk/archive/5 where the forum id is 5.

However, if I manually type in 05 at the end of the url instead, it works great. eg.

http://www.ukgardeningchat.co.uk/archive/05

but it does not do this automatically. All the forums from 10 upwards are fine. Any suggestions on how to make it work or force the url to read 05?
Kevin - see my post above. I think my fix will solve your problem also (looks like the same problem).

BTW, on the 404 issue and Google not liking it, I just checked my archive URLs using a little bit of Java I just knocked up and the response codes are all 200 OK so shouldn't be an issue.

Michael.
Reply With Quote
  #323  
Old 08-02-2003, 06:24 PM
Till Till is offline
 
Join Date: May 2002
Posts: 51
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I was wondering, what exactly is the use of those pages that list the months and week 1 through week 4 for each one? Or is that just your "design"?
Reply With Quote
  #324  
Old 10-01-2003, 08:58 AM
smestas smestas is offline
 
Join Date: Nov 2002
Posts: 38
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Im getting the following when clicking on any of the archive links.

"No posts, please go back."

I have the newest version (v1.1b) which I just d-loaded. If anyone can lead me in the right direction I'd appreciate it.

Link to my archive pages:
http://www.alfabb.com/bb/forums/archive/index.php
Reply With Quote
  #325  
Old 10-01-2003, 09:24 AM
Till Till is offline
 
Join Date: May 2002
Posts: 51
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by smestas
Im getting the following when clicking on any of the archive links.

"No posts, please go back."

I have the newest version (v1.1b) which I just d-loaded. If anyone can lead me in the right direction I'd appreciate it.

Link to my archive pages:
http://www.alfabb.com/bb/forums/archive/index.php
Could be multiple reasons.

1) no posts
2) certain requirements not fulfilled

If I remember correctly, there's some sort of debug mode, maybe turn it on and see what it says.

In any case, no offense to the author, I would not recommend running this script. It never worked for me (although posts showed up, none were indexed due to a bug that's been fixed now though (see: status code)) and there's a ton of scripts on vB.org that do the same or maybe a better job. (I wrote one myself to get the job done.)
Reply With Quote
  #326  
Old 10-01-2003, 10:16 AM
smestas smestas is offline
 
Join Date: Nov 2002
Posts: 38
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Till,

Thanks for the reply. My main problem is that I just moved to a new host and they do not support the mod_mime/ForceType directive. I previously was running (old server) a archive hack called "easy archive" and it worked great. I currently have around 4,000 pages getting indexed and I need to get somthing back up there for the bots to chew on.

I guess im going back to the drawing board. Any suggestions?
Reply With Quote
  #327  
Old 10-01-2003, 02:16 PM
Till Till is offline
 
Join Date: May 2002
Posts: 51
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by smestas
Till,

Thanks for the reply. My main problem is that I just moved to a new host and they do not support the mod_mime/ForceType directive. I previously was running (old server) a archive hack called "easy archive" and it worked great. I currently have around 4,000 pages getting indexed and I need to get somthing back up there for the bots to chew on.

I guess im going back to the drawing board. Any suggestions?
I am not familiar with easy archive, but why not rename the file to whatever.html and use that? Instead of "whatever". Then search and replace the source code and append the extension. Would be the easiest work around in order to not use forcetype.

I would also add a rewrite rule, so everything from /whatever gets rewritten to /whatever.html. You won't lose search engine traffic this way.

Then again, I don't see why they would not enable it for you. Especially if they want your business. Just remind them that there are 3 million companies out there offering webhosting.
Reply With Quote
  #328  
Old 10-02-2003, 05:18 PM
MrNase MrNase is offline
 
Join Date: May 2003
Location: Germany
Posts: 670
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey

Is someone using that hack for 2.3.2 ?? Does it work?
I don't want to mess my forums
Reply With Quote
  #329  
Old 10-12-2003, 05:14 AM
Skyline_GT Skyline_GT is offline
 
Join Date: May 2003
Location: Vancouver, BC
Posts: 482
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can anyone help me ??

http://www.gamerzonline.net/forum/archive/
Reply With Quote
  #330  
Old 11-12-2003, 09:29 PM
michaelab michaelab is offline
 
Join Date: Jul 2003
Location: Lisbon, Portugal
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by michaelab
BTW, on the 404 issue and Google not liking it, I just checked my archive URLs using a little bit of Java I just knocked up and the response codes are all 200 OK so shouldn't be an issue.
Confirmed! :banana: My vbSpiderFriend archive pages are showing up on Google. Took their time but they're definitely there now so there is no 404 issue. YES!

Michael.
Reply With Quote
  #331  
Old 11-12-2003, 09:29 PM
michaelab michaelab is offline
 
Join Date: Jul 2003
Location: Lisbon, Portugal
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MrNase
Hey

Is someone using that hack for 2.3.2 ?? Does it work?
I don't want to mess my forums
Yes - works fine with 2.3.2

Michael.
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 09:35 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05121 seconds
  • Memory Usage 2,304KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete