Results 1 to 2 of 2

vbseocp bug

This is a discussion on vbseocp bug within the Bug Reporting forums, part of the vBSEO SEO Plugin category; Hi, in the vbseocp panel, in the "excluded pages" area, when I put a \ and save it, it then ...

  1. #1
    Senior Member
    Real Name
    George
    Join Date
    May 2006
    Posts
    134
    Liked
    0 times

    vbseocp bug

    Hi, in the vbseocp panel, in the "excluded pages" area, when I put a \ and save it, it then appears double \\.

    I erased one, save it again, and the same happens.

    Thanks

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    168 times
    Please try to modify vbseocpform.php file:
    find:
    PHP Code:
    ".addslashes($v).""; 
    replace with:
    PHP Code:
    ".htmlspecialchars($v).""; 

Similar Threads

  1. vbseocp
    By Lindsey in forum Troubleshooting
    Replies: 2
    Last Post: 03-20-2008, 06:20 PM
  2. vbseocp.php
    By Chuanse in forum Troubleshooting
    Replies: 8
    Last Post: 02-09-2006, 04:18 PM

Posting Permissions

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