Google Charting Wizard for MySQL
Google Charting Wizard for MySQL helps you drill down data to Google Chart from your MySQL database directly;
Features:
1. Nice ajax powered wizard;
2. Support joined table datasource;
3. Filter data from datasource on the fly;
4. 3 chart URL : cached url on your own server, fresh url, Google Chart API URL
Secure File Sharer
This script helps you share files with others in secure and simple way using your own PHP host.
The idea is simple.
You are a website owner, and you want to send a file to others with your own site. What you may do?
1). You upload the file to your site using a ftp program;
2). You announce the public url(email, msn, skype, etc.) and you pray strangers not to scan the file and download it.
3). You asked all of them: Have you downloaded it? No;
4). You asked all of them: Have you downloaded it? Yes;
5). You came to your site and delete the file.
This script make the process simple:
1). You came to the script’s admin page, and upload a file from local.
the script will generate a url to you for downloading.
2). You can set the following options to the URL :
a). When the url expired?
b). How many downloads will triger the URL expired?
c). Which range of ip allowed to download?
d). You can also set a password to protect the file from unauthorized download.
d). Even, you can send you a notify email or call a web service while someone downloading.
e). In the protected admin page, You can view every files’ download history: who, when, which ip downloaded your file and the actually result
(File Expired? File Deleted? IP disallowed? Wrong password? even the user cancel download(only works for large files)).
This script is very customizable, open the config file to set the page tile, page footer, the upload file size and the data directory permitted size.
MySQL Navigation
Introduction
If you are working with hosting MySQL databases, and pick up data from them frequently, this script may make your life easy working with them.
navigate and paginate to your databases tables;
Filter table data on the fly without coding SQL ;
export table data(may contains filter conditions) to csv etc. format;
SQL Editor helps you fire queries from database and export the resultset;
Web based MySQL shell emulator for the command-enthusiast;
download, uncompress and use it. no configuration needed.
This is a drag-drop to use script. Just download the zip and uncompress it to your web directory, than start to use.
This script will populate all databases with your account, you can choose to hide some database by chaning the configuration.
Setting IP whitelist
In most cases, you just want to allow accessing the item at some ips(at home or at work), in this case, please configure the whitelist. All ip addresses not in the whitelist will be denied to access the service. Please go to the installation directory, and open the application/config/config.php file, and find the following line:
$config[‘white_list’]=; i.e. Edit it to $config[‘white_list’]=’192.168.0.1-192.168.0.24;211.157.2.99’;’‘
you may have known, only 192.168.0.1 ~ 192.168.0.24 and 211.157.2.99 allowed to access the service.
Enhanced SQL Web Console for MySQL
Features
1). Drag-drop to use, no setup needed.
2). Smart bookmark feature, you can bookmark your favorite scripts and pickup them to use anytime.
3). Export the query resultset to CSV , Excel, XML , HTML formats.
4). Read-only mode avoiding writable scripts executing.
and more…
Please visit our live demo to learn more: http://www.dbfacephp.com/mysqlwebeditor/
Super MySQL Terminal
Super MySQL Terminal is a php mysql shell emulator. You can work with your share-hosted remote mysql like your localhost. Now, this script supports following commands:
1). mysql -h [host] -u [user] -p [password]
2). use [database name]
3). standard sql statements.
etc.
Please try it on our demo server: http://www.dbfacephp.com/mysqlterminal
Type “mysql -u tmwo0929_demo -p jsding” to connect the demo database, and type some “select” sql statement to try(Writable Script Disabled at our demo).
With this must-have script, you can access your remote MySQL by a browser on PC, event IPHONE , Android handset.