-=[ Mr. Bumblebee ]=-
_Indonesia_
<?
include_once( 'inc/cart.php') ;
$total['view_skins'] = 'Y2' ;
if ( empty($_GET['ordercode']) || empty($_GET['ordertcode']))
script_re ( '/' , ' À¯È¿ÇÏÁö ¾ÊÀº Á¢±ÙÀÔ´Ï´Ù. ') ;
$info = $exe->qry_fetch(" from {$tblOrder} as base_o where orderScode = '{$_GET[ordercode]}' " , " * , ( select sum(top_qry+bot_qry) from {$tblOrdergs} where orderScode = base_o.orderScode ) as order_sum_qry ") ;
if ( empty($info['numid'])) script_re ( '/' , ' ÁÖ¹®Á¤º¸¸¦ ºÒ·¯¿À´Âµ¥ ½ÇÆÐÇÏ¿´½À´Ï´Ù. ') ;
if ( md5($info['numid']) != $_GET['ordertcode']) script_re ( '/' , ' ó¸®ÇÒ ¼ö ¾ø´Â Á¢±ÙÀÔ´Ï´Ù. ') ;
# °áÁ¦¸ðµâ
if ( $info['pay_type'] == 'C' ) { // ½Å¿ëÄ«µå
$pay_type = '½Å¿ëÄ«µå' ;
$paymethod = 'card' ;
$escrow = '' ;
} else {
$pay_type = '¿¡½ºÅ©·Î °¡»ó°èÁÂ' ;
$paymethod = '4' ;
$escrow = 'escrow' ;
}
// 4 : °èÁÂÀÌü
// 7 : °¡»ó°èÁÂ
// 801 : ÈÞ´ëÆù
// 802 : Æùºô
$skins = $skin->skin ( array ( 'frm' => 'FORM' ) , $skinfile ) ;
$tinfo = array(
'paymethod' => $paymethod ,
'pay_type' => $pay_type ,
'escrow' => $escrow ,
// ÁÖ¹®¹øÈ£
'ordr_idxx' => $info['orderScode'] ,
// »óǰ¸í
'good_name' => $info['ordertitle'] ,
// °áÁ¦±Ý¾×(¼ýÀÚ¸¸)
'good_mny' => $info['result_price'] ,
// ÁÖ¹®ÀÚ Á¤º¸
'buyr_name' => $info['oname'] ,
'buyr_mail' => $info['oemail'] ,
'buyr_tel1' => $info['otel'] ,
'buyr_tel2' => $info['ohp'] ,
// ¼öÃëÀÎ Á¤º¸
'rcvr_name' => $info['rname'] ,
'rcvr_tel1' => $info['rtel'] ,
'rcvr_tel2' => $info['rhp'] ,
'rcvr_mail' => $info['remail'] ,
'rcvr_zipx' => $info['rzip'] ,
'rcvr_add1' => $info['raddr1'] ,
'rcvr_add2' => $info['raddr2'] ,
// ±×¿Ü
'rcontents' => str_mode($info['rcontents'] , 'TEXT') ,
'total_count' => number_format($info['order_sum_qry']) ,
'total_send_price' => number_format($info['send_price']) ,
'total_price2' => number_format($info['result_price']) ,
'pay_type' => $pay_type ,
'siteid' => $pay_bankwell_siteid //
);
// Ư¼ö¹®ÀÚ Á¦°Å
foreach ( $tinfo as $key=>$val ) {
$val = str_replace( '\\' , '' , $val ) ;
$val = str_replace( ':' , '' , $val ) ;
$val = str_replace( '*' , '' , $val ) ;
$val = str_replace( '?' , '' , $val ) ;
$val = str_replace( '<' , '' , $val ) ;
$val = str_replace( '>' , '' , $val ) ;
$val = str_replace( ';' , '' , $val ) ;
$val = str_replace( chr(13) , '' , $val ) ;
$val = str_replace( '&' , '' , $val ) ;
$val = str_replace( '|' , '' , $val ) ;
$val = str_replace( ',' , '' , $val ) ;
$val = str_replace( "'" , '' , $val ) ;
$val = str_replace( '"' , '' , $val ) ;
$tinfo[$key] = $val ;
}
$result = str_foreach( $tinfo , 'INFO' , $skins['frm']) ;
?>
Copyright © 2017 || Recoded By Mr.Bumblebee