vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   vRewrite - SEOed URLs for vBulletin (https://vborg.vbsupport.ru/showthread.php?t=104484)

Bhuwan 05-15-2006 01:33 PM

Quote:

Originally Posted by jokerz
Yeah I guess its vrewrite... it may be causing registration system?? The hacks I'm using are latest threads and rules - very simple, they're not part of registration. But vrewrite might be part of registration by rename url

vRewrite doesn't touch anything in register.php -- that is why I am a bit skeptical -- cn you provide exact steps so icna go to your site and try it?

Bhuwan 05-16-2006 01:02 AM

We are pleased to announce the release of vRewrite 1.5.1...

Code:

BUG FIXES:
+bug fix: last post (user profile) - adding forum name twice
+bug fix: replacing "_" with "-" (fix for _ in username)
+bug fix: fixed url linking(now using full url)
+bug fix: Fixed WOL problems (some showthread.php's may not be rewritten)
+bug fix: Fixed issue with Opera( fixed with relative or full path)
+bug fix: search.php "-post" issue **htaccess** needs updating
 
NEW FEATURES:
new feature: added compatability with #5 (new hook called forumdisplay_complete)
new feature: added compat for #6 (requires manual template edit)
new feature: added fix for #1 (danny's comment system -- requires 1 edit and xml file)
new feature: Full path / relative path
new feature: Exclude scripts
new feature: Smart Copyright system - add copyright manually using "$vRewrite_copyright;"
new feature: Support for external.php
new feature: stop words (feature request from Tyler)


Future:  fix pagination for showthread & forumdisplay
  add support for memberlist.php
your suggestion would go here if you gave it...;)


Bhuwan 05-16-2006 01:03 AM

Quote:

Originally Posted by imported_infitech
This is not rewriting for me.
Here is my .htaccess
Code:

RewriteEngine On     
RewriteRule ^(.*)/(styleid=(.*))$ showthread.php?&%{QUERY_STRING} [L]
RewriteRule ^(.*)/(showthread\.php)$ showthread.php?&%{QUERY_STRING} [L]
RewriteRule ^(.*)/t-(.*)-(.*)-new.html showthread.php?t=$3&goto=newpost&%{QUERY_STRING} [L]
RewriteRule ^(.*)/t-(.*)-(.*)-last.html showthread.php?t=$3&goto=lastpost&%{QUERY_STRING} [L]
RewriteRule ^(.*)/t-(.*)-(.*)-print.html/(.*)$ printthread.php?t=$3&%{QUERY_STRING}&is_vrewrite=yes [L]
RewriteRule ^(.*)/t-(.*)-(.*)-print.html printthread.php?t=$3&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^(.*)/t-(.*)-(.*)-nextnewest.html showthread.php?t=$3&goto=nextnewest&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^(.*)/t-(.*)-(.*)-nextoldest.html showthread.php?t=$3&goto=nextoldest&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^p-(.*)-post(.*)/postcount(.*).html showpost.php?p=$2&postcount=$3&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^(.*)/t-(.*)-(.*)-page(.*).html showthread.php?t=$3&page=$4&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^(.*)/t-(.*)-(.*)/page(.*).html showthread.php?t=$3&page=$4&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^(.*)/t-(.*)-(.*).html/(.*)$ showthread.php?t=$3&%{QUERY_STRING}&is_vrewrite=yes [L]
RewriteRule ^(.*)/t-(.*)-(.*).html showthread.php?t=$3&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^f-(.*)-(.*)/misc\.php$ misc.php?&%{QUERY_STRING}&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^members/(.*)-(.*).html member.php?u=$2&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^u-(.*)-(.*).html(.*) member.php?u=$2&is_vrewrite=yes&%{QUERY_STRING}$3 [L]
RewriteRule ^u-(.*)-(.*).html member.php?u=$2&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^f-(.*)-(.*)/page(.*).html/(.*)$ forumdisplay.php?f=$2&&page=$3%{QUERY_STRING}&is_vrewrite=yes [L]
RewriteRule ^f-(.*)-(.*)/(.*)$ forumdisplay.php?f=$2&&%{QUERY_STRING}&is_vrewrite=yes [L]
RewriteRule ^f-(.*)-(.*)/$ forumdisplay.php?f=$2&%{QUERY_STRING}&is_vrewrite=yes [L]
RewriteRule ^search-(.*).html$ search.php?do=$1 [L]
RewriteRule ^$ index.php
RewriteRule (^[-_A-Za-z0-9\ ]*$) member.php?&username=$1
RewriteEngine On
RewriteRule ^f([0-9]+)-([A-Za-z0-9\-]+)\.html$ forumdisplay.php?f=$1 [L]
RewriteRule ^t([0-9]+)(((-p)([0-9]+))?)([A-Za-z0-9\-]+)\.html$ showthread.php?t=$1&page=$5&pp=10 [L]
RewriteRule ^(.*)-(.*)_(.*)-(.*)_(.*)-(.*)_(.*)-(.*)_(.*)-(.*)_(.*)-(.*)_(.*).html(.*)$ $1.php?$2=$3&$4=$5&$6=$7&$8=$9&$10=$11&$12=$13$14
RewriteRule ^(.*)-(.*)_(.*)-(.*)_(.*)-(.*)_(.*)-(.*)_(.*)-(.*)_(.*).html(.*)$ $1.php?$2=$3&$4=$5&$6=$7&$8=$9&$10=$11$12
RewriteRule ^(.*)-(.*)_(.*)-(.*)_(.*)-(.*)_(.*)-(.*)_(.*).html(.*)$ $1.php?$2=$3&$4=$5&$6=$7&$8=$9$10
RewriteRule ^(.*)-(.*)_(.*)-(.*)_(.*)-(.*)_(.*).html(.*)$ $1.php?$2=$3&$4=$5&$6=$7$8
RewriteRule ^(.*)-(.*)_(.*)-(.*)_(.*).html(.*)$ $1.php?$2=$3&$4=$5$6
RewriteRule ^(.*)-(.*)_(.*).html(.*)$ $1.php?$2=$3$4
RewriteRule ^(.*).html$ $1.php
RewriteRule ^(sitemap.*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]


PM me

Bhuwan 05-16-2006 01:04 AM

Quote:

Originally Posted by Aeolian
How can you remove the coyright information?

What are the options..

PM myself or Tyler (Immortal) for details...

Bhuwan 05-16-2006 01:04 AM

Quote:

Originally Posted by Danecookie
but i dont know, i am just using the correct version and still having that problem. Can we talk at msn bhuwan?

Try 1.5.1 just released--please tell me how to reproduce IE logout prob.

Bhuwan 05-16-2006 01:05 AM

Quote:

Originally Posted by jdingman
Sweet! I'll keep my eyes open then for it :banana:

Its ready! :) :banana:

