# ปรับปรุง : 2554-03-20 (รุ่นล่าสุดใช้งานที่ http://www.thaiall.com/handbill/openphotodir.php) if ($_SERVER["SERVER_NAME"] == "www.thaiall.com") session_save_path("/home/users/web/b352/hy.thaiwebsearch/cgi-bin/tmp"); session_start(); $version = 'openphotodir.php version 3.2554-01-15'; $title = 'Photo Gallery'; $type = 'filename'; // t1 - t6,filename $h = ' height:100'; $w = ' width:100'; $hb = 'background-color:#ddbb88;'; $hb2 = 'background-color:#ddaa44;'; $b = 'background-color:#666644'; $filename_bg1 = 'background-color:#f9f9f9'; $filename_bg2 = 'background-color:#dddddd'; $colortext = 'black'; $tot = 200; $max_size = 1000000; ini_set('memory_limit', '80M'); # === if (isset($_GET['folder'])) $_SESSION["folder"] = $_GET['folder']; if (isset($_SESSION['folder'])) $myfolder = $_SESSION["folder"]; else $myfolder = "./"; if (isset($_GET['type'])) $type =$_GET['type']; if (isset($_GET['imgh'])) $h = " height:".$_GET['imgh']; if (isset($_GET['imgw'])) $w = " width:".$_GET['imgw']; if (isset($_GET['start'])) $start = $_GET['start']; else $start = 1; if (!isset($_GET['imgh']) && !isset($_GET['imgw'])) { if (strlen($h) < 2) $h = ' height:120'; if (strlen($w) < 2) $w = ' width:120'; } if (isset($_GET['bgcolor'])) $b = "background-color:".$_GET['bgcolor']; if (isset($_GET['tot'])) $tot = $_GET['tot']; if (isset($_GET['f'])) enl(base64_decode($_GET['f']),$myfolder); ?>
แบบ : if (!isset($_GET["type"])) echo 'รายการ | '; else echo 'รายการ |'; ?> if (isset($_GET["type"]) && $_GET["type"]=="t2") echo 'สูง 100px | '; else echo 'สูง 100px | '; ?> if (isset($_GET["type"]) && $_GET["type"]=="t3") echo 'กว้าง 200px | '; else echo 'กว้าง 200px |'; ?> if (isset($_GET["type"]) && $_GET["type"]=="t4") echo 'พื้นเหลือง | '; else echo 'พื้นเหลือง |'; ?> if (isset($_GET["type"]) && $_GET["type"]=="t5") echo 'พื้นเทา | '; else echo 'พื้นเทา |'; ?> if (isset($_GET["type"]) && $_GET["type"]=="t6") echo 'เฟรม | '; else echo 'เฟรม '; ?> |
ลำดับ | ชื่อแฟ้มภาพ | ขนาดแฟ้ม (bytes) | วันที่ |
"; $i = 0; $d = opendir($myfolder); while ($list = readdir($d)) { $elist = base64_encode($list); if ((strtolower(substr($list,-4)) == ".jpg" || strtolower(substr($list,-4)) == ".gif" || strtolower(substr($list,-4)) == ".png")) { if ($list != "ta1.gif" && $list != "ta2.gif" && $list != "ta3.gif" && $list != "thaiabc_tag.gif") { $i = $i + 1; if ($type == "filename") { if ($i % 2 ==0) $bg = $filename_bg1; else $bg = $filename_bg2; echo " | |||
$i | $list | ". number_format(filesize($myfolder . $list)) ." | ". date("F d Y H:i:s", filemtime($myfolder . $list)) . " |
จำนวน ภาพ | หน้าที่ : $q = split("&start",$_SERVER["QUERY_STRING"]); for ($j=1;$j<=$tpage;$j++) { if (isset($_GET["start"]) && $j == $_GET["start"]) echo "_[ $j ]_"; else echo "_". $j. "_"; } echo ' | '; } echo "