php forum
php mysql forum
php mysql smarty
 
Topic Options
#263844 - 12/04/03 03:58 PM URL format here, is it a 6.4 thing?
RandyJG Offline
Junior Member

Registered: 03/11/03
Posts: 231
Loc: Canada
How come some pages here are of the forum script.php?title=value, others script.php/title/value ?

Top
#263845 - 12/04/03 04:21 PM Re: URL format here, is it a 6.4 thing? [Re: romka]
slayer60 Offline
Junior Member

Registered: 06/14/03
Posts: 1185
Loc: New Boston, NH
I believe that is due to Joshpet's spider mod.

Top
#263846 - 12/05/03 12:38 AM Re: URL format here, is it a 6.4 thing? [Re: BrokenToy]
donJulio Offline
Code Monkey

Registered: 06/17/02
Posts: 682
Loc: CA, USA
It's Josh's mod all right <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" /> Josh be very smart.
_________________________
Too many men. There's too many people making too many problems, and not much love to go around. Can't you see this is the Land of Confusion? <img src="http://www.ubbdev.com/forum/images/graemlins/confused.gif" alt="" />

Top
#263847 - 12/05/03 12:38 AM Re: URL format here, is it a 6.4 thing? [Re: luan]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
Yup - it's a search engine friendly thing. <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#263848 - 12/05/03 09:17 AM Re: URL format here, is it a 6.4 thing? [Re: Daine]
ericgtr Offline
Junior Member

Registered: 05/12/03
Posts: 1109
Yep, guaranteed to get a kajillion listings in the major search engines. Okay, maybe a slight exaggeration <img src="http://www.ubbdev.com/forum/images/graemlins/wink.gif" alt="" /> but I am well over a thousand and the bots are always all over my site.

Top
#263849 - 12/05/03 01:08 PM Re: URL format here, is it a 6.4 thing? [Re: BlarC]
donJulio Offline
Code Monkey

Registered: 06/17/02
Posts: 682
Loc: CA, USA
How do you do that Josh? Do you use an .htaccess file to rewrite the urls?
_________________________
Too many men. There's too many people making too many problems, and not much love to go around. Can't you see this is the Land of Confusion? <img src="http://www.ubbdev.com/forum/images/graemlins/confused.gif" alt="" />

Top
#263850 - 12/05/03 02:20 PM Re: URL format here, is it a 6.4 thing? [Re: luan]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
No my mod does not use mod rewrite - it alters the URLs directly. <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#263851 - 12/05/03 06:45 PM Re: URL format here, is it a 6.4 thing? [Re: Daine]
Charles Capps Offline
Admin Emeritus

Registered: 01/09/00
Posts: 5438
Loc: Lynnwood, WA
Most servers allow you to append a random path to an executable script... i.e. if your script is called showflat.php, you can call showflat.php/other/path/stuff. <br /><br />The extra path bits get put into an environmental variable called PATH_INFO. That can then be read and split to figure out what page was called.<br /><br />Unfortunately, this doesn't work with IIS servers.
_________________________
UBB.classic: Love it or hate it, it was mine.

Top
#263852 - 12/05/03 11:21 PM Re: URL format here, is it a 6.4 thing? [Re: Daine]
coloradok5 Offline
Enthusiast

Registered: 07/11/01
Posts: 462
Loc: Colorado
[]JoshPet said:<br />No my mod does not use mod rewrite - it alters the URLs directly. <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" /> [/]<br /><br />What impact does this mod have on bandwidth? Also, my forum gets crawled like crazy now (extra bandwidth) because I have Google adsence ads on it. <img src="http://www.ubbdev.com/forum/images/graemlins/crazy.gif" alt="" />

Top
#263853 - 12/06/03 09:10 AM Re: URL format here, is it a 6.4 thing? [Re: bisbell]
ericgtr Offline
Junior Member

Registered: 05/12/03
Posts: 1109
I have found that it's not that big of an impact, I also run the Google adsense but have learned that they don't index your site from what I can tell, best way to tell is to use the Online Users Mod and it will show you where your users are coming from in the Who's Online page. It's for version 6.4 but maybe you can get it to work for 6.2.3? <br /><br />After adding Josh's mod my traffic sky rocketed and I am getting more people registering than ever now.

Top
#263854 - 12/06/03 11:40 AM Re: URL format here, is it a 6.4 thing? [Re: BlarC]
donJulio Offline
Code Monkey

Registered: 06/17/02
Posts: 682
Loc: CA, USA
There is the Online Users Mod for 6.4, but there is an earlier version floating around somewhere. I have it installed on 6.3.2.
_________________________
Too many men. There's too many people making too many problems, and not much love to go around. Can't you see this is the Land of Confusion? <img src="http://www.ubbdev.com/forum/images/graemlins/confused.gif" alt="" />

Top
#263855 - 12/06/03 03:01 PM Re: URL format here, is it a 6.4 thing? [Re: Rick8765]
Turbosport Offline
Member

Registered: 09/08/01
Posts: 157
Loc: Kent, UK.
[]Charles_Capps said:<br />Unfortunately, this doesn't work with IIS servers. [/]<br /><br />Oh yes it does but not by default, if you run the following two scripts it should work just fine:<br /><br />adsutil set w3svc/1/AllowPathInfoForScriptMappings True <br /><br />You will need to change the /1/ to the value of the site you what to use it for or:<br /><br />adsutil set w3svc/AllowPathInfoForScriptMappings True <br /><br />will set if as defaut for all sites.
_________________________
Regards
Clint

Running on WIN2003 Web Server.

Paranoid people get followed too!

Top
#263856 - 12/10/03 01:05 PM Re: URL format here, is it a 6.4 thing? [Re: groov_richmond]
Charles Capps Offline
Admin Emeritus

Registered: 01/09/00
Posts: 5438
Loc: Lynnwood, WA
Aha! Excellent tip. <br /> <br />Is there any GUI switch for that? It's easier to provide instructions to reluctant hosts when it doesn't involve the command line... <img src="http://www.ubbdev.com/forum/images/graemlins/wink.gif" alt="" /> <br /> <br />Also, how does one determine the site number?
_________________________
UBB.classic: Love it or hate it, it was mine.

Top
#263857 - 12/10/03 01:13 PM Re: URL format here, is it a 6.4 thing? [Re: Rick8765]
Turbosport Offline
Member

Registered: 09/08/01
Posts: 157
Loc: Kent, UK.
gui switch there isnt <img src="http://www.ubbdev.com/forum/images/graemlins/frown.gif" alt="" /><br /><br />the site number can be easily identified in the top line of the sites log file.
_________________________
Regards
Clint

Running on WIN2003 Web Server.

Paranoid people get followed too!

Top
#263858 - 03/08/04 04:33 PM Re: URL format here, is it a 6.4 thing? [Re: groov_richmond]
RandyJG Offline
Junior Member

Registered: 03/11/03
Posts: 231
Loc: Canada
Where can I find a simple example of doing this?<br /><br />Should I look into the spider mod and just find it there?<br /><br />Thanks.

Top



Moderator:  Deb 
Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks