Dbkiss 1.11 Publishing Database browsing Tool

Source: Internet
Author: User
Keywords Dbkiss Database Browsing tool
Tags advanced browsing tools data data output database browsing tool database browsing tools editor export

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

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.