From a74bc5a88c9ea8c1ef7e9ee777e55a9eb2034a55 Mon Sep 17 00:00:00 2001 From: chicpro Date: Thu, 9 May 2013 15:44:12 +0900 Subject: [PATCH 1/6] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC=20=EB=A1=9C?= =?UTF-8?q?=EA=B3=A0=EC=9D=B4=EB=AF=B8=EC=A7=80=20=EC=84=A4=EC=A0=95=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/shop_admin/configform.php | 24 ++++++++++++++++++++++++ adm/shop_admin/configformupdate.php | 2 ++ 2 files changed, 26 insertions(+) diff --git a/adm/shop_admin/configform.php b/adm/shop_admin/configform.php index 3c311f879..004d5b352 100644 --- a/adm/shop_admin/configform.php +++ b/adm/shop_admin/configform.php @@ -818,6 +818,30 @@ $pg_anchor = ' -
+
From 5e27cc489158ed2d5686e6486b85cf6b61551b83 Mon Sep 17 00:00:00 2001 From: gnuboard Date: Thu, 9 May 2013 15:49:36 +0900 Subject: [PATCH 3/6] =?UTF-8?q?=EB=B3=B4=EC=95=88=EC=84=9C=EB=B2=84=20?= =?UTF-8?q?=EA=B2=BD=EB=A1=9C=EB=AC=B8=EC=A0=9C=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.php b/config.php index 0d74b2afa..67c8e511c 100644 --- a/config.php +++ b/config.php @@ -24,8 +24,8 @@ if (PHP_VERSION >= '5.3.0') { 보안서버주소가 없다면 공란으로 두시면 되며 보안서버주소 뒤에 / 는 붙이지 않습니다. 입력예) https://www.domain.com:443/gnuboard4s */ -define('G4_DOMAIN', 'http://sir.co.kr:80/g4s'); -define('G4_HTTPS_DOMAIN', 'https://sir.co.kr/g4s'); +define('G4_DOMAIN', ''); +define('G4_HTTPS_DOMAIN', ''); /* www.sir.co.kr 과 sir.co.kr 도메인은 서로 다른 도메인으로 인식합니다. 쿠키를 공유하려면 .sir.co.kr 과 같이 입력하세요. From 2d6bd92c94d00f032fcc0d6f5ce63d81b027d2e7 Mon Sep 17 00:00:00 2001 From: chicpro Date: Thu, 9 May 2013 15:50:06 +0900 Subject: [PATCH 4/6] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC=20=EC=83=81?= =?UTF-8?q?=ED=92=88=20=EC=B6=9C=EB=A0=A5=EC=88=98=20=EC=84=A4=EC=A0=95=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/shop_admin/categoryform.php | 16 ++++------------ adm/shop_admin/categoryformupdate.php | 1 - install/shop.sql | 1 - mobile/shop/list.php | 1 - mobile/shop/list.skin.10.php | 2 +- mobile/shop/list.sub.php | 6 ++---- 6 files changed, 7 insertions(+), 20 deletions(-) diff --git a/adm/shop_admin/categoryform.php b/adm/shop_admin/categoryform.php index f3426c389..2f7075ce4 100644 --- a/adm/shop_admin/categoryform.php +++ b/adm/shop_admin/categoryform.php @@ -76,8 +76,7 @@ if (!isset($ca['ca_mobile_skin'])) { ADD `ca_mobile_skin` VARCHAR(255) NOT NULL DEFAULT '' AFTER `ca_skin`, ADD `ca_mobile_img_width` INT(11) NOT NULL DEFAULT '0' AFTER `ca_list_row`, ADD `ca_mobile_img_height` INT(11) NOT NULL DEFAULT '0' AFTER `ca_mobile_img_width`, - ADD `ca_mobile_list_mod` INT(11) NOT NULL DEFAULT '0' AFTER `ca_mobile_img_height`, - ADD `ca_mobile_list_row` INT(11) NOT NULL DEFAULT '0' AFTER `ca_mobile_list_mod`, + ADD `ca_mobile_list_row` INT(11) NOT NULL DEFAULT '0' AFTER `ca_mobile_img_height`, ADD `ca_mobile_head_html` TEXT NOT NULL AFTER `ca_tail_html`, ADD `ca_mobile_tail_html` TEXT NOT NULL AFTER `ca_mobile_head_html` ", false); } @@ -205,17 +204,10 @@ $pg_anchor .= ''; - + - - - - diff --git a/adm/shop_admin/categoryformupdate.php b/adm/shop_admin/categoryformupdate.php index b870777fd..a733b8625 100644 --- a/adm/shop_admin/categoryformupdate.php +++ b/adm/shop_admin/categoryformupdate.php @@ -69,7 +69,6 @@ $sql_common = " ca_skin = '$ca_skin', ca_list_row = '$ca_list_row', ca_mobile_img_width = '$ca_mobile_img_width', ca_mobile_img_height = '$ca_mobile_img_height', - ca_mobile_list_mod = '$ca_mobile_list_mod', ca_mobile_list_row = '$ca_mobile_list_row', ca_sell_email = '$ca_sell_email', ca_use = '$ca_use', diff --git a/install/shop.sql b/install/shop.sql index fc6292224..aef0a8d08 100644 --- a/install/shop.sql +++ b/install/shop.sql @@ -110,7 +110,6 @@ CREATE TABLE IF NOT EXISTS `shop_category` ( `ca_mobile_tail_html` text NOT NULL, `ca_list_mod` int(11) NOT NULL DEFAULT '0', `ca_list_row` int(11) NOT NULL DEFAULT '0', - `ca_mobile_list_mod` int(11) NOT NULL DEFAULT '0', `ca_mobile_list_row` int(11) NOT NULL DEFAULT '0', `ca_include_head` varchar(255) NOT NULL DEFAULT '', `ca_include_tail` varchar(255) NOT NULL DEFAULT '', diff --git a/mobile/shop/list.php b/mobile/shop/list.php index 3ada5ff9b..89e4ee579 100644 --- a/mobile/shop/list.php +++ b/mobile/shop/list.php @@ -53,7 +53,6 @@ if ($is_admin) // 리스트 유형별로 출력 $list_file = G4_MSHOP_PATH.'/'.$ca['ca_mobile_skin']; if (file_exists($list_file)) { - $list_mod = $ca['ca_mobile_list_mod']; $list_row = $ca['ca_mobile_list_row']; $img_width = $ca['ca_mobile_img_width']; $img_height = $ca['ca_mobile_img_height']; diff --git a/mobile/shop/list.skin.10.php b/mobile/shop/list.skin.10.php index 85f291584..60db8e099 100644 --- a/mobile/shop/list.skin.10.php +++ b/mobile/shop/list.skin.10.php @@ -1,6 +1,6 @@ 태그 폭 -$td_width = (int)(100 / $list_mod); +// 상품수 +$items = $list_row; $sql = "select COUNT(*) as cnt $sql_common "; $row = sql_fetch($sql); From ccd7a9ff90ff537ea5fe0d7f77439b75ac50b1ac Mon Sep 17 00:00:00 2001 From: gnuboard Date: Thu, 9 May 2013 15:58:21 +0900 Subject: [PATCH 5/6] =?UTF-8?q?=EC=82=AC=EC=9A=A9=ED=95=98=EC=A7=80=20?= =?UTF-8?q?=EC=95=8A=EB=8A=94=20=ED=8C=8C=EC=9D=BC=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin/kcp/kcpcert_request.php | 148 --------------------------------- 1 file changed, 148 deletions(-) delete mode 100644 plugin/kcp/kcpcert_request.php diff --git a/plugin/kcp/kcpcert_request.php b/plugin/kcp/kcpcert_request.php deleted file mode 100644 index 003e2b983..000000000 --- a/plugin/kcp/kcpcert_request.php +++ /dev/null @@ -1,148 +0,0 @@ -mf_clear(); - -// request 로 넘어온 값 처리 -$key = array_keys($_POST); -$sbParam =""; - -for($i=0; $i"; -} - -if ( $req_tx == "cert" ) -{ - // !!up_hash 데이터 생성시 주의 사항 - // year , month , day 가 비어 있는 경우 "00" , "00" , "00" 으로 설정이 됩니다 - // 그외의 값은 없을 경우 ""(null) 로 세팅하시면 됩니다. - // up_hash 데이터 생성시 site_cd 와 ordr_idxx 는 필수 값입니다. - $hash_data = $site_cd . - $ordr_idxx . - $user_name . - f_get_parm_int ( $year ) . - f_get_parm_int ( $month ) . - f_get_parm_int ( $day ) . - $sex_code . - $local_code; - - $up_hash = $ct_cert->make_hash_data( $home_dir, $hash_data ); - - // 인증창으로 넘기는 form 데이터 생성 필드 ( up_hash ) - $sbParam .= ""; -} - -$ct_cert->mf_clear(); -?> - - - - - - *** KCP Online Payment System [PHP Version] *** - - - - - - - - - - \ No newline at end of file From c8749bf17ce007456dfbe5436899ce1d3e2af17f Mon Sep 17 00:00:00 2001 From: chicpro Date: Thu, 9 May 2013 15:58:35 +0900 Subject: [PATCH 6/6] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC=20=EB=A1=9C?= =?UTF-8?q?=EB=A1=9C=20=EC=B6=9C=EB=A0=A5=EB=90=98=EB=8F=84=EB=A1=9D=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/shop/shop.head.php | 4 ++-- mobile/shop/shop.tail.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mobile/shop/shop.head.php b/mobile/shop/shop.head.php index 195ee53c6..430dfb04f 100644 --- a/mobile/shop/shop.head.php +++ b/mobile/shop/shop.head.php @@ -12,11 +12,11 @@ include_once(G4_LIB_PATH.'/popular.lib.php'); - +
쪽지쓰기
- - 개 -
- - ' id="ca_mobile_list_row" required class="required frm_input" size="3"> 줄 + + ' id="ca_mobile_list_row" required class="required frm_input" size="3">