PDA

View Full Version : vB Ranking Version 1.1


jb-net
08-28-2005, 10:00 PM
vB Ranking - Search Engine Optimization for vBulletin
Our Website: www.vbranking.com (http://www.vbranking.com)


I. Information:

vBulletin Version: 3.5.x
vBRanking Version: 1.1.1

II. Description:
vB Ranking is a very efficient modification for your vBulletin Forum. It converts nearly every dynamic link into a static link to ensure that Search Engines (Google, Yahoo, MSN, etc.) can spider your forum.

III. Technical:
This modification requires 1 XML import. You must have mod_rewrite apache module installed and enabled on your server.

IV. License Agreement:
- You may use this modification at your own risk. You must assume the entire risk of installing and using this modification. Without any Warranty.
- You may not distribute this modification in whole or parts without my permission..

V. Copyright note:
There is no visible copyright notice in this modification but we shall be pleased if you would include a link to our website. Exemple:

Search Engine Optimization powered by <a href="http://www.vbranking.com">vBRanking</a>
VI. Donation:
vB Ranking is free, but a donation of any amount is very appreciated. Donations will help towards further development of this modification.

https://vborg.vbsupport.ru/external/2010/02/12.gif (https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=mail%40jb%2dnet%2eat&item_name=vBRanking%20Donation&page_style=vBRanking&no_shipping=1&return=http%3a%2f%2fwww%2evbranking%2ecom&cancel_return=http%3a%2f%2fwww%2evbranking%2ecom&tax=0&currency_code=USD&bn=PP%2dDonationsBF&charset=UTF%2d8)

.

twin
08-29-2005, 10:31 AM
any demo?

cclaerhout
08-29-2005, 10:41 AM
any demo?

Is it the same system as this one ?
https://vborg.vbsupport.ru/showthread.php?t=91324

FrozenCreations
08-29-2005, 10:46 AM
ya know? i ask really dumb questions /; ima shut up now /;

rjerina
08-29-2005, 12:18 PM
Is it the same system as this one ?
https://vborg.vbsupport.ru/showthread.php?t=91324

i assume it is since it uses mod_rewrite...

jugo
08-29-2005, 12:35 PM
I'm interested in seeing which one is faster.

Would be cool if these were converted to a simple function that can be called from anywhere so we could use this with external vB pages.

I would like to use this with vBExternal and some other script i wrote to work with vB data in non-vB pages.

EDIT: After I installed this..None of my search links or any ohter link with options in it (eg search.php?do=getnew) worked.

I believe the ReWrite may be a little screwey. I'll look at it some more when I have time. :ermm:

Protoman
08-29-2005, 01:38 PM
I know the other mod doesn't work on RC2.. maybe this one will.

jugo
08-29-2005, 02:40 PM
I know the other mod doesn't work on RC2.. maybe this one will.


The other mod worked fine for me on RC2.

jb-net
08-29-2005, 03:06 PM
No, no. It is not like the other one! vB Ranking rewrites nearly every URL in the vBulletin (I think about 95% of all urls). DC SEO only converts the forumdisplay- and showthread-URLs.

@ jugo: Which Version of vBulletin? I will check this!

A demo will release in the next hours.

Protoman
08-29-2005, 03:36 PM
tried it.. doesn't work for me.

freeBSD 4.10 / PHP 5.0.4 / apache 2

jb-net
08-29-2005, 03:40 PM
@ corollasbest:
- Which version of vBulletin?
- mod_rewrite installed and enabled ?
- any error message?

Protoman
08-29-2005, 03:50 PM
3.5RC2 w/VB Advanced CMPS 2.0
mod_rewrite IS installed and enabled
404 error, nothing else. :rolleyes:

jb-net
08-29-2005, 04:01 PM
@ corollasbest: In which path have you installed your forum? Can you send me a pm with the url to your forum?

@ all: A demo forum is online:

Demo: http://demo.vbranking.com
Username: test
password: test

Maybe you see a url with a session in it the first time you visit the forum. This is okay! vBRanking also workes if visitors don't accept cookies because it can also process sessions in the urls. Off course search engine spiders won't get a session! (I hope I said this correctly and understandably)

Note: This demo forum will only be only a few days. After this time I must uninstall it because I need my vB license for an other project.

jugo
08-29-2005, 05:28 PM
@ jugo: Which Version of vBulletin? I will check this!


vB 3.5 RC2. Had the DC SEO Installed so I know mod_rewrite works. I uninstalled theirs and replaced my htaccess with yours and installed the product....

I will reinstall it soi you cann see...If you like add me to your MSN and or AIM and we can test it.

juanph@msn.com
AIM: pbrainFREAKS

Protoman
08-29-2005, 05:30 PM
what would I look for specifically in my phpinfo() to tell me mod_rewrite is installed correctly?

Stifler
08-29-2005, 06:47 PM
would it possible to make the threadname be the XXX-1.html name (where the x's are) that way its really optimized for search engines.

jb-net
08-29-2005, 07:05 PM
what would I look for specifically in my phpinfo() to tell me mod_rewrite is installed correctly?

You should look for "mod_rewrite". But also if it is not mentioned in phpinfo() it could work. Make a simple test:

1. Upload a .htaccess with the following content in your main domain directory (eg. www.vbranking.com):

RewriteEngine on
RewriteBase /
RewriteRule ^test.html$ test.php

2. Upload a test.php with the following content:

<?
echo "mod_rewrite works";
?>

3. If http://www.yourdomain.com/test.html shows "mod_rewrite works" it should work :nervous:

Kirk Y
08-29-2005, 07:46 PM
Installed and seems to be working fine. Only statistics will tell if this works...

Is there any way you could generate an image, like Google's Page Rank button, for this?

2shae
08-29-2005, 10:28 PM
u know u can run a normal fourm and a test forum with ur vblicense
so i think that forum counts as a test forum as it is not going to be posted on

Sovereign
08-30-2005, 12:58 AM
This causes alot of 404s, don't know why. Also, the .htaccess file contents are incompatible with the mod_rewrites used by amykhar's Userpage hack.

Protoman
08-30-2005, 01:54 AM
I think I figured my problem out.. I need to get the 'allow_override' perameter changed by my server admin. then I'll be able to try this out again.

Kirk Y
08-30-2005, 02:30 AM
This causes alot of 404s, don't know why. Also, the .htaccess file contents are incompatible with the mod_rewrites used by amykhar's Userpage hack.

Where are you getting 404 errors from; by accessing what?

zajako
08-30-2005, 06:12 AM
can you release a vb3 version (non 3.5)

3dsoft
08-31-2005, 08:25 AM
would it possible to make the threadname be the XXX-1.html name (where the x's are) that way its really optimized for search engines.

I would love to see that, too. DC Seo vB URL Rewrite has this feature.

Protoman
08-31-2005, 05:46 PM
is there a way to make this hack work with vbadvanced cmps?

Protoman
08-31-2005, 06:06 PM
I've also noticed this breaks ErrorDocument lines in the htaccess file. for some reason php files are taken to my custom 404 page, but html is ignored

john_robot
09-01-2005, 02:17 PM
would it possible to make the threadname be the XXX-1.html name (where the x's are) that way its really optimized for search engines.

hello , yeah I also want to know this.

vectra-a-x.de
09-03-2005, 07:10 PM
can you release a vb3 version (non 3.5)

you find it for vb3.0.x here http://www.vbulletin-germany.com/forum/showpost.php?p=116657&postcount=30

Sovereign
09-04-2005, 07:31 PM
is there a way to make this hack work with vbadvanced cmps?
I have the CMPS installed, and the 404s appear almost randomly when I click on forums/threads.

okc
09-05-2005, 12:34 AM
I can't read german - will this hack work on a 3.07 board? thx

jb-net
09-09-2005, 04:05 PM
I can't read german - will this hack work on a 3.07 board? thx

yes, it should work with 3.07.

At the moment I'm working on a Version 2 of vBRanking. But I don't think that it will be available in the next 2 month.

okc
09-12-2005, 12:28 AM
Thx - but how do I use if 3.07 doesn't have a product uploader in it, unless I'm missing something...

jb-net
09-12-2005, 04:19 AM
In the attachment of this post http://www.vbulletin-germany.com/forum/showpost.php?p=116657 you can find the Download for vBulletin 3.0.x.

okc
09-12-2005, 05:41 AM
Thx alot but even after I registered, it wouldn't let me dl it -could you help - are the instructions in english on that hack?

okc
09-12-2005, 06:54 AM
I got it - nevermind -0thx alot

Chrissicom
09-12-2005, 07:19 AM
what would I look for specifically in my phpinfo() to tell me mod_rewrite is installed correctly?

Will this work on IIS 6?

artonex
09-12-2005, 08:03 AM
Ive installed this on my forums, no errors so far :)

artonex
09-12-2005, 09:45 AM
uninstalled as it was causing errors.

Dam i wish there was a 100% working SEO hack for vb3.5 :)

bang
09-18-2005, 11:01 AM
is there any way to change the urls? i want to have urls like forums.site.com/thread/123 or forums.site.com/member/123 without any .html's at the end. is that possible?

Kirk Y
09-23-2005, 07:37 PM
When merging threads, the new .html type URLs will not be accepted. Also the Calendar is screwed up; when you click on a Month Link to go to another Month, an error appears specifying it as an invalid link.

joeychgo
09-24-2005, 09:13 AM
From the vb ranking homepage...


vB Ranking is a very efficient modification for your vBulletin Forum. It converts nearly every dynamic link into a static link to ensure that Search Engines (Google, Yahoo, MSN, etc.) can spider your forum.



IMO there is no need for a mod_rewrite hack. All of my forums get spidered fine as do vbulletin.com forums (4,120,000 pages indexed in google 337,000 in yahoo) and this forum (350,000 pages indexed in google 1,340,000 in yahoo) -- all without using a mod rewrite.

Just my .02


-

GrendelKhan{TSU
09-24-2005, 10:32 AM
From the vb ranking homepage...

IMO there is no need for a mod_rewrite hack. All of my forums get spidered fine as do vbulletin.com forums (4,120,000 pages indexed in google 337,000 in yahoo) and this forum (350,000 pages indexed in google 1,340,000 in yahoo) -- all without using a mod rewrite.

Just my .02


-

I have to agree with joey. take it or leave it....but I actually have worked in the SEO biz for years. And In my experienc, something like this MAYYYY help.. but that's no guarantee and certainly gunna get stressed wondering if its working or updating right etc.

imo, people would be better off just concentrating on developing your forum content or improving the expericne for your membres to promote more posting from them.......

the vbarchive archives, an in place robot.txt file, and just good old fashioned solid content should be more than enough for most and will almost always work out better for you in the end anyway.

all that an no stress about a hack update or errors. :p

;) my 2.5cents
cheers.

joeychgo
09-24-2005, 11:11 AM
imo, people would be better off just concentrating on developing your forum content or improving the expericne for your membres to promote more posting from them.......



EXACTLY.

That is going to draw more traffic then anything.

trancetopia
09-24-2005, 02:17 PM
Works like a charm. Thanks for a great hack JB. Looking forward to seeing what google and yahoo slurp think of it.

Cheers

Kirk Y
09-24-2005, 03:23 PM
I've had 3 YahooSlurp! spiders on my page since yesterday, they never leave... I thought spidering sites was quick...

Snort_2005
09-24-2005, 11:31 PM
I've had 3 YahooSlurp! spiders on my page since yesterday, they never leave... I thought spidering sites was quick...

I have had several Yahoo Slurp spiders on my forum for quite some time. They just won't leave.. o_o

I don't plan on SEO, but I do agree that it makes it easier for search engines to spider it. ^_^ Way to go with this hack.

joeychgo
09-25-2005, 04:44 AM
I dont have any mod rewrite - and they dont leave my sites either...

Pickalo
09-28-2005, 05:16 PM
I seem to have this problem when I try to view new posts, it shows the .htm file rather than the php file, and my members have to refresh in order to see the new posts. Could this be fixed please?

Rich
09-28-2005, 08:23 PM
Hello,

Spiders are unpredictable. I have at least 10 yahoo slurps on my site daily. Once a month, I have roughly 150+ on the site at one time.

kafi
09-29-2005, 06:26 PM
Hello,

Spiders are unpredictable. I have at least 10 yahoo slurps on my site daily. Once a month, I have roughly 150+ on the site at one time.

I am just wondering wheter this new "translation" of link will cause any demage to old links that are already used throughout all posts to navigate others.

Vivalawilco
10-01-2005, 10:28 PM
ive now installed it on 3.5 final works lovely !!! cant wait to get some spiders stuck on my site lol

kafi
10-02-2005, 11:52 AM
I am just wondering wheter this new "translation" of link will cause any demage to old links that are already used throughout all posts to navigate others.


No it doesn't but i have this instead of name:

http://www.mysite.com/forumdisplay-f_15.html


what am i doing wrong? pls thnks


I am using it on vB3.0

kafi
10-04-2005, 05:28 PM
No it doesn't but i have this instead of name:

http://www.mysite.com/forumdisplay-f_15.html


what am i doing wrong? pls thnks


I am using it on vB3.0

please let me know what to do

VaaKo
10-05-2005, 10:08 AM
when I upload .htaccess file, I get this:

SORRY, there is an "500 Internal Server Error" !

Your browser sent a request that this server could not handle.

The request could not be executed/handled by the server due to malformed syntax or internal configuration.
The client should not repeat the request without modifications.

I contacted my host, they said that rewrite_mod is enabled
what could be the problem?

Razasharp
10-05-2005, 09:58 PM
Installed on a test forum and working perfectly :)

REQUEST: Please please please could you add this xtra functionality in version2 (please?):

- It would be great if the names of the threads/forums would display in the URL for eg, my-thread-name_48484.html and my-forum-name_012.html etc

- If possible... after a thread has been replied to, could the reloaded page also have the mod rewritten URL? (this is better for google ads).

- If possible, can we specifiy which pages/links are mod rewritten and which ones are not? (simple yes/no for each item) This will benefit those of us who need to keep an eye on server resources.

Thank you for a brill product :)

