-=[ Mr. Bumblebee ]=-
_Indonesia_
<?php
switch ( $total['mode'] )
{
case 'delete' : $phpfile = $total['design'] . '/act.delete.php' ; break ;
case 'excel' : $phpfile = $total['design'] . '/down.excel.php' ; break ;
case 'print' : $total['view_skins'] = 'N' ; break ;
case 'pay_d' : $phpfile = $total['design'] . '/act.paytype-D.php' ; break ;
case 's7return' : $phpfile = $total['design'] . '/act.s7return.php' ; break ;
case 's6cancel' : $phpfile = $total['design'] . '/act.s6cancel.php' ; break ;
case 's5sendend' : $phpfile = $total['design'] . '/act.s5sendend.php' ; break ;
case 's4sending' : $phpfile = $total['design'] . '/act.s4sending.php' ; break ;
case 's3sendwait' : $phpfile = $total['design'] . '/act.s3sendwait.php' ; break ;
case 's2gswait' : $phpfile = $total['design'] . '/act.s2gswait.php' ; break ;
case 's1mconfirm' : $phpfile = $total['design'] . '/act.s1mconfirm.php' ; break ;
// À̴ϼÈ, ÆÀ¸í(±×¿Ü »ç¿ëÀÚ¿Í µ¿ÀÏ)
case 'design_i' : $phpfile = $total['design'] . '/opt.subframe.php' ; $skinfile = $total['design'] . '/option_i.html' ; $total['view_skins'] = 'N' ; break ;
case 'design_t' : $phpfile = $total['design'] . '/opt.subframe.php' ; $skinfile = $total['design'] . '/option_t.html' ; $total['view_skins'] = 'N' ; break ;
case 'pop' : $phpfile = $total['design'] . '/opt.baseframe.php' ; $skinfile = $total['design'] . '/option.html' ; $total['view_skins'] = 'N' ; break ;
//
case 'update' : $phpfile = $total['design'] . '/act.update.php' ; break ;
case 'modify' : $phpfile = $total['design'] . '/skn.modify.php' ; $skinfile = $total['design'] . '/modify.html' ; break ;
case 'down' : $phpfile = $total['design'] . '/down.file.php' ; break ;
//case 'view2' : $phpfile = $total['design'] . '/skn.view2.php' ; $skinfile = $total['design'] . '/view.html' ; break ;
case 'viewbk' : $phpfile = $total['design'] . '/--skn.view2.bk.php' ; $skinfile = $total['design'] . '/view.html' ; break ;
case 'view' : $phpfile = $total['design'] . '/skn.view2.php' ; $skinfile = $total['design'] . '/view.html' ; break ;
default : $phpfile = $total['design'] . '/skn.list.php' ; $skinfile = $total['design'] . '/list.html' ; break ;
}
$t_send = array (
'' => 'Àüüº¸±â' ,
'ÀԱݴë±â' => 'ÀԱݴë±â' ,
'ÀԱݿϷá' => 'ÀԱݿϷá' ,
'»óǰÁغñÁß' => '»óǰÁغñÁß' ,
'¹è¼Û´ë±â' => '¹è¼Û´ë±â' ,
'¹è¼ÛÁß' => '¹è¼ÛÁß' ,
'¹è¼Û¿Ï·á' => '¹è¼Û¿Ï·á' ,
'Ãë¼Ò' => 'Ãë¼Ò' ,
'¹Ýǰ' => '¹Ýǰ'
) ;
function orderSendsms($tp) {
global $info , $info_sms ;
include $_SERVER['DOCUMENT_ROOT'] . '/sms/soap_client.php' ;
switch ( $tp ) {
case 's1' : // ÀÔ±ÝÈ®ÀÎ
$hp = $info['ohp'] ;
$msg = '½ÎÄ¿³Ý ÀÔ±Ý È®ÀÎÇÏ¿´½À´Ï´Ù. °¨»çÇÕ´Ï´Ù.' ;
break ;
case 's2' : // »óǰÁغñÁß
$hp = $info['ohp'] ;
$msg = 'ÁÖ¹®ÇϽŠ»óǰÀ» ÁغñÁßÀÔ´Ï´Ù. -½ÎÄ¿³Ý' ;
break ;
case 's4' : // ¹è¼ÛÁß
$hp = $info['ohp'] ;
$msg = '½ÎÄ¿³Ý ·ÎÁ¨Åùè ' . $info['sendnumber'] . ' ¹è¼ÛÁßÀÔ´Ï´Ù.' ;
break ;
}
if ( $hp != '' && $msg != '' ) sms($hp,$info_sms['from'] , $msg ,'send') ;
}
?>
Copyright © 2017 || Recoded By Mr.Bumblebee