Server IP : 119.59.102.212 / Your IP : 216.73.216.74 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/page_others/ |
Upload File : |
<?php $sql="SELECT name_web,address,tel,fax FROM cms_main_data WHERE id_main_data=2"; $re=mysql_query($sql); $data=mysql_fetch_array($re); fieldset_top("กิจกรรมทั่วไป"); echo"<table width='100%' border='0' align='center' cellpadding='1' cellspacing='3'>"; if($data['address']!=""){ echo "<tr>"; echo "<td align=center>"; $ch_type=strtolower(substr($data['address'],-3)); if($ch_type=="swf"){ echo"<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='$data[tel]' height='$data[fax]'>"; echo" <param name='movie' value='$_SESSION[web_name]/mainfile/$data[address]'>"; echo" <param name='quality' value='high'>"; echo"<embed src='$_SESSION[web_name]/mainfile/$data[address]' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='$data[fax]' height='$data[tel]'>"; echo"</embed>"; echo"</object>"; }else{ echo "<img src='$_SESSION[web_name]/mainfile/$data[address]' style='max-width: 100%;'>"; } echo "</td>"; echo "</tr>"; } echo "<tr>"; echo " <td>"; echo $data['name_web']; echo " </td>"; echo "</tr>"; echo"</table>"; fieldset_down(); ?>