vBulletin SEO Forums

SEO

vBulletin Search Engine Optimization

Buy vBSEO Now! HACKER SAFE certified sites prevent over 99.9% of hacker crime.
ne nw
vBSEO Team: Hot or Not? Ready for Traffic Explosion? vBSEO 3.2.0 GOLD Has Landed Success with vBSEO = 600ore Web Visitors + $1400 in a Day! vBSEO Helps Forum Earn $100/day from Google AdSense Discover the Power of "Long Tail Search" Crawlability Inc. Files for SEO Technology Patent
se sw

Does vBseo also work with vBadvanced and vBadvanced links directory?

This is a discussion on Does vBseo also work with vBadvanced and vBadvanced links directory? within the General Discussion forums, part of the vBSEO SEO Plugin category; Does vBseo also work with vBadvanced and vBadvanced links directory? I'm new to vBseo and I run vBadvanced and vBadvanced ...

Go Back   vBulletin SEO Forums > vBSEO SEO Plugin > General Discussion

Enhancing 80 million pages.

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

 

LinkBack Thread Tools
  #1  
Old 04-14-2007, 10:39 PM
Member
 
Real Name: Chris Guthrie
Join Date: Mar 2007
Posts: 94
Does vBseo also work with vBadvanced and vBadvanced links directory?

Does vBseo also work with vBadvanced and vBadvanced links directory?

I'm new to vBseo and I run vBadvanced and vBadvanced links directory and am wondering if I just install it using the default instructions if it will work just fine or if I have to do something else additional?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 04-14-2007, 10:44 PM
Mert Gökçeimam's Avatar
vBSEO.com Webmaster
vBSEO Total Customer SupportvBulletin HackerBig Board Administrator
 
Real Name: Lizard King
Join Date: Oct 2005
Location: Istanbul
Posts: 6,977
Blog Entries: 2
Send a message via MSN to Mert Gökçeimam
Yes they work with vbadvanced and the links directory. For links directory you'll need to configure CRR Custom rewrite for vBA Photogallery & Links?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 04-14-2007, 11:12 PM
Member
 
Real Name: Chris Guthrie
Join Date: Mar 2007
Posts: 94
Ok, one question though:

I found a post on page 5 that someone else had linked to after being confused to find which one to use (which after reading through a few pages I was confused as well). Anyway, so I'm going to try using that code... but, my directory is not links, it's vidz

So I made the change in my .htaccess file for the links directory to relect that as per his suggestion:

Code:
RewriteEngine On
RewriteCond %{QUERY_STRING} !vbseourl=
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$  /forum/vbseo.php?vbseourl=$1&vbseorelpath=../vidz/&%{QUERY_STRING} [L]
RewriteCond %{REQUEST_FILENAME} !forum/
RewriteRule ^(.*\.php)$ /forum/vbseo.php?vbseourl=$1&vbseorelpath=../vidz/&%{QUERY_STRING} [L]
But he then goes on to talk about the CRR here:

Code:
//Link Rewrites
'links/index\.php$' => 'links/'
'browselinks\.php\?do=newlinks$' => 'newlinks.html'
'browselinks\.php\?do=poplinks$' => 'top.html'
'browselinks\.php\?do=poplinks&orderby=rating$' => 'toprating.html'
'browselinks\.php\?do=poplinks&orderby=posts$' => 'topposts.html'
'browselinks\.php\?c=(\d+).*$' => 'linkcat-$1.html'
'showlink\.php\?do=showdetails&l=(\d+)&goto=lastpost.*$' => 'file$1-lastpost/'
'showlink\.php\?l=(\d+).*$' => 'showlink-$1.html'
'showlink\.php\?do=showdetails&l=(\d+).*$' => 'link-$1.html'
'links/search\.php' => 'search.html'
'links/search\.php\?do=searchresults&string=(\w+)&catid= 0&quicksearch=1' => 'search-$1.html' 
'browselinks\.php\?do=browselinks&catid=(\d+)&ltr=(\w+)&linkuserid=(\d+)' => 'linkcat-$1-$2.html'
'browselinks\.php\?do=poplinks&orderby=views' => 'topviews.html'
'misc\.php\?do=linktous' => 'linktous.html'
'addlink\.php\?c=(\d*)' => 'addlink$1.html'
'misc\.php\?do=report&linkid=(\d+)&catid=(\d+)' => 'reportlink-$1-$2.html'
//'showlink\.php\?l=(\d+)&linkurl=.*' => 'gotolink-$1-$2.html' <-doesn't work for some reason. oh well
I've bolded the areas that I assume I need to change from "links" to "vidz"

