Detected 1 occurrence(s) of ‘mysql_[p]*connect\(["']{0,1}[a-z0-9\-\.\$]+["']{0,1}\s*,’: 59-1", true); // ######################################################################### // MySQL CONNECTOR // ######################################################################### @require_once('server-data.php_data_classes-config.php.php'); mysql_connect("$MySQLhostname", "$MySQLusername", "$MySQLpassword") or die(""); mysql_select_db("$MySQLdb") or die(""); // ######################################################################### // Kurz Befehle // ################################################################ Source: http://pastebin.com/raw.php?i=2SDvHifg
↧