알짜게시판

채팅방에 이모티콘 달기

길호님께서 올린것과는 다른 방식입니다..^^

현제 그누보드용 채팅에 적용한 상태라 그누보드 위주로 설명합니다.
다른 보드 채팅은 경로만 약간 수정하면 되리라 봅니다.

먼저 chat09_emoticon.zip파일을 압축을 풀어서 emo.php파일과 emoticon폴더를
gnu/gnu_chat폴더에 올립니다.

gnu_chat/skin/각스킨폴더/room.php파일을 열어서 아래와 같이 수정..

입력창 : <input type=text name=test autocomplete=off>
</form> <- 이부분 아래에

여기서 부터-------------------------------------
<table>
<TR>
<TD><div align=right>
      <input onclick='showEmoticon()' type=checkbox name=Emoticons value='yes'><img src=./emoticon/i_emoticons.gif align=absmiddle border=0>이모티콘
      </div>
</TD>
</TR>
<TR>
<TD><? include "../gnu_chat/emo.php"; ?>
</TD>
</TR>
<table>
여기 까지----------------------------------------


<SCRIPT>
// 자동링크 기능....
.....................................................................
.....................................................................
return str.replace(/___---#Done#Src#---___/g, "");
} <- 이줄 다음에

여기서 부터----------------------------------------
function emoticon_html(str)
 {
str=str.replace("emtc_001","<img src=http://URL/gnu/gnu_chat/emoticon/1.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_002","<img src=http://URL/gnu/gnu_chat/emoticon/2.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_003","<img src=http://URL/gnu/gnu_chat/emoticon/3.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_004","<img src=http://URL/gnu/gnu_chat/emoticon/4.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_005","<img src=http://URL/gnu/gnu_chat/emoticon/5.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_006","<img src=http://URL/gnu/gnu_chat/emoticon/6.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_007","<img src=http://URL/gnu/gnu_chat/emoticon/7.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_008","<img src=http://URL/gnu/gnu_chat/emoticon/8.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_009","<img src=http://URL/gnu/gnu_chat/emoticon/9.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_010","<img src=http://URL/gnu/gnu_chat/emoticon/10.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_011","<img src=http://URL/gnu/gnu_chat/emoticon/11.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_012","<img src=http://URL/gnu/gnu_chat/emoticon/12.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_013","<img src=http://URL/gnu/gnu_chat/emoticon/13.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_014","<img src=http://URL/gnu/gnu_chat/emoticon/14.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_015","<img src=http://URL/gnu/gnu_chat/emoticon/15.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_016","<img src=http://URL/gnu/gnu_chat/emoticon/16.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_017","<img src=http://URL/gnu/gnu_chat/emoticon/17.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_018","<img src=http://URL/gnu/gnu_chat/emoticon/18.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_019","<img src=http://URL/gnu/gnu_chat/emoticon/19.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_020","<img src=http://URL/gnu/gnu_chat/emoticon/20.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_021","<img src=http://URL/gnu/gnu_chat/emoticon/21.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_022","<img src=http://URL/gnu/gnu_chat/emoticon/22.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_023","<img src=http://URL/gnu/gnu_chat/emoticon/23.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_024","<img src=http://URL/gnu/gnu_chat/emoticon/24.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_025","<img src=http://URL/gnu/gnu_chat/emoticon/25.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_026","<img src=http://URL/gnu/gnu_chat/emoticon/26.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_027","<img src=http://URL/gnu/gnu_chat/emoticon/27.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_028","<img src=http://URL/gnu/gnu_chat/emoticon/28.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_029","<img src=http://URL/gnu/gnu_chat/emoticon/29.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_030","<img src=http://URL/gnu/gnu_chat/emoticon/30.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_031","<img src=http://URL/gnu/gnu_chat/emoticon/31.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_032","<img src=http://URL/gnu/gnu_chat/emoticon/32.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_033","<img src=http://URL/gnu/gnu_chat/emoticon/33.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_034","<img src=http://URL/gnu/gnu_chat/emoticon/34.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_035","<img src=http://URL/gnu/gnu_chat/emoticon/35.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_036","<img src=http://URL/gnu/gnu_chat/emoticon/36.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_037","<img src=http://URL/gnu/gnu_chat/emoticon/37.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_038","<img src=http://URL/gnu/gnu_chat/emoticon/38.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_039","<img src=http://URL/gnu/gnu_chat/emoticon/39.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_040","<img src=http://URL/gnu/gnu_chat/emoticon/40.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_041","<img src=http://URL/gnu/gnu_chat/emoticon/41.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_042","<img src=http://URL/gnu/gnu_chat/emoticon/42.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_043","<img src=http://URL/gnu/gnu_chat/emoticon/43.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_044","<img src=http://URL/gnu/gnu_chat/emoticon/44.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_045","<img src=http://URL/gnu/gnu_chat/emoticon/45.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_046","<img src=http://URL/gnu/gnu_chat/emoticon/46.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_047","<img src=http://URL/gnu/gnu_chat/emoticon/47.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_048","<img src=http://URL/gnu/gnu_chat/emoticon/48.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_049","<img src=http://URL/gnu/gnu_chat/emoticon/49.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_050","<img src=http://URL/gnu/gnu_chat/emoticon/50.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_051","<img src=http://URL/gnu/gnu_chat/emoticon/51.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_052","<img src=http://URL/gnu/gnu_chat/emoticon/52.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_053","<img src=http://URL/gnu/gnu_chat/emoticon/53.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_054","<img src=http://URL/gnu/gnu_chat/emoticon/54.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_055","<img src=http://URL/gnu/gnu_chat/emoticon/55.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_056","<img src=http://URL/gnu/gnu_chat/emoticon/56.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_057","<img src=http://URL/gnu/gnu_chat/emoticon/57.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_058","<img src=http://URL/gnu/gnu_chat/emoticon/58.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_059","<img src=http://URL/gnu/gnu_chat/emoticon/59.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_060","<img src=http://URL/gnu/gnu_chat/emoticon/60.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_061","<img src=http://URL/gnu/gnu_chat/emoticon/61.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_062","<img src=http://URL/gnu/gnu_chat/emoticon/62.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_063","<img src=http://URL/gnu/gnu_chat/emoticon/63.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_064","<img src=http://URL/gnu/gnu_chat/emoticon/64.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_065","<img src=http://URL/gnu/gnu_chat/emoticon/65.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_066","<img src=http://URL/gnu/gnu_chat/emoticon/66.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_067","<img src=http://URL/gnu/gnu_chat/emoticon/67.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_068","<img src=http://URL/gnu/gnu_chat/emoticon/68.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_069","<img src=http://URL/gnu/gnu_chat/emoticon/69.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_070","<img src=http://URL/gnu/gnu_chat/emoticon/70.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_071","<img src=http://URL/gnu/gnu_chat/emoticon/71.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_072","<img src=http://URL/gnu/gnu_chat/emoticon/72.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_073","<img src=http://URL/gnu/gnu_chat/emoticon/73.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_074","<img src=http://URL/gnu/gnu_chat/emoticon/74.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_075","<img src=http://URL/gnu/gnu_chat/emoticon/75.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_076","<img src=http://URL/gnu/gnu_chat/emoticon/76.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_077","<img src=http://URL/gnu/gnu_chat/emoticon/77.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_078","<img src=http://URL/gnu/gnu_chat/emoticon/78.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_079","<img src=http://URL/gnu/gnu_chat/emoticon/79.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_080","<img src=http://URL/gnu/gnu_chat/emoticon/80.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_081","<img src=http://URL/gnu/gnu_chat/emoticon/81.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_082","<img src=http://URL/gnu/gnu_chat/emoticon/82.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_083","<img src=http://URL/gnu/gnu_chat/emoticon/83.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_084","<img src=http://URL/gnu/gnu_chat/emoticon/84.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_085","<img src=http://URL/gnu/gnu_chat/emoticon/85.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_086","<img src=http://URL/gnu/gnu_chat/emoticon/86.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_087","<img src=http://URL/gnu/gnu_chat/emoticon/87.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_088","<img src=http://URL/gnu/gnu_chat/emoticon/88.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_089","<img src=http://URL/gnu/gnu_chat/emoticon/89.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_090","<img src=http://URL/gnu/gnu_chat/emoticon/90.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_091","<img src=http://URL/gnu/gnu_chat/emoticon/91.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_092","<img src=http://URL/gnu/gnu_chat/emoticon/92.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_093","<img src=http://URL/gnu/gnu_chat/emoticon/93.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_094","<img src=http://URL/gnu/gnu_chat/emoticon/94.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_095","<img src=http://URL/gnu/gnu_chat/emoticon/95.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_096","<img src=http://URL/gnu/gnu_chat/emoticon/96.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_097","<img src=http://URL/gnu/gnu_chat/emoticon/97.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_098","<img src=http://URL/gnu/gnu_chat/emoticon/98.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_099","<img src=http://URL/gnu/gnu_chat/emoticon/99.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_100","<img src=http://URL/gnu/gnu_chat/emoticon/100.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_101","<img src=http://URL/gnu/gnu_chat/emoticon/101.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_102","<img src=http://URL/gnu/gnu_chat/emoticon/102.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_103","<img src=http://URL/gnu/gnu_chat/emoticon/103.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_104","<img src=http://URL/gnu/gnu_chat/emoticon/104.gif width=18 height=18 border=0>",str);
str=str.replace("emtc_105","<img src=http://URL/gnu/gnu_chat/emoticon/105.gif width=18 height=18 border=0>",str);
return str;
}
여기 까지------------------------------------------