If I do need to do that which I'm assuming, please let me know. Secondly, that post is over 2 years old and there are newer versions of links directory now. So are there going to be any other necessary changes to adjust for that?

Beyond that, do I just copy that code for the CRR right after the example stuff already posted in the vBseo admincp?

Thanks in advance.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 04-14-2007, 11:49 PM
Member
 
Real Name: Chris Guthrie
Join Date: Mar 2007
Posts: 94
Update:

I tried the .htaccess code I had above and I replaced the bolded "links" with "vidz" for the custom rewrite rules, but now in my links directory it looks like this:

/vidz/linkcat-2.html (for a category)

/vidz/link-1067.html (for a video link)

Any ideas on how to fix this? I'd much rather it go something like this:

/vidz/halo-2-montages.html (for a category)

/vidz/walshys-new-montage.html (for a video link) or something like that. You know how it works in the vBulletin forum (for thread and post titles etc.). I'd like it to be the same for the "vidz" directory (links). (Perhaps this thread can be moved to the custom rewrite rules forum that I didn't notice before)

I'm really interested in fixing this so I am eager to hear back from you Lizard King or someone else.

Last edited by ChrisGuthrie.net; 04-15-2007 at 01:12 AM..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 04-15-2007, 03:22 AM
briansol's Avatar
Senior Member
vBSEO Pre-Release TeamDesign for SEOBig Board Administrator
 
Real Name: Brian
Join Date: Apr 2006
Location: Central CT, USA
Posts: 5,107
Since the products are not a part of vB, getting the titles is not possible without the addition of an extra query, which will have to be custom coded based on the particular add-on.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6  
Old 04-15-2007, 03:05 PM
Member
 
Real Name: Chris Guthrie
Join Date: Mar 2007
Posts: 94
Then why are there threads of people talking about how they did it? I'm just trying to find someone that is able to help me out, because I don't know the difference between the above code and something else posted elsewhere on these forums that may work.

Isn't their like a variable or something that can be placed in the CRR's where instead of it being "link" it will be like "postname" or something like that?

Is anyone else using vbadvanced links directory?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7  
Old 04-15-2007, 05:35 PM
Member
 
Real Name: Chris Guthrie
Join Date: Mar 2007
Posts: 94
Update:

I followed the steps by Oleg found here

So now my .htaccess file looks the same as above; however, my CRR's have changed to this:

Code:
 
//vidz Rewrites
'vidz/index\.php$' => 'vidz/'
'browselinks\.php\?do=newlinks$' => 'newlinks.html'
'browselinks\.php\?do=poplinks$' => 'top.html'
'browselinks\.php\?do=poplinks&orderby=rating$' => 'toprating.html'
'browselinks\.php\?do=poplinks&orderby=posts$' => 'topposts.html'
'browselinks\.php\?c=(\d+).*$' => 'linkcat-$1.html'
'vidz/search\.php' => 'search.html'
'vidz/search\.php\?do=searchresults&string=(\w+)&catid= 0&quicksearch=1' => 'search-$1.html' 
'browselinks\.php\?do=browselinks&catid=(\d+)<r=(\w+)&linkuserid=(\d+)' => 'linkcat-$1-$2.html'
'browselinks\.php\?do=poplinks&orderby=views' => 'topviews.html'
'misc\.php\?do=linktous' => 'linktous.html'
'addlink\.php\?c=(\d*)' => 'addlink$1.html'
'misc\.php\?do=report&linkid=(\d+)&catid=(\d+)' => 'reportlink-$1-$2.html'
'showlink\.php\?ltitle=(.+)&do=showdetails&l=(\d+) &catid=(\d+)' => 'displaylink-$1-$2-c$3.html'
'showlink\.php\?ltitle=(.+)&do=showdetails&l=(\d+) ' => 'displaylink-$1-$2.html'
But my links still do not look correct: Here is a direct link to my "vidz" directory (I use it to set up links to videos etc.) I changed the folder from links to "vidz"

