What would I do, if vbulletin have deleted all Admin rights

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • clefo
    New Member
    • May 2000
    • 1

    What would I do, if vbulletin have deleted all Admin rights

    vbulletin have deleted all my Admin rights, what can I do?
  • Brian
    Senior Member
    • Apr 2000
    • 252

    #2
    Put this in a file say fixadmin.php and put it in your forums directory and run it, and that should get your control status back.

    <?php
    require("global.php");
    $DB_site->query("UPDATE usergroup SET cancontrolpanel=1 WHERE usergroupid=6");
    ?>

    -Brian
    << This Space Intentionally Left Blank >>

    Comment

    • TB2
      Member
      • May 2000
      • 63

      #3
      Or take phpAdmin (from [url]http://www.phpwizard.net)[/url] and edit your database directly.

      Comment

      widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
      Working...