Ignignokt
10-06-2005, 01:14 AM
The mini calendars on the main calendar page that link to the previous/next month link to an invalid event and don't properly display... ? :?

VaaKo
10-06-2005, 08:43 AM
anyone knows anything about my problem?!

0xid0
10-08-2005, 02:06 PM
The mini calendars on the main calendar page that link to the previous/next month link to an invalid event and don't properly display... ? :?

I have the same problem :ermm:

wolfyman
10-08-2005, 02:49 PM
I am using mysite.com/forum. Can I add the .htaccess to the /forum folder, and what do I need to edit to make this work in that instance?

HUMMERh3
10-09-2005, 02:31 AM
so does this plugin turn links such as www.mywebsite.com/forums/i9823498khsd893.php? links into
'Keywords.html" links or are the links still like 9234ksefdlkjd893w.html?

Thanks

0xid0
10-09-2005, 09:54 AM
Might someone say do to me like that the URL's of the block of last messages of the vBadvanced CPMS appear in .html? Regards

kafi
10-09-2005, 06:37 PM
i have this instead of description:

http://www.mysite.com/forumdisplay-f_15.html


what am i doing wrong? pls thnks


I am using it on vB3.0


Can anybody help on this? Looks like this hack is completely abandoned :ermm:

Razasharp
10-09-2005, 08:07 PM
Thats how this hack works... it puts.html at the end

