crackerDB v1.0This is a very limited, barely visual database manager. It was designed as an `include` file, to be used within any template already built. Users will nee...
This is a very limited, barely visual database manager. It was designed as an `include` file, to be used within any template already built. Users will need to know the SQL statements to locate the necessary data within the databaseIt assumes an existing connection to a database: $db = mysql_connect($dbHost,$dbRoot,$dbPassword); There`s nothing secure about this, so you`ll want to make sure it`s in a secure location on your server. If you want a login script, you`ll want to use crackerDB v1.0s.