Welcome, Guest. Please Login or Register.
June 17, 2024, 09:10:45 AM
Home Help Search Log in Register
News: If you are still using YaBB SE, please consider upgrading to SMF as soon as possible.

YaBB SE Community  |  Development  |  Completed mods  |  [beta 1.5.4] Spider URLs 1.2 « previous next »
Pages: 1 2 3 [4] Reply Ignore Print
Author Topic: [beta 1.5.4] Spider URLs 1.2  (Read 26779 times)
dschwab9
Full Member
***
Posts: 144


I'm a llama!

WWW
Re:[beta 1.5.4] Spider Urls 1.2
« Reply #45 on: October 06, 2003, 06:36:07 AM »
Reply with quote

OOoooo. . .
I did: return str_replace($arr1, $arr2, $match['0']).'_a.html';

and I now have: http://bbs.zuwharrie.com/content/board-12_action-display_threadid-2133_a.html

So now, in the eyes of the spider, rather than a bunch of directories with and index file in each one, I have a /content directory with thousands of unique html files in it.

* dschwab9 is very happy!

If my thinking is correct, google should index most of my forum now.

Thanks for the help.
Logged
daspoo
Noobie
*
Posts: 18


WWW
Re:[beta 1.5.4] Spider Urls 1.2
« Reply #46 on: October 06, 2003, 09:48:39 AM »
Reply with quote

QuoteWhere did you put AcceptPathInfo ?  Is it inside a a directory container?

Yes I placed it inside the <directory /var/www/html> container</directory>
« Last Edit: October 06, 2003, 09:51:31 AM by daspoo » Logged
daspoo
Noobie
*
Posts: 18


WWW
Re:[beta 1.5.4] Spider Urls 1.2
« Reply #47 on: October 06, 2003, 09:59:08 AM »
Reply with quote

Quotehmm... why don't you wait for wysiwig to announce the new release of SM

I had planned on this being the last mod I did to my forum.

Also,
      I have trained the google freshcrawler to spider my site daily to check for new content. The google deepcrawler is scheduled to start again on 11 Oct; I was hoping to get the forum spidered in this crawl
« Last Edit: October 06, 2003, 10:19:34 AM by daspoo » Logged
Anguz
YaBB God
*****
Posts: 641


llama me?!

WWW
Re:[beta 1.5.4] Spider Urls 1.2
« Reply #48 on: October 06, 2003, 03:11:45 PM »
Reply with quote

Quote from: dschwab9 on October 06, 2003, 05:55:52 AM
Thanks, I'll play with it a bit.

Will I have to add anything to the "get vars from URL" section?

no, cause when you explode '/', the last part you're adding ends in the next index of the array
Logged

My Mods: Avatar & Sig Size Control, No Show Msg Subject, Msg URL Composer, Built-in Avatar Rand, Built-in Sig Rand, Remove New-lines Excess, Show All Stars, Search Bar, Smart URLs
dschwab9
Full Member
***
Posts: 144


I'm a llama!

WWW
Re:[beta 1.5.4] Spider Urls 1.2
« Reply #49 on: October 07, 2003, 01:15:38 AM »
Reply with quote

I've had it working since last night with _a.html appended to the URL"s, so I get http://bbs.zuwharrie.com/content/board-12_a.html

Seems to help, since I've gotten 111 hits today from the Ask Jeeves/Teoma bot.  It has never ventured beyond the main page in the past.
Logged
Anguz
YaBB God
*****
Posts: 641


llama me?!

WWW
Re:[beta 1.5.4] Spider Urls 1.2
« Reply #50 on: October 07, 2003, 02:30:35 AM »
Reply with quote

Quote from: dschwab9 on October 07, 2003, 01:15:38 AM
I've had it working since last night with _a.html appended to the URL"s, so I get http://bbs.zuwharrie.com/content/board-12_a.html

Seems to help, since I've gotten 111 hits today from the Ask Jeeves/Teoma bot.  It has never ventured beyond the main page in the past.

good idea... yeah, that'll give you a var $a without a value, which shouldn't affect your board

the new urls I'm working on will have an htm (or whatever you prefer in modsettings) extension because I also had a feeling that search engines like that better

sorry for taking long to release the other mod, it's just that I'm learning on my way and mysql is new to me (because of modsettings) and I have work to do too, but I hope I'll release it soon
Logged

