Server IP : 119.59.102.212 / Your IP : 3.141.244.88 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/theme/ |
Upload File : |
<?php // permssion if($_SESSION[admin_web]!="admin"){ permission_fail(); } $navig['manage_user']="เปลี่ยนหน้ากาก"; navigator($navig); echo "<br>"; bar_header("เปลี่ยนหน้ากาก"); // Bar_Header fieldset_top("เปลี่ยนหน้ากาก"); include("function_box.php"); ?> <form name="form1" method="post" action="index.php?mod=manage_theme&path=theme"> <table width="100%" border="0" cellpadding="0" cellspacing="0" align=center> <?php $selThemes = "SELECT * FROM cms_main_themes ORDER BY id"; $queThemes = mysql_query($selThemes); $num = 1; while($obj = mysql_fetch_array($queThemes)){ $themes = $obj['id']; if($num % 2 == 1){ open1(); manage_box('themes'.$num.'.jpg'); if($_SESSION['themes_'] == $themes) check($themes, $num, 'รูปแบบที่ '); else no_check($themes, $num, 'รูปแบบที่ '); close1(); }else{ manage_box('themes'.$num.'.jpg'); if($_SESSION['themes_'] == $themes) check($themes, $num, 'รูปแบบที่ '); else no_check($themes, $num, 'รูปแบบที่ '); close2(); spech(); } ++$num; } button_text('เปลี่ยนหน้ากาก', 'Submit', 2); ?> <!--<tr><td colspan='2' align='center'><br><br><input type='submit' name='Submit' value='เปลี่ยนหน้ากาก' onmouseover=this.style.cursor='hand'></td></tr>--> </table> </form> <?php fieldset_down();?>