Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Beta Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
VB3 Easy Archive Details »»
VB3 Easy Archive
Version: 1.00, by JamesFrost JamesFrost is offline
Developer Last Online: Sep 2006 Show Printable Version Email this Page

Version: 3.0.0 Rating:
Released: 02-21-2004 Last Update: Never Installs: 13
Is in Beta Stage  
No support by the author.

OK, this isn't the nicest way of doing it I'm sure, but it works!

What this does is change the path of archive files in VB

from /forums/archive/index.php/.......

to /archive/......

In theory google should spider the archive pages better, as they do not look php generated. My archive (www.martialartsplanet.com/archive) is certainly getting google picking it up, where it was not before.

I've only tested this on one site - let me know how it goes!

Show Your Support

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

Comments
  #22  
Old 02-22-2004, 08:02 PM
AWS's Avatar
AWS AWS is offline
 
Join Date: Nov 2001
Location: Joliet, IL
Posts: 235
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm working on a way to make it work on IIS. You have to use adutils.vbs to enable script mapping on the webserver. I'm working on the new archive script that can be used to replace the current script if you run IIS.
I should have this done within the next 2 weeks.

There is a hack to use isapi_mod_rewrite in the vb 2 beta hack section which works well to rewrite the forumj urls. I used it until I went with vb3. With vb3 the urls are spidered very well.
Reply With Quote
  #23  
Old 02-23-2004, 10:08 AM
gmarik's Avatar
gmarik gmarik is offline
 
Join Date: May 2002
Location: Mocsow
Posts: 1,288
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

James, thank you, it's what I was waiting for!
Reply With Quote
  #24  
Old 02-23-2004, 04:23 PM
JamesFrost JamesFrost is offline
 
Join Date: Feb 2003
Posts: 84
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ChrisSy
excellent thanks!, thanks for the quick reply
Chris - did the new instructions work OK for your setup?
Reply With Quote
  #25  
Old 03-06-2004, 05:06 PM
dethfire dethfire is offline
 
Join Date: Feb 2003
Posts: 441
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I couldn't quite get mine to work because my forum are deep in a file structure like root/site/forums/archive and I couldn't figure the path changes I'd need to make.

on another note, had anyones vb3 actually been spidered? I've had mine up on a big forum for a month and nothing has been spidered.
Reply With Quote
  #26  
Old 03-07-2004, 06:33 AM
JamesFrost JamesFrost is offline
 
Join Date: Feb 2003
Posts: 84
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dethfire
I couldn't quite get mine to work because my forum are deep in a file structure like root/site/forums/archive and I couldn't figure the path changes I'd need to make.

on another note, had anyones vb3 actually been spidered? I've had mine up on a big forum for a month and nothing has been spidered.
PM me your site's URL and I'll have a look if you like.

I'm still waiting for the spiders to pickup the forums - I was hoping this hack would improve things. It used to take around 3 months to get fully spidered on Google, but I'm not convinced this is the case anymore. Keeping fingers very crossed!
Reply With Quote
  #27  
Old 03-20-2004, 02:04 PM
Vivi Ornitier's Avatar
Vivi Ornitier Vivi Ornitier is offline
 
Join Date: Nov 2001
Location: Black Mage Village
Posts: 442
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I don't get it, why must you rename the archive folder to archiveold if you have a deeper forum structure? Wouldn't it function the same? I"m confused,
Reply With Quote
  #28  
Old 03-20-2004, 08:32 PM
JamesFrost JamesFrost is offline
 
Join Date: Feb 2003
Posts: 84
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Vivi Ornitier
I don't get it, why must you rename the archive folder to archiveold if you have a deeper forum structure? Wouldn't it function the same? I"m confused,
The archive works by having the archive php page called 'archive' (no extension) and using .htaccess to process this as php. If you already have a /archive directory then this will not work (as you cant have a 'archive' directory and an 'archive' file in the same directory.)

If your archive is in the normal /forums/archive then you dont need to worry about this.
Reply With Quote
  #29  
Old 05-10-2004, 11:02 PM
jons5150 jons5150 is offline
 
Join Date: Jul 2002
Location: Palm Springs, Ca.
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

James...I am getting this error above my archive:

Warning: chdir(): SAFE MODE Restriction in effect. The script whose uid is 503 is not allowed to access ./../.. owned by uid 0 in /home/virtual/site1/fst/var/www/html/archive on line 28

Any help?
Reply With Quote
  #30  
Old 05-11-2004, 03:05 AM
dstruct2k's Avatar
dstruct2k dstruct2k is offline
 
Join Date: Dec 2002
Location: Winnipeg
Posts: 318
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

SAFE MODE --- turn it off, or ask your host to
Reply With Quote
  #31  
Old 05-11-2004, 10:39 AM
JamesFrost JamesFrost is offline
 
Join Date: Feb 2003
Posts: 84
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dstruct2k
SAFE MODE --- turn it off, or ask your host to
Thanks dstruct2k - this should fix the issue short term.

I might look at a longer term fix in code, but I'm also thinking about re-writing the archive from scratch anyway, as I'm personally not keen on how it works. This would probably be several months away.
Reply With Quote
Reply


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:49 PM.


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.04509 seconds
  • Memory Usage 2,305KB
  • 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
  • (4)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
  • (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