Home
last modified time | relevance | path

Searched refs:sqlpassword (Results 1 – 25 of 34) sorted by relevance

12

/dports/chinese/phpbb3-tw/phpBB3/includes/db/
H A Dmssql.php33 …function sql_connect($sqlserver, $sqluser, $sqlpassword, $database, $port = false, $persistency = … argument
54 …onnect($this->server, $this->user, $sqlpassword, $new_link) : @mssql_connect($this->server, $this-…
58 …ql_pconnect($this->server, $this->user, $sqlpassword) : @mssql_connect($this->server, $this->user,…
H A Dfirebird.php36 …function sql_connect($sqlserver, $sqluser, $sqlpassword, $database, $port = false, $persistency = … argument
64 … $this->db_connect_id = @ibase_pconnect($use_database, $this->user, $sqlpassword, false, false, 3);
73 $this->db_connect_id = @ibase_connect($use_database, $this->user, $sqlpassword, false, false, 3);
80 $this->service_handle = @ibase_service_attach($this->server, $this->user, $sqlpassword);
H A Dmssql_odbc.php40 …function sql_connect($sqlserver, $sqluser, $sqlpassword, $database, $port = false, $persistency = … argument
79 $this->db_connect_id = @odbc_pconnect($this->server, $this->user, $sqlpassword);
88 $this->db_connect_id = @odbc_connect($this->server, $this->user, $sqlpassword);
H A Dpostgres.php39 …function sql_connect($sqlserver, $sqluser, $sqlpassword, $database, $port = false, $persistency = … argument
48 if ($sqlpassword)
50 $connect_string .= "password=$sqlpassword ";
H A Doracle.php33 …function sql_connect($sqlserver, $sqluser, $sqlpassword, $database, $port = false, $persistency = … argument
59 $this->db_connect_id = @ocinlogon($this->user, $sqlpassword, $connect, 'UTF8');
68 $this->db_connect_id = @ociplogon($this->user, $sqlpassword, $connect, 'UTF8');
77 $this->db_connect_id = @ocilogon($this->user, $sqlpassword, $connect, 'UTF8');
H A Dmysql.php39 …function sql_connect($sqlserver, $sqluser, $sqlpassword, $database, $port = false, $persistency = … argument
55 $this->db_connect_id = @mysql_pconnect($this->server, $this->user, $sqlpassword);
64 $this->db_connect_id = @mysql_connect($this->server, $this->user, $sqlpassword, $new_link);
/dports/chinese/phpbb-tw/phpBB2/db/
H A Dpostgres7.php41 function sql_db($sqlserver, $sqluser, $sqlpassword, $database, $persistency = true) argument
50 if( $sqlpassword )
52 $this->connect_string .= "password=$sqlpassword ";
H A Dmysql.php39 function sql_db($sqlserver, $sqluser, $sqlpassword, $database, $persistency = true) argument
44 $this->password = $sqlpassword;
H A Dmysql4.php40 function sql_db($sqlserver, $sqluser, $sqlpassword, $database, $persistency = true) argument
44 $this->password = $sqlpassword;
H A Dmssql.php46 function sql_db($sqlserver, $sqluser, $sqlpassword, $database, $persistency = true) argument
50 $this->password = $sqlpassword;
H A Ddb2.php43 function sql_db($sqlserver, $sqluser, $sqlpassword, $database, $persistency = true) argument
47 $this->password = $sqlpassword;
H A Dmsaccess.php47 function sql_db($sqlserver, $sqluser, $sqlpassword, $database, $persistency = true) argument
52 $this->password = $sqlpassword;
H A Dmssql-odbc.php46 function sql_db($sqlserver, $sqluser, $sqlpassword, $database, $persistency = true) argument
51 $this->password = $sqlpassword;
/dports/www/phpbb/phpBB2/db/
H A Dpostgres7.php41 function sql_db($sqlserver, $sqluser, $sqlpassword, $database, $persistency = true) argument
50 if( $sqlpassword )
52 $this->connect_string .= "password=$sqlpassword ";
H A Dmysql4.php40 function sql_db($sqlserver, $sqluser, $sqlpassword, $database, $persistency = true) argument
44 $this->password = $sqlpassword;
H A Dmysql.php39 function sql_db($sqlserver, $sqluser, $sqlpassword, $database, $persistency = true) argument
44 $this->password = $sqlpassword;
H A Ddb2.php43 function sql_db($sqlserver, $sqluser, $sqlpassword, $database, $persistency = true) argument
47 $this->password = $sqlpassword;
H A Dmssql.php46 function sql_db($sqlserver, $sqluser, $sqlpassword, $database, $persistency = true) argument
50 $this->password = $sqlpassword;
H A Dmsaccess.php47 function sql_db($sqlserver, $sqluser, $sqlpassword, $database, $persistency = true) argument
52 $this->password = $sqlpassword;
H A Dmssql-odbc.php46 function sql_db($sqlserver, $sqluser, $sqlpassword, $database, $persistency = true) argument
51 $this->password = $sqlpassword;
/dports/www/phpbb3/phpBB3/phpbb/db/driver/
H A Dmssql_odbc.php33 …function sql_connect($sqlserver, $sqluser, $sqlpassword, $database, $port = false, $persistency = … argument
72 $this->db_connect_id = @odbc_pconnect($this->server, $this->user, $sqlpassword);
81 $this->db_connect_id = @odbc_connect($this->server, $this->user, $sqlpassword);
H A Ddriver_interface.php341 * @param string $sqlpassword Password of the SQL user
348 …public function sql_connect($sqlserver, $sqluser, $sqlpassword, $database, $port = false, $persist… argument
H A Doracle.php27 …function sql_connect($sqlserver, $sqluser, $sqlpassword, $database, $port = false, $persistency = … argument
53 $this->db_connect_id = @oci_new_connect($this->user, $sqlpassword, $connect, 'UTF8');
62 $this->db_connect_id = @oci_pconnect($this->user, $sqlpassword, $connect, 'UTF8');
71 $this->db_connect_id = @oci_connect($this->user, $sqlpassword, $connect, 'UTF8');
H A Dpostgres.php29 …function sql_connect($sqlserver, $sqluser, $sqlpassword, $database, $port = false, $persistency = … argument
38 if ($sqlpassword)
40 $connect_string .= "password='$sqlpassword' ";
H A Dmssqlnative.php33 …function sql_connect($sqlserver, $sqluser, $sqlpassword, $database, $port = false, $persistency = … argument

12