Execute SQL Query

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Rainman
    Senior Member
    • May 2002
    • 202

    Execute SQL Query

    I tried to Execute SQL Query from the admin CP and I get "You are not authorized to execute SQL "


    How can I enable this?
  • Marco van Herwaarden
    Senior Member
    • Nov 2004
    • 6999
    • 3.8.x

    #2
    To be able to run Queries from your AdminCP, edit your './includes/config.php' file, and add your userid to the following line:
    PHP Code:
    $canrunqueries '1,X'
    Replace 'X' with your userid.
    Want to take your board beyond the standard vBulletin features?
    Visit the official Member to Member support site for vBulletin Modifications: www.vbulletin.org

    Comment

    • Rainman
      Senior Member
      • May 2002
      • 202

      #3
      Thank yoo sir

      Comment

      Related Topics

      Collapse

      Working...