Server IP : 180.180.241.3 / Your IP : 216.73.216.252 Web Server : Microsoft-IIS/7.5 System : Windows NT NETWORK-NHRC 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586 User : IUSR ( 0) PHP Version : 5.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /AppServ/www/umedia3/root.utils/ |
Upload File : |
<?php ; include ("../inc/config.inc.php"); head(); mn_root("rootutils"); pagesection(getlang("โปรแกรมอรรถประโยชน์::l::Utility Files")); ?><BR><TABLE align=center width=550> <TR> <TD><? // Note that !== did not exist until 4.0.0-RC2 if ($handle = opendir('../_tmp/rootutils/')) { // echo "Directory handle: $handle\n"; //echo "Files:\n"; /* This is the correct way to loop over the directory. */ while (false !== ($file = readdir($handle))) { if ($file!="." && $file !="..") { $fileurl="../_tmp/rootutils/$file"; ?><IMG SRC="../neoimg/Down.gif" WIDTH="16" HEIGHT="16" BORDER="0" ALT="" align=absmiddle> <? echo "<A HREF=\"$fileurl\" target=_blank>$file</A><BR>\n"; } } closedir($handle); } ?> <BR><BR> <HR> <? echo getlang("<B>หมายเหตุ</B> รายการดังกล่าวเป็นไฟล์ที่มีผู้นำไปไว้ที่โฟลเดอร์ /_root/rootutils/ <BR> ซึ่งสามารถคัดลอกไฟล์ไปไว้ ซึ่งไม่เกี่ยวกับตัวโปรแกรม ULIBm และไม่อยู่ในความรับผิดชอบของทีมงานผู้พัฒนาฯ::l:: <B>Note</B> Files in folder /_input/rootutils/ are shown above. Which can copy files to folder easily, and these files not in responsive of ULIB developer."); ?> </TD> </TR> </TABLE><BR><? foot(); ?>