Bhuwan 05-16-2006 01:05 AM

Quote:

Originally Posted by SimonVlc
Hi all,

I?ve just installed this and found an error. When I make a search using the "search this thread" feature, the link that links to the individual post it badformed.

The link to the complete thread is fine:

Code:

../t-cual-es-la-mejor-de-estas-salas-1256.html/?highlight=poker
But this is the link that links to the post:

Code:

../t-cual-es-la-mejor-de-estas-salas-1256-post12032.html/?poker#post12032
I think the problem is in the underlined part. Removing it the link works fine. Any idea?

Thanks in advance, Simon.

This is fixed but now requires a htaccess entry to AVOID adding an additional query to the page...

Bhuwan 05-16-2006 01:06 AM

Quote:

Originally Posted by Bhuwan
We are pleased to announce the release of vRewrite 1.5.1...

Code:

BUG FIXES:
+bug fix: last post (user profile) - adding forum name twice
+bug fix: replacing "_" with "-" (fix for _ in username)
+bug fix: fixed url linking(now using full url)
+bug fix: Fixed WOL problems (some showthread.php's may not be rewritten)
+bug fix: Fixed issue with Opera( fixed with relative or full path)
+bug fix: search.php "-post" issue **htaccess** needs updating
 
NEW FEATURES:
new feature: added compatability with #5 (new hook called forumdisplay_complete)
new feature: added compat for #6 (requires manual template edit)
new feature: added fix for #1 (danny's comment system -- requires 1 edit and xml file)
new feature: Full path / relative path
new feature: Exclude scripts
new feature: Smart Copyright system - add copyright manually using "$vRewrite_copyright;"
new feature: Support for external.php
new feature: stop words (feature request from Tyler)
 
 
Future:  fix pagination for showthread & forumdisplay
  add support for memberlist.php
your suggestion would go here if you gave it...;)


Quoting myself so this is the last post before I go to sleep!

jdingman 05-16-2006 01:07 AM

Awesome! Thanks guys!!! You totally rock :)

Immortal 05-16-2006 01:13 AM

Let's try vRewrite 1.5.1 instead :D


All times are GMT. The time now is 09:32 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.02671 seconds
  • Memory Usage 1,759KB
  • 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
  • (5)bbcode_code_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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