• Register
    • Help

    striker  0 Items
    Currently Supporting
    • Home
    • News
    • Forum
    • Wiki
    • Support
      • Manage Subscriptions
      • FAQ
      • Support For
        • VaultWiki 4.x Series
        • VaultWiki.org Site
    • What's New?
    • Buy Now
    • Manual
    • 
    • Support
    • Site Issues
    • Bug
    • DBSEO Damages XF-Style URLs with Extra =

    1. Welcome to VaultWiki.org, home of the wiki add-on for vBulletin and XenForo!

      VaultWiki allows your existing forum users to collaborate on creating and managing a site's content pages. VaultWiki is a fully-featured and fully-supported wiki solution for vBulletin and XenForo.

      The VaultWiki Team encourages you to join our community of forum administrators and check out VaultWiki for yourself.

    Issue: DBSEO Damages XF-Style URLs with Extra =

    • Issue Tools
      • View Comments
    1. issueid=5760 May 16, 2019 1:54 PM
      pegasus pegasus is offline
      VaultWiki Team
      DBSEO Damages XF-Style URLs with Extra =

      See the following thread for examples and a discussion of the issue: https://www.vaultwiki.org/threads/6202/

      Basically, due to a bug in DBSEO, XenForo-style URLs like ?xf-route/ get converted to ?xf-route/= whenever they are posted and whenever the pattern appears in content. This means that the original post content is damaged unintentionally.

      Since DBSEO is no longer maintained by its developers and does not accept new bug reports, users experiencing this issue can correct it as follows.

      In dbtech/dbseo/includes/url.php, find:
      Code:
      $key = $_subParameter;
      AFTER it, add:
      Code:
      $value = false;
      Find:
      Code:
      $parseString .= ($parseString ? $ampersand : '') . $_stringParameters[$i][0] . '=' . $_stringParameters[$i][1];
      Replace with:
      Code:
      						$parseString .= ($parseString ? $ampersand : '') . $_stringParameters[$i][0];
      
      						if ($_stringParameters[$i][1] !== false)
      						{
      							$parseString .= '=' . $_stringParameters[$i][1];
      						}
      After making this correction, existing posts that were affected are not fixed, because they were already damaged by the bug. Affected posts will need to be edited so that they contain the correct URL. New posts made after the fix should also now be safe from the bug.
    Issue Details
    Issue Number 5760
    Issue Type Bug
    Project Site Issues
    Category Unknown
    Status Fixed
    Priority 2
    Users able to reproduce bug 0
    Users unable to reproduce bug 0
    Attachments 0
    Assigned Users (none)
    Tags (none)




    1. May 16, 2019 1:55 PM
      Issue Changed by pegasus
      • Title changed from XF-Style URLs Damaged with Extra = to DBSEO Damages XF-Style URLs with Extra =
    + Reply

    Assigned Users
    Loading Please Wait
    Tags
    Loading Please Wait
    • Contact Us
    • License Agreement
    • Privacy
    • Terms
    • Top
    All times are GMT -4. The time now is 6:34 AM.
    This site uses cookies to help personalize content, to tailor your experience, and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Learn more… Accept Remind me later
  • striker
    Powered by vBulletin® Version 4.2.5 Beta 2
    Copyright © 2025 vBulletin Solutions Inc. All rights reserved.
    Search Engine Optimisation provided by DragonByte SEO (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
    Copyright © 2008 - 2024 VaultWiki Team, Cracked Egg Studios, LLC.