Results 1 to 8 of 8

Exposing vbSEO rewriting engine=better compatibility with other hacks

This is a discussion on Exposing vbSEO rewriting engine=better compatibility with other hacks within the vBSEO Features Archive forums, part of the vBulletin Links & Resources category; Hello, A feature I'd love to see is the ability to call the function responsible of rewriting URLs from my ...

  1. #1
    Member
    Join Date
    Aug 2005
    Posts
    67
    Liked
    0 times

    Exposing vbSEO rewriting engine=better compatibility with other hacks

    Hello,

    A feature I'd love to see is the ability to call the function responsible of rewriting URLs from my own scripts, that would certainly increase the probability of compatibility with other hacks (the famous nntp hack comes to my mind here).

    eg, I'd love to be able to do the following:

    PHP Code:
    $staticURL vbseo_MakeStaticURL("www.url.com/showthread.php?t=12345"); 
    That would make it much easier for vb hackers to use static, keyword-rich URLs, that's better than having showthread.php?t=XXX 301 redirected to the static URL.

    To push the concept even further, it would be great to be able to configure vbSEO to handle non-standard URLs. For instance, the "link/database file" hack (see vb.org) use the following URLs:

    PHP Code:
    links.php?id=XXX 
    vbSEO could handle these URLs & make them look like this:

    PHP Code:
    /links/categoryTitle-linkID.html 
    Obviously I don't know the complexity of these tasks, but...

    It's sad that I can't test vbSEO but anyway, good luck!

    -k

  2. #2
    Member
    Join Date
    Jul 2005
    Location
    Germany, Meppen
    Posts
    41
    Liked
    0 times
    Would be a great feature

  3. #3
    Senior Member
    Real Name
    Joseph Ward
    Join Date
    Jun 2005
    Posts
    23,847
    Liked
    33 times
    Blog Entries
    9
    @SEO Report:

    Another excellent suggestion. Your vbseo_MakeStaticURL() function idea could become a possible component of a vBSEO API if we decide to go in that direction.

    /* NOTE: This feature request is under consideration for a future release of vBSEO.*/

  4. #4
    Senior Member T2DMan's Avatar
    Real Name
    Michael Brandon
    Join Date
    Jul 2005
    Location
    Auckland, New Zealand
    Posts
    360
    Liked
    0 times
    I have instances of vbseo installed inside /forum/ with a portal page and other pages on the root directory and other directories.

    How can vbseo be installed so that it is in the root directory and so is able to rewrite all forum url's that exist on the domain.

    Then there would not be the need for the vbseo_MakeStaticURL() function. Although, the function is basically available and used for the vb Google site map.

  5. #5
    Member
    Join Date
    Aug 2005
    Posts
    67
    Liked
    0 times
    T2DMan,

    Quote Originally Posted by T2DMan
    Then there would not be the need for the vbseo_MakeStaticURL() function.
    I still need such function to *know* the vbSEOed URL. Plenty of hacks needs to determine this programatically (it's very useful to have keyword-rich backlinks in the case of the nntp hack, for instance).

  6. #6
    Junior Member
    Real Name
    Karan Misra
    Join Date
    Jul 2007
    Posts
    1
    Liked
    0 times
    Did this feature make it throught? My purchase decision is kind of dependent on this.

  7. #7
    Senior Member Shadab's Avatar
    Real Name
    Shadab
    Join Date
    Oct 2007
    Location
    Bhopal
    Posts
    821
    Liked
    0 times
    Blog Entries
    12
    Quote Originally Posted by KiD0M4N View Post
    Did this feature make it throught? My purchase decision is kind of dependent on this.
    Here you go :

    vBSEO Functions for Extensibility

  8. #8
    Senior Member
    Real Name
    Joseph Ward
    Join Date
    Jun 2005
    Posts
    23,847
    Liked
    33 times
    Blog Entries
    9
    Quote Originally Posted by KiD0M4N View Post
    Did this feature make it throught? My purchase decision is kind of dependent on this.
    Hi Karan,

    Please let us know if you have any other questions. vBSEO has made huge improvements since this feature was requested a few years ago.

Similar Threads

  1. vBSEO 2.4.0 Released - Includes Google AdSense Targeting Feature!
    By Juan Muriente in forum vBSEO Announcements
    Replies: 74
    Last Post: 05-20-2006, 10:29 PM
  2. Replies: 4
    Last Post: 09-13-2005, 08:18 PM
  3. vBSEO 2.0 RC7 Released
    By Juan Muriente in forum vBSEO Announcements
    Replies: 17
    Last Post: 09-09-2005, 12:00 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •