Searched refs:dbuser (Results 1 – 3 of 3) sorted by relevance
/plugin/authucenter/lib/uc_client/lib/ |
H A D | db.class.php | 17 var $dbuser; variable in ucclient_db 26 …function connect($dbhost, $dbuser, $dbpw, $dbname = '', $dbcharset = '', $pconnect = 0, $tablepre=… argument 28 $this->dbuser = $dbuser; 37 if(!$this->link = mysql_pconnect($dbhost, $dbuser, $dbpw)) { 41 if(!$this->link = mysql_connect($dbhost, $dbuser, $dbpw)) { 158 …$this->connect($this->dbhost, $this->dbuser, $this->dbpw, $this->dbname, $this->dbcharset, $this->…
|
H A D | dbi.class.php | 17 var $dbuser; variable in ucclient_db 26 …function connect($dbhost, $dbuser, $dbpw, $dbname = '', $dbcharset = '', $pconnect = 0, $tablepre=… argument 28 $this->dbuser = $dbuser; 36 if(!$this->link = new mysqli($dbhost, $dbuser, $dbpw, $dbname)) { 151 …$this->connect($this->dbhost, $this->dbuser, $this->dbpw, $this->dbname, $this->dbcharset, $this->…
|
/plugin/authphpbb3/ |
H A D | auth.php | 531 $this->_phpbb_conf['dbuser'] = $dbuser;
|