Potential leak of data: MySQL Connect Information
Detected 1 occurrence(s) of ‘mysql_[p]*connect\(["']{0,1}[a-z0-9\-\.]+["']{0,1}\s*,’:
word = md5("password");
//клаÑÑÑ‹
class mysql
{
var $mysql_server = "mysql.shumsky.org.ua";
var $mysql_login = "test";
var $mysql_password = "test";
var $database_name = "test";
function connect()
{
if(!$mysql_connect = @mysql_connect("mysql.shumsky.org.ua","shumsky","Maxopka"))
{
return mysql_error();
}
else
{
if(!$select_db = @mysql_select_db("shumsky"))
{
return mysql_error();
}
else
{
return $mysql_connect;
Source: http://pastebin.com/raw.php?i=LcQRZ7f3
Tags: MySQL Connect Information, pastebin.com
This entry was posted on Sunday, July 15th, 2012 at 08:32 and is filed under PasteMon. You can follow any responses to this entry through the RSS 2.0 feed. Both comments and pings are currently closed.
Comments are closed.

