Hallo, Gast! (Registrieren)

Wir wünschen allen Besuchern frohe Ostern!

Letzte Ankündigung: MyBB 1.8.37 veröffentlicht (04.11.23)


Benutzer, die gerade dieses Thema anschauen: 1 Gast/Gäste
Mybb EZsql
#1
Eine neue Erweiterung wurde veröffentlicht: Mybb EZsql

Zitat: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 to prevent abuse. You can
edit the plugin code if you wish to remove that restriction. Comment out
the following line.

<?php if($mybb->user['uid'] == $config['super_admins']) {
?>
Zitieren