var couponDownBtn = false;
var resolution_h = screen.height;
var openHeight = resolution_h - 100;
function bbsReload(){
var thisLocation = location.href;
makeForm(thisLocation,'_self','idx¡ë'+thisBBsIdx);
}
//±¸¸Å¸ñ·Ï °Ë»ö
function tryDown(idx,cash,adult,type){
if(!GetCookie('sUserInfo')){
alert('·Î±×ÀÎ ÈÄ ÀÌ¿ëÇÏ½Ç ¼ö ÀÖ½À´Ï´Ù. ');
return false;
}
if(adult==1 && GetCookie('adult')!=1) {
alert('¼ºÀÎ ÄÁÅÙÃ÷´Â ¼ºÀÎÀÎÁõ ÈÄ ´Ù¿î ¹ÞÀ¸½Ç ¼ö ÀÖ½À´Ï´Ù. ');
//openWin('./adult.php','adultCheck','300',180','no');
}
sendRequest(returnPurchaseCheck,'&act=ok&idx='+idx+'&cash='+cash+'&adult='+adult+'&type='+type,'POST','/models/common/main/module/purchaseCheck.php',true,true);
}
//±¸¸Å¸ñ·Ï °Ë»ö¸®ÅÏ
function returnPurchaseCheck(oj){
var res = decodeURIComponent(oj.responseText);
var split_res = res.split('|');
if(split_res[0]=='_exist'){
if(confirm('ÀÌ¹Ì ±¸¸ÅÇÑ ÄÁÅÙÃ÷ÀÔ´Ï´Ù. ±¸¸Å¸ñ·ÏÀ¸·Î À̵¿ÇϽðڽÀ´Ï±î? ')){
opener.location.href='mypage.php?act=purchase';
window.self.close();
}
}else{
if(split_res[4]=='cash'){
normalSpeedDownload(split_res[1],split_res[2],split_res[3]);
}else if(split_res[4]=='coupon'){
downTryCoupon(split_res[1],split_res[2],split_res[3]);
}
}
}
function fnMoney(val){
var num = val;
try
{
while((/(-?[0-9]+)([0-9]{3})/).test(num)) {
num = num.replace((/(-?[0-9]+)([0-9]{3})/), "$1,$2");
}
}
catch(e) { num = val;}
return num;
}
function setDefaultVars(idx, cash, adult, pay_type, speed_type, purchase_idx, down_flag, file_list, sale_view){
this.bbs_idx = idx;
this.buy_cash = cash;
this.adult = adult;
this.pay_type = pay_type;
this.speed_type = speed_type;
this.purchase_idx = purchase_idx;
this.down_flag = down_flag;
this.file_list = file_list;
this.streaming = this.streaming; this.ces_encode = this.ces_encode;
this.sale_view = sale_view;
this.bChecksubmit = 0;
}
function funcContentsDownload(idx, cash, adult, pay_type, speed_type, purchase_idx, down_flag, file_list, contents_idx, noaccount, down_event, sale_view, folder) {
if( this.streaming != 1 && (jQuery.browser.msie || (/Trident\/7\./).test(navigator.userAgent))) {
if ( window.navigator.platform != "win32" && window.navigator.cpuClass != "x86" ) {
} else {
//if(chkDownApp(noaccount) == false) {
//
// //alert('¾îÇà ¼³Ä¡');
// return;
//
//}
}
}
if(this.bChecksubmit > 0) {
alert('ÀÌ¹Ì ÄÁÅÙÃ÷ ±¸¸ÅÁßÀÔ´Ï´Ù. Àá½Ã¸¸ ±â´Ù·ÁÁÖ¼¼¿ä');
return;
}
// º¯¼ö ¼ÂÆÃ
setDefaultVars(idx, cash, adult, pay_type, speed_type, purchase_idx, down_flag, file_list, sale_view, folder);
// ´Ù¿î·Îµå ½Ã ÇÊ¿äÇÑ ÆĶó¹ÌÅÍ
var query_string = 'act=ok&idx='+this.bbs_idx+'&type='+pay_type+'&purchase_idx='+this.purchase_idx+'&down_flag='+this.down_flag+'&file_list='+this.file_list+'&speed_type='+this.speed_type;
query_string += '&sale_view='+sale_view+'&folder='+folder;
//prompt("1_ban=>",query_string);
//ces¼ºñ½º
if( this.ces_encode == 1 || this.ces_encode == 2 || this.ces_encode == 3 ) {
query_string +="&ces=1";
this.ces_encode = 0;
}
var cashCmn = parseInt(GetCookie('cmn_cash'),10);
var cashBns = parseInt(GetCookie('bns_cash'),10);
var cashTotal = cashCmn + cashBns;
if(pay_type == 5) {
if(this.streaming == 1) {
alert('¿ÀÇÂÀÚ·á½ÇÀº ½ºÆ®¸®¹Ö¼ºñ½º°¡ Áö¿øµÇÁö ¾Ê½À´Ï´Ù');
return;
} else {
this.bChecksubmit = 1;
fnShowLayer('block');
sendRequest(doDownloadPorcess, query_string+"&use_point=0",'POST','/models/common/main/module/bbsDownTry_new_file.php',true,true);
return;
}
}
if(pay_type == 7){
//console.log(query_string); return;
sendRequest(doDownloadPorcess, query_string+"&use_point=0",'POST','/models/common/main/module/bbsDownTry_new_file_coupon.php',true,true);
return;
}
// ½ºÆ®¸®¹Ö ÀÌ¿ë½Ã
if(this.streaming == 1) {
if(!GetCookie('sUserInfo') && noaccount!='freedownspeedlow') {
jQuery(".pop_dim").fadeTo("fast",0.6);
openloginpopup('mfilebbs');
return false;
}
query_string += "&stm=1";
}
if(noaccount == 'freedownspeedlow') {
sendRequest(doDownloadSpeedLowPorcess, query_string+"&use_point=0",'POST','/models/common/main/module/bbs_freedown_speed_low.php',true,true);
return;
}
if(down_event || down_event == '0') {
if(down_event == 100) {
down_event_alert = '¹«·á';
} else if(down_event == '0') {
down_event_alert = '°¡°ÝÁö¿ø';
} else {
down_event_alert = down_event + "%ÇÒÀÎ";
}
if(confirm(down_event_alert + " À̺¥Æ® ÄÁÅÙÃ÷ ÀÔ´Ï´Ù.\n³»·Á¹Þ±â ÇϽðڽÀ´Ï±î?") == true) {
this.bChecksubmit = 1;
fnShowLayer('block');
sendRequest(doDownloadPorcess, query_string,'POST','/models/common/main/module/bbsDownTry_new_file.php',true,true);
return;
}
return;
}
if(GetCookie('ration')) {
if (contents_idx > 0 && purchase_idx == '') {
this.bChecksubmit = 1;
fnShowLayer('block');
sendRequest(doDownloadPorcess, query_string+"&use_point=0",'POST','/models/common/main/module/bbsDownTry_new_file.php',true,true);
return;
} else if(contents_idx > 0 && purchase_idx == '') {
if(confirm("ÇØ´ç ÄÁÅÙÃ÷´Â Á¤¾×Á¦·Î ±¸¸ÅÇϽǼö ¾ø½À´Ï´Ù.\r\nÆ÷ÀÎÆ®·Î ±¸¸ÅÇϽðڽÀ´Ï±î1?") == true) {
this.bChecksubmit = 1;
fnShowLayer('block');
sendRequest(doDownloadPorcess, query_string+"&use_point=1",'POST','/models/common/main/module/bbsDownTry_new_file.php',true,true);
return;
}
} else {
//alert(query_string+'_ration'); return;
this.bChecksubmit = 1;
fnShowLayer('block');
sendRequest(doDownloadPorcess, query_string+"&use_point=0",'POST','/models/common/main/module/bbsDownTry_new_file.php',true,true);
return;
}
} else {
if(purchase_idx != '' && file_list == '') {
//alert(query_string+"_purchase"); return;
this.bChecksubmit = 1;
fnShowLayer('block');
sendRequest(doDownloadPorcess, query_string+"&use_point=0",'POST','/models/common/main/module/bbsDownTry_new_file.php',true,true);
return;
} else {
var checkCash = ( contents_idx > 0 ) ? cashCmn : cashTotal;
if(checkCash >= this.buy_cash) {
this.bChecksubmit = 1;
fnShowLayer('block');
sendRequest(doDownloadPorcess, query_string,'POST','/models/common/main/module/bbsDownTry_new_file.php',true,true);
return;
} else {
this.bChecksubmit = 1;
fnShowLayer('block');
sendRequest(doDownloadPorcess, query_string,'POST','/models/common/main/module/bbsDownTry_new_file.php',true,true);
return;
}
}
}
}
function doDownEventProcess(oj){
var res = decodeURIComponent(oj.responseText);
var split_res = res.split('|');
//alert(res);
return false;
}
// ÄÁÅÙÃ÷ ´Ù¿î·Îµå Ajax ¸®ÅÏ Ã³¸®.
function doDownloadPorcess(oj) {
var res = decodeURIComponent(oj.responseText);
//console.log(res);
//return;
//prompt('p_doDownloadPorcess',res);
var split_res = res.split('|');
couponDownBtn = false;
if(split_res[0] == '_poingMsg') {
if(confirm(split_res[1])) {
var query_string = 'act=ok&idx='+this.bbs_idx+'&type='+this.pay_type+'&purchase_idx='+this.purchase_idx+'&down_flag='+this.down_flag+'&file_list='+this.file_list+'&speed_type='+this.speed_type;
query_string += '&sale_view='+this.sale_view;
// ½ºÆ®¸®¹Ö ÀÌ¿ë½Ã
if(this.streaming == 1) {
query_string += "&stm=1";
}
sendRequest(doDownloadPorcess, query_string+"&use_point=1",'POST','/models/common/main/module/bbsDownTry_new_file.php',true,true);
} else {
this.bChecksubmit = 0;
fnShowLayer('none');
return;
}
}
if(split_res[0] == '_noFileIn') {
if(confirm("ÇØ´ç ÄÁÅÙÃ÷ÀÇ Æ¯Á¤ ÆÄÀÏÀº Á¦ÈÞ»ç Á¤Ã¥¿¡ µû¶ó 24½Ã°£ À̳» 3ȸ¸¸ ´Ù½Ã¹Þ±â°¡ °¡´ÉÇÕ´Ï´Ù.")) {
var query_string = 'act=ok&idx='+this.bbs_idx+'&type='+this.pay_type+'&purchase_idx='+this.purchase_idx+'&down_flag='+this.down_flag+'&file_list='+this.file_list+'&speed_type='+this.speed_type;
query_string += '&sale_view='+this.sale_view;
// ½ºÆ®¸®¹Ö ÀÌ¿ë½Ã
if(this.streaming == 1) {
query_string += "&stm=1";
}
sendRequest(doDownloadPorcess, query_string+"&use_filein=1",'POST','/models/common/main/module/bbsDownTry_new_file.php',true,true);
} else {
this.bChecksubmit = 0;
fnShowLayer('none');
return;
}
}
if(split_res[0]=='_logindup'){
alert('´Ù¸¥ °÷¿¡¼ Á¢¼ÓÇÏ¿© ·Î±×¾Æ¿ô µÇ¾ú½À´Ï´Ù.');
opener.location.reload();
self.close();
return;
}
if(split_res[0]=='_nopurchase'){
alert('±¸¸Å ±â°£ÀÌ ¸¸·á µÇ¾ú½À´Ï´Ù. ');
document.location.reload();
return;
}
if(split_res[0]=='_purchase') {
if(confirm('ÀÌ¹Ì ±¸¸ÅÇÑ ÄÁÅÙÃ÷ÀÔ´Ï´Ù. ±¸¸Å¸ñ·ÏÀ¸·Î À̵¿ÇϽðڽÀ´Ï±î? ')){
opener.location.href='mypage.php?act=purchase';
window.self.close();
}
}
if(split_res[0]=='_video'){
this.bChecksubmit = 0;
fnShowLayer('none');
alert('ÀúÀÛ±ÇÆÄÀÏÀÌ Æ÷ÇԵǾî ÀÖ´Â ÄÁÅÙÃ÷´Â ´Ù¿î·Îµå µÇÁö ¾Ê½À´Ï´Ù . ');
return;
}
if(split_res[0]=='_deny_filefiltering'){
this.bChecksubmit = 0;
fnShowLayer('none');
alert('ÆÄÀÏ ±ÝÄ¢¾î°¡ Æ÷ÇԵǾî ÀÖ´Â ÄÁÅÙÃ÷´Â ´Ù¿î·Îµå µÇÁö ¾Ê½À´Ï´Ù . ');
return;
}
if(split_res[0]=='_cannotstreaming') {
this.bChecksubmit = 0;
fnShowLayer('none');
alert('¹Ù·Îº¸±â¸¦ ÇÏ½Ç ¼ö ¾ø´Â ÆÄÀÏÀÌ Æ÷ÇÔ µÇ¾î ÀÖ½À´Ï´Ù.');
this.streaming = 0; // ½ºÆ®¸®¹Ö »ç¿ë¾ÈÇÔ
return;
}
if(split_res[0]=='_nomem') {
this.bChecksubmit = 0;
try{
jQuery(".pop_dim").fadeTo("fast",0.6);
if(loginRtnUrl == undefined || loginRtnUrl == '') {
openloginpopup('normal','');
} else {
openloginpopup('normal',loginRtnUrl);
}
} catch(e) {
alert('ȸ¿ø´ÔÀÇ »óÅ Á¤º¸°¡ Á¤»óÀûÀÌÁö ¾Ê½À´Ï´Ù. Àç·Î±×ÀÎ ÇØÁÖ¼¼¿ä.');
opener.location.href='/models/common/main/login/logout.php';
window.self.close();
}
fnShowLayer('none');
}
if(split_res[0]=='_noconnect'){
this.bChecksubmit = 0;
fnShowLayer('none');
alert('´Ù¿î·Îµå Á¤º¸°¡ Á¤»óÀûÀÌÁö ¾Ê½À´Ï´Ù.\r\n³»·Á¹Þ±â¸¦ ´Ù½Ã ½ÃµµÇØ ÁÖ¼¼¿ä.');
return;
}
if(split_res[0]=='_error'){
this.bChecksubmit = 0;
fnShowLayer('none');
alert('´Ù¿î·Îµå Á¤º¸°¡ Á¤»óÀûÀÌÁö ¾Ê½À´Ï´Ù.\r\n³»·Á¹Þ±â¸¦ ´Ù½Ã ½ÃµµÇØ ÁÖ¼¼¿ä.');
return;
}
if(split_res[0]=='_error1'){
this.bChecksubmit = 0;
fnShowLayer('none');
alert('¹«·á À̺¥Æ® ´ë»ó ÄÁÅÙÃ÷°¡ ¾Æ´Õ´Ï´Ù.');
return;
}
if(split_res[0]=='_error2'){
this.bChecksubmit = 0;
fnShowLayer('none');
alert('¹«·áÄÁÅÙÃ÷´Â °áÁ¦³»¿ªÀÌ Àִ ȸ¿ø¸¸ ÀÌ¿ë °¡´ÉÇÕ´Ï´Ù.\r\n¿ä±ÝÃæÀü ÆäÀÌÁö·Î À̵¿ÇϽðڽÀ´Ï±î?');
opener.location='/charge.php';
opener.focus();
return;
}
if(split_res[0]=='_bcast_nkip'){
try { __foreign_ip.open(); }
catch(e) { alert('Áö»óÆÄ ¹æ¼Û3»ç¿ÍÀÇ Çù¾à¿¡ ÀÇÇØ ÇØ¿Ü¿¡¼´Â ÇØ´ç ÄÁÅÙÃ÷¸¦ ´Ù¿î·Îµå ¹ÞÀ¸½Ç ¼ö ¾ø½À´Ï´Ù.\nÀÌ¿ë¿¡ ºÒÆíÀ» µå·Á Á˼ÛÇÕ´Ï´Ù'); }
return;
}
if(split_res[0]=='_expire') {
this.bChecksubmit = 0;
fnShowLayer('none');
alert('¸¸·áµÈ ÄÁÅÙÃ÷ÀÔ´Ï´Ù. ');
return;
}
if(split_res[0]=='_down_deny') {
this.bChecksubmit = 0;
fnShowLayer('none');
alert('ÆǸÅÀÚÀÇ ¿äû¿¡ ÀÇÇؼ ÇØ´ç ÄÁÅÙÃ÷ÀÇ ³»·Á¹Þ±â¸¦ ÇÏ½Ç ¼ö ¾ø½À´Ï´Ù.');
return;
}
if(split_res[0]=='_down_cnt') {
this.bChecksubmit = 0;
fnShowLayer('none');
alert('100¿øÀ̺¥Æ® »ç¿ë½Ã ¼ºÀÎÄÁÅÙÃ÷´Â ÀÏÁ¦ÇÑÀ¸·Î 1ÀÏ 5ȸ¸¸ ´Ù¿î·Îµå°¡´ÉÇÕ´Ï´Ù. ');
return;
}
if(split_res[0]=='_adult_down_cnt') {
this.bChecksubmit = 0;
fnShowLayer('none');
alert('ªÀº ½Ã°£ ÄÁÅÙÃ÷ÀÌ¿ëÀÌ ¸¹À»½Ã¿¡´Â Æ®·¡ÇÈÁõ°¡·Î ÀÎÇØ ´Ù¿î·Îµå°¡ ¾ÈµÉ¼öµµÀÖ½À´Ï´Ù. Àá½ÃÈÄ ÀÌ¿ëÇØÁֽñ⠹ٶø´Ï´Ù. ');
return;
}
if(split_res[0]=='restrain'){
this.bChecksubmit = 0;
fnShowLayer('none');
alert('ȸ¿ø´ÔÀÇ Á¦Àç·Î ÀÎÇØ ´Ù¿î·Îµå¸¦ ÇÏ½Ç ¼ö ¾ø½À´Ï´Ù. ');
return;
}
if(split_res[0]=='_notime'){
this.bChecksubmit = 0;
fnShowLayer('none');
alert('Á¤¾×Á¦ »ç¿ë½Ã°£ÀÌ ¾Æ´Õ´Ï´Ù. ');
alert('Æ÷ÀÎÆ®°¡ ºÎÁ·ÇÕ´Ï´Ù. ÃæÀü ÈÄ ´Ù½Ã ³»·Á¹Þ±â ÇϽñ⠹ٶø´Ï´Ù[2]. ');
opener.location='/charge.php';
opener.focus();
return;
}
if (split_res[0] == '_noadtbill') {
this.bChecksubmit = 0;
fnShowLayer('none');
alert("»õµð½ºÅ© ¼ºÀÎÄÁÅÙÃ÷ ÀÌ¿ë ¾È³»!\r\n\n»õµð½ºÅ© ¼ºÀÎÄÁÅÙÃ÷´Â ù°áÁ¦ ÀÌÈÄ ÀÌ¿ëÇÏ½Ç ¼ö ÀÖ½À´Ï´Ù.\r\n\n(1ȸ °áÁ¦ ÀÌÈÄ ¹«·áÆ÷ÀÎÆ®·Î ¼ºÀÎ ÄÁÅÙÃ÷ ÀÌ¿ë °¡´É)\r\n\n(ÅëÇÕÆ÷ÀÎÆ®Àüȯ½Ã 3900¿ø ÀÌ»ó ¸ðµçÄÁÅÙÃ÷ ÀÌ¿ë°¡´É )\r\n\nÆ÷ÀÎÆ® ÃæÀü ½Ã 50%ÇÒÀÎ, Ãß°¡ ½ºÆä¼È Æ÷ÀÎÆ® Áö±Þ!!\r\nÀÌÁ¦ Àú·ÅÇÑ ¹Ý°ªÀ¸·Î ÀÌ¿ëÇØ º¸¼¼¿ä.");
//jQuery("#blackbg").css("display","block");
goSimpleChargeAdt();
//document.getElementById("event_layer").innerHTML = "»õµð½ºÅ© ¼ºÀÎÄÁÅÙÃ÷ ÀÌ¿ë ¾È³»!
»õµð½ºÅ©ÀÇ ¼ºÀÎÄÁÅÙÃ÷´Â ù°áÁ¦ ÀÌÈÄ ÀÌ¿ëÇÏ½Ç ¼ö ÀÖ½À´Ï´Ù.
(1ȸ °áÁ¦ ÀÌÈÄ ¹«·áÆ÷ÀÎÆ®·Î ¼ºÀÎ ÄÁÅÙÃ÷ ÀÌ¿ë °¡´É)
Æ÷ÀÎÆ® ÃæÀü ½Ã 50%ÇÒÀÎ, Ãß°¡ ½ºÆä¼È Æ÷ÀÎÆ® Áö±Þ!!
ÀÌÁ¦ Àú·ÅÇÑ ¹Ý°ªÀ¸·Î ÀÌ¿ëÇØ º¸¼¼¿ä.";
//document.getElementById("event_layer").style.display = 'block';
//document.documentElement.scrollTop = 0;
return;
}
// ´Ù¿î·Îµå ½Ã ÇÊ¿äÇÑ ÆĶó¹ÌÅÍ
var query_string = 'act=ok&idx='+this.bbs_idx+'&type='+this.pay_type+'&purchase_idx='+this.purchase_idx+'&down_flag='+this.down_flag+'&file_list='+this.file_list+'&speed_type='+this.speed_type;
this.bChecksubmit = 0;
// ½ºÆ®¸®¹Ö ÀÌ¿ë½Ã
if(this.streaming==1){
query_string += "&stm=1";
}
if(split_res[0]=='_week') {
if(confirm('ÆòÀÏÁ¤¾×Á¦´Â ÆòÀÏ¿¡¸¸ ÀÌ¿ëÀÌ °¡´ÉÇÕ´Ï´Ù. \r\n\r\n'+fnMoney(this.buy_cash)+'Æ÷ÀÎÆ®°¡ Â÷°¨µË´Ï´Ù. \r\n±¸¸ÅÇϽðڽÀ´Ï±î? ')){
this.bChecksubmit = 0;
fnShowLayer('none');
sendRequest(doDownloadPorcess, query_string+"&use_point=1",'POST','/models/common/main/module/bbsDownTry_new_file.php',true,true);
return;
}
}
if(split_res[0]=='_down_exs'){
alert('Á˼ÛÇÕ´Ï´Ù. \r\n\r\nÁ¤»óÀûÀÎ Á¤¾×Á¦ ÀÌ¿ëÀÌ ¾Æ´Ñ °ÍÀ¸·Î ÆÇ´ÜµÇ¾î ±ÝÀÏ ´õÀÌ»ó ³»·Á¹Þ±â¸¦ ÇÒ ¼ö ¾ø½À´Ï´Ù. \r\nÁ¤¾×Á¦ÀÇ ºÎÁ¤ »ç¿ëÀ» ¸·±âÀ§ÇØ ÀÏÀÏ '+parseSize(split_res[1],1)+' ÀÌ»óÀÇ ÀڷḦ ´Ù¿î·ÎµåÇÒ ¼ö ¾ø½À´Ï´Ù. \r\nÀÚ¼¼ÇÑ ³»¿ëÀº °í°´¼¾Åͳª 1:1»ó´ãÀ¸·Î ¹®ÀÇÇØÁֽñ⠹ٶø´Ï´Ù. ');
this.bChecksubmit = 0;
fnShowLayer('none');
return;
}
if(split_res[0]=='_notime_point'){
if(confirm('Á¤¾×Á¦ »ç¿ë½Ã°£ÀÌ ¾Æ´Õ´Ï´Ù. \r\n\r\n'+fnMoney(this.buy_cash)+'Æ÷ÀÎÆ®°¡ Â÷°¨µË´Ï´Ù. \r\n±¸¸ÅÇϽðڽÀ´Ï±î? ')){
sendRequest(doDownloadPorcess, query_string+"&use_point=1",'POST','/models/common/main/module/bbsDownTry_new_file.php',true,true);
return;
}
else {
this.bChecksubmit = 0;
fnShowLayer('none');
return;
}
}
if(split_res[0]=='_notime_point_buy'){
if(confirm(fnMoney(this.buy_cash)+'Æ÷ÀÎÆ®°¡ Â÷°¨µË´Ï´Ù. \r\n±¸¸ÅÇϽðڽÀ´Ï±î? ')){
sendRequest(doDownloadPorcess, query_string+"&use_point=1",'POST','/models/common/main/module/bbsDownTry_new_file.php',true,true);
return;
}
}
if(split_res[0]=='_noration'){
if(confirm('ÆǸÅÀÚÀÇ ¿äû¿¡ ÀÇÇؼ ÇØ´ç ÄÁÅÙÃ÷ÀÇ ³»·Á¹Þ±â¸¦ ÇÏ½Ç ¼ö ¾ø½À´Ï´Ù. ')){
fnShowLayer('none');
this.bChecksubmit = 0;
return;
}
}
if(split_res[0]=='_cpnnotime'){
alert('ÄíÆùÀº ÁÖ°£(03:00 ~ 21:00)¿¡ »ç¿ëÀÌ °¡´ÉÇÕ´Ï´Ù. ');
fnShowLayer('none');
this.bChecksubmit = 0;
return;
}
if(split_res[0]=='_noadult') {
alert('¼ºÀÎ ÄÁÅÙÃ÷´Â ¼ºÀÎÀÎÁõ ÈÄ ÀÌ¿ëÇÏ½Ç ¼ö ÀÖ½À´Ï´Ù. ');
fnShowLayer('none');
this.bChecksubmit = 0;
return false;
}
if(split_res[0]=='_nocash') { //ÀϹÝ..
fnShowLayer('none');
this.bChecksubmit = 0;
//alert('Æ÷ÀÎÆ®°¡ ºÎÁ·ÇÕ´Ï´Ù. ÃæÀü ÈÄ ´Ù½Ã ³»·Á¹Þ±â ÇϽñ⠹ٶø´Ï´Ù[3]. \n');
alert('½Å±Ô À¥Çϵ尡 µå¸®´Â ÃÊƯ°¡ À̺¥Æ®!!\r\n\n±ò~²ûÇÏ°Ô 50% ´õ ¹Þ°í ½ÃÀÛÇϼ¼¿ä!~');
//opener.location='/charge.php';
//opener.focus();
//jQuery("#blackbg").css("display","block");
goSimpleCharge();
return;
}
if(split_res[0]=='_nocash2') { //ÀϹÝ..
fnShowLayer('none');
this.bChecksubmit = 0;
alert("ÇØ´ç ÄÁÅÙÃ÷´Â Æ÷ÀÎÆ®(P)·Î¸¸ ±¸¸Å °¡´ÉÇÑ ÆÄÀÏÀÌ Æ÷ÇԵǾî ÀÖ½À´Ï´Ù.\nÆ÷ÀÎÆ® ÃæÀü ÈÄ ÀÌ¿ëÇØÁֽñ⠹ٶø´Ï´Ù.");
//opener.location='/charge.php';
//opener.focus();
try {
goSimpleCharge();
} catch (e) { }
return;
}
if(split_res[0]=='_nocoupon') {
alert('ȸ¿ø´Ô²²¼´Â »ç¿ëÇÒ ¼ö ÀÖ´Â ÄíÆùÀÌ ¾ø½À´Ï´Ù. ');
fnShowLayer('none');
this.bChecksubmit = 0;
return;
}
if(split_res[0]=='_not_usecoupon'){
alert('ÇØ´ç ÄÁÅÙÃ÷´Â ÄíÆùÀ¸·Î ´Ù¿î ¹ÞÀ» ¼ö ¾ø½À´Ï´Ù. ');
fnShowLayer('none');
this.bChecksubmit = 0;
return;
}
// ½Ç½Ã°£ ½ºÆ®¸®¹Ö »ç¿ë½Ã
if(this.streaming == 1)
{
this.streaming = 0;
var streamWinPopup = window.open( "/storage.php?act=viewVOD&idx="+this.bbs_idx ,"streamView",'width=650,height=475,top=0,left=0,scrollbars=yes');
streamWinPopup.focus();
if(this.purchase_idx==''){
document.location.reload();
}
fnShowLayer('none');
this.bChecksubmit = 0;
return;
}else{
// ´Ù¿î·Îµå Ŭ¶óÀ̾ðÆ® È£Ãâ
if(split_res[0]=='_bonus' || split_res[0]=='_ration' || split_res[0]=='_partner' || split_res[0]=='_common' || split_res[0]=='_coupon') {
if (jQuery.browser.msie || (/Trident\/7\./).test(navigator.userAgent)) {
if ( ( window.navigator.platform != "win32" && window.navigator.cpuClass != "x86" ) || !mmsv_check() ) {
document.frm_scrap.method = "POST";
document.frm_scrap.noStraa.value = oj.responseText;
document.frm_scrap.action = '/models/common/main/module/fileOther.php';
document.frm_scrap.submit();
}
else {
mmsv_download(split_res[1]);
if(this.purchase_idx == ''){
document.location.reload();
}
fnShowLayer('none');
this.bChecksubmit = 0;
}
}
else {
document.frm_scrap.method = "POST";
document.frm_scrap.noStraa.value = oj.responseText;
document.frm_scrap.action = '/models/common/main/module/fileOther.php';
document.frm_scrap.submit();
fnShowLayer('none');
this.bChecksubmit = 0;
}
}
}
return;
}
function fnShowLayer(sty)
{
var sty;
try {
document.getElementById("ongoing_layer").style.display = sty;
}
catch(e) {
}
return;
}
function aa(oj){
alert(oj.responseText);
}
// ¹«·á ´Ù¿î·Îµå Ajax ¸®ÅÏ Ã³¸®.
function doDownloadSpeedLowPorcess(oj){
var res = decodeURIComponent(oj.responseText); //alert(res);return;
var split_res = res.split('|');
couponDownBtn = false;
//alert(split_res[1]); return;
if(split_res[0]=='_video'){
alert('ÀúÀÛ±ÇÆÄÀÏÀÌ Æ÷ÇԵǾî ÀÖ´Â ÄÁÅÙÃ÷´Â ´Ù¿î·Îµå µÇÁö ¾Ê½À´Ï´Ù . ');
return;
}
if(split_res[0]=='_noconnect'){
alert('DB¿ÍÀÇ Á¢¼ÓÀÌ ²÷¾îÁ³½À´Ï´Ù. \r\nÀá½ÃÈÄ¿¡ ´Ù½Ã ÀÌ¿ëÇØÁֽʽÿä. ');
return;
}
if(split_res[0]=='_expire') {
alert('¸¸·áµÈ ÄÁÅÙÃ÷ÀÔ´Ï´Ù. ');
return;
}
// ´Ù¿î·Îµå Ŭ¶óÀ̾ðÆ® È£Ãâ
if(split_res[0]=='_freedownspeedlow'){
mmsv_freedown_speed_low(split_res[1]);
}
return;
}
/*
function openBbsModify(idx,write_domain) {
if(jQuery("#ipchk").val() != "") {
//opener.location.href=write_domain + 'storage.php?act=modify&idx='+idx;
opener.location.href = '/storage.php?act=modify&idx='+idx;
self.close();
window.self.close();
return;
}
if(GetCookie('sUserInfo')) {
if(openHeight > 768) openHeight = 730;
opener.location.href = write_domain + 'storage.php?act=modify&idx='+idx;
self.close();
} else {
alert('·Î±×ÀÎ ÈÄ ÀÌ¿ëÇØÁÖ¼¼¿ä. ');
}
window.self.close();
}
*/
function openBbsModify(idx,write_domain) {
var openUrl = "";
if(jQuery("#ipchk").val() != "") {
//opener.location.href=write_domain + 'storage.php?act=modify&idx='+idx;
//opener.location.href = '/storage.php?act=modify&idx='+idx;
openUrl = write_domain + 'storage.php?act=modify&idx='+idx;
}
if(GetCookie('sUserInfo')) {
if(openHeight > 768) openHeight = 730;
//opener.location.href = write_domain + 'storage.php?act=modify&idx='+idx;
openUrl = write_domain + 'storage.php?act=modify&idx='+idx;
} else {
alert('·Î±×ÀÎ ÈÄ ÀÌ¿ëÇØÁÖ¼¼¿ä. ');
self.close();
window.self.close();
}
window.open(openUrl,"bbsWritePop","width=800,height=775");
}
function openBbsModify_k(idx){
if(GetCookie('grade') > 0 && GetCookie('sUserInfo')){
if(openHeight > 768) openHeight = 730;
openWin('http://web1.sedisk.com/main/editor/modify.php?idx='+idx, 'bbs_write', '842', openHeight, 'yes');
}else{
alert('·Î±×ÀÎ ÈÄ ÀÌ¿ëÇØÁÖ¼¼¿ä. ');
}
window.self.close();
}
function downTryCoupon(idx,cash,adult){
if(chkDownApp() ==false){
return;
}
if(couponDownBtn == true){
alert('ÀÛ¾÷ ÁøÇàÁßÀÔ´Ï´Ù. Àá½Ã¸¸ ±â´Ù·ÁÁֽʽÿÀ. ');
return;
}else{
couponDownBtn = false;
}
//alert('Á˼ÛÇÕ´Ï´Ù. ¼¹ö ÀÛ¾÷À¸·Î ÀÎÇØ ´Ù¿î·Îµå°¡ Áߴܵ˴ϴÙ. \r\nÀá½ÃÈÄ¿¡ ´Ù½Ã ÀÌ¿ëÇØÁֽʽÿä.');
//return false;
var vaildStart = 3; var vaildEnd = 21;//»ç¿ë½Ã°£ ¼³Á¤
var now=new Date();var hr=now.getHours();
var cashTotal = parseInt(GetCookie('cmn_cash'))+parseInt(GetCookie('bns_cash'));
if(confirm('ÄíÆùÀ» »ç¿ëÇÏ¿© ³»·Á¹Þ±â ÇϽðڽÀ´Ï±î? ')){
sendRequest(returnTryDown,'&act=ok&idx='+idx+'&adult='+adult,'POST','/models/common/main/module/bbsCouponUse.php',true,true);
}
/*
if(GetCookie('coupon') > 0){
if(parseInt(hr) >= vaildStart && vaildEnd > parseInt(hr)){ //ÀÌ¿ë°¡´É½Ã°£
if(confirm('ÄíÆùÀ» »ç¿ëÇÏ¿© ³»·Á¹Þ±â ÇϽðڽÀ´Ï±î? ')){
sendRequest(returnTryDown,'&act=ok&idx='+idx+'&adult='+adult,'POST','/models/common/main/module/bbsCouponUse.php',true,true);
}
}else{
if(cashTotal >= cash){
alert('ÄíÆùÀº ÁÖ°£(03:00 ~ 21:00)¿¡ »ç¿ëÀÌ °¡´ÉÇÕ´Ï´Ù. ');
if(confirm('ÄíÆù »ç¿ë °¡´É½Ã°£ÀÌ ¾Æ´Õ´Ï´Ù. \r\nÆ÷ÀÎÆ®·Î ¹ÞÀ¸½Ã°Ú½À´Ï±î? ')){
tryDown(idx,cash,adult);
}
}else{
alert('ÄíÆùÀº ÁÖ°£(03:00 ~ 21:00)¿¡ »ç¿ëÀÌ °¡´ÉÇÕ´Ï´Ù. ');
}
}
}else{
alert('ȸ¿ø´Ô²²¼´Â »ç¿ëÇÒ ¼ö ÀÖ´Â ÄíÆùÀÌ ¾ø½À´Ï´Ù. ');
}
*/
}
function downTryCoupon2(idx,cash,adult){
if(chkDownApp() ==false){
return;
}
if(couponDownBtn == true){
alert('ÀÛ¾÷ ÁøÇàÁßÀÔ´Ï´Ù. Àá½Ã¸¸ ±â´Ù·ÁÁֽʽÿÀ. ');
return;
}else{
couponDownBtn = false;
}
//alert('Á˼ÛÇÕ´Ï´Ù. ¼¹ö ÀÛ¾÷À¸·Î ÀÎÇØ ´Ù¿î·Îµå°¡ Áߴܵ˴ϴÙ. \r\nÀá½ÃÈÄ¿¡ ´Ù½Ã ÀÌ¿ëÇØÁֽʽÿä.');
//return false;
var vaildStart = 3; var vaildEnd = 21;//»ç¿ë½Ã°£ ¼³Á¤
var now=new Date();var hr=now.getHours();
var cashTotal = parseInt(GetCookie('cmn_cash'))+parseInt(GetCookie('bns_cash'));
if(confirm('ÄíÆùÀ» »ç¿ëÇÏ¿© ³»·Á¹Þ±â ÇϽðڽÀ´Ï±î? ')){
sendRequest(returnTryDown_z,'&act=ok&idx='+idx+'&adult='+adult,'POST','/models/common/main/module/bbsCouponUse.php',true,true);
}
/*
if(GetCookie('coupon') > 0){
if(parseInt(hr) >= vaildStart && vaildEnd > parseInt(hr)){ //ÀÌ¿ë°¡´É½Ã°£
if(confirm('ÄíÆùÀ» »ç¿ëÇÏ¿© ³»·Á¹Þ±â ÇϽðڽÀ´Ï±î? ')){
sendRequest(returnTryDown_z,'&act=ok&idx='+idx+'&adult='+adult,'POST','/models/common/main/module/bbsCouponUse.php',true,true);
}
}else{
if(cashTotal >= cash){
alert('ÄíÆùÀº ÁÖ°£(03:00 ~ 21:00)¿¡ »ç¿ëÀÌ °¡´ÉÇÕ´Ï´Ù. ');
if(confirm('ÄíÆù »ç¿ë °¡´É½Ã°£ÀÌ ¾Æ´Õ´Ï´Ù. \r\nÆ÷ÀÎÆ®·Î ¹ÞÀ¸½Ã°Ú½À´Ï±î? ')){
tryDown(idx,cash,adult);
}
}else{
alert('ÄíÆùÀº ÁÖ°£(03:00 ~ 21:00)¿¡ »ç¿ëÀÌ °¡´ÉÇÕ´Ï´Ù. ');
}
}
}else{
alert('ȸ¿ø´Ô²²¼´Â »ç¿ëÇÒ ¼ö ÀÖ´Â ÄíÆùÀÌ ¾ø½À´Ï´Ù. ');
}
*/
}
var isCmtCheck = 0;
function cmtInsert(idx){
var f = window.document.cmt_frm;
var noUsingAd = new Array('http','co.kr','com','net','°¡ÀÔ');
if(!GetCookie('sUserInfo')){
//alert('·Î±×ÀÎ ÈÄ ±ÛÀ» ÀÛ¼ºÇÏ½Ç ¼ö ÀÖ½À´Ï´Ù. ');
jQuery('.pop_dim').fadeTo('fast',0.6);
openloginpopup('mfilebbscmt');
return false;
}
//var isDenyCnt = f.cmt.getAttribute("isDenyCnt");
var isDenyCnt = jQuery(f).find("textarea[name=cmt]").attr("isDenyCnt");
if( isDenyCnt != null && isDenyCnt != "0" )
{
alert('´ñ±ÛÀÛ¼ºÀÌ ±ÝÁöµÇ¾ú½À´Ï´Ù');
f.cmt.value='';
return false;
}
if(f.cmt.value.length < 2) {
alert('³»¿ëÀ» ÀÔ·ÂÇØÁÖ¼¼¿ä. ');
f.cmt.style.backgroundImage=''
f.cmt.value='';
f.cmt.focus();
return false;
}
if(f.cmt.value.length > 140) {
alert('ÀÔ·ÂµÈ ³»¿ëÀÌ ³Ê¹« ¸¹½À´Ï´Ù. \r\n´ñ±ÛÀÇ ³»¿ëÀº 140ÀÚ À̳»·Î ÀÔ·ÂÇØÁÖ¼¼¿ä. ');
f.cmt.focus();
return false;
}
var act='';
if(f.act){
act=f.act.value;
}
if(confirm('´ñ±ÛÀ» µî·ÏÇϽðڽÀ´Ï±î? ')) {
//f.cmt.disable=true;
if (isCmtCheck == 0) {
sendRequest(returnCmt,'&act=ok&idx='+idx+'&cmt_contents='+f.cmt.value+'&cmtCnt='+cmtCnt+'&rqCmt='+act,'POST','/models/common/main/module/bbsCmt.php',true,true);
isCmtCheck++;
return false;
}
else {
alert('µî·Ï Áß ÀÔ´Ï´Ù. Àá½Ã¸¸ ±â´Ù·ÁÁÖ¼¼¿ä');
return false;
}
}else{
return false;
}
}
function returnCmt(oj){
var res = decodeURIComponent(oj.responseText);
//prompt('',res);
var split_res = res.split('|');
isCmtCheck = 0;
if(res=='cmt_time'){
alert('µµ¹è±Û µî·Ï ¹æÁö¸¦ À§ÇØ ¿¬¼ÓÇؼ µ¡±ÛÀ» ÀÔ·ÂÇÏ½Ç ¼ö ¾ø½À´Ï´Ù.');
return false;
}
if(res=='_nostr'){
alert('±ÝÄ¢¾î°¡ Æ÷ÇԵǾî ÀÖÀ¸¹Ç·Î µ¡±ÛÀ» ÀÔ·ÂÇÏ½Ç ¼ö ¾ø½À´Ï´Ù. ');
return false;
}
if(res=='joinday'){
alert('µ¡±Û ÀÔ·ÂÀº °¡ÀÔ ÈÄ 24½Ã°£ÈĺÎÅÍ »ç¿ëÇÏ½Ç ¼ö ÀÖ½À´Ï´Ù.');
return false;
}
if(res=='cmt_limit'){
alert('±¤°í, µµ¹è¼º±ÛÀ» ¹æÁöÇϱâ À§ÇØ µ¡±ÛÀº ÇÏ·ç¿¡ 5ȸÀÌ»ó µî·ÏÇÒ ¼ö ¾ø½À´Ï´Ù.');
return false;
}
if(split_res[0]=='_jeje'){
if(split_res[1]==0 && split_res[2]==0){
alert('ȸ¿ø´ÔÀº Á¦Àç·Î ÀÎÇØ µ¡±ÛÀ» µî·ÏÇÏ½Ç ¼ö ¾ø½À´Ï´Ù. \r\n\r\n- Á¦Àç»çÀ¯ : '+split_res[3]+' ');
return false;
}else{
alert('ȸ¿ø´ÔÀº Á¦Àç·Î ÀÎÇØ ¾Æ·¡±â°£µ¿¾È µ¡±ÛÀ» µî·ÏÇÏ½Ç ¼ö ¾ø½À´Ï´Ù. \r\n\r\n- Á¦Àç»çÀ¯ : '+split_res[3]+' \r\n\r\n- Á¦Àç±â°£ : '+split_res[1]+'ºÎÅÍ '+split_res[2]+'±îÁö ');
return false;
}
}else if(split_res[0]=='_down_deny'){
alert('ÆǸÅÀÚÀÇ ¿äû¿¡ ÀÇÇؼ ÇØ´ç ÄÁÅÙÃ÷ÀÇ µ¡±ÛÀÛ¼ºÀ» ÇÏ½Ç ¼ö ¾ø½À´Ï´Ù. ');
return;
}else if(split_res[0]=='_down_cnt') {
alert('100¿øÀ̺¥Æ® »ç¿ë½Ã ¼ºÀÎÄÁÅÙÃ÷´Â ÀÏÁ¦ÇÑÀ¸·Î 1ÀÏ 20ȸ¸¸ ´Ù¿î·Îµå°¡´ÉÇÕ´Ï´Ù. ');
return;
}else if(split_res[0]=='_adult_down_cnt') {
alert('ªÀº ½Ã°£ ÄÁÅÙÃ÷ÀÌ¿ëÀÌ ¸¹À»½Ã¿¡´Â Æ®·¡ÇÈÁõ°¡·Î ÀÎÇØ ´Ù¿î·Îµå°¡ ¾ÈµÉ¼öµµÀÖ½À´Ï´Ù. Àá½ÃÈÄ ÀÌ¿ëÇØÁֽñ⠹ٶø´Ï´Ù. ');
return;
}else if(split_res[0]=='_commentevent') {
alert('´ñ±ÛÀ̺¥Æ® Âü¿©·Î '+split_res[1]+'º¸³Ê½º Æ÷ÀÎÆ®¸¦ ¹ÞÀ¸¼Ë½À´Ï´Ù.');
location.reload();
}else{
/*
var old_content = $('cmt_input').innerHTML;
$('cmt_input').innerHTML = old_content+res;
if($('nocomment')=='[object]') $('nocomment').style.display='none';
var frm = document.cmt_frm;
cmtCnt = cmtCnt+1;
frm.cmt.value='';
parent.calcHeight('bbsInfoCmtFrame');
//resizeFrame();
*/
location.reload();
}
}
function cmtAllView(b){
location.href='./bbs_info_cmt.php?idx='+thisBBsIdx+'&limitEnd='+cmtCnt+'&sell_userid='+sell_userid+'&view=all&bfont='+b;
}
//ÄÚ¸àÆ® ½Å°íÇϱ⠽ÃÀÛ
function openCmtDeclare(n){
if(!GetCookie('sUserInfo')){
alert('·Î±×ÀÎ ÈÄ ÀÌ¿ëÇÏ½Ç ¼ö ÀÖ½À´Ï´Ù. ');
return false;
}
var f=document.frm_declare;
X = event.clientX + document.body.scrollLeft-250;
Y = event.clientY + document.body.scrollTop+10;
$('cmt_declare_layer').style.top=Y;
$('cmt_declare_layer').style.left=X;
$('cmt_declare_layer').style.display='';
f.cmt_idx.value=n;
}
function closeCmtDeclare(){
var f=document.frm_declare;
f.cmt_idx.value='';
f.kind.value='0';
f.declare_text.value='';
$('cmt_declare_layer').style.display='none';
}
function actCmtDeclare(){
var f=document.frm_declare;
if(f.kind.value < 1){
alert('ºÐ·ù¸¦ ¼±ÅÃÇØÁÖ¼¼¿ä! ');
f.kind.focus();
return false;
}
if(f.declare_text.value.length < 2){
alert('³»¿ëÀ» ÀÔ·ÂÇØÁÖ¼¼¿ä! ');
f.declare_text.focus();
return false;
}
if(confirm('ÀÔ·ÂÇϽŠ³»¿ë°ú °°ÀÌ ½Å°íÇϽðڽÀ´Ï±î? \r\nÇãÀ§ ½Å°í½Ã ºÒÀÌÀÍÀ» ¹ÞÀ» ¼ö ÀÖ½À´Ï´Ù. ')){
sendRequest(returnDeclare,'&act=declare&cmt_idx='+f.cmt_idx.value+'&kind='+f.kind.value+'&declare_text='+f.declare_text.value,'POST','/models/common/main/module/bbsCmtPrc.php',true,true);
f.kind.disabled=true;
f.declare_text.disabled=true;
return false;
}else{
return false;
}
}
function returnDeclare(oj){
var res = decodeURIComponent(oj.responseText);
switch(res){
case '_nouserid' :
alert('·Î±×ÀÎ ÈÄ ÀÌ¿ëÇØÁÖ¼¼¿ä! ');break;
case '_noperm' :
alert('ÀÚ½ÅÀÇ ÄÚ¸àÆ®´Â ½Å°íÇÒ ¼ö ¾ø½À´Ï´Ù. ');break;
case '_req' :
alert('ºÐ·ù ¶Ç´Â ½Å°í³»¿ëÀÌ ÀԷµÇÁö ¾Ê¾Ò½À´Ï´Ù. ');break;
case '_double' :
alert('ÀÌ¹Ì ½Å°í³»¿ëÀÌ Á¢¼öµÇ¾î ó¸®ÁßÀÔ´Ï´Ù. ');bbsReload();break;
case 'ok' :
alert('½Å°í³»¿ëÀÌ Á¢¼öµÇ¾ú½À´Ï´Ù. ');
bbsReload();
break;
}
}
//ÄÚ¸àÆ® ½Å°íÇϱ⠳¡
//ÄÚ¸àÆ® »èÁ¦ ½ÃÀÛ
function cmtDelete(n){
if(!n){
alert('À߸øµÈ Á¢±ÙÀÔ´Ï´Ù. ');
return false;
}
if(!GetCookie('sUserInfo')){
alert('·Î±×ÀÎ ÈÄ ÀÌ¿ëÇÏ½Ç ¼ö ÀÖ½À´Ï´Ù. ');
return false;
}
var f = document.cmt_frm;
var act='';
if(f.act){
act=f.act.value;
}
if(confirm('Á¤¸» »èÁ¦ÇϽðڽÀ´Ï±î? ')){
sendRequest(returnCmtDelete,'&act=delete&cmt_idx='+n+'&rqCmt='+act,'POST','/models/common/main/module/bbsCmtPrc.php',true,true);
return false;
}
}
function returnCmtDelete(oj){
var res = decodeURIComponent(oj.responseText);
switch(res){
case '_noperm' :
alert('»èÁ¦ ±ÇÇÑÀÌ ¾ø½À´Ï´Ù. ');break;
case 'ok' :
//bbsReload(); Æä¾î·±Ã÷°¡ ¸®·ÎµåµÇ¾ßÇÔ
location.reload();
break;
}
}
//ÄÚ¸àÆ® »èÁ¦ ³¡
//°Ô½Ã¹° ½Å°íÇϱ⠽ÃÀÛ
function openBBsDeclare(){
if(!GetCookie('sUserInfo')){
alert('·Î±×ÀÎ ÈÄ ÀÌ¿ëÇÏ½Ç ¼ö ÀÖ½À´Ï´Ù. ');
return false;
}
X = event.clientX + document.body.scrollLeft-300;
Y = event.clientY + document.body.scrollTop+14;
$('bbs_declare_layer').style.top=Y;
$('bbs_declare_layer').style.left=X;
$('bbs_declare_layer').style.display='';
}
function closeBBsDeclare(){
var f = document.frm_bbs_declare;
f.kind.value='0';
f.declare_text.value='';
$('bbs_declare_layer').style.display='none';
}
function actBBsDeclare(){
var f=document.frm_bbs_declare;
/*
if(f.kind.value < 1){
alert('ºÐ·ù¸¦ ¼±ÅÃÇØÁÖ¼¼¿ä! ');
f.kind.focus();
return false;
}
*/
if(f.declare_text.value.length < 2){
alert('³»¿ëÀ» ÀÔ·ÂÇØÁÖ¼¼¿ä! ');
f.declare_text.focus();
return false;
}
if(confirm('ÀÔ·ÂÇϽŠ³»¿ë°ú °°ÀÌ ÄÁÅÙÃ÷¸¦ ½Å°íÇϽðڽÀ´Ï±î? ')){
sendRequest(returnBBsDeclare,'&act=declare&bbs_idx='+thisBBsIdx+'&code='+f.code.value+'&kind='+f.kind.value+'&declare_text='+f.declare_text.value,'POST','/models/common/main/module/bbsDeclare.php',true,true);
f.kind.disabled=true;
f.declare_text.disabled=true;
return false;
}else{
return false;
}
}
function returnBBsDeclare(oj){
var res = decodeURIComponent(oj.responseText);
switch(res){
case '_nouserid' :
alert('·Î±×ÀÎ ÈÄ ÀÌ¿ëÇØÁÖ¼¼¿ä! ');break;
case '_req' :
alert('ºÐ·ù ¶Ç´Â ½Å°í³»¿ëÀÌ ÀԷµÇÁö ¾Ê¾Ò½À´Ï´Ù. ');break;
case 'ok' :
alert('½Å°í³»¿ëÀÌ Á¢¼öµÇ¾ú½À´Ï´Ù. ');
bbsReload();
break;
}
}
//ÄÚ¸àÆ® ¼ö üũ
function checkLength(e){
var form = document.cmt_frm;
var limit = 200;
var cmt = form.cmt.value;
var keyValue = event.keyCode;
var split_enter = form.cmt.value.split('\r\n');
if(split_enter.length > 5){
alert('µ¡±Û ³»¿ë¿¡ 5ȸ ÀÌ»ó ¿£Å͸¦ ÀÔ·ÂÇÏ½Ç ¼ö ¾ø½À´Ï´Ù. ');
split_enter[5]='';
form.cmt.value = split_enter[0]+'\r\n'+split_enter[1]+'\r\n'+split_enter[2]+'\r\n'+split_enter[3]+'\r\n'+split_enter[4];
}
var lastString = cmt.substring(cmt.length - 4,cmt.length);
if(form.cmt.value.indexOf('\r\n\r\n')!=-1){
alert('2ȸ ÀÌ»ó ¿¬¼ÓÀ¸·Î ¿£Å͸¦ ÀÔ·ÂÇÏ½Ç ¼ö ¾ø½À´Ï´Ù. \r\n');
form.cmt.value = cmt.substring(0,form.cmt.value.length-2);
}
if(cmt.length > limit){
alert("µ¡±Û ³»¿ëÀº "+limit+"ÀÚ±îÁö¸¸ ÀÔ·ÂÀÌ °¡´ÉÇÕ´Ï´Ù.");
form.cmt.value = cmt.substring(0,limit);
}
$("cmtLen").innerHTML =form.cmt.value.length;
}
//°Ô½Ã¹° ½Å°íÇϱ⠳¡
//µî·ÏÁ¤º¸ ±¤°íâ
function bnClick(){
if(!GetCookie('sUserInfo')){
alert('·Î±×ÀÎ ÈÄ ÀÌ¿ëÇÏ½Ç ¼ö ÀÖ½À´Ï´Ù. ');
return;
}
opener.focus();
var bbs_info_bn_url = new Array();
bbs_info_bn_url[0] = '/main/charge.php?doc=free';
bbs_info_bn_url[1] = '/main/charge.php?doc=free2';
bbs_info_bn_url[2] = '/main/charge.php?doc=event_special';
var rndNum = Math.round(Math.random()*2);
location.href=bbs_info_bn_url[rndNum];
}
function resizeFrameHeight(height) {
document.getElementById('cpFrame').style.height = height;
}
//-- ¼±ÅÃµÈ check ¹Ú½º
function fnClickFileBox( fbox )
{
var fboxChecked = fbox.checked;
var fboxBundle = fbox.getAttribute("bundleIdx");
if( fboxBundle != "0" )
{
var fboxs = document.getElementsByName( fbox.name );
for( var i=0 ,iLen=fboxs.length ; i