X7ROOT File Manager
Current Path:
/home/u126090504/domains/oceanicabeachresort.com/public_html
home
/
u126090504
/
domains
/
oceanicabeachresort.com
/
public_html
/
📁
..
📄
.htaccess
(0 B)
📁
Version
📄
about.php
(4.19 KB)
📁
admin
📁
assets
📄
booking.php
(4.55 KB)
📄
booking_details.php
(4.43 KB)
📄
booking_process.php
(1.12 KB)
📄
config.php
(914 B)
📄
contact.php
(14.48 KB)
📄
contactdb.php
(796 B)
📄
footer.php
(13.26 KB)
📄
gallery.php
(2.82 KB)
📄
header.php
(19.3 KB)
📁
images
📄
index.php
(2.27 KB)
📄
indexx.php
(75.25 KB)
📁
lib
📄
oce.zip
(106.17 MB)
📄
payment.php
(6.79 KB)
📄
payment_submit.php
(15.1 KB)
📄
payment_verify.php
(2.31 KB)
📄
peret.php
(266.87 KB)
📁
qrcodes
📄
room-service.php
(8.98 KB)
📄
search_videos.php
(1.76 KB)
📄
services.php
(14.04 KB)
📄
success.php
(2.06 KB)
📄
test_mailer.php
(372 B)
📄
thank-you.php
(1.28 KB)
📁
uploads
📄
videos.php
(6.87 KB)
Editing: index.php
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Website Suspended</title> <style> * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Segoe UI', sans-serif; } body { height: 100vh; display: flex; justify-content: center; align-items: center; background: linear-gradient(135deg, #0f2027, #203a43, #2c5364); color: #fff; } .container { text-align: center; padding: 40px; background: rgba(0, 0, 0, 0.6); border-radius: 15px; box-shadow: 0 10px 30px rgba(0,0,0,0.5); max-width: 500px; width: 90%; } h1 { font-size: 32px; margin-bottom: 15px; color: #ff4d4d; } p { font-size: 16px; margin-bottom: 20px; color: #ddd; } .icon { font-size: 60px; margin-bottom: 20px; } .contact { font-size: 14px; color: #aaa; } .btn { display: inline-block; margin-top: 15px; padding: 10px 20px; border-radius: 25px; background: #ff4d4d; color: #fff; text-decoration: none; transition: 0.3s; } .btn:hover { background: #ff1a1a; } </style> </head> <body> <div class="container"> <div class="icon">⚠️</div> <h1>Website Suspended</h1> <p> This website has been temporarily suspended due to billing or policy issues. </p> <p> Please contact the administrator or hosting provider to restore access. </p> <a href="mailto:support@oceanicabeachresort.com" class="btn"> Contact Support </a> <div class="contact"> © 2026 Oceanica Beach Resort </div> </div> </body> </html>
Upload File
Create Folder