@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
/
board
/
skin
/
new02a
/
files
/
Path :
Upload File :
New :
File
Dir
/home/sanchung/public_html/board/skin/new02a/files/commant_guest.php
<? #### MEMO LIST START #### $i = 0; $cres = $mysql->res("$_board[table]", "*", "where grp=$row[grp] && loc=$row[loc] && stp=$row[stp] && mstp>0 order by mstp asc", 0); $ctotal = mysql_num_rows($cres); if($ctotal){ echo" <table border='0' cellpadding='0' cellspacing='0' width='100%'>"; } while($crow = mysql_fetch_array($cres)){ $subject = htmlspecialchars($crow[subject]); $content = nl2br(htmlspecialchars($crow[content])); $name = htmlspecialchars($crow[name]); $wdate = substr($row[wdate], 0, 10); if(($i%2)==0){ $color="White"; }else{ $color="#F7F7F7"; } echo" <tr onmouseover=\"this.style.backgroundColor='#F7F7F7'\" onmouseout=\"this.style.backgroundColor='$DEFAULT_BG'\"> <td width='80'> $new_gul $name</td> <td width='10' align='center'>:</td> <td width='100%' style='padding:5px;'>$content</td> <td width='5'></td> <td width='80'>$wdate</td> <td width='20'>"; // °ü¸®ÀÚÀ϶§ if($_adm_key["admin"] || $_adm_key["board"] || $_adm_key["master"]){ echo" <a href='#/' onclick=\"memoDel('$crow[id]')\"><img src='$skinurl/img/reply-close.gif' border='0' alt='¸Þ¸ð»èÁ¦' /></a>"; } else { echo" <a href='$PHP_SELF?db=$db&page=$page$search&id=$crow[id]&parent=$id&type=memodelete'><img src='$skinurl/img/reply-close.gif' border='0' alt='¸Þ¸ð»èÁ¦' /></a>"; } echo" </td> </tr> <tr> <td colspan='7' background='$skinurl/img/2x2dot.gif'></td> </tr>"; } if($ctotal){ echo" <tr height='10'> <td colspan='6'></td> </tr> </table>"; } echo" <form name='form$id' method='post' onsubmit='return CheckMemo()' action='$_path[web]/insert.php'> <input type='hidden' name='db' value='$db' /> <input type='hidden' name='page' value='$page' /> <input type='hidden' name='column' value='$column' /> <input type='hidden' name='keyword' value='$keyword' /> <input type='hidden' name='id' value='$id' /> <input type='hidden' name='type' value='memoinsert' /> <input type='hidden' name='sort' value='$sort' /> <input type='hidden' name='BACK_URL' value='$PHP_SELF' /> <table border='0' cellpadding='0' cellspacing='0' width='100%'> <tr valign='top'> <td> <img src='$skinurl/img/memo_ttle.gif' alt='ÄÚ¸àÆ® ´Þ±â' /></td> </tr> <tr> <td> <table class='commant_form' cellpadding='0' cellspacing='0' border='0'> <tr> <th style='font-size:11px; color:$_board[board_color]; font-weight:bold; padding-left:10px; padding-right:10px; padding-top:3px'>ÀÛ¼ºÀÚ</th> <td><input type='text' name='name' size='15' value='$_mem_key[name]' class='skin3_input' /></td> <td width='20'></td> <th style='font-size:11px; color:$_board[board_color]; font-weight:bold; padding-left:10px; padding-right:10px; padding-top:3px'>ºñ¹Ð¹øÈ£</th> <td><input type='password' name='pass' value='' size='15' maxlength='15' class='skin3_input' /></td>"; // ½ºÆÔÄÚµå »ç¿ëÀÌ°í °ü¸®ÀÚ || ȸ¿ø ·Î±×ÀÎÀÌ ¾Æ´Ò¶§ È®ÀÎÄÚµåÀÔ·Â if($_board[spam_code] == "Y" && !$_adm_key["admin"] && !$_adm_key["board"] && !$_adm_key["master"] && !$_mem_key["id"]){ $board_code = rand(1000, 9999); echo" <td width='20'></td> <th style='padding-right:5px; font-size:11px; color:$_board[board_color]; font-weight:bold; padding-left:10px; padding-right:10px; padding-top:3px'>È®ÀÎÄÚµå</th> <td> <input type='hidden' name='board_code' value='".base64_encode($board_code)."' /> <img src='$_path[web]/deal.php?mode=code&br=255&bg=255&bb=255&code=".base64_encode($board_code)."' alt='È®ÀÎÄÚµå : $board_code' align='middle' /> <input type='text' name='rand_code' size='8' tabindex='1' class='skin3_input' maxlength='4' /></td>"; } echo" </tr> </table> </td> </tr> <tr> <td> <table width='100%' cellpadding='0' cellspacing='0'> <tr> <td width='5'></td> <td><textarea class='skin3_input' name='content' style=\"width:100%; height:90px; background-image:url('$skinurl/text_line.gif'); line-height:130%;\" cols='' rows=''></textarea></td> <td width='70' align='center' valign='bottom'><input type='image' src='$skinurl/img/$btn/i_wok.gif' style='border:0;' onclick='CheckMemo(form$id); return false;' /></td> </tr> </table> </td> </tr> <tr> <td height='10'></td> </tr> </table> </form>"; ?>