-=[ Mr. Bumblebee ]=-
_Indonesia_
<?php
# skin file
$skins = $skin->skin( array ( 'frm' => 'FORM' , 'to_s' => 'TO SELECT' , 'to_a' => 'TO ALL' ) , $skinfile) ;
# get data
$info = array (
'from_name' => $total[loginname] ,
'from_mail' => '' ,
'to_mails' => '' ,
) ;
include $_SERVER['DOCUMENT_ROOT'] . '/fckeditor/fckeditor.php' ;
$EDITOR = new FCKeditor('contents'); // textarea name
$EDITOR->BasePath = '/fckeditor/'; // ¼³Ä¡ÇÑ Æú´õ ÁöÁ¤
$EDITOR->Width = '100%'; // width
$EDITOR->Height = 450; // height
$EDITOR->Config['SkinPath'] = $EDITOR->BasePath . 'editor/skins/' . htmlspecialchars('silver') . '/' ;
$EDITOR->ToolbarSet = htmlspecialchars('Default');
$EDITOR->Value = '' ;
$info['contents'] = $EDITOR->Create();
if ( isset($chkid) && is_array($chkid)) {
$tmpexecute = $exe->qry_one(" FROM tbl_{$total[table]} WHERE numid in ( " . implode( ' , ' , $_POST['chkid'] ) . " ) " , " numid, name, email " ) ;
while ( $tmp_rs = $exe->fetch($tmpexecute)) {
if ( empty($tmp_rs['name'])) continue ;
if ( empty($tmp_rs['email'])) continue ;
$info['to_mails'].= str_foreach($tmp_rs, 'RS', $skins['to_s']) ;
}
} else {
// Àüü¸ÞÀÏ
$info['to_mails'].= $skins['to_a'] ;
$hint['email'] = $time_hint ;
if ( !emptY($search_query['total'])) {
$hint['email'] = '<b><font color="red">ÁÖÀÇ! ÇöÀç °Ë»öÀÌ Àû¿ëµÈ »óÅÂÀÔ´Ï´Ù. °Ë»ö°á°ú¿¡ ÇØ´çÇÏ´Â À̸ÞÀϷθ¸ Àü¼ÛµË´Ï´Ù.</b></font><br>' . $hint['email'] ;
}
}
$result = str_foreach ( $info , 'INFO' , $skins['frm'] ) ;
?>
Copyright © 2017 || Recoded By Mr.Bumblebee