Whether you like it or else, this site uses cookies. On this site will rise... something. Words fail me. Thoughts fail me. Give me a kiss and enliven my inspiration. Hold me. Kiss my asinine comments. This is my website, and I am Loloy D.

Random fun stuff:

Directory Listing Template Archive Used In Abyss

This is my attempt to archive the directory listing template that I use in the Abyss web server. The resources described in this document should go in this address of the Abyss administration interface: <http://127.0.0.1:9999/hosts/host@0/edit/dirlist>. Abyss is a small and fast web server provided by Aprelium from http://aprelium.com/. The image_rotator.php and sortable.js scripts have been used with respect to their individual licenses.

+ Header Section:

<html>
<head>
<title>Directory Listing of <!-- #echo var="URL" encoding="reverse-url" --></title>
<script type="text/javascript" src="/sortable.js"></script>
<style type="text/css">
body {
background-image: url('/backgrounds/image_rotator.php');
background-repeat: no-repeat;
background-position: center;
font-family: MS Sans Serif, Lucida Sans, Arial, Tahoma, Helvetica;
font-size: 90%;
}
a { text-decoration: none; }
a img { border: 0; text-decoration: none; }
table.sortable {
border-spacing: 0;
border-collapse: collapse;
font-family: MS Sans Serif, Lucida Sans, Arial, Tahoma, Helvetica;
font-size: 90%;
}
table.sortable th, table.sortable td, table.sortable a {
padding: 2px 4px 2px 4px;
text-decoration: none;
}
table.sortable th {
border-width: 0px 1px 1px 1px;
background-color: #66ee66;
font-family: MS Sans Serif, Lucida Sans, Arial, Tahoma, Helvetica;
font-size: 90%;
}
table.sortable td {
border-width: 0px 1px 0px 1px;
font-family: MS Sans Serif, Lucida Sans, Arial, Tahoma, Helvetica;
font-size: 90%;
}
table.sortable tr.odd td { xbackground-color: #eeffee; }
table.sortable tr.even td { background-color: #ddffdd; }
table.sortable tr.sortbottom td {
background-color: #ccffcc;
font-weight: bold;
}
th, td {
font-family: MS Sans Serif, Lucida Sans, Arial, Tahoma, Helvetica;
font-size: 90%;
vertical-align: top;
}
</style>
</head>
<body><font face="MS Sans Serif, Lucida Sans, Lucida Sans Unicode, Arial, Tahoma, Helvetica" size="-1">
<!-- #config timefmt="%Y/%m/%d %H:%M:%S" --><h3>Directory listing of <!-- #echo var="URL" encoding="reverse-url" --></h3><h5><a href="../" title="Parent directory"><img src="/dir_up.gif" title="Parent directory" border=0 alt="Up to parent directory" /></a> <a href="../" title="Parent directory">To parent directory or resource</a></h5><font face="MS Sans Serif, Lucida Sans, Arial, Helvetica, Tahoma" size="-1"><font color="#991111"><b>Warning:</b></font> Content may be of offensive and/or vulgar nature.
<br><font color="#991111"><b>Caution:</b></font> These resources have been determined to be free from viruses by LD TechnoLogics at the web-server side.
<br>You are hereby advised to exercise extreme prejudice when downloading internet-borne resources.
<br>Loloy D and LD TechnoLogics R&amp;D will not be held responsible for any consequence and circumstance that may arise from your viewing, downloading and using the contents herein.</font>
<hr>
<table border=0 cellspacing=0 class="sortable" id="dirlist_table">
<tr>
<th align=left class="unsortable">&nbsp;</th>
<th align=right>Size</th>
<th align=left>Modified</th>
<th align=left>MIME/File Type</th>
<th align=right>Index</th>
<th align=left>Name</th>
</tr>

+ Body Line Section:

<tr>
<td valign=top>&nbsp;</td>
<td valign=top align=right><!-- #config sizefmt="bytes" --><!-- #echo var="DIRLIST_FILE_SIZE" --></td>
<td valign=top>&nbsp;&nbsp;<!-- #config timefmt="%Y/%m/%d %H:%M:%S" --><!-- #echo var="DIRLIST_FILE_DATE" --></td>
<td valign=top align=left><!-- #echo var="DIRLIST_FILE_MIME_MAIN_TYPE" -->/<!-- #echo var="DIRLIST_FILE_MIME_SUB_TYPE" --></td>
<td valign=top align=right><!-- #echo var="DIRLIST_FILE_INDEX" --></td>
<td valign=top nowrap>&nbsp;&nbsp;<a href="<!-- #echo var="DIRLIST_FILE_URL" -->"><!-- #echo var="DIRLIST_FILE_NAME" --></a></td>
</tr>

+ Footer Section:

</table><hr />
<p /><font size="-1">Web server powered by Abyss. Website powered by <a href="https://desktop_pc/">LD TechnoLogics R&amp;D https://mangled_ip/</a>.
</font></font></body></html>