Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
DC SEO vB URL Rewrite Details »»
DC SEO vB URL Rewrite
Version: 1.00, by Dean C Dean C is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Major Additions - Version: 3.5.0 Beta 3 Rating:
Released: 06-28-2005 Last Update: Never Installs: 264
Uses Plugins
Is in Beta Stage  
No support by the author.

[high]Removed until further notice[/high]

[DC Seo vB URL Rewrite]

Information
  • [high]vBulletin Version:[/high] 3.5.x
  • [high]Author:[/high] Dean Clatworthy
  • [high]Copyright:[/high] You may use this modification at your own risk. I cannot and will not be held responsible for any damage you may cause to your forums during installation or thereafter. You may not distribute this modification in whole or parts and anyone found doing so faces risk of prosecution. All my modifications are released at vBulletin.org and anyone found releasing them elsewhere also faces risk of prosecution. You may not translate this modification without my prior permission.
  • [high]Donations:[/high] I release my modifications for free. If you wish to donate please contact me and I will give you my details. All donations are graciously appreciated.
What does this modification do?
This modification will allow you to automatically have more search engine friendly URLs in your vBulletin. A forum which would normally display as forumdisplay?f=1 will now appear as f1-forumtitle.html and the same with threads. Having keywords in your URL can be of an advantage in search-engine ranking.

Requirements:
  • You must have mod_rewrite apache module enabled on your server. Contact your host for more information.
  • This will not work well for non-english boards as it strips most non-alpha numeric characters. E.g. ? would be stripped on french boards etc

Installation

1/

Please read the readme.txt file included in the zip for details on how to install this modification.


Please Click Install!
If you installed this modifcation please click the install button. It'll help you keep up to date with future releases and important bugfixes, security updates.

Show Your Support

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

Comments
  #552  
Old 12-19-2005, 05:09 PM
Dean C's Avatar
Dean C Dean C is offline
 
Join Date: Jan 2002
Location: England
Posts: 9,071
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Please do not change the copyright Shuvo. Thanks
Reply With Quote
  #553  
Old 12-19-2005, 05:33 PM
Mudvayne's Avatar
Mudvayne Mudvayne is offline
 
Join Date: Dec 2005
Location: /dev/null/
Posts: 393
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dean C
Please do not change the copyright Shuvo. Thanks
I wont unless u give permission to modify ur original copyright.. here is my idea.. if u don wanna i wont change

PHP Code:
Search Engine Optimized By  <a target="_blank" href="http://www.deanclatworthy.com/">DC Seo&nbsp; ? Dean   Clatworthy</a
btw its just an idea.. & sorry my english.. i dont wanna brk any copyright law.. thts y i ask ur permission newayz.. waiting for ur reply..
Reply With Quote
  #554  
Old 12-19-2005, 08:16 PM
cd1986 cd1986 is offline
 
Join Date: Sep 2005
Location: UK
Posts: 79
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dean C
Yes it will conflict so don't use it for now. I may integrate a sitemap generator with this modification soon
Integrated sitemap generator would be great! Using the vBSEO sitemap version at the moment, but obviously it doesn't pick up the urls created using this plugin.
Reply With Quote
  #555  
Old 12-20-2005, 12:00 AM
Mudvayne's Avatar
Mudvayne Mudvayne is offline
 
Join Date: Dec 2005
Location: /dev/null/
Posts: 393
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

?????????
it conflict with vbseo sitemap generator?
Reply With Quote
  #556  
Old 12-20-2005, 01:40 PM
Dean C's Avatar
Dean C Dean C is offline
 
Join Date: Jan 2002
Location: England
Posts: 9,071
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Shuvo, I won't be changing the copyright sorry. cd1986, do not submit a sitemap with vBseo's if the URLs are conflicting, as you'll be submitting URLs which will be redirected soon.
Reply With Quote
  #557  
Old 12-20-2005, 04:17 PM
cd1986 cd1986 is offline
 
Join Date: Sep 2005
Location: UK
Posts: 79
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry, i meant that it just picks up the normal (unchanged) urls - it doesn't conflict as such, the sitemap is generated as though there was no url re-write plugin.
Reply With Quote
  #558  
Old 12-23-2005, 03:49 PM
Rick Sample Rick Sample is offline
 
Join Date: Apr 2004
Location: Ohio
Posts: 407
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi dean, I'm having issues with the install. After the install on 3.5.2, when clicking on any forum, any post, any member, etc it is displaying a page cannot be displayed message.
I also know that our host has mod rewright on because we used to run OScommerce as our shopping car system. They released a hack on their site to re wright URLS and this is what we had to put in our .htaccess file (This is no longer their since we moved to a better software):

PHP Code:
Options +FollowSymLinks
RewriteEngine On 
RewriteBase 
/

RewriteRule ^(.*)-p-(.*).htmlproduct_info.php?products_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-c-(.*).htmlindex.php?cPath=$2&%{QUERY_STRING}
RewriteRule ^(.*)-m-(.*).htmlindex.php?manufacturers_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-pi-(.*).htmlpopup_image.php?pID=$2&%{QUERY_STRING}
RewriteRule ^(.*)-t-(.*).htmlarticles.php?tPath=$2&%{QUERY_STRING}
RewriteRule ^(.*)-a-(.*).htmlarticle_info.php?articles_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-pr-(.*).htmlproduct_reviews.php?products_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-pri-(.*).htmlproduct_reviews_info.php?products_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-i-(.*).htmlinformation.php?info_id=$2&%{QUERY_STRING

This worked with OScommerce, so I would imagine if our host didn't have mod rewright installed, OScommerce wouldn't have worked. Do you have any solutions?

THanks!
Reply With Quote
  #559  
Old 12-24-2005, 11:42 AM
Dean C's Avatar
Dean C Dean C is offline
 
Join Date: Jan 2002
Location: England
Posts: 9,071
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey Rick, I'm not sure why it would give you a 404 message if mod_rewrite is enabled. Put this is in a .htaccess file in your forums directory and go to http://www.muscle-mustangs.com/forums/deantest.html

Code:
RewriteEngine On
RewriteRule ^deantest\.html$ showthread.php?t=6191 [L]
It should load t=6191
Reply With Quote
  #560  
Old 12-24-2005, 06:38 PM
Rick Sample Rick Sample is offline
 
Join Date: Apr 2004
Location: Ohio
Posts: 407
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dean C
Hey Rick, I'm not sure why it would give you a 404 message if mod_rewrite is enabled. Put this is in a .htaccess file in your forums directory and go to http://www.muscle-mustangs.com/forums/deantest.html

Code:
RewriteEngine On
RewriteRule ^deantest\.html$ showthread.php?t=6191 [L]
It should load t=6191

Thanks Dean that worked like a charm and I installed the mod just fine! The reason I couldn't get the hack to work before was because I was putting the .htaccess in my root directory instead of the forum directory!


Thanks again for the hard work!
Reply With Quote
  #561  
Old 12-24-2005, 07:07 PM
Rick Sample Rick Sample is offline
 
Join Date: Apr 2004
Location: Ohio
Posts: 407
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I do have two more questions. When you click on the thread in the last post column, it will still take you to the showthread.php version.

Also when viewing whos online, it's showing the guest as "viewing forum" or "viewing thread" it doesn't give the exact thread or location with link. Is their an easy fix to this?

THanks Again!
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 12:55 AM.


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.10256 seconds
  • Memory Usage 2,329KB
  • 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
  • (2)bbcode_code
  • (2)bbcode_php
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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