Home
last modified time | relevance | path

Searched refs:mysql_connect (Results 1 – 8 of 8) sorted by last modified time

/plugin/photogallery/phpThumb/
H A DphpThumb.php344 …if ($cid = @mysql_connect($phpThumb->config_mysql_hostname, $phpThumb->config_mysql_username, $php…
/plugin/sql/
H A DDB.php80 function mysql_connect($server, $login, $password) { function
/plugin/codemirror/dist/modes/
H A Dphp.min.js.map1 …pache_setenv apache_response_headers apache_get_version getallheaders mysql_connect mysql_pconnect…
/plugin/authucenter/lib/uc_client/lib/
H A Ddb.class.php41 if(!$this->link = mysql_connect($dbhost, $dbuser, $dbpw)) {
/plugin/authdrupal7/
H A Dauth.php310 …$con = @mysql_connect($this->getConf('server'), $this->getConf('user'), $this->getConf('password')…
/plugin/zenlogin/
H A Daction.php89 … $con = mysql_connect($this->zp_mysql_host,$this->zp_mysql_user,$this->zp_mysql_pass);
150 $con = mysql_connect($this->zp_mysql_host,$this->zp_mysql_user,$this->zp_mysql_pass);
/plugin/phpbblinks/
H A Daction.php261 $con = @mysql_connect( $host , $user , $pass) or $err = @mysql_error();
/plugin/guestbook/
H A Dbasic.class.php40 …$this->db = @mysql_connect($db_server, $db_user, $db_password) or die ("Konnte keine Verbindung zu…