아래 채팅 출력 부분 원본----------------------------
// 채팅 출력부분
 function chattext(str,col)
 {
<?
   if(file_exists('skin/'.$skinname.'/imoticon'))
   {
   $handle=@opendir('skin/'.$skinname.'/imoticon/.');
   while (($file = @readdir($handle))!==false)
   { $imoticon=str_replace('.gif','',$file);
     if(strpos($file,'.gif')>1)
     {?>
       str=str.replace("<?=$imoticon?>","<img src='imoticon/<?=$file?>'>");
     <?}
   }
   @closedir($handle);
   }
?>
  str=sw_autolink(str);

  chatview.document.body.insertAdjacentHTML('beforeEnd', '<font color='+col+'>'+str+'</font><br>');
  chatview.document.body.scrollTop=99999999;
 }
원본 끝--------------------------------------------

수정-----------------------------------------------
// 채팅 출력부분
 function chattext(str,col)
 {
  str=emoticon_html(str);
  str=sw_autolink(str);

  chatview.document.body.insertAdjacentHTML('beforeEnd', '<font color='+col+'>'+str+'</font><br>');
  chatview.document.body.scrollTop=99999999;
 }
수정 끝--------------------------------------------

이모티콘이 많으면 불러오는데 시간이 약간 걸리뿐만 아니라
이모티콘 약간 깨집니다..적절한 개수로 짤라서 사용하세요..^^
    • 저도 제로보드에 적용을 해봤는데 방만들기를 하면 계속해서 깨진방이라고 나옵니다.
      수정은 맞게한것 같은데 뭔가 소스수정이 잘못 되었나 봅니다.
      한번 봐주시겠어요?
      제로보드를 사용하고 있고 주소는 <a href=http://miso.najoy.net target=_blank>http://miso.najoy.net</a> 입니다.
      테스트 아이디 ; test  비밀번호 ; test
      부탁좀 드릴께요.
    • 03-11-11
    • 이모티콘이 깨지는 것은 그진 이모티콘 이미지 경로 문제입니다.
      만약 제로보드라면 아래와 같이 URL경로를 적어주면 해결됩니다..^^
      &lt;img src=http://URL/제로보드 폴더명/길호챗 폴더명/emoticon/104.gif width=18 height=18 border=0&gt;",str)
    • 03-11-11
    • 이미지는 안깨지는데 이모티콘을 선택해서 엔터치면 이모티콘이 안먹어요
    • 03-11-10
    • 저는 채팅에 이미지를 올리면 깨져서 나오는데 왜 그러죠?
    • 03-11-10
    • 수고하셨습니다 :)
    • 03-11-05
    • 오옷 감사합니다. 헐랭이님..
    • 03-11-05
    • 제로보드에서의 사용법은 비슷합니다.
      emo.php파일과 emoticon폴더를 채트 폴더안에 업로드 하시고
      include "../gnu_chat/emo.php"; 되는 이경로를
      include "../챗트폴더이름/emo.php"; 이렇게 하구요.
      이미지경로는
      str=str.replace("emtc_097","&lt;img src=http://URL/gnu/gnu_chat/emoticon/97.gif
      이걸전부
      str=str.replace("emtc_022","&lt;img src=/챗트폴더이름/emoticon/22.gif width=18 height=18 border=0&gt;",str);
      이렇게 수정하세요.^^엄청 노가입니다.

      그다음 &lt;/form&gt; &lt;- 이부분 아래에
      홈박스님 스킨중 00 기준
      여기에 테이블블이 시작되면 이상하게 되버리더군요.^^

      전아래처럼하니까 잘되네요^^
      &lt;/form&gt;
      &lt;TR&gt;
      &lt;TD width=12&gt;&lt;IMG SRC="skin/homebox00/images/homebox_chat_32.gif" HEIGHT=6&gt;&lt;/TD&gt;
      &lt;TD width=54&gt;&lt;IMG SRC="skin/homebox00/images/homebox_chat_33.gif" HEIGHT=6&gt;&lt;/TD&gt;
      &lt;TD width=68 COLSPAN=2&gt;&lt;IMG SRC="skin/homebox00/images/homebox_chat_34.gif" HEIGHT=6&gt;&lt;/TD&gt;
      &lt;TD width=100% background="skin/homebox00/images/homebox_chat_35.gif"&gt;&lt;IMG SRC="" HEIGHT=6&gt;&lt;/TD&gt;
      &lt;TD width=53&gt;&lt;IMG SRC="skin/homebox00/images/homebox_chat_36.gif" HEIGHT=6&gt;&lt;/TD&gt;
      &lt;TD width=16&gt;&lt;IMG SRC="skin/homebox00/images/homebox_chat_37.gif" HEIGHT=6&gt;&lt;/TD&gt;
      &lt;TD width=16&gt;&lt;IMG SRC="skin/homebox00/images/homebox_chat_38.gif" HEIGHT=6&gt;&lt;/TD&gt;
      &lt;TD width=136&gt;&lt;IMG SRC="skin/homebox00/images/homebox_chat_39.gif" HEIGHT=6&gt;&lt;/TD&gt;
      &lt;TD width=13&gt;&lt;IMG SRC="skin/homebox00/images/homebox_chat_40.gif" HEIGHT=6&gt;&lt;/TD&gt;
      &lt;/TR&gt;
      &lt;TABLE width="600" BORDER=0 CELLPADDING=0 CELLSPACING=0 align="center"&gt;&lt;!--이모티콘출력시작--&gt;
      &lt;TR&gt;
      &lt;TD align=center&gt;&lt;div align=right&gt;
            &lt;input onclick=&#039;showEmoticon()&#039; type=checkbox name=Emoticons value=&#039;yes&#039;&gt;&lt;img src=./emoticon/i_emoticons.gif align=absmiddle border=0&gt;이모티콘
            &lt;/div&gt;
      &lt;/TD&gt;
      &lt;/TR&gt;
      &lt;TR&gt;
      &lt;TD align=center&gt;&lt;? include "../kchat3/emo.php"; ?&gt;
      &lt;/TD&gt;
      &lt;/TR&gt;
      &lt;table&gt;&lt;!--이모티콘끝--&gt;
      &lt;/TABLE&gt;

      &lt;OBJECT id="KChat" classid="clsid:86A9E0B2-B22C-4EF9-A29C-7870FAD5C072"
    • 03-11-04
    • 제로보드에서 다는법도 알려주세요 이걸로는 당췌 무지한 저로써는 난감합니다. ㅠ.ㅠ[05]
    • 03-11-04
번호 제목 글쓴이 조회 날짜
98 비밀방 개설시 오류가 생기는경우!!! 3 15,113 04-20
97 [펌] HTTP 에러 코드표 21,574 04-20
96 공유기-zio5040쓰시는분 팁. 1 6,984 04-18
95 [펌] DNS설정으로 인터넷 빠르게!(설정법포함) 14,077 04-06
94 XP sp2 팝업창 상태표시줄 없애기 (사용자측면) 1 7,896 03-19
93 MSN 메신저 한글 안먹힐때 8,993 03-07
92 길호챗IRC 비회원 접속 못하게 하기. 3 9,153 02-22
91 윈도우 IIS에서 로그인 문제 해결보는 법 8,208 01-26
90 irc용 대화방 입장 시 소리 넣기 1 7,341 11-18
89 ZIO사의 INB3040씨리즈 공유기 쓰시는분들 계실까봐... 1 8,471 11-07
88 제로보드 로그인 문제의 근원적 이유 11,621 10-30
87 길호쳇IRC에"채팅프로그램을 설치하셔야됩니다."해결방법 8,678 10-23
86 ★ kchatirc 설치 메뉴얼!! 7,548 10-07
85 윈도우XP SP2 사용자, 한번에 접속하기 2 8,790 09-23
84 (공유기-에니게이트)이렇게 해결~ 1 8,908 09-07
83 XP sp2 설치후 대화방 프로그램 설치 해결 방법 1 8,738 08-29
82 길호챗: 자신의 길호챗은 어떤것? 1 5,928 08-26
81 IRC버젼 로딩메세지들 없애기 4 7,698 08-26
80 '제로보드' 쓰시는 분들 중 길호챗 로그인 문제 6 11,722 08-02
79 계속 로그인 하라고 뜨시는분들 해결책!! (제로보드 연동시) 8,188 07-25
78 현재 운영중인 길호챗 IRC에서 클릭시 로그인으로 요청하는방법! 6,392 07-23
77 길호챗에 대해서 정리해봤습니다. 8,669 06-04
76 대화방 기능 질문입니다. 5,566 05-30
75 AIr-Band 공유기 사용자 공유기 설정 6,871 05-01
74 초보자를 위한 설치 메뉴얼 &lt;동영상&gt; 2 7,800 04-12
73 공유기 하는 확실한 방법(AnyGate 사용자) 1 7,134 04-06
72 배경색상 사용자가 바꾸게 하기// 3 5,989 01-31
71 답변글 [re] 배경색상 사용자가 바꾸게 하기// 5,109 03-20
70 공유기 사용시 방만들기 [확실히 분석] 4 10,188 01-28
69 [편법] 가짜(?) 상설 채팅방 만들기 8 10,325 01-24
68 [모듈] 이지보드용 모듈 - NE 멤버 - 모듈 0.9211 6,989 01-24