@Ghazascanner
_2019runbot
Ghazascanner File Manager
server :Linux adweb87 2.6.32-754.el6.x86_64 #1 SMP Tue Jun 19 21:26:04 UTC 2018 x86_64
Current Path :
/
home
/
sanchung
/
public_html
/
admin
/
message
/
Path :
Upload File :
New :
File
Dir
/home/sanchung/public_html/admin/message/msg_write.php
<? while(@list($k , $v) = each($chk)){ $row = $mysql->row("adw_member", "name, userid", "where num='$v'"); if($row[userid]){ $mail_array[] = $row[name]."($row[userid])"; $chk_array[] = $v; } } ?> <Script Language=JavaScript> <!-- function Check_Text(form,mode){ if(!form.subject.value){ alert("Á¦¸ñÀ» ÀÔ·ÂÇϼ¼¿ä."); form.subject.focus(); return; } if(form.member[1].checked ==true){ if(!form.chk.value){ alert("¼±ÅÃµÈ È¸¿øÀÌ ¾ø½À´Ï´Ù. ¸ÕÀú ¼±ÅÃÈÄ ÀÔ·ÂÇϼ¼¿ä."); return; } } form.type.value=mode; form.submit(); } //--> </Script> <table width='100%' cellpadding='0' cellspacing='0'> <form name=form method=post action="./message/msg_insert.php" enctype="multipart/form-data"> <input type=hidden name=type value=""> <input type=hidden name="page" value="<?=$page?>"> <input type=hidden name="word" value="<?=$word?>"> <input type=hidden name="part" value="<?=$part?>"> <input type=hidden name="umail" value="<?=$umail?>"> <input type=hidden name="pagesize" value="<?=$pagesize?>"> <input type=hidden name=chk value="<?=@implode(",", $chk_array)?>"> <tr height='30'> <td><b>ÂÊÁöº¸³»±â</b></td> </tr> <TR> <TD style='border:1 solid #CCCCCC'> <TABLE cellSpacing=2 cellPadding=0 width='100%' border=0 bgcolor='#FFFFFF'> <col width='20%' bgcolor='#EEEEEE' style='padding-left:15'></col> <col bgcolor='#F6F6F6' style='padding-left:10'></col> <TR height=30> <TD>¿É ¼Ç</TD> <TD><input type=radio name="member" value="ALL" class=none>Àüü ȸ¿ø <input type=radio name="member" value="CHECK" checked class=none> ¼±Åà ȸ¿ø </TD> </TR> <TR height=180> <TD>ȸ¿ø¾ÆÀ̵ð</TD> <TD><textarea name=maillist style='width:90%; height:170' readonly><? echo @implode("\n",$mail_array); ?></textarea></TD> </TR bgcolor=#EFEFEF height=26> <TR height=30> <TD>Á¦ ¸ñ</TD> <TD><input type=text name=subject style='width:90%' value=''></TD> </TR> <TR height=210> <TD>³» ¿ë</TD> <TD><textarea name=content style='width:90%; height:200'></textarea></TD> </TR> </TABLE> </td> </tr> <tr height='50' align='center'> <td> <input type=button value="º¸ ³» ±â" OnClick="Check_Text(this.form,'insert');"> <input type=button value="µ¹¾Æ°¡±â" OnClick="location.replace('?amode=member_msg&page=<?=$page.$search?>');"> </td> </tr> </form> </table>