Results 1 to 3 of 3

Wrong rewrite of $_SERVER['SCRIPT_NAME'] variable and others

This is a discussion on Wrong rewrite of $_SERVER['SCRIPT_NAME'] variable and others within the Bug Reporting forums, part of the vBSEO SEO Plugin category; I use the Link Vault, and it makes use of the $_SERVER['SCRIPT_NAME'] variable. However, you have rewritten it wrong. The ...

  1. #1
    Senior Member T2DMan's Avatar
    Real Name
    Michael Brandon
    Join Date
    Jul 2005
    Location
    Auckland, New Zealand
    Posts
    360
    Liked
    0 times

    Wrong rewrite of $_SERVER['SCRIPT_NAME'] variable and others

    I use the Link Vault, and it makes use of the $_SERVER['SCRIPT_NAME'] variable. However, you have rewritten it wrong.

    The $_SERVER['SCRIPT_NAME'] should only include the script, not the string. You rewrite it to include the string as well.

    ie you rewrite as:
    /lv/lvxxxxxxxxx.php?action=getscriptversion

    when it should be:
    /lv/lvxxxxxxxxx.php

    Can you please recheck your script for the other variable rewrites. There are a number of others that are wrong as well.

  2. #2
    Senior Member
    Real Name
    Joseph Ward
    Join Date
    Jun 2005
    Posts
    23,847
    Liked
    33 times
    Blog Entries
    9
    /* NOTE: This bug report has been placed in our internal tracking system. We will post an update when it has been confirmed and/or corrected. Any additional information is encouraged. */

  3. #3
    Senior Member
    Real Name
    Joseph Ward
    Join Date
    Jun 2005
    Posts
    23,847
    Liked
    33 times
    Blog Entries
    9
    /* NOTE: This issue has been resolved in vBSEO RC5. */

Posting Permissions

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