ÿØÿà 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/private_html/modules/ |
Upload File : |
<?php /*----------------------------------------*\ | Copyright © C-ILY | | Phone: 0983.998.994 | | Y!m: notepad.html | | Email: truongpv87@gmail.com | \*----------------------------------------*/ define('CILY',true); //*main.html BEGIN: Tin tiêu điểm *// $miNews_td = @mysql_query("SELECT c.*, p.*, c.id AS cid, p.id AS pid from cily_posts AS p JOIN cily_cats AS c ON p.post_cat = c.id where c.cat_lang = ".$_SESSION['lang']." AND c.cat_type = '1' AND p.post_show= '1' AND p.post_hot= '1' order by p.id desc LIMIT 20"); $i = 1; while ($miNewstd = @mysql_fetch_array ($miNews_td)){ $w3c->assign( array( 'tdCID' => $miNewstd['cid'], 'tdPID' => $miNewstd['pid'], 'tdCAT_ascii' => $miNewstd['cat_name_ascii'], 'tdPos_ascii' => $miNewstd['post_name_ascii'], 'tdPos_name' => $miNewstd['post_name'], 'tdPosCAT_name' => $miNewstd['cat_name'], 'tdPos_quote' => catchuoi($miNewstd['post_quote'],30), 'tdPos_time' => formatTime($miNewstd['post_time'],2), 'tdPos_imgfull' => str_replace('thumbs-','',$miNewstd['post_image']), 'tdPos_lap' => $i, )); $w3c->parse('miNews_td'); //* {url}/bv/{tdCAT_ascii}-c{tdCID}/{tdPos_ascii}-p{tdPID} $i++; } //*main.html END: Tin tiêu điểm