My Mods: Avatar & Sig Size Control, No Show Msg Subject, Msg URL Composer, Built-in Avatar Rand, Built-in Sig Rand, Remove New-lines Excess, Show All Stars, Search Bar, Smart URLs
Shadow's Pawn
Support Team
YaBB God
*****
Posts: 597


ich soll nicht toten

ICQ - 8039201shadowpawn@hotmail.com WWW
Re:[beta 1.5.4] Spider Urls 1.2
« Reply #51 on: October 07, 2003, 02:31:21 AM »
Reply with quote

I've got this kind of working on my test forum, which as you remember, is running pfabb.  It does alter the urls properly but for some reason apache keeps crashing.  I'm going to try it out on my host instead, which is running linux and not windows like on my test computer..  so we'll see.

I can't get far enough without apache crashing to see if it works properly, but so far I can tell that on the forum section of pfabb, it DOES change the urls.
Logged

apologize \A*pol"o*gize\, v. i. - To lay the foundation for a future offense.
Shadow's Pawn
Support Team
YaBB God
*****
Posts: 597


ich soll nicht toten

ICQ - 8039201shadowpawn@hotmail.com WWW
Re:[beta 1.5.4] Spider Urls 1.2
« Reply #52 on: October 07, 2003, 02:54:00 AM »
Reply with quote

Okay, I tried it out.. when I click a link on the board index, to go into a board, it sends me back to the front page.  I'm going to play with it a bit and see what happens.  I REALLY want to get this one working, heh.
Logged

apologize \A*pol"o*gize\, v. i. - To lay the foundation for a future offense.
Craig
Jr. Member
**
Posts: 66


I'm a llama!

Re:[beta 1.5.4] Spider Urls 1.2
« Reply #53 on: October 13, 2003, 08:31:13 PM »
Reply with quote

Quote from: dschwab9 on October 06, 2003, 06:36:07 AM
OOoooo. . .
I did: return str_replace($arr1, $arr2, $match['0']).'_a.html';


could someone please explane how to add this code to the mod ???

Logged
Cerberus
Full Member
***
Posts: 100


Who's a llama?!

WWW
Re:[beta 1.5.4] Spider Urls 1.2
« Reply #54 on: October 19, 2003, 08:05:30 AM »
Reply with quote

Quick question: is it working with IIS 5.0 ? :)
Logged

Best Regards, Cerberus
Check out http://www.pocketpcrussia.com :)
Anguz
YaBB God
*****
Posts: 641


llama me?!

WWW
Re:[beta 1.5.4] Spider Urls 1.2
« Reply #55 on: October 19, 2003, 11:51:32 AM »
Reply with quote

Quote from: Cerberus on October 19, 2003, 08:05:30 AM
Quick question: is it working with IIS 5.0 ? :)

this needs the lookback option in Apache, so if you have that in IIS, it could work, but I don't really know  :-\

thx for asking :)
Logged

My Mods: Avatar & Sig Size Control, No Show Msg Subject, Msg URL Composer, Built-in Avatar Rand, Built-in Sig Rand, Remove New-lines Excess, Show All Stars, Search Bar, Smart URLs
Cerberus
Full Member
***
Posts: 100


Who's a llama?!

WWW
Re:[beta 1.5.4] Spider Urls 1.2
« Reply #56 on: October 19, 2003, 06:08:54 PM »
Reply with quote

Well, I don't want to experiment ;D
Logged

Best Regards, Cerberus
Check out http://www.pocketpcrussia.com :)
Anguz
YaBB God
*****
Posts: 641


llama me?!

WWW
Re:[beta 1.5.4] Spider Urls 1.2
« Reply #57 on: November 03, 2003, 11:23:06 PM »
Reply with quote

just released Smart URLs
http://www.yabbse.org/community/index.php?thread=26337

;)
Logged

My Mods: Avatar & Sig Size Control, No Show Msg Subject, Msg URL Composer, Built-in Avatar Rand, Built-in Sig Rand, Remove New-lines Excess, Show All Stars, Search Bar, Smart URLs
Pages: 1 2 3 [4] Reply Ignore Print 
YaBB SE Community  |  Development  |  Completed mods  |  [beta 1.5.4] Spider URLs 1.2 « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.037 seconds with 20 queries.