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 04-01-2006 11:19 PM

RC2 will be delayed by tomorrow morning, as I want to fix a bug that Tyler (Immortal) mentioned to me and some various "cosmetic" errors Jlaine reported.
Fruthermore, I am going for ice cream so i wont get started on fixes until later tonight :)!

By the way, everyone should thank Jlaine , as Jlaine reported MANY bugs/fixes to Tyler and myself. Furthermore, Jlaine risked running this hack on their LIVE board (which is very big) which helped us dramatically!

Many people have helped throughout the development of this hack but I personally want to thank Jlaine for their time

DementedMindz 04-01-2006 11:38 PM

Jlaine thank you for helpin...

the one that im tryin to find right now im not to sure of :confused: i wanted to do it for the categorys this way they were rewritten here is the page it brings you too /arcade.php?categoryid=-1 also on the main arcade page i wanted to do it for when you click high score it would bring you to a page like this /arcade.php?do=scores&gameid=100

Immortal 04-01-2006 11:41 PM

I'll try and come up with somethin' shortly :)

[high]* Immortal needs to finish this thing first[/high]

Sorry. :(

DementedMindz 04-01-2006 11:43 PM

hey thats no problem you helped me out alot thanks so much... this just keeps getting better and better

another one i found


Code:

<a href="$vboptions[bburl]/arcade.php?$session[sessionurl]do=lboard">[ $vbphrase[leader_board] ]</a>

DementedMindz 04-02-2006 02:12 AM

Quote:

Originally Posted by Bhuwan
I run this great on vBgallery 1.01 (http://www.PlanetSRK.com/forums/gallery)

here is the headinclude code you need to use:
Code:

<if condition="THIS_SCRIPT != 'index' AND THIS_SCRIPT != 'gallery_index' AND THIS_SCRIPT != 'gallery_upload' AND THIS_SCRIPT != 'showimage' AND THIS_SCRIPT != 'gallery_search' AND THIS_SCRIPT != 'gallery_newreply' AND THIS_SCRIPT != 'gallery_moderate' AND THIS_SCRIPT != 'gallery_misc'  AND THIS_SCRIPT != 'gallery_managecats' AND THIS_SCRIPT != 'editimage' AND THIS_SCRIPT != 'ecard' AND THIS_SCRIPT != 'displayimages' AND THIS_SCRIPT != 'browseimages'">
<base href="$vboptions[bburl]/" />
</if>



will this work with PhotoPost vBGallery v1.0.2 also where does this code excatly go?

CrazyVLS 04-02-2006 03:16 AM

Quote:

Originally Posted by Immortal
Make sure you changed the RewriteBase as described in the note :)

This is my RewriteBase in .htaccess :
Code:

RewriteEngine On
RewriteBase /
RewriteRule ^(.*)/t-(.*)-(.*)/go=(.*) showthread.php?t=$3&goto=$4&is_vrewrite=yes[L]
RewriteRule ^(.*)/p-(.*)-(.*).html showthread.php?p=$3&is_vrewrite=yes[L]
RewriteRule ^f-(.*)-(.*)-page(.*).html forumdisplay.php?f=$2&page=$3&order=desc&is_vrewrite=yes [L]
RewriteRule ^f-(.*)-(.*).html/page(.*)daysprune(.*)-order(.*)-sort(.*) forumdisplay.php?f=$2&page=$3daysprune=$4&order=$5&sort=$6&is_vrewrite=yes [L]
RewriteRule ^f-(.*)-(.*).html/daysprune(.*)-order(.*)-sort(.*) forumdisplay.php?f=$2&daysprune=$3&order=$4&sort=$5&is_vrewrite=yes [L]
RewriteRule ^f-(.*)-(.*).html forumdisplay.php?f=$2&is_vrewrite=yes [L]
RewriteRule ^u-(.*)-(.*).html member.php?u=$2&is_vrewrite=yes [L]
RewriteRule ^(.*)-(.*)-newpost.html showthread.php?goto=newpost&t=$2 [L]
RewriteRule ^(.*)/t-(.*)-(.*)-page(.*).html showthread.php?t=$3&page=$4&is_vrewrite=yes [L]
RewriteRule ^(.*)/t-(.*)-(.*).html showthread.php?t=$3&is_vrewrite=yes [L]
RewriteRule ^markread.html forumdisplay.php?do=markread [L]
RewriteRule ^(.*)/p-(.*)-(.*).html#(.*) showthread.php?p=$3#post$4 [L]
RewriteRule ^print-(.*)-(.*).html printthread.php?t=$2 [L]
RewriteRule ^sendtofriend-(.*)-(.*).html sendmessage.php?do=sendtofriend&t=$2 [L]
RewriteRule ^search-(.*).html search.php?do=$1 [L]
RewriteRule ^(.*)-(.*)/newthread.php newthread.php?do=newthread&f=$2[L]
RewriteRule ^(.*)/newpostnoquote-(.*).php newreply.php?do=newreply&noquote=1&p=$2[L]
RewriteRule ^(.*)/newpost-(.*).php newreply.php?do=newreply&p=$2[L]
RewriteRule ^p-(.*).html showpost.php?p=$1&postcount=$1 [L]

Whats wrong ? Please help me to fix that :
http://www.angelsbabe.net/rewrite/as...n-pics-87.html
Quote:

Not Found
The requested URL /rewrite/asian-pictures/t-maiko-kazano-fmm-scan-pics-87.html was not found on this server.

Apache/1.3.33 Server at www.angelsbabe.net Port 80
Still not working !

Immortal 04-02-2006 03:21 AM

Quote:

Originally Posted by DementedMindz
will this work with PhotoPost vBGallery v1.0.2 also where does this code excatly go?

You would want to use that in headerinclude. I'll work on your v3 code tomorrow :)

Quote:

Originally Posted by CrazyVLS
This is my RewriteBase in .htaccess :

And did you read install.html or searched the thread as I told you to?

Quote:

Originally Posted by install.html
Note: If you run your vB on a directory from a subdomain or root ex: http:///www.yoursite.com/forum or http://subdomain.site.com/forum you will need to open up the .htacess file and change Rewrite Base / to Rewrite Base /yourdir


jdingman 04-02-2006 03:21 AM

It this problem related to vRewrite at all?

Quote:

Database error in vBulletin 3.5.4:

Invalid SQL:
SELECT threadid, title FROM vb_thread WHERE visible = 1 AND lastpost <
I'm getting that error on my site sometimes now...

Additionally, when I go to a page that doesn't actually exist and it returns a 'no thread specified', how can I make that error page return a 404 so search engines know it doesn't exist anymore?

DementedMindz 04-02-2006 03:25 AM

Immortal thanks again im going to look in there in a min... im still doing other links basiclly that i can figure out :)

Immortal 04-02-2006 03:28 AM

Quote:

Originally Posted by jdingman
It this problem related to vRewrite at all?



I'm getting that error on my site sometimes now...

Hm, first I heard of it. What happens if you disable it, do you still get the error?

Quote:

Originally Posted by DementedMindz
Immortal thanks again im going to look in there in a min... im still doing other links basiclly that i can figure out

No problem. Just poke me tomorrow if I don't get it by then :)


All times are GMT. The time now is 02:02 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.04571 seconds
  • Memory Usage 1,762KB
  • 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
  • (3)bbcode_code_printable
  • (9)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