Server IP : 119.59.102.212 / Your IP : 3.133.157.170 Web Server : Apache/2 System : Linux narin 2.6.32-042stab142.1 #1 SMP Tue Jan 28 23:44:17 MSK 2020 x86_64 User : yangkam ( 1022) PHP Version : 5.6.40 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/yangkam/domains/yangkam.go.th/public_html/coremain/module/help/ |
Upload File : |
<?php // Status Package Module $status_module=select_query("status_module","cms_status_module","id","25"); if($status_module[0]!=1) { fieldset_no_module(); } $navig['help']="ร้องทุกข์"; $navig['help_full']="รายละเอียดการร้องทุกข์"; navigator($navig); echo"<br>"; bar_header("รายละเอียดการร้องทุกข์"); // Bar_Header fieldset_top("ร้องทุกข์"); echo "<br>"; if($p_id_help!="") { $id_help=trim($p_id_help); } // แสดงเนื้อหาข่าวประชาสัมพันธ์ echo"<table width='100%' border='0' cellspacing='1' align='center' cellpadding='0'>"; $data=select_query("*","cms_help","id_help",$id_help); { echo" <tr height=40>"; echo"<td width='160'>"; echo " <img src='coremain/images/marker.gif'> <b>หัวข้อร้องทุกข์</b>"; echo"</td>"; echo "<td>$data[topic]<br></td>"; echo"</tr>"; echo" <tr height=40>"; echo"<td valign=top>"; echo " <img src='coremain/images/marker.gif'> <b>รายละเอียด</b>"; echo"</td>"; echo "<td>$data[fulltexts]<br></td>"; echo"</tr>"; echo" <tr height=40>"; echo"<td>"; echo " <img src='coremain/images/marker.gif'> <b>ชื่อผู้ร้อง</b>"; echo"</td>"; echo "<td>$data[who_help]<br></td>"; echo"</tr>"; echo" <tr height=40>"; echo"<td>"; echo " <img src='coremain/images/marker.gif'> <b>ที่อยู่ผู้ร้อง</b>"; echo"</td>"; echo "<td>$data[address_help]<br></td>"; echo"</tr>"; echo" <tr height=40>"; echo"<td>"; echo " <img src='coremain/images/marker.gif'> <b>โทรศัพท์ผู้ร้อง</b>"; echo"</td>"; echo "<td>$data[tel]<br></td>"; echo"</tr>"; echo" <tr height=40>"; echo"<td>"; echo " <img src='coremain/images/marker.gif'> <b>อีเมล์ผู้ร้อง</b>"; echo"</td>"; echo "<td>$data[email]<br></td>"; echo"</tr>"; echo" <tr height=40>"; echo"<td>"; echo " <img src='coremain/images/marker.gif'> <b>วัน/เวลาที่ร้อง</b>"; echo"</td>"; echo "<td>$data[date_help]<br></td>"; echo"</tr>"; echo" <tr height=40>"; echo"<td>"; echo " <img src='coremain/images/marker.gif'> <b>หมายเลข IP ผู้ร้อง</b>"; echo"</td>"; echo "<td>$data[ip]<br></td>"; echo"</tr>"; if($data[files]!=""){ echo" <tr height=40>"; echo"<td>"; echo " <img src='coremain/images/marker.gif'> <b>เอกสารประกอบ</b>"; echo"</td>"; echo "<td><a href='$_SESSION[web_name]/mainfile/$data[files]' target=blank>ดาวน์โหลด</a><br></td>"; echo"</tr>"; } } echo" <tr height=40>"; echo "<td align=center colspan=2><b><a href='index.php?mod=help&path=help&idss=$data[id_help]'>คลิกที่นี่ --> หากดำเนินการเรียบร้อยแล้ว</b></td>"; echo"</tr>"; echo"</table>"; fieldset_down(); ?>