-=[ Mr. Bumblebee ]=-
_Indonesia_
<?
if ( !empty($total['loginno'])) script_re ( $total['cmnall'] . '&mode=cart' ) ;
$ordertype = empty($_POST['ordertype']) ? $_GET['ordertype'] : $_POST['ordertype'] ;
if ( empty($ordertype)) script_re ( $total['cmnall'] . '&mode=cart' , ' À߸øµÈ Á¢±ÙÀÔ´Ï´Ù. ') ;
if ( $ordertype == 'CM' ) {
$ordertype = 'CN' ; // none member
} elseif ( $ordertype == 'DM' || $ordertype == 'DN' ) {
$ordertype = 'DN' ;
// ¹Ù·Î±¸¸ÅÀÇ °æ¿ì °íÀ¯ ÀúÀå°ªÀÌ ³Ñ¾î¿Í¾ßÇÕ´Ï´Ù.
$d_o_code = empty($_POST['ordertype']) ? $_GET['ordercode'] : $_POST['ordercode'] ;
if ( empty($d_o_code)) script_bk ( 'À߸øµÈ Á¢±ÙÀÔ´Ï´Ù. ') ;
}
# skinfile
$skins = $skin->skin ( array ( 'frm' => 'FORM' ) , $skinfile ) ;
$info = array(
'ordertype' => $ordertype ,
'ordercode' => $d_o_code
) ;
$result = str_foreach ( $info , 'INFO' , $skins['frm'] ) ;
?>
Copyright © 2017 || Recoded By Mr.Bumblebee