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

湮ڼ
4,431

             
  
߿TV
   
     
å
            
  
  
  
   ȸ
  
  
  
   ȣ
  
  
  
  
  
  
  
  
  
  
ı
 
 
ۼ : ؿ    ۼ : 16-09-27 ȸ : 4,039 õ : 2 ȣ :15,926
1 Ѽ Ű. ߿˻ϸ ߿

Ѽ Ű. ߿˻ϸ

http://badkiller.kr/bbs/board.php?bo_table=board21&wr_id=15833&sca=&sfl=wr_subject%7C%7Cwr_content&stx=%B8%ED%BF%B9%C8%D1%BC%D5+%BD%C5%B0%ED%C0%DA&sop=and&page=1
ۼ : ؿ ۼ : 16-09-20 ȸ : 47 õ : 0 ȣ :15,833
1 Űڡ : ѿȸȸ. , ȯ 翡 500 . 111ǥõ ٸ۵!!!!!!! ߿

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

Ű : ѿȸȸ
Բ ۼϽ Խù ǸħؽŰ Ǿ Ʒ ġǾϴ. ġ ȮϽþ ̿뿡 Ź帳ϴ.

• Ű : [
http://blog.daum.net/dongrae369/15130] [, ȯ 翡 500 ]
[
http://blog.daum.net/dongrae369/15128] [Sandra Dee. "A Summer place"]
[
http://blog.daum.net/dongrae369/15127] [Ű : ѿȸȸ]
[
http://blog.daum.net/dongrae369/15103] [111ǥõ ٸ۵!!!!!!!]

Ű : ѿȸȸ

• Ű : Ѽ Խù û

• ġ : 2016/09/13

• ġ : ش Խù ӽġ

ӽġ 'Ÿ ̿ ȣ  442( û )' ǰ մϴ.

Daum Խù ؼ Ѽ Ǹ ħ ް Ҹϴ Ű Ǹ, Ǹħ θ Ǵ ų Ǵ ش Խù  ӽ ϴ ӽġ մϴ.


4416 , ȯ 翡 500 ؿ 09-10 39 0


4410 111 111ǥõ ٸ۵!!!!!!! ؿ 09-07 44 0
õ : 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 src="../js/md5.js">

<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 81
߿ ۼ ۼ ȸ õ
81 Ű : ѿȸȸ. , ȯ 翡 ؿ 09-20 48 0
80 Ű : 븮 ü ؿ 09-03 48 0
79 Ͻó? ؿ 08-31 65 0
78 ġ ¥ Ÿ ؿ 08-30 66 0
77 Ű븮ü? Ű : 븮 ü. ? ؿ 08-29 49 0
76 Ű : ѿȸȸ. Ű : ȯ 롦 cik123 08-25 64 0
75 Ű : ȫ 븮 ü cik123 08-11 97 0
74 cik123. ߿ ˻ϸ.... cik123 08-01 63 0
73 Ű : ѿȸȸ . [⼮Ͻá cik123 07-30 88 0
72 Ű : 浿 븮 ü. Ű : 븮 cik123 07-27 107 0
71 ѱͳݼƮũ. ˻ϸ.... cik123 07-25 79 0
70 ش ȸ ϴ ͵ ƴϰ, Ͼݡ cik123 07-24 85 0
69 Ǹħ Ű 븮 Ƿ ʿϴ. cik123 07-24 123 0
68 Ű : ѿȸDZȸ 븮ü . Ű cik123 07-22 103 0
67 ϸ α Խñۡ? cik123 07-15 102 0
1 2 3 4 5 6
<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">
õ : 2
߹ùοȸ(߿)

 
 
 

Total 4,149
߿     ۼ       ۼ ȸ õ
3909 Ż ȥ ϸ鼭 ϴ ؿ 10-03 1634 1
3908 ߿ ˻. ߿˻ϸ.... pc shutting down. ߿ ؿ 10-02 4727 3
3907 Ѽ Ű. ߿˻ϸ ؿ 10-01 2542 3
3906 ȸȳ°Ի ؿ 09-30 3041 3
3905 ֵ鵵 ȸ ʽϴ ؿ 09-30 2756 1
3904 [յ6] ؿ 09-29 2168 1
3903 â . ˻ϸ....â 𼼴 װ â ؿ 09-28 2243 1
3902 ȿ ѱȸ 𸥴ٴ ܼ dz ؿ 09-28 1840 2
3901 Ѽ Ű. ߿˻ϸ ؿ 09-27 4040 2
3900 Ż.߿˻ϸ.... ؿ 09-27 2691 2
3899 , ѱȸ ˵ ƴϴ? ؿ 09-25 3960 5
3898 14 µ 'ȸ' ƴ ؿ 09-23 1911 3
3897 ̳ ް 簡 ˸ ٸ硦 ؿ 09-23 1771 4
3896 ȳ ڰ ؿ 09-22 1731 2
3895 111ű Ư , "Į ߴ" Ӹ ؿ 09-21 2259 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