|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/system_suspended/ |
Upload File : |
#!/usr/bin/perl
print "Content-Type: text/html\n\n";
print qq[
<html>
<head>
<title> This website has been disabled </title>
</head>
<body bgcolor="#FFFFFF">
<center>
<h2> This website has been disabled. </h2>
</center>
<hr>
<p>
<center>
<table border="0" width="550">
<tr>
<td>
This website has been administratively disabled. If you are the site owner,
please contact RCN customer support at 1.877.726.7000.
</td>
</tr>
</table>
</center>
<p>
<a href="mailto:commercial.service\@rcn.com?Subject=[DISABLED]-$ENV{HTTP_HOST} " title="mailto:commercial.service\@rcn.com"><i>commercial.service\@rcn.com</i></a>
</p>
</body>
</html>
];
warn "got suspended $ENV{HTTP_HOST}";