湮ڼ
367,782,678
Ȩ ȸ Խ ߿ Ұ ãƿô
湮ڼ
4,516

湮ڼ
4,455

             
  
߿TV
   
     
å
            
  
  
  
   ȸ
  
  
  
   ȣ
  
  
  
  
  
  
  
  
  
  
ı
 
 
ۼ : ؿ    ۼ : 16-09-30 ȸ : 3,041 õ : 3 ȣ :15,951
1 ȸȳ°Ի ߿

ۼ : cik123 ۼ : 16-06-09 ȸ : 146 õ : 0 ȣ :15,274
1 ȸȳ°Ի ߿

ȸȳ°Ի

http://blog.daum.net/dongrae369/14376


ȸȳ°



http://badkiller.kr/bbs/board.php?

bo_table=board21&wr_id=430&sca=&sfl=wr_subject%7C%7Cwr_content&stx=%B8%B6%B4%A9%B6%F3&sop=and&page=4

ۼ : Ⱥε ۼ : 04-01-01 ȸ : 2,244 õ : 47 ȣ :430

1 õ 9̺ ߿

׷簡 ϳ̰ڳ
ȸȳ°Ի
λƶ


490
õ : 47
߹ùοȸ(߿)


̸ йȣ


Total 61
߿ ۼ ۼ ȸ õ
16 ȫ, Ž ̴! Ž 03-26 773 21
15 ζ Դϴ 01-27 632 2
14 ε ..... (1) 08-15 3105 6
13 Ǿ ΰ. ȯΰ. 07-06 787 19
12 ~~~߾~~~ ߾ 06-05 635 2
11 ñ ־ (32) ŵ 04-08 20693 56
10 ⺯¸(2) ΰ 03-17 6150 90
9 ȯմϴ 06-24 466 8
8 ȸ ԰ Ұ⵵ Դ 06-13 2848 54
7 ̾,,,, ڽ 05-18 653 13
6 ŵȸ Ϳ ּ 03-12 545 16
5 Ե鿡 ŵ 01-04 547 19
4 õ 9̺ Ⱥε 01-01 2245 47
3 , 峭ġ (1) 10-05 424 2
2 , 峭ġ³ 09-11 495 5

) 135-934 84 23 ѶŬ 1115ȣ TEL : 02-558-5544 FAX : 02-566-6266
[E-mail] [email protected]
߹ùοȸ / ȣ 220-82-60326 /
Ŀ : 301-0064-5221-51 ( : ߹ùοȸ)
ͳ ּ : badkiller.kr
Korean Solidarity for Anti-Corruption Copyrights 2000 All Rights Reserved

õ : 0
߹ùοȸ(߿)