A few of us have asked the hack author to utilise the 'decscriptions' in the url instead... hopefully he'll add that functionalty on ;)

kafi
10-10-2005, 09:24 AM
ups i thought that this is rewriting also url with name of thread etc. like VbSEO does ...

Unexplained.tv
10-12-2005, 11:10 PM
I'll install this, once you fix the way the links are created, as in, add in the thread titles- versus what it currently does- Otherwise, it really doesn't add anything over the "other" version, in fact, it takes away from it.

VaaKo
10-13-2005, 01:19 PM
I just wanna know something
I have my forum on the root directory: www.oneforum.org/index.php
can I add .htaccess file on the main root?

wolfyman
10-13-2005, 01:37 PM
I just wanna know something
I have my forum on the root directory: www.oneforum.org/index.php
can I add .htaccess file on the main root?

I don't think this mod is supported. But the answer to your htaccess question should be "yes", I think that's exactly the setup this is designed for.

dieselpowered
10-13-2005, 05:19 PM
i have this instead of description:

http://www.mysite.com/forumdisplay-f_15.html

what am i doing wrong? pls thnks

I am using it on vB3.0

Your problem may be because you are using it on vb 3.0.X

This is a 3.5 hack

unknowngiver
10-14-2005, 09:10 PM
will it work the GOLD version of Vbulletin 3.5?

