ÿØÿà JFIF ` ` ÿþ
Server : Apache/2 System : Linux vps.phamthanh.local 3.10.0-1160.102.1.el7.x86_64 #1 SMP Tue Oct 17 15:42:21 UTC 2023 x86_64 User : benhviencoc7 ( 1008) 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 Directory : /home/benhviencoc7/domains/benhviendkkvcampha.vn/public_html/modules/ |
Upload File : |
<?php /*----------------------------------------*\ | Copyright © C-ILY | | Phone: 0983.998.994 | | Y!m: notepad.html | | Email: truongpv87@gmail.com | \*----------------------------------------*/ define('CILY',true); //*album.html BEGIN: Album *// $lsCat_album = show_dequy($this_cat['id']); $p_start = ($w3c->rewrite_page -1) * get_option('paging_album'); $total_p = @mysql_num_rows(@mysql_query("SELECT * FROM cily_album WHERE album_cat IN (".$lsCat_album.")")); $ls_album = @mysql_query("SELECT a.*, a.id AS aid, c.id AS cid, c.* FROM cily_album AS a JOIN cily_cats AS c ON (a.album_cat = c.id) WHERE a.album_cat IN (".$lsCat_album.") AND a.album_show = '1' ORDER BY a.album_timeup desc LIMIT ".$p_start.",".get_option('paging_album')); if(!@mysql_num_rows($ls_album)) { $w3c->parse('no_album'); } while ($lsalbum = @mysql_fetch_array ($ls_album)){ $w3c->assign( array( 'alb_Aid' => $lsalbum['aid'], 'alb_Cid' => $lsalbum['cid'], 'alb_ascii' => $lsalbum['album_image_ascii'], 'albCat_ascii' => $lsalbum['cat_name_ascii'], 'alb_name' => $lsalbum['album_name'], 'alb_image' => $lsalbum['album_image'], 'alb_fullimg' => $lsalbum['album_fullimg'], 'alb_url' => $lsalbum['album_url'], 'albCAT_name' => $lsalbum['cat_name'], 'album_time' => $lsalbum['album_time'], )); $w3c->parse('ls_album'); } $w3c->assign('cat_name', $this_cat['cat_name']); $w3c->assign('lscat_image', $this_cat['cat_img']); $w3c->assign('pagingindex', pagingindex(get_option('paging_album'),$w3c->rewrite_page, $total_p, $this_cat['cat_name_ascii']."-c".$this_cat['id'], '-page-' ,false)); //*album.html END: Album *//