Shadow-Here


Server : Apache
System : Linux methusalix2 3.16.0-11-amd64 #1 SMP Debian 3.16.84-1 (2020-06-09) x86_64
User : hios ( 1437)
PHP Version : 5.6.40-0+deb8u12
Disable Function : proc_close,proc_open,dl,shell_exec,passthru
Directory :  /home/mara-lang/yin/core/error/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :
Current File : /home/mara-lang/yin/core/error/unavailable.include.php
<?php
header($_SERVER['SERVER_PROTOCOL'] . ' 503 Service Unavailable');
?>
<html>
<head>
<title><?php echo $errorPageTitle ? $errorPageTitle : 'Error 503: Service Unavailable'; ?></title>
<style type="text/css">
* {
    margin: 0;
    padding: 0;
}
body {
    margin: 50px;
    background: #eee;
}
.message {
    padding: 10px;
    border: 2px solid #f22;
    background: #f99;
    margin: 0 auto;
    font: 120%/1em sans-serif;
    text-align: center;
}
p {
    margin: 20px 0;
}
a {
    font-size: 180%;
    color: #f22;
    text-decoration: underline;
    margin-top: 30px;
    padding: 5px;
}
</style>
</head>
<body>
<div class="message">
    <?php echo $errorMessage ? $errorMessage : '<p>Site temporarily unavailable.</p>'; ?>
</div>
</body>
<?php
@session_write_close();
exit();
?>

Samx