Razasharp
10-15-2005, 12:33 AM
will it work the GOLD version of Vbulletin 3.5?

Yes.. (it does on my test forum which is 3.5)

0xid0
10-17-2005, 09:18 PM
Might someone say do to me like that the URL's of the block of last messages of the vBadvanced CPMS appear in .html? Regards
Help :ermm:

wolfyman
10-17-2005, 10:09 PM
I really thinkk a warning should be posted on the threads that contain mods in which the author has chosen not to respond to for more than a certain amount of time.

This one, for example.


This thread is being ignored by the author.

That would be a great hack to see in place on this site, in fact...

Unexplained.tv
10-18-2005, 02:01 AM
It shows unprofessionalism on part of the author of this Modification/ or any other author that abandons their hack/Mod and does not even bother to reply to their own thread.

Mr Chad
10-18-2005, 06:03 AM
anyone else hosting with 1and1.com ? if so can you tell me if they have mod_rewrite apache module enabled?

kall
10-18-2005, 06:41 AM
ups i thought that this is rewriting also url with name of thread etc. like VbSEO does ...

You know..that's what I thought.

Having used both, I can quite definitively say that this, compared to VBSEO, is a pile of dirt next to a huge pile of gold.

As per my comment on www.vbseo.com 's forums:

I have just installed vBRanking on one of my other 4 vBulletin-powered sites...and just as promptly removed it.

