오토셋. 업글 버젼 정보
오토셋. 업글 버젼관련링크
본문
gnuboard4_for_autoset.zip
제가 전에 이파일을 깔아야 한글이 깨지지 않는다고 햇는데
이 파일은 깔면. 별명이 안되더라구요.. 그래서. 제가 키놀님 한테
부탁해서. 신버젼에 맞는 파일은 부탁했습니다.
----------------------------------------------------------
http://cafe.naver.com/autoset/1554
---------------------------------------------------------
위에 주소로 가셔서.. 다운받으세요^^ ㅎㅎ
제가 전에 이파일을 깔아야 한글이 깨지지 않는다고 햇는데
이 파일은 깔면. 별명이 안되더라구요.. 그래서. 제가 키놀님 한테
부탁해서. 신버젼에 맞는 파일은 부탁했습니다.
----------------------------------------------------------
http://cafe.naver.com/autoset/1554
---------------------------------------------------------
위에 주소로 가셔서.. 다운받으세요^^ ㅎㅎ
추천
0
0
댓글 1개
접속이 안될때를 대비하여.. ^^;
1. [gnuboard4\install\install_db.php]
$dblink = @mysql_connect($mysql_host, $mysql_user, $mysql_pass);
if (!$dblink) {
echo "<meta http-equiv='content-type' content='text/html; charset=$g4[charset]'>";
echo "<script language='JavaScript'>alert('MySQL Host, User, Password 를 확인해 주십시오.');history.back();</script>";
exit;
} else {
@mysql_query("set names euckr", $dblink); // added by kinor (2007.01.27) www.autoset.org
}
2. [gnuboard4\lib\common.lib.php]
function sql_connect($host, $user, $pass)
{
$dblink = @mysql_connect($host, $user, $pass);
@mysql_query("set names euckr", $dblink); // added by kinor (2007.01.27) www.autoset.org
return $dblink;
}
[gnuboard4\adm\sendmail_test.php]
$from_email = "www.autoset.org
1. [gnuboard4\install\install_db.php]
$dblink = @mysql_connect($mysql_host, $mysql_user, $mysql_pass);
if (!$dblink) {
echo "<meta http-equiv='content-type' content='text/html; charset=$g4[charset]'>";
echo "<script language='JavaScript'>alert('MySQL Host, User, Password 를 확인해 주십시오.');history.back();</script>";
exit;
} else {
@mysql_query("set names euckr", $dblink); // added by kinor (2007.01.27) www.autoset.org
}
2. [gnuboard4\lib\common.lib.php]
function sql_connect($host, $user, $pass)
{
$dblink = @mysql_connect($host, $user, $pass);
@mysql_query("set names euckr", $dblink); // added by kinor (2007.01.27) www.autoset.org
return $dblink;
}
[gnuboard4\adm\sendmail_test.php]
$from_email = "www.autoset.org