[Kopipaste] Xploit

kopipaste at machineaecrire.com kopipaste at machineaecrire.com
Mon Oct 28 10:26:40 CET 2013


<?

// 1 time only



if (defined("_CONNECT")) return;

define("_CONNECT", "1");

$userName ="[humhum]";      // yr name to connect SQL

$password ="[humhum]";      // yr passwd

$hostName = "mysql5-1";     // hostname usally localhost



$databaseName="[humhum]";   // name dataBase

$tableName="[humhum]";
/*
$userName ="[humhum]";      // yr name to connect SQL

$password ="[humhum]";      // yr passwd

$hostName = "localhost:8889";     // hostname usally localhost

$databaseName="[humhum]";   // name dataBase

$tableName="[humhum]";

*/

$GLOBALS['db_ok'] = true;

$GLOBALS['db_ok'] &= !!@mysql_connect($hostName,$userName,$password);

$GLOBALS['db_ok'] &= !!@mysql_select_db($databaseName);

?>


More information about the Kopipaste mailing list