|
|
<?
$conf_client_charset = "shift_jis";
$conf_common_path1 = "http://homepage2.nifty.com/lightbox/gensjis/";
$conf_common_path2 = "http://homepage2.nifty.com/lightbox/gen/";
// 1:MySQL, 2:SQLServer, 3:PostgreSQL
// 4:MDB(COM), 5:Oracle(COM/ADO), 6:Oracle(COM/OO4O)
$conf_db_type = 1;
$conf_db_host = "localhost";
$conf_db_db = "lightbox";
$conf_db_user = "root";
$conf_db_pass = "";
?>
| |
|
|
<?
$conf_client_charset = "euc-jp";
$conf_common_path1 = "http://homepage2.nifty.com/lightbox/geneuc/";
$conf_common_path2 = "http://homepage2.nifty.com/lightbox/gen/";
// 1:MySQL, 2:SQLServer, 3:PostgreSQL
// 4:MDB(COM), 5:Oracle(COM/ADO), 6:Oracle(COM/OO4O)
$conf_db_type = 1;
$conf_db_host = "localhost";
$conf_db_db = "lightbox";
$conf_db_user = "root";
$conf_db_pass = "";
// DB class による強制変換
$conf_db_charset = 'SJIS';
?>
| |
|
|
<?
$conf_client_charset = "shift_jis";
$conf_common_path1 = "http://homepage2.nifty.com/lightbox/gensjis/";
$conf_common_path2 = "http://homepage2.nifty.com/lightbox/gen/";
// 1:MySQL, 2:SQLServer, 3:PostgreSQL
// 4:MDB(COM), 5:Oracle(COM/ADO), 6:Oracle(COM/OO4O)
$conf_db_type = 1;
$conf_db_host = "localhost";
$conf_db_db = "lightbox";
$conf_db_user = "root";
$conf_db_pass = "";
// DB class による強制変換
$conf_db_charset = 'EUC-JP';
?>
| |
|
|
|
|
<?
$conf_client_charset = "shift_jis";
$conf_common_path1 = "http://homepage2.nifty.com/lightbox/gensjis/";
$conf_common_path2 = "http://homepage2.nifty.com/lightbox/gen/";
// 1:MySQL, 2:SQLServer, 3:PostgreSQL
// 4:MDB(COM), 5:Oracle(COM/ADO), 6:Oracle(COM/OO4O)
$conf_db_type = 1;
$conf_db_host = "localhost";
$conf_db_db = "lightbox";
$conf_db_user = "root";
$conf_db_pass = "";
// もし問題が出る場合は実行しておく
$conf_db_connect_action = "set names 'sjis'";
?>
| |
|
|
<?
$conf_client_charset = "euc-jp";
$conf_common_path1 = "http://homepage2.nifty.com/lightbox/geneuc/";
$conf_common_path2 = "http://homepage2.nifty.com/lightbox/gen/";
// 1:MySQL, 2:SQLServer, 3:PostgreSQL
// 4:MDB(COM), 5:Oracle(COM/ADO), 6:Oracle(COM/OO4O)
$conf_db_type = 1;
$conf_db_host = "localhost";
$conf_db_db = "lightbox";
$conf_db_user = "root";
$conf_db_pass = "";
// MySQL による自動変換
$conf_db_connect_action = "set names 'ujis'";
?>
| |
|
|
<?
$conf_client_charset = "shift_jis";
$conf_common_path1 = "http://homepage2.nifty.com/lightbox/gensjis/";
$conf_common_path2 = "http://homepage2.nifty.com/lightbox/gen/";
// 1:MySQL, 2:SQLServer, 3:PostgreSQL
// 4:MDB(COM), 5:Oracle(COM/ADO), 6:Oracle(COM/OO4O)
$conf_db_type = 1;
$conf_db_host = "localhost";
$conf_db_db = "lightbox";
$conf_db_user = "root";
$conf_db_pass = "";
// MySQL による自動変換
$conf_db_connect_action = "set names 'sjis'";
?>
| |
|
|
SQLServer ( MSDE ) 2000、2005 with php_mssql.dll |
|
|
<?
$conf_client_charset = "shift_jis";
$conf_common_path1 = "http://homepage2.nifty.com/lightbox/gensjis/";
$conf_common_path2 = "http://homepage2.nifty.com/lightbox/gen/";
// 1:MySQL, 2:SQLServer, 3:PostgreSQL
// 4:MDB(COM), 5:Oracle(COM/ADO), 6:Oracle(COM/OO4O)
$conf_db_type = 2;
$conf_db_host = "night\\SQLEXPRESS";
$conf_db_db = "lightbox";
$conf_db_user = "sa";
$conf_db_pass = "passwordpassword";
?>
| |
|
|
<?
$conf_client_charset = "euc-jp";
$conf_common_path1 = "http://homepage2.nifty.com/lightbox/geneuc/";
$conf_common_path2 = "http://homepage2.nifty.com/lightbox/gen/";
// 1:MySQL, 2:SQLServer, 3:PostgreSQL
// 4:MDB(COM), 5:Oracle(COM/ADO), 6:Oracle(COM/OO4O)
$conf_db_type = 2;
$conf_db_host = "night\\SQLEXPRESS";
$conf_db_db = "lightbox";
$conf_db_user = "sa";
$conf_db_pass = "passwordpassword";
// DB class による強制変換
$conf_db_charset = 'SJIS';
?>
| |
|
|
|