I take back my reccomendation to anyone to try it as a free alternative to vBSEO.

It is to vBSEO what phpBB is to vB itself, and that is being generous. There is absolutely NO comparison between the 2 products.

vBRanking rewrites SOME (not ALL) urls to static equivalents, but no forum/thread/member names in the URL, just numbers. Many urls are not rewritten (Clicking on 'last post' link from forumhome gives a php file) and there are various duplicate content issues.

So, my apologies to everyone concerned for making the suggestion.

vBSEO #1!

Seriously, if you spend ANY money on seo, or advertising...you would be well advised to put it towards a VBSEO license. Whilst $149 is not cheap, it's so very worth it for the returns.

I went from PR3 to PR5 within about a month of using it.

Unexplained.tv
10-18-2005, 05:06 PM
And of course, many people are using it for free/ Beta Testers are given a free license- This comes from one of the main people at VBSEO.

dastar
10-18-2005, 05:09 PM
I paid for my copy of vbseo and haven't regretted it.

wolfyman
10-18-2005, 05:46 PM
is there support on the vbseo forum?

kall
10-23-2005, 04:13 AM
is there support on the vbseo forum?

Yes, and it is as good as you can possibly hope for. Excellent even.

sportsoutlaw
10-23-2005, 01:55 PM
Is there any plans on this hack to come out of beta?

Bubble #5
10-24-2005, 05:02 AM
Whilst $149 is not cheap...
I would never spend $150.00 on an encrypted file :rolleyes: We love our database far too much :)

COBRAws
10-26-2005, 03:01 AM
had to un-install because some links wouldnt work.

Links like "Find threads started by XXX"

Unexplained.tv
10-30-2005, 11:13 PM
I am now a proud owner of a vbSEO license.... it's 100% worth the money.

Bubble #5
10-31-2005, 12:22 AM
I am now a proud owner of a vbSEO license.... it's 100% worth the money.
Enjoy your expensive license. We?re happy for you? really :) Especially if you?re not affiliated with vbSEO. However I really do think you?re celebrating a little bit early, and putting the cart before the horse, because you have NO idea what that encrypted code is really doing behind your back to your database. For all you know it could be sending them every one of your members passwords, or security information which pertains to your server, God knows what that encrypted code is really doing, but that?s something that you?ll learn, maybe the hard way. Cheers :)

Princeton
10-31-2005, 12:43 AM
I'm not sure why people are posting VBSEO posts here when this thread has nothing to do with that product.

I would think this falls under the "Self-Promotion" vb.org rules especially when some of these members are affiliates (beta-testers) of vbseo.

