vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Beta Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=34)
-   -   Spider Friendly URL hack (https://vborg.vbsupport.ru/showthread.php?t=69930)

krohnathlonman 10-01-2004 08:54 PM

using the names in the URL is simple... Basically have the rewrite completely ignore the text after the f-28 then you can have f-28-Iamthekingof_myownworld.html if you want and all that it cares to parse is the f-28

Logikos 10-01-2004 10:48 PM

Well it will spider much better if the forum names where in the URL.

http://www.google.com/search?hl=en&i...=Google+Search

http://www.google.com/search?hl=en&l...ro&btnG=Search

How could i do this without always havin to hack the .htacess file every time.

msimonds 10-01-2004 10:53 PM

http://www.sportsrant.com/forums/f28...im-angels.html
http://www.sportsrant.com/forums/f29...e-orioles.html
http://www.sportsrant.com/forums/f31...h-pirates.html

These are examples from my forum, using the mod from Dani's tutorial with a few corrections.

This is the only content that is in my .htaccess file:

Quote:

RewriteEngine on
Options +FollowSymLinks
RewriteRule ^thread([0-9]+).html$ showthread.php?t=$1 [L]
RewriteRule ^lastpostinthread([0-9]+).html$ showthread.php?goto=lastpost&t=$1 [L]
RewriteRule ^newpostinthread([0-9]+).html$ showthread.php?goto=newpost&t=$1 [L]
RewriteRule ^forum([0-9]+).html$ forumdisplay.php?f=$1 [L]
RewriteRule ^f([0-9]+)-(.*).html$ forumdisplay.php?forumid=$1 [L]
RewriteRule ^post([0-9]+).html$ showthread.php?p=$1 [L]
I dont have to add a new line everytime I add a forum, the changes in Dani's mod already does that, with some help of another poster of there at her forums named Ted. I am willing to help anyone that needs it, just IM or PM me

It is really easy to put in place

Is this what you were asking, so you dont have to change the htaccess everytime you add or delete a forum

krohnathlonman 10-02-2004 06:01 AM

its this line here that does it
RewriteRule ^f([0-9]+)-(.*).html$ forumdisplay.php?forumid=$1 [L]
the * means don't do any form of parsing of that :)

Logikos 10-02-2004 06:52 AM

Thanks, i got it to work. Now im making it so threads are in the html. Like http://mysite.com/t-71.Spider-Friendly-URL-hack.html. and having it cut it out with long URLS.

h75 10-17-2004 05:58 AM

what i have to do im Templates??

Template forumhome_lastpostby
Code:

<a href="showthread.php?$session[sessionurl]goto=newpost&amp;t=$lastpostinfo[lastthreadid]" title="<phrase 1="$lastpostinfo[lastthread]">$vbphrase[go_first_unread_in_thread_x]</phrase>"><strong>$lastpostinfo[trimthread]</strong></a>

<a href="showthread.php?$session[sessionurl]goto=lastpost&amp;t=$lastpostinfo[lastthreadid]"><img class="inlineimg" src="$stylevar[imgdir_button]/lastpost.gif" alt="$vbphrase[go_to_last_post]" border="0" /></a>

What exactly do I have to change? Because the Sessionid is also important! :rolleyes:

Ruffneck 01-20-2005 10:29 PM

Hi all, i´ve like this hack.

A little question, i´ve replace the link on a forumhome last topics template:

OLD WAS
<a href="showthread.php?$session[sessionurl]threadid=$thread[threadid]" title="$thread[preview]"><strong>$thread[title]</strong></a>
<em>$vbphrase[last_post]:</em> $thread[date]

NEW CODE

<a href="t-$thread[threadid]-$thread[title].html" title="$thread[preview]"><strong>$thread[title]</strong></a>
<em>$vbphrase[last_post]:</em> $thread[date]

Problem, the thread title was:
Willkommen, gabby
He makes: t-9020-Willkommen,%20gabby!.html

I don´t like ",%" on the url

Psycho Beat Project would be:
t-9019-Psycho%20Beat%20Project.html

I want replace signs like "" "," "." or "/20" with a "-" sign.

Example t-9019-Psycho-Beat-Project.html or much better
Psycho-Beat-Project.html

Update: I´ve created a $ttitle with replace string the signs like "!"...

I think it´s not the best way, because i must replace also $lastthread strings like "!" on the forumhome...

Sun Boy 03-30-2005 11:36 AM

this is one of the most best hack i ever seen

i will start using it right now and i hope we could do the rest also so owre site's will be all from a to z HTML pages

i have a website that i made is spider friendly
it's 4images
see this
http://www.racing4e.com/index.html


All times are GMT. The time now is 11:04 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.01119 seconds
  • Memory Usage 1,739KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)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