아 귀차니즘 ㅠㅠ 정보
아 귀차니즘 ㅠㅠ본문
전 그누보드가 아니고 zb5를 사용하고 있습니다 -_-;; 근데...... zb5 소스가 복잡해서............
여기 와서 하는 것입니다 -_-;;
제가 만든거라곤.......
길호쳇 zb5연동 모듈
[zb5] 아이피 차단 모듈 스킨
미니돌 2.6 그누보드 4 연동 추가 버전........
대충 이렇게 되겠네요^^
길호쳇이란 프로그램은...... 닉네임이 깨져서...... iconv로 인코딩 변환시키고..... -_-;;(iconv 말고도 다른것도 있지만....... 요게 제일 많이 써서.......)
전 편법밖에 모르는 사람 ㅠ.ㅠ
(제가.... phpfreechat 연동하는 헐랭이님께 아이디어(?) 줬습니다)
추천
0
0
댓글 4개
여기 와서 하는 것입니다 -_-;; --- 무엇을 여기와서 하는것이라는 말씀이신지..
미니스톤도 모르시면서 ㅜ,.x
브라운스톤에 삽니다.

인코딩 관련은 메뉴얼을 참고
http://www.phpfreechat.net/install.en.html
If you have already identified the user (forum, portal...) you can force the user's nickname here, this will skip the "Please enter your nickname" popup.
Warning : Nicknames must be encoded in UTF-8. For example, if you get nicks from a databases where they are ISO-8859-1 encoded, you must ocnvert it: $params["nick"] = iconv("ISO-8859-1", "UTF-8", $bdd_nickname); (of course, change the $bdd_nickname parameter for your needs)
("" value by default, means users must choose a nickname when s/he connect)
http://www.phpfreechat.net/install.en.html
If you have already identified the user (forum, portal...) you can force the user's nickname here, this will skip the "Please enter your nickname" popup.
Warning : Nicknames must be encoded in UTF-8. For example, if you get nicks from a databases where they are ISO-8859-1 encoded, you must ocnvert it: $params["nick"] = iconv("ISO-8859-1", "UTF-8", $bdd_nickname); (of course, change the $bdd_nickname parameter for your needs)
("" value by default, means users must choose a nickname when s/he connect)