I'm also a bit surprised that the vbseo thread has not come under fire regarding "Rules Regarding Commercial/Paid Hacks".

Unexplained.tv
10-31-2005, 02:12 AM
I am not an affiliate of any sort, I am a paid member. This hack (vbRanking) is dead- the author doesn't reply and hasn't for months now. This thread is about a dead SEO hack/addon, and I was simply making a statement that I have since gone over.
Oh and Bubble #5, no one would be stupid enough to make a paid addon, and have it steal passwords (passwords which by the way are encrypted and can not be decrypted- atleast not to this date, or so says Vbulletin and many other websites )

I'm taking a chance, as I am a risk taker- you get no where in life, if you take no risks.... playing it safe is not living at all.

kall
10-31-2005, 03:56 AM
I'm not sure why people are posting VBSEO posts here when this thread has nothing to do with that product.

I would think this falls under the "Self-Promotion" vb.org rules especially when some of these members are affiliates (beta-testers) of vbseo.

I'm also a bit surprised that the vbseo thread has not come under fire regarding "Rules Regarding Commercial/Paid Hacks".

Well.. given that the affiliate program was only announced today..it's highly unlikely that any of the people who have made posts about the alternative (vBSEO) are affiliates of its program.

My post was simply to tell people of my experiences with BOTH this hack (pretty much useless, lacking support) and vBSEO (rewrites almost every URL by default, and can easily be configured to do the rest, and the support rocks.).

*edit* There is NO rule that says that discussion of alternatives to exisitng hacks is disallowed. Of that I am certain.

Guest190829
10-31-2005, 04:11 AM
I think all comments concerning competition/state of related hack should be posted in some sort of thread in General Modification Discussion. Leaving all posts in a specific hack thread pertaining to only bugs, constructive critisizm and/or praise. This way this thread is less cluttered with promotion of another hack, and people's voice can still be heard. :)

Princeton
10-31-2005, 11:41 AM
Yes, it is an unfinished product.
However, it does not say anywhere that this hack is SUPPORTED.

The author simply made it available for everyone. He wanted to share his work and I think it's one HELL OF A GOOD ADDON.

porschinho
11-03-2005, 02:44 PM
Yes, it is an unfinished product.
However, it does not say anywhere that this hack is SUPPORTED.

The author simply made it available for everyone. He wanted to share his work and I think it's one HELL OF A GOOD ADDON.


i thought, that all hack released on vbulletin.or have to be supportet by its programmers.

am i wrong?

Princeton
11-03-2005, 03:37 PM
Support is not required.

You can check if a mod is supported by checking it's attributes (the checkboxes on the top right next to the mod title).

yinyang
11-03-2005, 04:56 PM
i thought, that all hack released on vbulletin.or have to be supportet by its programmers.

am i wrong?

yes, you are wrong. hacks are not required to be supported and rightly so. you have to look at the first box to see if it is marked to see whether or not it is supported.

these programmers are already doing the community a big favor by releasing their work. just because they release a hack doesn't necessarily mean they have the time or inclination to support it.

kafi
11-03-2005, 07:25 PM
yes, you are wrong. hacks are not required to be supported and rightly so. you have to look at the first box to see if it is marked to see whether or not it is supported.

these programmers are already doing the community a big favor by releasing their work. just because they release a hack doesn't necessarily mean they have the time or inclination to support it.

I have installed this hack and have problem with accessing statistic installed (webalizer statistic). It is probably that rewrite mod is asking for php file but this statistic has originally html sites. I am trying to type original url adress for specific statistic site, but it is not working for me.

FYI: I am getting this:
he requested URL /stat/usage_200511.php was not found on this server.
But in adress bar I have ... .com/usage_200511.html

Anybody has any idea how to avoid this? When i delete .httaccess, the problem is gone... (but I assume I need .httaccess for vbranking)

Thank you for help

kafi
11-03-2005, 07:30 PM
had to un-install because some links wouldnt work.

Links like "Find threads started by XXX"



same problem

StarBuG
11-06-2005, 05:57 PM
Maybe you see a url with a session in it the first time you visit the forum. This is okay! vBRanking also workes if visitors don't accept cookies because it can also process sessions in the urls. Off course search engine spiders won't get a session! (I hope I said this correctly and understandably)

