..I will show you how to create native tools. I'm not going to make a new tool though, instead I will show you what is required to create one. You can find all the native tools in the..
THC xConverter is a tool that makes use of (php) functions in order to calculate, fetch, convert and encrypt data
<?php
/* Supported database types and the include file for making a connection */
$_DB = array();
$_DB['mysql'] = "mysql_connect";
?>