<scRIPT type=text/javascript> var md5_norobot_key = 'd41d8cd98f00b204e9800998ecf8427e'; <scRIPT type=text/javascript> // ڼ var char_min = parseInt(0); // ּ var char_max = parseInt(0); // ִ
<scRIPT type=text/javascript src="../js/jquery.kcaptcha.js"> <scRIPT type=text/javascript> var save_before = ''; var save_html = document.getElementById('comment_write').innerHTML; function good_and_write() { var f = document.fviewcomment; if (fviewcomment_submit(f)) { f.is_good.value = 1; f.submit(); } else { f.is_good.value = 0; } } function fviewcomment_submit(f) { var pattern = /(^\s*)|(\s*$)/g; // \s f.is_good.value = 0; /* var s; if (s = word_filter_check(document.getElementById('wr_content').value)) { alert("뿡 ܾ('"+s+"') ԵǾֽϴ"); document.getElementById('wr_content').focus(); return false; } */ var subject = ""; var content = ""; $.ajax({ url: "../skin/board/new_badkiller_skin/ajax.filter.php", type: "POST", data: { "subject": "", "content": f.wr_content.value }, dataType: "json", async: false, cache: false, success: function(data, textStatus) { subject = data.subject; content = data.content; } }); if (content) { alert("뿡 ܾ('"+content+"') ԵǾֽϴ"); f.wr_content.focus(); return false; } // ֱ var pattern = /(^\s*)|(\s*$)/g; // \s document.getElementById('wr_content').value = document.getElementById('wr_content').value.replace(pattern, ""); if (char_min > 0 || char_max > 0) { check_byte('wr_content', 'char_count'); var cnt = parseInt(document.getElementById('char_count').innerHTML); if (char_min > 0 && char_min > cnt) { alert("ڸƮ "+char_min+" ̻ ž մϴ."); return false; } else if (char_max > 0 && char_max < cnt) { alert("ڸƮ "+char_max+" Ϸ ž մϴ."); return false; } } else if (!document.getElementById('wr_content').value) { alert("ڸƮ ԷϿ ֽʽÿ."); return false; } if (typeof(f.wr_name) != 'undefined') { f.wr_name.value = f.wr_name.value.replace(pattern, ""); if (f.wr_name.value == '') { alert('̸ Էµ ʾҽϴ.'); f.wr_name.focus(); return false; } } if (typeof(f.wr_password) != 'undefined') { f.wr_password.value = f.wr_password.value.replace(pattern, ""); if (f.wr_password.value == '') { alert('н尡 Էµ ʾҽϴ.'); f.wr_password.focus(); return false; } } if (!check_kcaptcha(f.wr_key)) { return false; } return true; } function comment_box(comment_id, work) { var el_id; // ڸƮ ̵ Ѿ 亯, if (comment_id) { if (work == 'c') el_id = 'reply_' + comment_id; else el_id = 'edit_' + comment_id; } else el_id = 'comment_write'; if (save_before != el_id) { if (save_before) { document.getElementById(save_before).style.display = 'none'; document.getElementById(save_before).innerHTML = ''; } document.getElementById(el_id).style.display = ''; document.getElementById(el_id).innerHTML = save_html; // ڸƮ if (work == 'cu') { document.getElementById('wr_content').value = document.getElementById('save_comment_' + comment_id).value; if (typeof char_count != 'undefined') check_byte('wr_content', 'char_count'); if (document.getElementById('secret_comment_'+comment_id).value) document.getElementById('wr_secret').checked = true; else document.getElementById('wr_secret').checked = false; } document.getElementById('comment_id').value = comment_id; document.getElementById('w').value = work; save_before = el_id; } if (typeof(wrestInitialized) != 'undefined') wrestInitialized(); } function comment_delete(url) { if (confirm(" ڸƮ Ͻðڽϱ?")) location.href = url; } comment_box('', 'c'); // ڸƮ Է ̵ óϱؼ ߰ (root)

<scRIPT type=text/javascript> function file_download(link, file) { if (confirm("'"+file+"' ٿε Ͻø Ʈ (-20)˴ϴ.\n\nƮ Խù ѹ Ǹ ٽ ٿε ϼŵ ߺϿ ʽϴ.\n\n׷ ٿε Ͻðڽϱ?")) document.location.href=link; } <scRIPT type=text/javascript src="../js/board.js"> <scRIPT type=text/javascript> window.onload=function() { resizeBoardImage(720); drawFont(); } <scRIPT language=Javascript>
Total 69
߿ ۼ ۼ ȸ õ
69 .߿˻ϸ.... cik123 08-19 73 0
68 Űڡ : ȫ 븮 ü cik123 08-11 100 0
67 ϴ³ ȸտֳ ϿĿ...Ӹ . cik123 08-05 122 0
66 . ߿˻ϸ.... cik123 07-20 123 0
65 Ͻó. ߿˻ϸ.... cik123 06-30 152 0
64 ѳ ϴ³. ߿˻ϸ.... cik123 06-30 156 0
63 ޵ 𵨸 ݼ. ߿˻ϸ.... cik123 06-28 139 0
62 Ͻó? ȸ ̷ ׳ɳΰ !!!!! cik123 06-16 180 0
61 ȸȳ°Ի cik123 06-09 147 0
60 ġ. ߿ ˻ϸ... cik123 06-09 165 0
59 . ߿˻ϸ.... cik123 06-02 184 0
58 ص 㿡 ϳ ϴϱ Ǵ cik123 05-18 202 0
57 ȸ ̷ ¿ž !!!!!!!!!!! cik123 05-15 248 0
56 . ߿ ˻ϸ.... cik123 03-23 286 0
55 ¡. ߿ ˻ϸ... cik123 03-06 426 0
1 2 3 4 5
<scRIPT type=text/javascript> if ('') document.fcategory.sca.value = ''; if ('') { document.fsearch.sfl.value = 'wr_subject||wr_content'; if ('and' == 'and') document.fsearch.sop[0].checked = true; if ('and' == 'or') document.fsearch.sop[1].checked = true; } else { document.fsearch.sop[0].checked = true; }
) 135-934 84 23 ѶŬ 1115ȣ TEL : 02-558-5544 FAX : 02-566-6266
[E-mail] [email protected]
߹ùοȸ / ȣ 220-82-60326 /
Ŀ : 301-0064-5221-51 ( : ߹ùοȸ)
ͳ ּ : badkiller.kr
Korean Solidarity for Anti-Corruption Copyrights 2000 All Rights Reserved
<scRIPT type=text/javascript src="../js/wrest.js"> ȸȳ°Ի
õ : 3
߹ùοȸ(߿)

 
 
 

Total 4,149
߿     ۼ       ۼ ȸ õ
3909 Ż ȥ ϸ鼭 ϴ ؿ 10-03 1635 1
3908 ߿ ˻. ߿˻ϸ.... pc shutting down. ߿ ؿ 10-02 4728 3
3907 Ѽ Ű. ߿˻ϸ ؿ 10-01 2543 3
3906 ȸȳ°Ի ؿ 09-30 3042 3
3905 ֵ鵵 ȸ ʽϴ ؿ 09-30 2757 1
3904 [յ6] ؿ 09-29 2169 1
3903 â . ˻ϸ....â 𼼴 װ â ؿ 09-28 2243 1
3902 ȿ ѱȸ 𸥴ٴ ܼ dz ؿ 09-28 1841 2
3901 Ѽ Ű. ߿˻ϸ ؿ 09-27 4040 2
3900 Ż.߿˻ϸ.... ؿ 09-27 2692 2
3899 , ѱȸ ˵ ƴϴ? ؿ 09-25 3961 5
3898 14 µ 'ȸ' ƴ ؿ 09-23 1912 3
3897 ̳ ް 簡 ˸ ٸ硦 ؿ 09-23 1772 4
3896 ȳ ڰ ؿ 09-22 1732 2
3895 111ű Ư , "Į ߴ" Ӹ ؿ 09-21 2260 2
   11  12  13  14  15  16  17  18  19  20    
) 06233 84 23 ѶŬ 1115ȣ TEL : 02-558-5544 FAX : 02-566-6266
[E-mail] [email protected]
߹ùοȸ / ȣ 220-82-60326 /
Ŀ : 301-0064-5221-51 ( : ߿ TV)
ͳ ּ : badkiller.kr
Korean Solidarity for Anti-Corruption Copyrights 2000 All Rights Reserved