File manager - Edit - /home/dxgrqzvp/public_html/hairbymimmie/NewFolder/wp-admin/suremails.tar
Back
.htaccess 0000644 00000001403 15233014043 0006333 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 15233014043 0006522 0 ustar 00 attachments/.htaccess 0000644 00000001403 15233014043 0010646 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 attachments/index.html 0000644 00000000000 15233014043 0011035 0 ustar 00 attachments/index.php 0000644 00000000075 15233014043 0010674 0 ustar 00 <?php // Silence is golden. http_response_code( 403 ); exit; attachments/.user.ini 0000644 00000000414 15233014043 0010606 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 = attachments/web.config 0000644 00000002223 15233014043 0011015 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>