-=[ Mr. Bumblebee ]=-
_Indonesia_
<?php
# approve
$info = $exe->qry_fetch ( " from tbl_{$total[table]} where keycode='{$total[code]}' and numid='{$numid}' " , " numid , name , id , level " ) ;
if ( empty($info['numid'])) script_re($total['cmnall']) ;
# cons
$action = array (
'ip' => $total['ip'] ,
'level' => $_POST['level'] ,
'name' => $_POST['name'] ,
'memo' => str_convert ($_POST['memo'] ) ,
) ;
if ( !empty($_POST['hope_pw'])) {
$action['pass'] = $_POST['hope_pw'] ;
}
# execute
$exe->qry_update( $action , "tbl_{$total[table]} " , " keycode='{$total[code]}' and numid='{$numid}' " ) ;
# end
script_re($total['cmnnb'] . '&mode=view') ;
?>
Copyright © 2017 || Recoded By Mr.Bumblebee