Quantcast
Channel: pastebin.com – LeakedIn
Viewing all articles
Browse latest Browse all 2834

Potential leak of data: MySQL Connect Information

$
0
0
Detected 1 occurrence(s) of ‘mysql_[p]*connect\(["']{0,1}[a-z0-9\-\.\$]+["']{0,1}\s*,’: ?php $host = "**************t.com"; //replace with database hostname $username = "**********"; //replace with database username $password = "**********"; //replace with database password $db_name = "a8463280_trans"; //replace with database name $con = mysql_connect("$host", "$username", "$password")or die("cannot connect"); mysql_select_db("$db_name")or die("cannot select DB"); date_default_timezone_set('Europe/London'); $time_now = date('H:i'); echo($time_now); $sql = mysql_query("SELECT departure_time FROM […]

Viewing all articles
Browse latest Browse all 2834