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)
-   -   vB Ranking Version 1.1 (https://vborg.vbsupport.ru/showthread.php?t=95265)

jb-net 08-28-2005 10:00 PM

vB Ranking Version 1.1
 
vB Ranking - Search Engine Optimization for vBulletin
Our Website: 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:

Code:

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

.

twin 08-29-2005 10:31 AM

any demo?

cclaerhout 08-29-2005 10:41 AM

Quote:

Originally Posted by twin
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

Quote:

Originally Posted by cclaerhout
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

Quote:

Originally Posted by corollasbest
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

Quote:

Originally Posted by jb-net
@ 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

Quote:

Originally Posted by corollasbest
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):

Code:

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

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

Code:

<?
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

Quote:

Originally Posted by Sovereign
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

Quote:

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

Quote:

Originally Posted by Stifler
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

Quote:

Originally Posted by zajako
can you release a vb3 version (non 3.5)

you find it for vb3.0.x here http://www.vbulletin-germany.com/for...7&postcount=30

Sovereign 09-04-2005 07:31 PM

Quote:

Originally Posted by corollasbest
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

Quote:

Originally Posted by okc
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/for...t.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

Quote:

Originally Posted by corollasbest
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.


All times are GMT. The time now is 04:46 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.01423 seconds
  • Memory Usage 1,817KB
  • 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
  • (12)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
  • (40)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