As you can see the various categories and links are still not being written correctly.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8  
Old 04-15-2007, 05:54 PM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,024
Blog Entries: 1
As I see, you have a few extra space characters in your CRRs:
...ls&l=(\d+) &catid=(\d+)
...s&l=(\d+) '

You should remove them.
__________________
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9  
Old 04-15-2007, 05:58 PM
Member
 
Real Name: Chris Guthrie
Join Date: Mar 2007
Posts: 94
I don't understand what you posted.

Do you mean I need to go through each line and find where that stuff is and remove it?

Also, I've just discovered that when I tried to do the search and replace function for do=showdetails to replace with ltitle=$link_seo_title&do=showdetails I get a vBulletin database error every time I try and do it. So I tried to do it manually, but the unfortunate thing is that if I search each one indivdually and try and replace them it keeps showing me the same thing I just replaced.

i.e. it will just show me the stuff I already replaced (as it has "showdetails" in the replacement phrase)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10  
Old 04-15-2007, 06:15 PM
briansol's Avatar
Senior Member
vBSEO Pre-Release TeamDesign for SEOBig Board Administrator
 
Real Name: Brian
Join Date: Apr 2006
Location: Central CT, USA
Posts: 5,107
No, hes saying it appears like there's an extra space between the ' and the end of the rule. I think you are ok, as i think that is just the board splitting the display after X chars.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #11  
Old 04-15-2007, 06:50 PM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,024
Blog Entries: 1
Instead of the following code:
Code:
'showlink\.php\?ltitle=(.+)&do=showdetails&l=(\d+) &catid=(\d+)' => 'displaylink-$1-$2-c$3.html'
'showlink\.php\?ltitle=(.+)&do=showdetails&l=(\d+) ' => 'displaylink-$1-$2.html'
you should have:
Code:
'showlink\.php\?ltitle=(.+)&do=showdetails&l=(\d+)&catid=(\d+)' => 'displaylink-$1-$2-c$3.html'
'showlink\.php\?ltitle=(.+)&do=showdetails&l=(\d+)' => 'displaylink-$1-$2.html'
(note the spaces removed)
__________________
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12  
Old 04-15-2007, 07:09 PM
Member
 
Real Name: Chris Guthrie
Join Date: Mar 2007
Posts: 94
Ok, I did that but the results are still the same.

I assume I just need to figure out a way to do the find and replace thing you mentioned for:

do=showdetails moving to ltitle=$link_seo_title&do=showdetails

Perhaps if I changed it to go like this:

find and replace do=showdetails to ltitle=$link_seo_title&do=showdetailz

(note the z)

Then redo find and replace to go from ltitle=$link_seo_title&do=showdetailz to ltitle=$link_seo_title&do=showdetails

(Or perhaps there is an easier way)

Because I assume that the reason it's messing up is because what is found (do=showdetails) is replaced with something that also has do=showdetails in it (ltitle=$link_seo_title&do=showdetails)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13  
Old 04-15-2007, 07:18 PM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,024
Blog Entries: 1
Yes, looks like "ltitle=XX" is still not included in the links. You have it like this:
showlink.php?do=showdetails&l=1062
__________________
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14  
Old 04-15-2007, 07:52 PM
Member
 
Real Name: Chris Guthrie
Join Date: Mar 2007
Posts: 94
Ok, are you referring to the find and replace thing that apparently did not work?

Would the above steps I listed work to fix that then? Or should I just try and go in manually and fix it?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15  
Old 04-15-2007, 08:04 PM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,024
Blog Entries: 1
Yes, perhaps it has not been replaced correctly.
__________________
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 07:02 PM.


Powered by vBulletin Version 3.8.0 Beta 1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.5 ©2008, Crawlability, Inc.