ÿØÿà 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); //* gioithieu.html BEGIN: Kiểu giới thiệu *// $intro = @mysql_fetch_array(@mysql_query("SELECT p.*, p.id AS pid, c.id AS cid, c.* FROM cily_posts AS p JOIN cily_cats AS c ON (p.post_cat = c.id) WHERE p.post_cat = ".$w3c->rewrite_idcat." AND p.post_show = 1 ORDER BY p.post_timeup DESC")); $w3c->assign ( array( 'gtPs_name' => $intro['post_name'], 'gtPs_quote' => $intro['post_quote'], 'gtCat_name' => $intro['cat_name'], 'gtPs_content' => (iout($intro['post_content'])), 'gtPs_imgfull' => str_replace('thumbs-','',$intro['post_image']), 'gtPs_time' => formattime($intro['post_time'],4), )); $w3c->assign('cat_name1', $this_cat['cat_name']); $w3c->assign('lscat_image', $this_cat['cat_img']); //* gioithieu.html END: Kiểu giới thiệu *// //*gioithieu.html BEGIN: Xem tin cũ hơn gt: giới thiệu, O: old *// $idcha = danhmuccha($w3c->rewrite_idcat); $gtTin_Old = @mysql_query("SELECT p.*, p.id AS pid, c.id AS cid, c.* FROM cily_posts AS p JOIN cily_cats AS c ON (p.post_cat = c.id) WHERE p.post_show = 1 AND c.cat_sub = ".$idcha." ORDER BY c.cat_order ASC LIMIT 6"); if(!@mysql_num_rows($gtTin_Old)) { $w3c->parse('gtOld_noposts'); } while($gtTinOld = @mysql_fetch_array($gtTin_Old)) { $w3c->assign ( array( 'gtOCID' => $gtTinOld['cid'], 'gtOPID' => $gtTinOld['pid'], 'gtOCAT_ascii' => $gtTinOld['cat_name_ascii'], 'gtOPs_ascii' => $gtTinOld['post_name_ascii'], 'gtOPs_name' => $gtTinOld['post_name'], 'gtOPs_image' => $gtTinOld['post_image'], 'gtOPs_quote' => catchuoi($gtTinOld['post_quote'], 180), 'gtOPs_time' => formatTime($gtTinOld['post_time'],4), 'cat_active' => ($gtTinOld['id'] == $w3c->rewrite_idcat)?'selected':'', )); $w3c->parse('gtTin_Old'); //* {url}/ls/{gtOCAT_ascii}-c{gtOCID} // } //*gioithieu.html END: Xem tin cũ hơn *//