오토셋. 업글 버젼

gnuboard4_for_autoset.zip
제가 전에 이파일을 깔아야 한글이 깨지지 않는다고 햇는데
이 파일은 깔면. 별명이 안되더라구요.. 그래서. 제가 키놀님 한테

부탁해서. 신버젼에 맞는 파일은 부탁했습니다.
----------------------------------------------------------
http://cafe.naver.com/autoset/1554
---------------------------------------------------------
위에 주소로 가셔서.. 다운받으세요^^ ㅎㅎ
|

댓글 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 = "mailChecker@gnuboard.autoset.org"; // modified by kinor (2007.01.27) www.autoset.org
댓글을 작성하시려면 로그인이 필요합니다.

그누4 팁자료실

그누보드4와 관련된 팁을 여러분들과 함께 공유하세요. 나누면 즐거움이 커집니다.

+
제목 글쓴이 날짜 조회
19년 전 조회 3,355
19년 전 조회 3,290
19년 전 조회 6,463
19년 전 조회 3,257
19년 전 조회 2,459
19년 전 조회 5,055
19년 전 조회 3,096
19년 전 조회 3,094
19년 전 조회 2,430
19년 전 조회 2,562
19년 전 조회 4,172
19년 전 조회 2,284
19년 전 조회 7,474
19년 전 조회 4,537
19년 전 조회 3,347
19년 전 조회 3,503
19년 전 조회 6,390
19년 전 조회 4,345
19년 전 조회 2,647
19년 전 조회 4,277