Dbkiss is a single PHP file composed of database browsing tools, easy to upload and use. It supports MySQL and PostgreSQL and data import/export functions, the entire database or a single table for data search, providing an advanced SQL Editor, template maintenance, multiple query execution and other functions.
Dbkiss 1.11 This version adds the data output link feature, and does not reveal your Dbkiss script location when clicked.
"Mysql_local.php" Source:
<?php
Define (' Cookie_prefix ', Str_replace ('. php ', ', basehttp://www.aliyun.com/zixun/aggregation/11696.html ') >name (__ file__)). ' _');
Define (' Dbkiss_sql_dir ', ' dbkiss_mysql ');
$cookie = Array (
' Db_driver ' => ' MySQL ',
' Db_server ' => ' localhost ',
' Db_name ' => ' test ',
' Db_user ' => ' root ',
' Db_pass ' => ' Toor ',
' Db_charset ' => ' UTF8 ',
' Page_charset ' => ' utf-8 ',
' Remember ' => 1
);
foreach ($cookie as $k => $v) {
if (' db_pass ' = = $k) {$v = Base64_encode ($v);}
$k = Cookie_prefix $k;
if (!isset ($_cookie[$k])) {
$_cookie[$k] = $v;
}
}
Require './dbkiss.php ';
?>
Download Address: http://www.gosu.pl/dbkiss/dbkiss.zip?ver=111