Nov 06, 2006, 07:57 PM
License is GNU/GPL attached inside extras folder. Â
Plugin Name: MybbEZSQL
Plugin Author: Jesse Labrocca
Plugin Website:Â Â http://www.MybbCentral.com
Plugin Version: 1.0
Plugin Mybb Compatibility: 1.2
Plugin File Edits: None
Plugin File Uploads: 2
Plugin Description:Â Â This plugin is to allow the admin to execute SQL commands from within the admincp.
Installation
1. Upload the 2 files from the zip
root/admin/mybbezsql.php
root/inc/plugins/mybbezsql.php
2. Login to your admincp and ACTIVATE the plugin (Mybb EZSQL) in the plugin manager.
3. You will see the new menu item called "Mybb EZSQL" under "Database Tools".
The rest is self explantory.
It does NOT have language support. It is hard coded english. However it should be self explanatory for any language.
This plugin will ONLY work for the superadmin (userid 1) to prevent abuse.  You can edit the plugin code if you wish to remove that restriction.  Look for the line
<?php if($mybb->user['uid'] == "1") { ?>
and alter it to
<?php if($mybb->user['uid'] != "0") { ?>
Thank you.
Plugin Name: MybbEZSQL
Plugin Author: Jesse Labrocca
Plugin Website:Â Â http://www.MybbCentral.com
Plugin Version: 1.0
Plugin Mybb Compatibility: 1.2
Plugin File Edits: None
Plugin File Uploads: 2
Plugin Description:Â Â This plugin is to allow the admin to execute SQL commands from within the admincp.
Installation
1. Upload the 2 files from the zip
root/admin/mybbezsql.php
root/inc/plugins/mybbezsql.php
2. Login to your admincp and ACTIVATE the plugin (Mybb EZSQL) in the plugin manager.
3. You will see the new menu item called "Mybb EZSQL" under "Database Tools".
The rest is self explantory.
It does NOT have language support. It is hard coded english. However it should be self explanatory for any language.
This plugin will ONLY work for the superadmin (userid 1) to prevent abuse.  You can edit the plugin code if you wish to remove that restriction.  Look for the line
<?php if($mybb->user['uid'] == "1") { ?>
and alter it to
<?php if($mybb->user['uid'] != "0") { ?>
Thank you.