And what brings you to that conclusion?
I am curiouse because gsitemap (http://www.vigos.com/products/gsitemap/) wich is based on the python code released by google to create a sidemap picks up the session urls of my forum.

I don?t want to question your knowledge but I want to make sure I am not going to make a mistake.

Because if google would pick up session urls that would meen massive douplicated content

TygerTyger
11-08-2005, 04:54 PM
Oops. Since the Author has gone AWOL, I'll post my suggestion to the community at large...

Using the HTML extension instead of HTM is bad practice because older (very much older!) Operating Systems/browsers could only recognise 3-digit file extensions. You might possibly encounter other problems with poorly-written or old software that utilises webpages. You can correct this in the mod by simply using Find>Replace to change all the HTMLs to HTMs in both the php file and the XML file.

It's a very minor point admittedly, but it's worth doing for compatibility purposes and in case you lock out your grandmother or something :)

Snake
11-16-2005, 06:33 PM
I will check this out later.

Nikke
11-29-2005, 11:23 PM
I uploaded the .htacces to my root and I can't access my page anymore?? what the hell??

jward
12-01-2005, 12:38 AM
If this hack is no longer being supported, there are other SEO solutions available. I would advise checking out our Google/Yahoo Sitemap Generator:

https://vborg.vbsupport.ru/showthread.php?t=100435

There are also other mod_rewrite solutions available here.

Mudvayne
12-24-2005, 05:24 PM
* Mudvayne clicks install
Installed & Working :D

motorhaven
12-24-2005, 10:20 PM
Using the HTML extension instead of HTM is bad practice because older (very much older!) Operating Systems/browsers could only recognise 3-digit file extensions. You might possibly encounter other problems with poorly-written or old software that utilises webpages. You can correct this in the mod by simply using Find>Replace to change all the HTMLs to HTMs in both the php file and the XML file.

Actually this isn't correct. Older browsers always supported longer than 3 digit file extensions. It was the servers handing out the pages to the browsers that couldn't handle .HTML extensions because their file system supported only 3 letters.

I was using the first versions of Netscape and Mozilla on Windows 3.x without any problems fetching any file extensions. You could always tell when you were visiting a Windows server verses a Unix box because of the 3 digit extensions.

HTM or HTML has always been a non-issue.

Brandon Sheley
01-27-2006, 05:46 AM
is there a demo or a site that is using this vbranking that i can check out ?

Borimikan
02-04-2006, 05:42 PM
my login doesnt work after i install this... does anyone here knows what to doo in this cas? what do i need to change..? Sorry Im still a newbie on this!

I have it exactly this way

RewriteEngine on
RewriteBase /
RewriteRule ^test.html$ test.php
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

Thanks!

Zia
02-19-2006, 07:03 AM
we uninstall it 3/4 month ago...still its a pain to us

henken
03-29-2006, 01:33 PM
Installed and ready to go. Thanks guys. Nice feature :banana:

Smiry Kin's
03-31-2006, 05:00 AM
what different is this from the others etc?

Palestine1948
04-23-2007, 03:13 AM
will this hack is not working on ve 3.6.5

Is there another vergion of this hack that works on 3.6.5 ???

thanks

Palestine1948
04-24-2007, 01:25 PM
can I get a simmiler hack or prodect for 3.6.5 ???

thanks

Adi211
10-12-2007, 12:17 PM
will this hack is not working on ve 3.6.5

Is there another vergion of this hack that works on 3.6.5 ???

thanks

works as well for 3.6.x :)

TheInsaneManiac
02-03-2008, 10:23 PM
I like it, but for some reason when I click a link on my forum home going to a post it will show the html link, but when I load the page it stays html, once it fully loads it reverts back to php. That's the only time it does it. If I load it from just going into a forum category and selecting a topic it works fine.

I love it though it's way better than VBSEO, because on VBSEO if you changed to it and google indexed your old links then when someone click a old link on google they would get a 404. Anyway this way both the php and html links work, but html is default. Nice job! *Wishes he could install multiple times*

thetoolman
02-04-2008, 02:23 PM
This is a great mod, but is it possible to set the URLs to use the title of the post in the friendly URL?

myown
05-13-2008, 11:54 AM
is it good for 3.7 Gold ?