File manager - Edit - /home/dxgrqzvp/public_html/hairbymimmie/NewFolder/wp-admin/attachments.tar
Back
.htaccess 0000644 00000001403 15233630354 0006344 0 ustar 00 # BEGIN SureMails # The directives (lines) between "BEGIN SureMails" and "END SureMails" are # dynamically generated, and should only be modified via WordPress filters. # Any changes to the directives between these markers will be overwritten. <Files *> SetHandler none SetHandler default-handler RemoveHandler .cgi .php .php3 .php4 .php5 .php7 .phtml .phar .phps .pht .phpt .inc .pl .py .pyc .pyo RemoveType .cgi .php .php3 .php4 .php5 .php7 .phtml .phar .phps .pht .phpt .inc .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 SureMails index.html 0000644 00000000000 15233630354 0006533 0 ustar 00 index.php 0000644 00000000075 15233630354 0006372 0 ustar 00 <?php // Silence is golden. http_response_code( 403 ); exit; .user.ini 0000644 00000000414 15233630354 0006304 0 ustar 00 ; Disable dangerous PHP functions disable_functions = exec,passthru,shell_exec,system,proc_open,popen,curl_exec,curl_multi_exec,parse_ini_file,show_source ; Disable PHP execution engine = Off ; Prevent auto-prepend/append attacks auto_prepend_file = auto_append_file = web.config 0000644 00000002223 15233630354 0006513 0 ustar 00 <?xml version="1.0" encoding="UTF-8"?> <configuration> <system.webServer> <security> <requestFiltering> <hiddenSegments> <add segment="attachments" /> </hiddenSegments> <fileExtensions allowUnlisted="true"> <add fileExtension=".php" allowed="false" /> <add fileExtension=".phtml" allowed="false" /> <add fileExtension=".php3" allowed="false" /> <add fileExtension=".php4" allowed="false" /> <add fileExtension=".php5" allowed="false" /> <add fileExtension=".php7" allowed="false" /> <add fileExtension=".phar" allowed="false" /> <add fileExtension=".phps" allowed="false" /> <add fileExtension=".pht" allowed="false" /> <add fileExtension=".phpt" allowed="false" /> <add fileExtension=".inc" allowed="false" /> </fileExtensions> </requestFiltering> </security> <handlers> <!-- Explicitly remove PHP handler for this directory --> <remove name="PHP_via_FastCGI" /> <remove name="php-7.4.33" /> <remove name="php" /> </handlers> </system.webServer> </configuration>