rejetto forum

Share Templates

Guest · 54 · 159196

0 Members and 1 Guest are viewing this topic.

The1

  • Guest
Can someone please share some templates please ?

That_Stevens_Guy Answers: Yes, most of us share our templates  :D

A list of shared templates:
Some are updated, some are not...


Please tell me if these are the latest builds of each template...
If you would like your template information changed or link added,
just tell me via personal message.
« Last Edit: July 15, 2009, 08:36:00 AM by TSG »


Offline Gardian

  • Occasional poster
  • *
    • Posts: 1
    • View Profile
I have tried to plug in the text, to edit it.
But it does not work..

How about a "HowTo" for us HTML Newbies, just for HFS.

Color
Text Size
Inserting Background Images
Etc.

P.S. I Tried The BLACK .tlp  It didn't work.

If i knew how it edit it, i would share templates.

Gardian Out
THX for any / all help

P.S.S.

Only the best Fileshare Program In the world....

HFS  thankyou


Offline Corwin

  • Occasional poster
  • *
    • Posts: 20
    • View Profile
The template editor built into HFS is understandably limited.  The simplest way to do significant editing of  a template is to use an external text editor.

Go to Menu - Other Options - Edit HTML Template, then click on the Export button.  Save the template to a file, then edit in your favorite text editor.  I use Textpad.  (http://www.textpad.com)   After you have saved your changes, use the Import button to load the changed template into HFS.  

Most of the text size and color information is stored in the [style] section.  The colors are defined as 6 digit numbers prefixed by the # sign.  For more information, consult your favorite search engine for HTML color charts.  The size is defined by font-size and font-weight.

Example: { font-size:14pt; font-weight:bold;  }

The background is defined in the "body" line. You can add an item to use a background picture stored in your server folder, or give the complete URL to an image stored on another website.  

body { margin:0; background-color:#DDDDFF; background-image : url(/images/background.jpg); padding:10px;}

body { margin:0; background-color:#DDDDFF; background-image : url(http://imageserver.com/images/background.jpg); padding:10px;}


The1

  • Guest
So no1 can upload here some templates ? :(


Offline Rafi

  • Tireless poster
  • ****
    • Posts: 452
    • View Profile
Quote from: "The1"
So no1 can upload here some templates ? :(
you'll find some here:http://www.rejetto.com/forum/viewtopic.php?t=1551



re: x-file

  • Guest
PSTORES.EXE is the Microsoft Protected Storage Service. It is invoked by Microsoft Internet programs, such as Outlook Express and Internet Explorer, to securely store data into the registry, such as Outlook Express passwords, SSL certificates, and auto-complete fields and web forms data.


Offline ledufe

  • Tireless poster
  • ****
    • Posts: 272
  • LEandro DUpont FErreira
    • View Profile
    • http://ledufe.no-ip.info:2222


<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Current Directory: %folder%</title>
<style type="text/css">\n%style%\n</style>
</head>
<body>
%login-link%
%loggedin%
%upload-link%
<div style="float:right; padding:15px;"><a href="/~progress" class=button><img border=0 align=bottom src="/~img26" alt="Active Transfers"> Active Transfers</a></div>
<div style="float:right; padding:15px;"><a href="%encoded-folder%~files.lst" class=button><img border=0 align=bottom src="/~img4" alt="File Listing"> File Listing</a></div>
<div class=little>Current Directory:</div>
<div class=big>%folder%</div>
<div class=body>
%folder-comment%
%up%
%files%
</div>
<div align="center"><div style="background:#FFF8E6; color:#000000; border:outset; width:65%;"><br><b>Server Status</b><br><img src="/~img_graph600x50" alt="Server Bandwidth"><br><br><img src="/~img4" alt=""> Current Server Outbound: %speed-out%KB/s<br><img src="/~img4" alt=""> Current Server Inbound: %speed-in%KB/s<br><img src="/~img5" alt=""> Connections Connected: %connections%<br><br><a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a><br><br></div><br></div>
</body>
</html>

[style]
body, .row { color: #000000 }
body, .button, .big, .little, th, comment { font-family:tahoma, verdana, arial, helvetica, sans; font-weight:normal; font-size:9pt; color:#FFFFFF; }
body { margin:0; background-color:#51595B; padding:10px; color:#FFFFFF; }
p { margin:0 }
.big { font-size:14pt; font-weight:bold; color:#FFFFFFF; }
.little { font-size: 8pt; color:#FFFFFF; }
div.body {
  border-bottom: 4px solid #818787;
     border-top: 4px solid #818787;
    border-left: 2px solid #818787;
   border-right: 2px solid #818787;
  background:#000000; padding:15px; margin:15px;
}
A { text-decoration:none;  background-color:Transparent; color:#FF3300; font-weight:bold; }
A:visited { color:#FF9900; }
A:hover { background-color:#E1E1E1; }
img { border-style:none }
.row { font-size:10pt; background:#FFF8E6; border:1px solid #FAF8FA }
.comment { font-size:7pt; color:#FFFFFF; background:#51595B; padding:3px; border:1px solid #818787; margin-top:2px; }
.column { color:#FA9334; font-size:13pt; font-weight:bold; padding-bottom:0; }
.button { padding:5px; padding-top:7px; border:1px outset gray; background:black; font-size:8pt; font-weight:bold; }
.flag { font-weight:bold; font-size:8pt; background:white; color:red; text-align:center; border:1px solid red; }
.text { color:#FFFFFF; }

[login-link]
<div style="float:right; padding:15px;"><a href="%encoded-folder%~login" class=button><img border=0 align=bottom src="/~img27" alt="Login"> Login Here</a></div>

[loggedin]
<div style="float:right; padding:15px;"><div class=text><span class=button><img border=0 align=bottom src="/~img27" alt="Logged In"> Logged in as: %user%</span></div></div>

[upload-link]
<div style="float:right; padding:15px;"><a href="%encoded-folder%~upload" class=button><img border=0 align=bottom src="/~img32" alt="Upload"> Upload Files</a></div>

[up]
<a class=big href="%parent-folder%"><img src="/~img14" alt="Parent Directory"> Parent Directory</a>

[nofiles]
<div class=big><i>*** This Folder is Empty ***</i></div>

[files]
<div class=little><b>%number-folders% Folders,  %number-files% Files - Total Size: %total-size%</b></div>
<table width="90%">
<tr>
<th><a href="%encoded-folder%?sort=n"><span class=column>Filename</span></a>
<th><a href="%encoded-folder%?sort=s"><span class=column>Filesize</span></a>
<th><a href="%encoded-folder%?sort=t"><span class=column>Filetime</span></a>
</tr>
%list%
</table>

[file]
<tr><td class=row>%new% <a href="%item-url%"><img align=top src="/~img_file" alt="File"> %item-name%</a>%comment%<td align=center class=row>%item-size%<td align=center class=row>%item-modified%

[folder]
<tr><td class=row>%new% <a href="%item-url%"><img align=top src="/~img_folder" alt="Folder"> <b>%item-name%</b></a>%comment%<td align=center class=row><i>Folder</i><td align=center class=row>%item-modified%

[link]
<tr><td class=row>%new% <a href="%item-url%"><img align=top src="/~img_link" alt="Hyperlink"> <b>%item-name%</b></a>%comment%<td colspan=3 align=center class=row><i>Hyperlink</i>

[comment]
<div class=comment>%item-comment%</div>

[folder-comment]
<div style='font-size:10pt; color:#888888; background:#EEEEEE; padding:3px; border:1px solid #DDDDDD; border-bottom:3px solid #DDDDDD; margin-top:2px;'>
%item-comment%</div>

[error-page]
<html><head><style>\n%style%\n</style></head><body>
%content%
<hr>
</body>
</html>

[not found]
<div class=text>
<h1>HTTP 404 -  Not Found</h1>
<a href="/">Main Page - Index</a>
</div>

[overload]
<div class=text>
<h1>Server Busy</h1>
Please try again later.
</div>

[max contemporary downloads]
<h1>Download limit</h1>
On this server there is a limit on the number of <b>contemporary</b> downloads.
<br>This limit has been reached. Retry later.

[unauthorized]
<div class=text>
<h1>Unauthorized</h1>
This is a protected resource.
<br>Your username/password cannot be verified.
</div>

[deny]
<div class=text>
<h1>Unallowed</h1>
This resource is not accessible.
</div>

[ban]
<div class=text>
<h1>Banned!</h1>
You are banned from this server with the reason of: %reason%
</div>

[upload]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Upload to: %folder%</title>
<style type="text/css">\n%style%\n</style>
</head>
<body>
%login-link%
%loggedin%
<div style="float:right; padding:15px;"><a target="_top" href="%encoded-folder%~upload" class=button><img border=0 align=bottom src="/~img21" alt="Close Progress Frame"> Close Progress Frame</a></div>
<div style="float:right; padding:15px;"><a target="_top" href="%encoded-folder%~upload+progress" class=button><img border=0 align=bottom src="/~img10" alt="Progress Frame"> Open Progress Frame</a></div>
<div style="float:right; padding:15px;"><a href="%encoded-folder%" target=_parent class=button><img border=0 align=bottom src="/~img21" alt="Cancel"> Cancel Upload</a></div>
<div class=little>Upload to:</div>
<div class=big>%folder%</div>
<div class=body>
<div class=text><b>Free Space Available For Upload: %diskfree%</b></div>
<br>
<form name=frm action="%encoded-folder%" target=_parent method=post enctype="multipart/form-data" onSubmit="frm.upbtn.disabled=true; return true;">
%upload-files%
<br>
<input name=upbtn type=submit value="Upload Selected Files" style="border-style:dashed; border-width:1px; font-weight: bold; color: #FFFFFF; background-color: #51595B">
</form>
<div class=text><br><img src="/~img9" alt=""> Please do not open the active transfers frame while the upload is in progress or the upload will be corrupted.</div>
<div class=text><br><img src="/~img9" alt=""> WARNING: Uploading a file with a same filename will overwrite the existing file.</div>
<br><div align="center"><a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a></div>
</div>
</body>
</html>

[upload-file]
<input name=fileupload%idx% size=70 type=file><br>

[upload-results]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Upload Results for: %folder%</title>
<style type="text/css">\n%style%\n</style>
</head>
<body>
%loggedin%
<div class=little>Upload Results for:</div>
<div class=big>%folder%</div>
<div class=body>
%uploaded-files%
<br><br>
<a href="%encoded-folder%" target=_parent class=big><img border=0 align=bottom src="/~img14" alt="Back"> Go Back</a>
</div>
</body>
</html>

[upload-success]
<li><b>SUCCESS!</b> Uploaded: %item-name% --- %item-size% (Speed: %speed% KB/s)

[upload-failed]
<li><b>FAILED!</b> Error while uploading: %item-name%: ---  %reason%

[upload+progress]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Upload to: %folder%</title>
<frameset cols=250,*>
  <frame name=progress src="/~progress" scrolling=auto marginwidth=0>
  <frame src="%encoded-folder%~upload-no-progress" scrolling=auto>
</frameset>
</head>
<body>
</body>
</html>

[progress]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Refresh" CONTENT="3;URL=/~progress">
<title>Active Transfers</title>
<style type="text/css">
%style%
.filename { font-weight:bold; font-size:8pt; }
.bytes { font-size:7pt; }
.perc { font-size:14px; vertical-align:middle; }
.out_bar { width:100px; font-size:15px; background:black; border:black 1px solid; margin-right:5px; }
.in_bar { height:16px; background:white; color:white;  }
div.body { margin-left:0; margin-right:0; }
body { padding:2px; }
</style>
</head>
<body>
<div class=big>Active Transfers</div>
<div class=text>Auto-Refresh: 3 Seconds</div>
<br><div align="center"><img src="/~img_graph190x40" style="border:white outset 2px;" alt="Bandwidth Graph"></div>
<div class=body>
%progress-files%
</div>
<div align="center"><a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a></div>
</body>
</html>

[progress-nofiles]
<div align="center" class=big>No Active Transfers</div>

[progress-upload-file]
<span class=flag>&nbsp;UP&nbsp;</span>
<div class=text><span class=filename>%filename%</span></div>
<div class=text><div class=bytes>%done-bytes% / %total-bytes% bytes<br>Current Upload Speed: %speed-kb% KB/s</div></div>
<div style="margin-top:5px; margin-bottom:20px;">
  <span class=out_bar><span class=in_bar style="width:%perc%px"></span></span> <div class=text><span class=perc>%perc%%</span></div>
</div>

[progress-download-file]
<span class=flag>&nbsp;DOWN&nbsp;</span>
<div class=text><span class=filename>%filename%</span></div>
<div class=text><div class=bytes>%done-bytes% / %total-bytes% bytes<br>Current Download Speed: %speed-kb% KB/s</div></div>
<div style="margin-top:5px; margin-bottom:20px;">
  <span class=out_bar><span class=in_bar style="width:%perc%px"></span></span><div class=text><span class=perc> %perc%%</span></div>
</div>

[newfile]
<span class=flag>&nbsp;NEW&nbsp;</span>
<<LeDuFe>>


Offline ledufe

  • Tireless poster
  • ****
    • Posts: 272
  • LEandro DUpont FErreira
    • View Profile
    • http://ledufe.no-ip.info:2222


<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>HFS Grey</title>



<!-- Source for GreyTemplate 1.0 (the actual HTML for this site, copy it to hfs.tpl)

Default Login: Username: Guest   Password: Guest ; to be defined in HFS : Menu : Other options : Users...

#################### Start of source code ######################################

Sorry, doesn'work yet properly to insert the code here ... Tips are welcome!

################## End of source code #########################################

-->




<style type="text/css">
%style%
</style>
</head>
<body>
%login-link%
%loggedin%
<br>
</body>
</html>


[style]
A { text-decoration:none;  background-color:Transparent; color:#ff9900; font-size:10pt; font-weight: bold; }
A:visited { color:#ff9900; }
A:hover { color:#ffffff; }
body {
         margin:1% 3% 1% 3%;
         color:#ffffff;
         background-color:#808080;
         padding:15px;
         }
div.body {
               margin:0px;
               border: 2px outset #808080;
               background:#808080;
               padding:15px;
               }
body, .row {
                  color: #000000
                  }
body, .button, .big, .little, th, comment {
                                                            font-family:tahoma, verdana, arial, helvetica, sans;
                                                            font-weight:normal;
                                                            font-size:10pt;
                                                            color:#ffffff;
                                                            }
.button {
            padding:5px;
            padding-top:7px;
            border:2px outset #808080;
            background:#808080;
            font-size:8pt;
            font-weight:bold;
            }
.comment {
                 font-size:8pt;
                 color:#FFFFFF;
                 background:#666666;
                 padding:3px;
                 border:1px outset #8f8f8f;
                 margin-top:3px;
                 margin-left:20px;
                 margin-right:20px;
                 margin-bottom:3px
                 }
.column {
              color:#FA9334;
              font-size:13pt;
              font-weight:bold;
              padding-bottom:0;
              }
.row {
        color: #ffffff;
        font-size:10pt;
        background:#666666;
        border:1px solid #666666;
        border-bottom: 0px inset #666666;
         }
.flag {
        font-weight:bold;
        font-size:8pt;
        background:white;
        color:red;
        text-align:center;
        border:1px solid red;
        }
p { margin:0 }
.text {
        color:#FFFFFF;
        }
.big {
       text-align:center;
       font-size:14pt;
       font-weight:bold;
       color:#FFFFFF;
       }
.little {
         font-size: 8pt;
         color:#FFFFFF;
        }
img { border: 1px outset #8f8f8f; background-color: #808080 }


[login-link]
<div class=body>
<div style="border: 2px none rgb(128, 128, 128); text-align: center;"><br>
</div>
<br>
<div style="text-align: center;"><big><big><big><big><big><big><a href="/~login"><span style="font-weight: normal; color: rgb(255, 153, 0);">
<big><big><big><big><big><big><b><u><br>%host%<br></u></b></big></big></big></big></big></big></span></a></big></big></big></big></big></big><br><br>
<big><big><big>Powered by HFS %version% & GreyTemplate 1.0<br><br><br>
</big></big></big>
</div></div>
<br><hr><br>
<div class=body>
<big><br><b>Run your own server? You can, just do it!</b></big><br><br>
Check <a href="http://www.rejetto.com">www.rejetto.com</a> for HFS to run a LAN- or webserver within minutes. HFS is easy, small, free and opensource.
Just drag & drop and click & go!<br><br>
<big><br><b>What is needed? Not much more than you already have!</b></big><br><br>
Internet or LAN access, WinXP, a browser, hfs.exe 2.0 and your brain to start with. That's all.
Run it 24/7 or just for some minutes, from your hard disk or from a memorystick ... just serve it.<br><br>
<big><br><b>Is it possible to change the lay-out? Yes, just edit the template!</b></big><br><br>
But share it please! If you don't have some time to kill, use the default or get a ready-to-go template.<br><br>
<big><br><b>What if I need help? Ask!</b></big><br><br>
Drop your questions at <a href="http://www.rejetto.com/forum/">www.rejetto.com/forum/</a>. But please, read the FAQ's and use your brain first!<br><br>
<hr>
<big><br><b>About</b></big><br><br>
The underlying <i>GreyTemplate 1.0.tpl</i> is based on Mr. Anon's <i>Beta_Black_Template_v3_hfs.tpl</i>. <br><br>
It was created as a default for general purpose. For this reason it is W3C compliant, contains no javascript or frames and is "best viewed in any browser".
Intentionally, special functions as list, autorefresh, dl-counter and other whistles and bells were removed.
The lay-out is intended to be more or less selfexplaining.<br><br>
The major change is the separation of the file system: Every visitor will see a "public" homepage first: the page you are reading right now.
For entering the filesystem, at least one account has to be created in order to login. By default this account is Guest : Guest for general public access.
For non-public areas more accounts can be created.<br><br>
In order to start HFS with full general purpose defaults, HFS_General Purpose_Default.zip can be created.
It should contain the actual hfs.exe, default_Grey_.ini, default_Grey.vfs, GreyTemplate 1.0.tpl and some default files and directories. Extract, start HFS, drag & drop your files and go!<br><br>
Because I strongly support the principle of opensource and sharing for non-commercial purposes, feel free to use the GreyTemplate for <u>non-commercial</u> use. The source is in the source.<br><br>
Please take notice that the code for the GreyTemplate is far from perfect. Especially the style part needs improvement. Any suggestions, recommendations and questions are highly appreciated.<br><br>
<big><br><b>Disclaimer</b></big><br><br>
Visiting this site and or using the code or files found on this site is on your own risk. No liability, guaranty or whatsoever. Take it or leave it!<br><br>~GeeS~   (L) 12/2005 <br><br>
</div>


[loggedin]
<div class=body>
<h1>Index.of./</h1>
Search, find, evaluate ...
<div style="text-align: right;"><big><big><span style="font-style: italic;">%user%'s Account<big> &nbsp;</big> </span></big></big></div>
</div>
<br><hr><br>
<div class=body>
<div style="text-align: left;"><big><big><span style="font-style: italic;">Current Server Location</span></big></big>%upload-link%</div>
<div>
<div style='font-size:10pt; color:#ffffff; background:#666666; padding: 5px 3px 3px 10px; border:2px inset #808080; border-bottom:2px inset #808080; margin-top:2px;'>
%up%<a href="/~progress" target="_blank"><img align=top src="/~img10" alt="Open Server Status Window"></a>
<b> %host%%folder%</b>
%folder-comment%
</div>
<br>
<big><big><span style="font-style: italic;">Available Links, Folders & Files</span></big></big><div>
<div>
 %files%
</div>
<br>
<br>
</div></div></div>


[upload-link]
<big><big><span style="font-style: italic;">&nbsp;is Upload Enabled with %diskfree% Free Space<big>&nbsp;</big></span></big></big><a href="%encoded-folder%~upload"  target="_blank"><img align=bottom src="/~img32" alt="Open Upload Form Window"></a>


[up]
<a  href="/" ><img align=top src="/~img1" alt="Go Home"></a>
<a  href="%parent-folder%" ><img align=top src="/~img14" alt="Go Back"></a>


[nofiles]
<div style='color:#808080; background:#666666; padding:3px; border:2px inset #808080; border-bottom:2px inset #808080; margin-top:2px;'>
<div class=big><i>*** This Folder is Currently Empty or Hidden for %user% ***</i></div></div>


[files]
<div style='color:#808080; background:#666666; padding:3px; border:2px inset #808080; border-bottom:2px inset #808080; margin-top:2px;'>
<table width=700px>
<tr>
<th width=400px><a href="%encoded-folder%?sort=n"><span class=column>%number-folders% Subfolders & %number-files% Files</span></a><br>
<th><a href="%encoded-folder%?sort=s"><span class=column>%total-size% Total</span></a><br>
<th><a href="%encoded-folder%?sort=t"><span class=column>Filetime</span></a><br>
</tr>
%list%
<br>
</table></div>


[newfile]
<span class=flag>&nbsp;NEW&nbsp;</span>


[file]
<tr><td class=row>%new% <a href="%item-url%"><img align=top src="/~img_file" alt="Download File"> %item-name%</a>%comment%<td align=center class=row>%item-size%<td align=center class=row>%item-modified%


[folder]
<tr><td class=row>%new% <a href="%item-url%"><img align=top src="/~img_folder" alt="Open Folder"> <b>%item-name%</b></a>%comment%<td colspan=2 align=center class=row><i><b>Subfolder</b></i><align=center class=row>


[link]
<tr><td class=row>%new% <a href="%item-url%"><img align=top src="/~img_link" alt="Go to Link"> <b>%item-name%</b></a>%comment%<td colspan=3 align=center class=row><i><b>Link</b></i>


[comment]
<div class=comment>
%item-comment%</div>


[folder-comment]
<div class=comment>
%item-comment%</div>




[upload]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Upload Form for: %folder%</title>
<style type="text/css">
%style%
</style>
</head>
<body>
<h1>Send Your Files ...</h1>
"The web was made for sharing ... "
<hr><br>
<div class=body>
<div style="text-align: left;"><big><big><span style="font-style: italic;">Upload Destination</span></big></big><br>
<div style='font-size:10pt; color:#ffffff; background:#666666; padding: 5px 3px 3px 10px; border:2px inset #808080; border-bottom:2px inset #808080; margin-top:2px;'>
<img align=top src="/~img32" alt="Upload Files to this Destination"><b> Server%folder%</b>
%folder-comment%
</div>
<br>
<div style="text-align: left;"><big><big><span style="font-style: italic;">File Selection</span></big></big>
<div style="color:#808080; background:#666666; padding: 5px 3px 3px 10px; border:2px inset #808080; border-bottom:2px inset #808080; margin-top:2px;">
<div class=text> </div>
<div style='margin-left:20px;'>
<form name=frm action="%encoded-folder%" target=_parent method=post enctype="multipart/form-data" onSubmit="frm.upbtn.disabled=true;  return true;">
<input name=fileupload1 size=100 type=file style="class=text color:#ffffff; background:#808080; border:1px inset #808080; border-bottom:1px inset #808080;">
<input name=fileupload2 size=100 type=file style='class=text color:#ffffff; background:#808080; border:1px inset #808080; border-bottom:1px inset #808080;'>
<input name=fileupload3 size=100 type=file style='class=text color:#ffffff; background:#808080; border:1px inset #808080; border-bottom:1px inset #808080;'>
<input name=fileupload4 size=100 type=file style='class=text color:#ffffff; background:#808080; border:1px inset #808080; border-bottom:1px inset #808080;'>
<input name=fileupload5 size=100 type=file style='class=text color:#ffffff; background:#808080; border:1px inset #808080; border-bottom:1px inset #808080;'>
<br><br>
<input name=upbtn type=submit  class=button value="Send Files" style="border-style:outset; border-width:2px; font-weight: bold; color: #f808080; background-color: #808080"></form>
</div>
<div class=text>
<a href="/~progress" target="_blank"><img align=top src="/~img10" alt="It's safe to open & close the Transfer Progress Window"></a><b> Please wait for upload confirmation. Closing or refreshing the upload window will abort the upload process !</b>
<br><br>
</div>
</div>
</div>
</div>
<br>
<a href="#" onclick="window.close();" style="float:right;"><img align=bottom src="/~img9" alt="WARNING: Close Window & Abort Upload !"><img border=0 align=bottom src="/~img21" alt="Are you sure ?"></a>
<br>
</div>
<br>
</div>
</body>
</html>



[upload-results]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Upload Confirmation</title>
<style type="text/css">\n%style%\n</style>
</head>
<body>
<h1>Thanks For Waiting!</h1>
Close this window and send more  :-)
<hr><br>
<div class=body>
<div style="text-align: left;"><big><big><span style="font-style: italic;">Sent To</big></big></span>
</div>
<div style='font-size:10pt; color:#ffffff; background:#666666; padding: 5px 3px 3px 10px; border:2px inset #808080; border-bottom:2px inset #808080; margin-top:2px;'>
<img align=top src="/~img32" alt="Upload Destination"><b> Server%folder%</b>
%folder-comment%
</div>
<br>
<div style="text-align: left;"><big><big><span style="font-style: italic;">Files</span></big></big>
<div style="color:#ffffff; background:#666666; padding: 15px 3px 3px 10px; border:2px inset #808080; border-bottom:2px inset #808080; margin-top:2px;">
<div style='margin-left:20px;'>
%uploaded-files%
<br></div></div></div><br>
<a href="#" onclick="window.close();" style="float:right;"><img border=0 align=bottom src="/~img21" alt="Close window"></a>
<br></div><br></div>
</body>
</html>

[upload-success]
<li><b>SUCCESS!&nbsp;</b> Uploaded <b>%item-name%</b> --- %item-size% with %speed% kB/s <br>

[upload-failed]
<li><b>FAILED!&nbsp;</b> Error uploading <b>%item-name%</b> ---  %reason%<br>



[progress]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Server Snapshot</title>
<style type="text/css">
%style%
.filename { font-weight:bold; font-size:10pt; }
.bytes { font-size:10pt; padding: 3px 3px 3px 3px}
.perc { font-size:12px; vertical-align:middle; }
.out_bar { width:100px; font-size:10px; background:#808080; border: #808080 1px inset; margin:5px 5px 5px 0px; }
.in_bar { height:12px; background:white; color:white;  }
div.body { margin-left:0; margin-right:0; }
body { padding:15px; }
</style>
</head>
<body>
<h1>Server Snapshot</h1>
Press <b>Refresh</b> or <b>F5</b> to update<br>
<hr><br>
<div class=body>
<div style="text-align: left;"><big><big><span style="font-style: italic;">Active Transfers on Server on %timestamp%</span></big></big>
</div>
<div align="center">
<div style="background:#666666; color:#FFFFFF; border:2px inset #808080; width:100%;"><br>
<div style="text-align:center;">
<br>
</div>
<div align="center"><img src="/~img_graph600x50" style="border:#808080 inset 2px;" alt="Pink_Out Yellow_In"></div>
<br>%connections% Connections with %speed-in% kB/s Incoming and %speed-out% kB/s Outgoing Data<br>
<br>
</div>
</div>
<br><br>
<div class=body style="background:#666666; color:#FFFFFF; border:2px inset #808080; width:100%;">
%progress-files%
</div>
<br>
<a href="#" onclick="window.close();" style="float:right;"><img border=0 align=bottom src="/~img21" alt="Close Window"></a>
<br></div><br>
</body>
</html>

[progress-nofiles]
<div align="center" class=big><i>*** No File Transfers Active for %user% ***</i></div>

[progress-download-file]
<div align="left">
<span class=flag>&nbsp;&nbsp;&nbsp;DOWNLOADING&nbsp;&nbsp;</span>
<span class=filename><b> %filename%</b></span>
<div class=text> %done% of %total% bytes transferred / Current Download Speed: %speed-kb% kB/s</div>
<div class=out_bar><div class=in_bar style="width:%perc%px"></div></div><span class=perc>%perc%% completed</span>
</div><br><br>

[progress-upload-file]
<div align="left">
<span class=flag>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;UPLOADING&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>
<span class=filename><b> %filename%</b></span>
<div class=text>%done% of %total% bytes transferred / Current Upload Speed: %speed-kb% kB/s</div>
<div class=out_bar><div class=in_bar style="width:%perc%px"></div></div><span class=perc>%perc%% completed</span>
</div><br><br>



[error-page]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Error</title>
<style type="text/css">
<style>%style%</style>
</head>
<body>
<div class=body>
%content%
<hr><br>
</div>
</body>
</html>

[not found]
<div class=text>
<h1>HTTP 404 -  Not Found!</h1>
<a href="/">Main Page - Index</a>
</div>

[max contemporary downloads]
<div class=text>
<h1>Download Limit!</h1>
The number of contemporary downloads is limited on this server. This limit has been reached.
Please retry later.
</div>

[overload]
<div class=text>
<h1>Server Busy!</h1>
Please retry later.
</div>

[unauthorized]
<div class=text>
<h1>Unauthorized!</h1>
This is a protected resource. Your username/password could not be verified.
</div>

[deny]
<div class=text>
<h1>Access Denied!</h1>
This is a protected resource. You do not have the permission access this resource.
</div>

[ban]
<div class=text>
<h1>Banned!</h1>
You are banned from this server with the reason of: %reason%
</div>
<<LeDuFe>>


Offline ledufe

  • Tireless poster
  • ****
    • Posts: 272
  • LEandro DUpont FErreira
    • View Profile
    • http://ledufe.no-ip.info:2222


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<div class=esp><p align="center"><i> <a> Servidor FTP de tu nombre </a></i>
<head>
<meta http-equiv='content-type' content='text/html; charset=iso-8859-1'>
<title>HFS %folder%</title>
<style type="text/css">\n%style%\n</style>
<link rel="shortcut icon" href="favicon.ico" />
</head>
<body>
%login-link%
%loggedin%
%upload-link%
<div class=little>Directorio</div>
<div class=big>%folder%</div>
<div class=body>
%folder-comment%
%up%
%files%
</div>
<p align="center"><a href="datos" class=button><img border=0 align=absbottom src="/~img5"> Información del servidor</a></div><br>
</div>
<div class=little>
<p align="center"><a href="http://www.rejetto.com/hfs">HFS Version %version%</a>
<p align="center"><a href="callto:tu.nombre">Skype</a> <a href="mailto:tunombre@email.es"> Email</a>
<p align="center"><a> Traducción Internetgnm 2006 </a>
<br>Hora en el servidor: %timestamp%
<br>En funcionamiento: %uptime%
<br>Pagina generada en: %build-time% s</p>
</div>
</body>
</html>

[style]
body, .button, .row, .big, .little, th, comment { font-family:tahoma, verdana, arial, helvetica, sans; font-weight:normal; font-size:9pt; }
body { margin:0; background-color:#DDDDFF; padding:10px; }
p { margin:0 }
.big { font-size:18pt; font-weight:bold; }
.little { font-size: 12pt; }
.esp { font-size:34pt; font-weight:bold; }
div.body {
border-bottom: 4px solid #BBBBFF;
border-top: 4px solid #BBBBFF;
border-left: 1px dotted #BBBBFF;
border-right: 1px dotted #BBBBFF;
background:#F3F3FF;
padding:15px;
margin:15px;
}
A { text-decoration:none; background-color:Transparent; color:#0055FF; }
A:visited { color:#5555FF; }
A:hover { background-color:#EEEEFF; }
img { border-style:none }
.right { text-align:right }
.row { font-size:10pt; background:#FFFFFF; border:1px solid #BBBBFF }
.comment { font-size:7pt; color:#888888; background:#EEEEEE; padding:3px; border:1px solid #DDDDDD; margin-top:2px; }
.column { color:#555555; font-size:13pt; font-weight:bold; padding-bottom:0; }
.button { padding:5px; padding-top:7px; border:2px solid black; background:white; font-size:8pt; font-weight:bold; }
.flag { font-weight:bold; font-size:8pt; background:white; color:red; text-align:center; border:1px solid red; }

[login-link]
<div style="float:right; padding:15px;"><a href="%encoded-folder%~login" class=button><img border=0 align=absbottom src="/~img27"> Acceso usuarios</a></div>

[loggedin]
<div style="float:right; padding:15px;"><div class=text><span class=button><img border=0 align=absbottom src="/~img27"> Usuario actual es: %user%</span></div></div>

[upload-link]
<div style="float:right; padding:15px;"><a href="%encoded-folder%~upload" class=button><img border=0 align=absbottom src="/~img32"> Subida Ficheros</a></div>

[up]
<a class=big href="%parent-folder%"><img src="/~img14"> Directorio anterior</a>

[nofiles]
<div class=esp><i>*** Esta carpeta esta vacia ***</i></div>

[files]
<div class=little><p align="center"> <a> %number-folders% carpetas, %number-files% archivos - Total: %total-size%</div>
<p align="center"><table cellpadding=5>
<th><a href="%encoded-folder%?sort=n"><span class=column>Nombre del archivo</span></a>
<th><a href="%encoded-folder%?sort=s"><span class=column>Tamaño</span></a>
<th><a href="%encoded-folder%?sort=t"><span class=column>Fecha y Hora</span></a>
<th class=column>Accesos
%list%
</table>
<p class=right>
<a class=little href='%encoded-folder%~files.lst'>Lista de archivos</a>

[file]
<tr><td class=row>%new% <a href="%item-url%"><img align=top src="/~img_file"> %item-name%</a>%comment%<td class="row right">%item-size%<td class="row right">%item-modified%<td class="row right">%item-dl-count%

[folder]
<tr><td class=row>%new% <a href="%item-url%"><img align=top src="/~img_folder"> <b>%item-name%</b></a>%comment%<td align=center class=row><i>Carpeta</i><td class="row right">%item-modified%<td class="row right">%item-dl-count%

[link]
<tr><td class=row>%new% <a href="%item-url%"><img align=top src="/~img_link"> <b>%item-name%</b></a>%comment%<td colspan=3 align=center class=row><i>Enlace de Internet</i>

[comment]
<div class=comment>%item-comment%</div>

[folder-comment]
<div style='font-size:10pt; color:#888888; background:#EEEEEE; padding:3px; border:1px solid #DDDDDD; border-bottom:3px solid #DDDDDD; margin-top:2px;'>
%item-comment%</div>

[error-page]
<html><head><style>\n%style%\n</style></head><body>
%content%
<hr>
<div style="font-family:tahoma, verdana, arial, helvetica, sans; font-size:8pt;">
</div>
</body>
</html>

[not found]
<div class=esp><p align="center"><i> <a> Servidor FTP de tu nombre </a></i>
<div class=little>
<div class=text>
<center><p>&nbsp;</p><b>Grafica del estado actual del servidor </b><br><br><img src="/~img_graph800x100"><br><br> Dirección del servidor y puerto: http://%host% <br><img src="/~img32"> Velocidad actual de salida en el servidor: %speed-out% KB/s<br>Total trafico de salida en el servidor: %total-out% <br><img src="/~img33"> Velocidad actual de entrada en el servidor: %speed-in% KB/s<br>Total trafico de entrada en el servidor: %total-in%<br><img src="/~img5"> Conexiones actuales en el servidor: %connections%<br><img src="/~img35"> Nombre del usuario conectado: %user%<br><img src="/~img28"> Numero de clientes conectados: %number-addresses% usuarios<br><img src="/~img27"> Numero de clientes descargando: %number-addresses-downloading% usuarios<br><img src="/~img36"> Fecha y Hora en el servidor: %timestamp%<br><img src="/~img34"> Tiempo de funcionamiento del servidor: %uptime% Horas <br><img src="/~img23"> <a href="http://www.rejetto.com/hfs">HFS Versión %version%<br> </a><b></b>&nbsp;</div></center><br>
<img src="/~img1">
<a href="/">Regreso a la pagina principal - Index</a>
</div>

[overload]
<div class=esp><p align="center"><i> <a> Servidor FTP de tu nombre </a></i>
<div class=little>
<div class=text>
<h1>Servidor sobrecargado</h1>
Por favor pruebe despues.
</div>

[max contemp downloads]
<div class=esp><p align="center"><i> <a> Servidor FTP de tu nombre </a></i>
<div class=little>
<div class=text>
<h1>Limite de descarga</h1>
En este servidro hay un limite en el numero de <b>contemporaneous</b> descargas.
<br>Estye limite ha sido superado, prueba mas tarde.

[unauthorized]
<div class=esp><p align="center"><i> <a> Servidor FTP de tu nombre </a></i>
<div class=little>
<div class=text>
<h1>No estas autorizado</h1>
Este servidor esta protegido.
<br>Tu nombre de usuasio/clave no se pueden verificar.
</div>

[deny]
<div class=esp><p align="center"><i> <a> Servidor FTP de tu nombre </a></i>
<div class=little>
<div class=text>
<h1>Acceso denegado</h1>
Este servidor esta protegido por contraseña.
</div>

[ban]
<div class=esp><p align="center"><i> <a> Servidor FTP de tu nombre </a></i>
<div class=little>
<div class=text>
<h1>Baneado!!!!</h1>
Usted esta baneado de este servidor por estas razones: %reason%
</div>

[upload]
<html>
<head>
<title>HFS %folder%</title>
<style>\n%style%\n</style>
</head>
<body>
%login-link%
%loggedin%
<div style="float:right; padding:15px;">
<script language="javascript">
var s1, s2;
if (window.parent.progress) s1 = '" target=_parent', s2 = 'CERRAR';
else s1 = '+progress"', s2= 'Abrir';
document.write('<a href="%encoded-folder%~upload'+s1+' class=button onClick="if (frm.upbtn.disabled) return false;"><img border=0 align=absbottom src="/~img10"> '+s2+' visor de trasferencias</a>');
</script>
</div>
<div style="float:right; padding:15px;"><a href="%encoded-folder%" target=_parent class=button><img border=0 align=absbottom src="/~img21"> Cancelar subida</a></div>
<div style="margin-top:60px" class=little>Directorio</div>
<div class=big>%folder%</div>
<div class=body>
<p align="center"><div class=text><b>Espacio disponible para subir ficheros en el servidor: %diskfree%</b></div>
<p align="center"><form name=frm action="%encoded-folder%" target=_parent method=post enctype="multipart/form-data" onSubmit="frm.upbtn.disabled=true; return true;">
%upload-files%
<br>
<input name=upbtn type=submit value="Pulsar para subir los ficheros al servidor">
</form>
<p align="center"><br><img src="/~img9"> Antes de subir ficheros usted puede abrir la <a target=_blank href="/~progress">pagina de progreso</a> <div class=text>
<p align="center"><br><img src="/~img9"> Una vez iniciada la subida de ficheros espere hasta que acabe sino la subida de los ficheros sera corrupta.</div>
<p align="center"><br><img src="/~img9"> PELIGRO: Subir un fichero con el mismo nombre sobreescribe el existente en el servidor.</div>
</div>
</body>
</html>

[upload-file]
<input name=fileupload%idx% size=70 type=file><br>

[upload-results]
<html>
<head>
<title>HFS %folder%</title>
<style>\n%style%\n</style>
</head>
<body>
%loggedin%
<div style="margin-top:60px" class=little>carpeta</div>
<div class=big>%folder%</div>
<div class=body>
%uploaded-files%
<br><br>
<a href="%encoded-folder%" target=_parent class=big><img border=0 align=absbottom src="/~img14"> Volver</a>
</div>
</body>
</html>

[upload-success]
<li><b>INCIDENCIA de la subida!</b> Subido: %item-name% <b>OK</b> --- %item-size% (Speed %speed% KB/s)

[upload-failed]
<li><b>FALLADO en la subida!</b> Error durante la subida: %item-name%: --- %reason%


[upload+progress]
<html>
<head>
<frameset cols=200,*>
<frame name=progress src="/~progress" scrolling=auto marginwidth=0>
<frame src="%encoded-folder%~upload-no-progress" scrolling=auto>
</frameset>
</head>
<body>
</body>
</html>

[progress]
<html>
<head>
<meta http-equiv="Refresh" content="3;URL=/~progress">
<title>HFS - Tranferencias</title>
<style>
%style%
.filename { font-weight:bold; font-size:8pt; }
.bytes { font-size:7pt; }
.perc { font-size:14px; vertical-align:middle; }
.out_bar { width:100px; font-size:15px; background:black; border:black 1px solid; margin-right:5px; float:left; }
.in_bar { height:16px; background:white; color:white; }
div.body { margin-left:0; margin-right:0; }
body { padding:2px; }
</style>
</head>
<body>
<div class=big>Progreso</div>
Auto-refresh: 3 segundos
<br><br><img src="/~img_graph190x40" style="border:white outset 2px;">
<div class=body>
%progress-files%
</div>
</body>
</html>

[progress-nofiles]
<div class=big>Actualmente no hay ficheros con esta dirección</div>

[progress-upload-file]
<span class=flag>&nbsp;up&nbsp;</span>
<span class=Nombre ficheros>%filename%</span>
<div class=bytes>
%done-bytes% / %total-bytes% bytes
<br>Velocidad: %speed-kb% KB/s
</div>
<div style="margin-top:5px; margin-bottom:20px;">
<div class=out_bar><div class=in_bar style="width:%perc%px"></div></div> <span class=perc>%perc%%</span>
</div>

[progress-download-file]
<span class=flag>&nbsp;down&nbsp;</span>
<span class=Nombre ficheros>%filename%</span>
<div class=bytes>
%done-bytes% / %total-bytes% bytes
<br>Speed: %speed-kb% KB/s
</div>
<div style="margin-top:5px; margin-bottom:20px;">
<div class=out_bar><div class=in_bar style="width:%perc%px"></div></div> <span class=perc>%perc%%</span>
</div>

[newfile]
<span class=flag>&nbsp;NUEVO&nbsp;</span>
<<LeDuFe>>


Offline ledufe

  • Tireless poster
  • ****
    • Posts: 272
  • LEandro DUpont FErreira
    • View Profile
    • http://ledufe.no-ip.info:2222


<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Http File Server ( %version% ) ::: %folder% </title>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<style type="text/css" media="screen">\n %style% \n</style>
<script language="Javascript" type="text/javascript">
<!--
// ----------------------------------
// Block All JavaScript Errors
function blockError(){return true;}
window.onerror = blockError;
// ----------------------------------

isDOM=document.getElementById //DOM1 browser (MSIE 5+, Netscape 6, Opera 5+)
isMSIE=document.all && document.all.item //Microsoft Internet Explorer 4+
isNetscape4=document.layers //Netscape 4.*
isOpera=window.opera //Opera
isOpera5=isOpera && isDOM //Opera 5+
isMSIE5=isDOM && isMSIE && !isOpera //MSIE 5+
isMozilla=isNetscape6=isDOM && !isMSIE && !isOpera

var obj;

function getLayer(layerName){
//  if(isDOM){ return document.getElementById(layerName); }
//  if(isMSIE){ return document.all[layerName]; }
//  if(isNetscape4){ return eval('document.layers[layerName]'); }
//  return false;
return layerName.parentNode.firstChild;

}

function ts(e,what){
  mousex = e.clientX;
  mousey = e.clientY;
  pagexoff = 0;
  pageyoff = 0;
  if(isMSIE5){
    pagexoff = document.body.scrollLeft;
    pageyoff = document.body.scrollTop;
  }
  else{
    pagexoff = window.pageXOffset;
     pageyoff = window.pageYOffset;
  }
  if(getLayer(what)){
    if(isNetscape4)
      obj = getLayer(what);
    else
      obj = getLayer(what).style;
    
     if(obj){
       leftoff = mousex-pagexoff;
       obj.left = (mousex+pagexoff);
 
       topoff = mousey-pageyoff;
       if(isOpera && topoff <= 30)
         obj.top = mousey + 20;
       else
      if( mousey <= 30)
           obj.top = (mousey+pageyoff) + 20;
      else
         if (isOpera)
           obj.top = mousey + 20;
       else
         obj.top = (mousey+pageyoff) + 20;
         
      
       if(isNetscape4)
         obj.visibility = 'show';
       else
         obj.visibility = 'visible';
     }
   }
  return true;
}

function tc(){
  if(obj){
    if(isNetscape4)
      obj.visibility = 'hide';
    else
      obj.visibility='hidden';
  }
  return true
}
//-->
</script>

   <script language=JavaScript><!--
   function Hover(isover) {
     var it = event.srcElement;
     if(it.parentElement.className == 'mout' && it.tagName == 'TD'
     ) {
       it.style.cursor = isover ? 'hand' : 'default';
       it.parentElement.style.backgroundColor = isover ? '#1E1E1E' : '';
       if (event.type == 'click') location.href = it.parentElement.getAttribute('href');
       }
     }
   // --></script>

</head>
<body onMouseOver="Hover(true)" onMouseOut="Hover(false)" onClick="Hover(true)"><a name="top"></a>
<div id="content">
<div id="divPageBody">
<div id="divTitle">Downloads</div>
<p><h3>%loggedin%</h3></p>
<DIV class="divHeadMenu">&nbsp;%folder%&nbsp;</DIV>
<DIV class="UL">
<ul>
<li>Folders: <b>%number-folders%</b></li>
<li>Files: <b>%number-files% : %total-size%</b></li>
</ul></div>
<div id="mainTable" style="width:100%">
<table cellspacing="2" cellpadding="4" border="0" width="100%">
%files%
</table>
</div>
    <!-- FOOTER -->
<DIV id="divFooter">
<TABLE cellSpacing="0" cellPadding="0" width="500" align="center" border="0">
  <TBODY>
  <TR>
    <TD height="20" width="100%">&nbsp;</TD></TR>
  <TR>
    <TD><HR></TD></TR>
  <TR>
<TD class="copyright"><br>&copy; 2005 Roman V. Brooks.<BR>All Rights Reserved.</TD>
</TR><tr><td align="center">&nbsp;<br /><a href="http://www.rejetto.com/hfs" target="_blank" class="copyright" >Powered by HFS %version%</a></td></tr>
  <TR>
    <TD height="20" width="100%">&nbsp;</TD></TR>
</TR>
</TBODY></TABLE></div>
   <!-- END FOOTER -->
<DIV class="copyright">
<br>Servertime: %timestamp%
<br>Uptime: %uptime%
<br>Build-time: %build-time%
</div></div></div>
<div id="left"></div>
</body>
<!-- MENU -->
<script>
if (!document.layers)
document.write('<div id="divStayTopLeft" style="position:absolute;width:0px;">')
</script>
<layer id="divStayTopLeft">
<!--EDIT BELOW CODE TO YOUR OWN MENU-->
<TABLE id="tableMenu" cellSpacing="1" width="130" cellPadding="0" border="0">
  <TR>
   <TD>
    <TABLE id="tableMenuInner" cellSpacing="1" width="100%" cellPadding="0" border="0">
        %login-link%
        %upload-link%
          <TR><TD><a href="/"><img src="/~img1" border="0" alt="">&nbsp;&nbsp;GO TO ROOT</a></TD></TR>
          %up%
          <TR><TD><a href="#top"><img src="/~img14" border="0" alt="">&nbsp;&nbsp;TOP OF PAGE</a></TD></TR>
     </TABLE>
    </TD>
   </TR>
 </TABLE>
<!--END OF EDIT-->
</layer>
<script type="text/javascript">
//Enter "frombottom" or "fromtop"
var verticalpos="fromtop"
if (!document.layers)
document.write('</div>')
function JSFX_FloatTopDiv()
{
   var startX = 0,
   startY = 0;
   var ns = (navigator.appName.indexOf("Netscape") != -1);
   var d = document;
   function ml(id)
   {
      var el=d.getElementById?d.getElementById(id):d.all?d.all[id]:d.layers[id];
      if(d.layers)el.style=el;
      el.sP=function(x,y){this.style.left=x;this.style.top=y;};
      el.x = startX;
      if (verticalpos=="fromtop")
      el.y = startY;
      else{
      el.y = ns ? pageYOffset + innerHeight : document.body.scrollTop + document.body.clientHeight;
      el.y -= startY;
      }
      return el;
   }
   window.stayTopLeft=function()
   {
      if (verticalpos=="fromtop"){
      var pY = ns ? pageYOffset : document.body.scrollTop;
      ftlObj.y += (pY + startY - ftlObj.y)/8;
      }
      else{
      var pY = ns ? pageYOffset + innerHeight : document.body.scrollTop + document.body.clientHeight;
      ftlObj.y += (pY - startY - ftlObj.y)/8;
      }
      ftlObj.sP(ftlObj.x, ftlObj.y);
      setTimeout("stayTopLeft()", 10);
   }
   ftlObj = ml("divStayTopLeft");
   stayTopLeft();
}
JSFX_FloatTopDiv();
</script>
<!-- END MENU -->
</html>

[style]
html{height:100%}
body{height:100%;padding:0px;margin:0px 0px 0px 150px;color:silver;background-color:#101010;COLOR:#a0a0a0;TEXT-ALIGN:left;FONT-SIZE:9pt;FONT-FAMILY:Tahoma,Arial,"MS Sans Serif",sans-serif}
#content{min-height:100%;padding:10px;height:expression('100%');background-color:black;border-left:2px dotted #383838}
#left{padding:10px;position:absolute;top:0;left:0;width:140px}
#menuLeft{padding-left:10px;padding-top:20px}
HTML{SCROLLBAR-FACE-COLOR:#383838;SCROLLBAR-HIGHLIGHT-COLOR:#686868;SCROLLBAR-SHADOW-COLOR:#505050;SCROLLBAR-3DLIGHT-COLOR:#505050;SCROLLBAR-ARROW-COLOR:#909090;SCROLLBAR-TRACK-COLOR:#303030;SCROLLBAR-DARKSHADOW-COLOR:#000000}
BODY{SCROLLBAR-FACE-COLOR:#383838;SCROLLBAR-HIGHLIGHT-COLOR:#686868;SCROLLBAR-SHADOW-COLOR:#505050;SCROLLBAR-3DLIGHT-COLOR:#505050;SCROLLBAR-ARROW-COLOR:#909090;SCROLLBAR-TRACK-COLOR:#303030;SCROLLBAR-DARKSHADOW-COLOR:#000000}
TEXTAREA{SCROLLBAR-FACE-COLOR:#383838;SCROLLBAR-HIGHLIGHT-COLOR:#686868;SCROLLBAR-SHADOW-COLOR:#505050;SCROLLBAR-3DLIGHT-COLOR:#505050;SCROLLBAR-ARROW-COLOR:#909090;SCROLLBAR-TRACK-COLOR:#303030;SCROLLBAR-DARKSHADOW-COLOR:#000000}
TD{COLOR:#a0a0a0;FONT-SIZE:9pt;FONT-FAMILY:Tahoma,Arial,"MS Sans Serif",sans-serif;TEXT-ALIGN:justify}
TH{BACKGROUND-COLOR:#181818;FONT-SIZE:9pt;FONT-FAMILY:Tahoma,Arial,"MS Sans Serif",sans-serif;FONT-WEIGHT:bold;TEXT-ALIGN:left;COLOR:#909090}
P{COLOR:#a0a0a0;FONT-SIZE:9pt;FONT-FAMILY:Tahoma,Arial,"MS Sans Serif",sans-serif;TEXT-ALIGN:justify;TEXT-INDENT:1em}
INPUT{FONT-SIZE:9pt;FONT-FAMILY:Tahoma,Arial,"MS Sans Serif",sans-serif;BORDER-RIGHT:#808080 1px solid;BORDER-TOP:#808080 1px solid;BORDER-LEFT:#808080 1px solid;COLOR:#b0b0b0;BORDER-BOTTOM:#808080 1px solid;BACKGROUND-COLOR:#404040}
SELECT{FONT-SIZE:9pt;FONT-FAMILY:Tahoma,Arial,"MS Sans Serif",sans-serif;BORDER-RIGHT:#808080 1px solid;BORDER-TOP:#808080 1px solid;BORDER-LEFT:#808080 1px solid;COLOR:#b0b0b0;BORDER-BOTTOM:#808080 1px solid;BACKGROUND-COLOR:#404040}
TEXTAREA{FONT-SIZE:9pt;FONT-FAMILY:Tahoma,Arial,"MS Sans Serif",sans-serif;BORDER-RIGHT:#808080 1px solid;BORDER-TOP:#808080 1px solid;BORDER-LEFT:#808080 1px solid;COLOR:#b0b0b0;BORDER-BOTTOM:#808080 1px solid;BACKGROUND-COLOR:#404040}
A{FONT-WEIGHT:bold;COLOR:#b0b0b0;TEXT-DECORATION:none}
A:link{COLOR:#b0b0b0}
A:visited{COLOR:#b0b0b0}
A:hover{COLOR:#e0e0e0}
A:active{COLOR:#e0e0e0}
H1{FONT-WEIGHT:bold;TEXT-ALIGN:left;LINE-HEIGHT:2em;FONT-STYLE:italic;FONT-SIZE:16pt;COLOR:#606060}
H2{FONT-WEIGHT:bold;TEXT-ALIGN:left;LINE-HEIGHT:2em;FONT-STYLE:italic;FONT-SIZE:13pt;COLOR:#a0a0a0}
H3{FONT-WEIGHT:bold;TEXT-ALIGN:left;FONT-SIZE:10pt;LINE-HEIGHT:1em;COLOR:#a8a8a8}
UL{LIST-STYLE:square}
hr{border:1px solid #383838;color:#080808;background-color:#080808;height:7px;width:400px}
.right{text-align:right}
.row{font-size:10pt;background:#FFFFFF;border:1px solid #BBBBFF}
.column{font-size:10pt;font-weight:bold;padding-bottom:0}
#tableMenu{POSITION:absolute;LEFT:10px;TOP:20px;BACKGROUND-COLOR:#484848}
#tableMenuInner A{PADDING-RIGHT:6px;DISPLAY:block;PADDING-LEFT:6px;FONT-SIZE:11px;PADDING-BOTTOM:5px;PADDING-TOP:5px}
#tableMenuInner A:hover{ BACKGROUND-COLOR:#383838;COLOR:#b0b0b0}
#tableMenuInner TD{BACKGROUND-COLOR:#080808;TEXT-ALIGN:left}
#divFooter{TEXT-ALIGN:center}
#divFooter TD{TEXT-ALIGN:center}
.copyright{FONT-SIZE:8pt}
.divHeadMenu A{FONT-WEIGHT:normal;FONT-SIZE:8pt;COLOR:#909090}
.divHeadMenu A:hover{COLOR:#e0e0e0}
.divHeadMenu{BORDER-RIGHT:#404040 1px solid;PADDING-RIGHT:4px;BORDER-TOP:#404040 1px solid;PADDING-LEFT:4px;FONT-SIZE:10pt;PADDING-BOTTOM:2px;BORDER-LEFT:#404040 1px solid;COLOR:#909090;PADDING-TOP:2px;BORDER-BOTTOM:#404040 1px solid;BACKGROUND-COLOR:#383838}
#divPageBody{BORDER-RIGHT:#404040 1px solid;PADDING-RIGHT:10pt;BORDER-TOP:#404040 1px solid;PADDING-LEFT:10pt;PADDING-BOTTOM:10pt;BORDER-LEFT:#404040 1px solid;PADDING-TOP:2px;BORDER-BOTTOM:#404040 1px solid;BACKGROUND-COLOR:#080808}
#divProgress{MARGIN-RIGHT:17px;BORDER-RIGHT:#404040 1px solid;PADDING-RIGHT:10px;BORDER-TOP:#404040 1px solid;PADDING-LEFT:10px;PADDING-BOTTOM:7px;BORDER-LEFT:#404040 1px solid;PADDING-TOP:7px;BORDER-BOTTOM:#404040 1px solid;BACKGROUND-COLOR:#080808}
#divTitle{PADDING-RIGHT:15px;PADDING-LEFT:0px;FONT-WEIGHT:bold;FONT-SIZE:14pt;PADDING-BOTTOM:2px;MARGIN:0px -10pt;COLOR:#606060;LINE-HEIGHT:2em;PADDING-TOP:2px;FONT-STYLE:italic;BACKGROUND-COLOR:#101010;TEXT-ALIGN:right}
.mout{BACKGROUND:#282828}
.mover{BACKGROUND:#1E1E1E;CURSOR:pointer}
.big{font-size:12pt;font-weight:bold;color:#FFF}
.flag{font-weight:bold;font-size:8pt; background:#383838; color:#CCC; text-align:center; border:1px solid #CCC}
.file{font-weight:bold;font-size:9pt}
.pgtext{font-weight:bold;font-size:7pt}
.perc{font-size:14px;vertical-align:middle}
.out_bar{width:100px;font-size:15px;background:grey;border:silver 1px solid;margin-right:5px}
.in_bar{height:16px;background:white;color:white}
#bb{border:1px solid #000}
.tip{font-size:11px;font-family:verdana,sans-serif;border:1px solid green;text-align:left;padding:3px;position:absolute;z-index:999;visibility:hidden;color:#CCC;top:20px;left:90px;background-color:#101010;width:250px}
.tip2{text-align:left;color:#FFF;font-family:verdana,sans-serif;font-size:11px}
.tipline{padding:5px;display:block;border-bottom:#BFBFBF 2px solid;background-color:#383838}

[login-link]
<TR>
<TD>
<a href="%encoded-folder%~login"><img src="/~img27" border="0" alt="">&nbsp;&nbsp;LOGIN</a>
</TD>
</TR>

[loggedin]
<img border="0" align="absbottom" src="/~img27" alt="">&nbsp;You are logged in as:&nbsp;%user%

[upload-link]
<TR>
<TD>
<a href="%encoded-folder%~upload"><img src="/~img32" border="0" alt="">&nbsp;&nbsp;UPLOAD</a>
</TD>
</TR>

[up]
<TR>
<TD>
<a href="%parent-folder%"><img src="/~img26" border="0" alt="">&nbsp;&nbsp;GO BACK</a>
</TD>
</TR>

[nofiles]
<h1>OOPS! No files here...</h1>

[files]
<tr>
<th style="text-align:center"><span class="column">I</span>
<th><a href="%folder%?sort=n"><span class="column">FILENAME</span></a>
<th><a href="%folder%?sort=s"><span class="column">FILESIZE</span></a>
<th><a href="%folder%?sort=t"><span class="column">FILEDATE</span></a>
<th style="text-align:center"><span class="column">HITS</span>
</tr>
%list%

[file]
<tr class="mout" href="%item-url%">
    <td width="16px">%comment%</td>
    <td><a href="%item-url%"> %new% <img align="top" src="/~img_file" border="0" alt="">&nbsp;&nbsp;<b>%item-name%</b></a></td>
    <td>%item-size%</td>
    <td>%item-modified%</td>
    <td>%item-dl-count%</td>
</tr>

[folder]
<tr class="mout" href="%item-url%">
<td width="16px">%comment%</td>
<td><a href="%item-url%"> %new% <img align="top" src="/~img_folder" border="0" alt="">&nbsp;&nbsp;<b>%item-name%</b></a></td>
<td colspan="3"><b><i>Directory</i></b></td>
</tr>

[link]
<tr class="mout" href="%item-url%">
<td width="16px">%comment%</td>
<td><a href="%item-url%"> %new% <img align="top" src="/~img_link" border="0" alt="">&nbsp;&nbsp;<b>%item-name%</b></a></td>
<td colspan="3"><b><i>This is a link</i></b></td>

[comment]
<div id="com_ment" class=tip style='left: 515px; top: 298px;'>
<table width="100%"><tr><td><span class="tipline" id="bb"><i>= Comment =</i></span></td></tr>
<tr><td class="tip2"> %item-comment% </td></tr>
</table>
</div>
<img onmousemove="ts(event,this)" onmouseout="tc()" src="/~img10" alt="" border="0">

[not found]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<title>HttpFileSystem ( %version% ) ::: ERROR - 404</title>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1251">
<style type="text/css" media="screen">\n%style%\n</style>
</head>
<body>
<div id="content">
<div id="divPageBody">
<div id="divTitle">ERROR</div>
<h1>404 -  NOT FOUND...</h1>
    <!-- FOOTER -->
<DIV id="divFooter">
<TABLE cellSpacing="0" cellPadding="0" width="500" align="center" border="0">
  <TBODY>
  <TR>
    <TD height="20" width="100%">&nbsp;</TD></TR>
  <TR>
    <TD><HR></TD></TR>
  <TR>
<TD class="copyright"><br>&copy; 2005 Roman V. Brooks.<BR>All Rights Reserved.</TD>
</TR><tr><td align="center">&nbsp;<br /><a href="http://www.rejetto.com/hfs" target="_blank" class="copyright" >Powered by HFS %version%</a></td></tr>
  <TR>
    <TD height="20" width="100%">&nbsp;</TD></TR>
</TR>
</TBODY></TABLE></div>
   <!-- END FOOTER -->
<DIV class="copyright">
<br>Servertime: %timestamp%
<br>Uptime: %uptime%
</div></div></div>
<div id="left">
<!-- MENU -->
<div id="menuLeft">
<!--EDIT BELOW CODE TO YOUR OWN MENU-->
<TABLE id="tableMenu" cellSpacing="1" width="130" cellPadding="0" border="0">
  <TR>
   <TD>
    <TABLE id="tableMenuInner" cellSpacing="1" width="100%" cellPadding="0" border="0">
        <TR>
          <TD><a href="/"><img src="/~img1" border="0" alt="">&nbsp;&nbsp;GO TO ROOT</a></TD></TR>
     </TABLE>
    </TD>
   </TR>
 </TABLE>
<!--END OF EDIT-->
</div>
<!-- END MENU -->
</div>
</body>
</html>

[overload]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<title>Server is Busy</title>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1251">
<style type="text/css" media="screen">\n%style%\n</style>
</head>
<body>
<div id="content">
<div id="divPageBody">
<div id="divTitle">Server is Busy</div>
<h1>Please, try visit later.</h1>
    <!-- FOOTER -->
<DIV id="divFooter">
<TABLE cellSpacing="0" cellPadding="0" width="500" align="center" border="0">
  <TBODY>
  <TR>
    <TD height="20" width="100%">&nbsp;</TD></TR>
  <TR>
    <TD><HR></TD></TR>
  <TR>
<TD class="copyright"><br>&copy; 2005 Roman V. Brooks.<BR>All Rights Reserved.</TD>
</TR><tr><td align="center">&nbsp;<br /><a href="http://www.rejetto.com/hfs" target="_blank" class="copyright" >Powered by HFS %version%</a></td></tr>
  <TR>
    <TD height="20" width="100%">&nbsp;</TD></TR>
</TR>
</TBODY></TABLE></div>
   <!-- END FOOTER -->
<DIV class="copyright">
<br>Servertime: %timestamp%
<br>Uptime: %uptime%
</div></div></div>
<div id="left">
<!-- MENU -->
<div id="menuLeft">
<!--EDIT BELOW CODE TO YOUR OWN MENU-->
<TABLE id="tableMenu" cellSpacing="1" width="130" cellPadding="0" border="0">
  <TR>
   <TD>
    <TABLE id="tableMenuInner" cellSpacing="1" width="100%" cellPadding="0" border="0">
        <TR>
          <TD><a href="/"><img src="/~img1" border="0">&nbsp;&nbsp;GO TO ROOT</a></TD></TR>
     </TABLE>
    </TD>
   </TR>
 </TABLE>
<!--END OF EDIT-->
</div>
<!-- END MENU -->
</div>
</body>
</html>

[unauthorized]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<title>Not Logged In</title>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1251">
<style type="text/css" media="screen">\n%style%\n</style>
</head>
<body>
<div id="content">
<div id="divPageBody">
<div id="divTitle">Autorization</div>
<h1>Authorization required!</h1>
<b>Your login or password is not correct.
<br>Please, try again!</b>
    <!-- FOOTER -->
<DIV id="divFooter">
<TABLE cellSpacing="0" cellPadding="0" width="500" align="center" border="0">
  <TBODY>
  <TR>
    <TD height="20" width="100%">&nbsp;</TD></TR>
  <TR>
    <TD><HR></TD></TR>
  <TR>
<TD class="copyright"><br>&copy; 2005 Roman V. Brooks.<BR>All Rights Reserved.</TD>
</TR><tr><td align="center">&nbsp;<br /><a href="http://www.rejetto.com/hfs" target="_blank" class="copyright" >Powered by HFS %version%</a></td></tr>
  <TR>
    <TD height="20" width="100%">&nbsp;</TD></TR>
</TR>
</TBODY></TABLE></div>
   <!-- END FOOTER -->
<DIV class="copyright">
<br>Servertime: %timestamp%
<br>Uptime: %uptime%
</div></div></div>
<div id="left">
<!-- MENU -->
<div id="menuLeft">
<!--EDIT BELOW CODE TO YOUR OWN MENU-->
<TABLE id="tableMenu" cellSpacing="1" width="130" cellPadding="0" border="0">
  <TR>
   <TD>
    <TABLE id="tableMenuInner" cellSpacing="1" width="100%" cellPadding="0" border="0">
        <TR>
          <TD><a href="/"><img src="/~img1" border="0">&nbsp;&nbsp;GO TO ROOT</a></TD></TR>
     </TABLE>
    </TD>
   </TR>
 </TABLE>
<!--END OF EDIT-->
</div>
<!-- END MENU -->
</div>
</body>
</html>

[deny]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<title>Deny</title>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1251">
<style type="text/css" media="screen">\n%style%\n</style>
</head>
<body>
<div id="content">
<div id="divPageBody">
<div id="divTitle">Deny</div>
<h1>You cannot view content of this directory!</h1>
<b>Plese, contact server administrator.</b>
    <!-- FOOTER -->
<DIV id="divFooter">
<TABLE cellSpacing="0" cellPadding="0" width="500" align="center" border="0">
  <TBODY>
  <TR>
    <TD height="20" width="100%">&nbsp;</TD></TR>
  <TR>
    <TD><HR></TD></TR>
  <TR>
<TD class="copyright"><br>&copy; 2005 Roman V. Brooks.<BR>All Rights Reserved.</TD>
</TR><tr><td align="center">&nbsp;<br /><a href="http://www.rejetto.com/hfs" target="_blank" class="copyright" >Powered by HFS %version%</a></td></tr>
  <TR>
    <TD height="20" width="100%">&nbsp;</TD></TR>
</TR>
</TBODY></TABLE></div>
   <!-- END FOOTER -->
<DIV class="copyright">
<br>Servertime: %timestamp%
<br>Uptime: %uptime%
</div></div></div>
<div id="left">
<!-- MENU -->
<div id="menuLeft">
<!--EDIT BELOW CODE TO YOUR OWN MENU-->
<TABLE id="tableMenu" cellSpacing="1" width="130" cellPadding="0" border="0">
  <TR>
   <TD>
    <TABLE id="tableMenuInner" cellSpacing="1" width="100%" cellPadding="0" border="0">
        <TR>
          <TD><a href="/"><img src="/~img1" border="0">&nbsp;&nbsp;GO TO ROOT</a></TD></TR>
     </TABLE>
    </TD>
   </TR>
 </TABLE>
<!--END OF EDIT-->
</div>
<!-- END MENU -->
</div>
</body>
</html>

[ban]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<title>Oh, fuck...</title>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1251">
<style type="text/css" media="screen">\n%style%\n</style>
</head>
<body>
<div id="content">
<div id="divPageBody">
<div id="divTitle">Bann!</div>
<h1>Great! You're permanently BANNED!</h1>
<b>%reason%</b>
    <!-- FOOTER -->
<DIV id="divFooter">
<TABLE cellSpacing="0" cellPadding="0" width="500" align="center" border="0">
  <TBODY>
  <TR>
    <TD height="20" width="100%">&nbsp;</TD></TR>
  <TR>
    <TD><HR></TD></TR>
  <TR>
<TD class="copyright"><br>&copy; 2005 Roman V. Brooks.<BR>All Rights Reserved.</TD>
</TR><tr><td align="center">&nbsp;<br /><a href="http://www.rejetto.com/hfs" target="_blank" class="copyright" >Powered by HFS %version%</a></td></tr>
  <TR>
    <TD height="20" width="100%">&nbsp;</TD></TR>
</TR>
</TBODY></TABLE></div>
   <!-- END FOOTER -->
<DIV class="copyright">
<br>Servertime: %timestamp%
<br>Uptime: %uptime%
</div></div></div>
<div id="left">
<!-- MENU -->
<div id="menuLeft">
<!--EDIT BELOW CODE TO YOUR OWN MENU-->
<TABLE id="tableMenu" cellSpacing="1" width="130" cellPadding="0" border="0">
  <TR>
   <TD>
    <TABLE id="tableMenuInner" cellSpacing="1" width="100%" cellPadding="0" border="0">
        <TR>
          <TD><a href="/"><img src="/~img1" border="0">&nbsp;&nbsp;GO TO ROOT</a></TD></TR>
     </TABLE>
    </TD>
   </TR>
 </TABLE>
<!--END OF EDIT-->
</div>
<!-- END MENU -->
</div>
</body>
</html>

[upload]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<title>Http File Server ( %version% ) ::: Files Upload</title>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1251">
<style type="text/css" media="screen">\n%style%\n</style>
</head>
<body>
<div id="content">
<div id="divPageBody">
<div id="divTitle">Uploads</div>
<p><h3>%loggedin%</h3></p>
<DIV class="divHeadMenu">&nbsp;%folder%&nbsp;</DIV>
<br>
<div style="float:right; padding:15px;">
<script language="javascript">
if (!window.parent.progress) document.write('<a href="%encoded-folder%~upload+progress" class="button"><img border="0" align="absbottom" src="/~img7"> ADD PROGRESS FRAME</a>');
else document.write('<a href="%encoded-folder%~upload" target="_parent" class="button"><img border="0" align="absbottom" src="/~img7"> CLOSE PROGRESS FRAME</a>');
</script>
</div>
<br>
<form name="frm" action="%encoded-folder%" target="_parent" method="post" enctype="multipart/form-data" onSubmit="frm.upbtn.disabled=true; return true;">
%upload-files%
<br>
<input name="upbtn" type="submit" value="Upload files">
</form>
<br><img src="/~img9"> Please do not open the active transfers frame while the upload is in progress or the upload will be corrupted.
<br><img src="/~img9"> WARNING: Uploading a file with a same filename will overwrite the existing file.
    <!-- FOOTER -->
<DIV id="divFooter">
<TABLE cellSpacing="0" cellPadding="0" width="500" align="center" border="0">
  <TBODY>
  <TR>
    <TD height="20" width="100%">&nbsp;</TD></TR>
  <TR>
    <TD><HR></TD></TR>
  <TR>
<TD class="copyright"><br>&copy; 2005 Roman V. Brooks.<BR>All Rights Reserved.</TD>
</TR><tr><td align="center">&nbsp;<br /><a href="http://www.rejetto.com/hfs" target="_blank" class="copyright" >Powered by HFS %version%</a></td></tr>
  <TR>
    <TD height="20" width="100%">&nbsp;</TD></TR>
</TR>
</TBODY></TABLE></div>
   <!-- END FOOTER -->
<DIV class="copyright">
<br>Servertime: %timestamp%
<br>Uptime: %uptime%
<br>Disk Space: %diskfree%
</div></div></div>
<div id="left"></div>
</body>
<!-- MENU -->
<script>
if (!document.layers)
document.write('<div id="divStayTopLeft" style="position:absolute;width:0px;z-index:100;">')
</script>
<layer id="divStayTopLeft">
<!--EDIT BELOW CODE TO YOUR OWN MENU-->
<TABLE id="tableMenu" cellSpacing="1" width="130" cellPadding="0" border="0">
  <TR>
   <TD>
    <TABLE id="tableMenuInner" cellSpacing="1" width="100%" cellPadding="0" border="0">
        <TR>
        %login-link%
          <TD><a href="/" target="_parent"><img src="/~img1" border="0" alt="">&nbsp;&nbsp;GO TO ROOT</a></TD></TR>
         <TR><TD><a href="%encoded-folder%" target="_parent"><img src="/~img21" border="0" alt="">&nbsp;&nbsp;CANCEL UPLOAD</a></TD></TR>
     </TABLE>
    </TD>
   </TR>
 </TABLE>
<!--END OF EDIT-->
</layer>
<script type="text/javascript">
//Enter "frombottom" or "fromtop"
var verticalpos="fromtop"
if (!document.layers)
document.write('</div>')
function JSFX_FloatTopDiv()
{
   var startX = 0,
   startY = 0;
   var ns = (navigator.appName.indexOf("Netscape") != -1);
   var d = document;
   function ml(id)
   {
      var el=d.getElementById?d.getElementById(id):d.all?d.all[id]:d.layers[id];
      if(d.layers)el.style=el;
      el.sP=function(x,y){this.style.left=x;this.style.top=y;};
      el.x = startX;
      if (verticalpos=="fromtop")
      el.y = startY;
      else{
      el.y = ns ? pageYOffset + innerHeight : document.body.scrollTop + document.body.clientHeight;
      el.y -= startY;
      }
      return el;
   }
   window.stayTopLeft=function()
   {
      if (verticalpos=="fromtop"){
      var pY = ns ? pageYOffset : document.body.scrollTop;
      ftlObj.y += (pY + startY - ftlObj.y)/8;
      }
      else{
      var pY = ns ? pageYOffset + innerHeight : document.body.scrollTop + document.body.clientHeight;
      ftlObj.y += (pY - startY - ftlObj.y)/8;
      }
      ftlObj.sP(ftlObj.x, ftlObj.y);
      setTimeout("stayTopLeft()", 10);
   }
   ftlObj = ml("divStayTopLeft");
   stayTopLeft();
}
JSFX_FloatTopDiv();
</script>
<!-- END MENU -->
</html>

[upload-file]
<input name="fileupload%idx%" class="btn" size="70" type="file"><br>

[progress]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1251">
<noscript>
<meta http-equiv="refresh" content="3">
</noscript>
<script language="JavaScript">
<!--
var sURL = unescape(window.location.pathname);
function doLoad()
{ setTimeout( "refresh()", 3*1000 ); }
function refresh()
{ window.location.href = sURL; }
//-->
</script>
<script language="JavaScript1.1">
<!--
function refresh()
{ window.location.replace( sURL ); }
//-->
</script>
<script language="JavaScript1.2">
<!--
function refresh()
{ window.location.reload( false ); }
//-->
</script>
<style type="text/css" media="screen">\n%style%\n</style>
</head>
<body onload="doLoad()">
<div id="content">
<div id="divProgress">
<div id="tprogress" style="width:100%">
  <table width="100%"  border="0" cellspacing="0" cellpadding="2">
    <tr>
      <td align="left" valign="top" class="big">Progress status</td>
      <td rowspan="2" align="right" valign="top"><img src="/~img_graph600x30" style="border:inset 1px" alt=""></td>
    </tr>
    <tr>
      <td align="left" valign="top">%progress-files%</td>
    </tr>
  </table>
</div></div></div>
</body>
</html>

[upload+progress]
<html>
<head>
<frameset rows=160,* border="0">
  <frame name="progress" src="/~progress" scrolling="no" marginwidth="0">
  <frame src="%encoded-folder%~upload" scrolling="auto">
</frameset>
</head>
<body>
</body>
</html>

[progress-nofiles]
<b>Currently no file exchange is on with your address</b>

[progress-upload-file]
<tr><td align="left" valign="top"><span class="flag">&nbsp;UPLOAD&nbsp;</span>&nbsp;&nbsp;<span class="file">%filename%</span></td></tr>
<tr><td align="left" valign="top" class="pgtext">%done-bytes%&nbsp;/&nbsp;%total-bytes% bytes</td></tr>
<tr><td align="left" valign="top" class="pgtext">Speed:&nbsp;%speed-kb%&nbsp;KB/s</td></tr>
<tr><td align="left" valign="top"><div style="margin-top:5px; margin-bottom:20px;"><span class="out_bar"><span class="in_bar" style="width:%perc%px"></span></span><span class="perc">&nbsp;%perc%%</span></div></td></tr>

[progress-download-file]
<tr><td align="left" valign="top"><span class="flag">&nbsp;DOWNLOAD&nbsp;</span>&nbsp;&nbsp;<span class="file">%filename%</span></td></tr>
<tr><td align="left" valign="top" class="pgtext">%bytes%&nbsp;/&nbsp;%total% bytes</td></tr>
<tr><td align="left" valign="top"><div style="margin-top:5px; margin-bottom:20px;"><span class="out_bar"><span class="in_bar" style="width:%perc%px"></span></span><span class="perc">&nbsp;%perc%%</span></div></td></tr>

[newfile]
<span class="flag">&nbsp;NEW&nbsp;</span>
<<LeDuFe>>


Offline ledufe

  • Tireless poster
  • ****
    • Posts: 272
  • LEandro DUpont FErreira
    • View Profile
    • http://ledufe.no-ip.info:2222


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1" />
<meta name="robots" content="noindex,nofollow" />
<meta name="generator" content="HFS%version% (+ HFS-Clean[EN] template by Chionsas)" />
<meta name="uptime" content="%uptime%" />
<link rel="shortcut icon" href="/~img_folder" />
<title>%folder%</title>
<style type="text/css">
%style%
#filelist { border-collapse: collapse; table-layout: fixed; width:60em; }
#filelist td, #filelist th { vertical-align: middle; border-bottom: 1px solid #EFEFEF; overflow: hidden; white-space: nowrap; }
#filelist th { padding-bottom: 0.2em; padding-top:0.2em; font-size: 1.1em; }
#filelist th a { color: #436976; height:16px; }
#filelist th a:hover { text-decoration: underline; color: #278DCF; }
#up { display: block; text-align: left; padding-left: 7px; padding-top: 0.2em; padding-bottom: 0.2em; }
.file a, .folder a, .link a { display: block; width: 100%; height: 100%; padding:0.3em; background-repeat: no-repeat; background-position: 1% 50%; text-indent: 22px; font-weight: bold; font-size: 1.1em;}
.new { color: red; }
.folder a { background-position: 1% 60%; }
.file a  span, .folder a span, .link a span { display: block;}
.filehits { text-align: right; padding-right: 0.5em; }
</style>
</head>
<body>
<div id="heading">
%login-link%
%loggedin%
%upload-link%
<h1><a href="%parent-folder%" id="title">%folder%</a></h1>
<script type="text/javascript">
 if ("%folder%" == "/") {
 document.getElementById('title').innerHTML = "%host%";
 document.title = "%host%";
}
</script>
</div>
<div class="grid">
%folder-comment%
%files%
</div>
<!-- generated in %build-time%s -->
</body>
</html>

[style]
body { font-size: 76%; font-family: Verdana, Arial, Tahoma, sans; margin:0px; background-color:white; color: teal; }
#heading { padding:1.3em; background-color: #EFEFEF; }
h1 { font-size:2em; font-weight:bold; font-family: "Trebuchet MS"; color: black; margin: 0px; padding: 0px; }
h1 a { color: black; text-decoration: none; }
a { color: #278DCF; text-decoration:none; }
a:hover { color: black; }
img { border:none; }
.little { font-size: 0.8em; }
.right { text-align: right; }
.center { text-align: center; }
.grid { padding:15px; margin:15px; }
.button { float:right; padding:0.5em; background-repeat: no-repeat; background-position: 0% 50%; margin-right: 0.5em; }
.error { margin: 2em; }

[login-link]
<div class="button"><a href="%encoded-folder%~login">Sign in</a></div>
[loggedin]
<div class="button">User: <b>%user%</b></div>
[upload-link]
<div class="button"><a href="%encoded-folder%~upload+progress">Upload files</a></div>
[up]
<a href="%parent-folder%" id="up"><img src="/~img14" alt="up" title="up" /></a>
[nofiles]
<p class="error"><a href="%parent-folder%">It's all empty here..</a></p>

[files]
<table id="filelist">
<thead>
<tr>
<th style="width:6%; padding:0px;">%up%</th>
<th style="width:51%;"><a href="%encoded-folder%?sort=n">Filename</a></th>
<th style="width:11%"><a href="%encoded-folder%?sort=s">Size</a></th>
<th style="width:23%"><a href="%encoded-folder%?sort=t">Date</a></th>
<th style="9%; text-align:right"><label title="number of times a file has been downloaded">Hits</label></th>
</tr>
</thead>
<tbody>
%list%
</tbody>
</table>
<p class="right" style="width:60em">
<span class="little">%number-folders% folders,  <a href="%encoded-folder%~files.lst">%number-files% files</a> &ndash; %total-size%</span>
</p>

[file]
<tr><td class="file" colspan="2"><a href="%item-url%"%comment% style="background-image:url('/~img_file')"%new%>%item-name%</a></td><td class="right">%item-size%</td><td class="right">%item-modified%</td><td class="filehits">%item-dl-count%</td></tr>
[folder]
<tr><td class="folder" colspan="2"><a href="%item-url%"%comment% style="background-image:url('/~img_folder')"%new%>%item-name%</a></td><td class="center">&ndash;</td><td class="right">%item-modified%</td><td class="filehits">%item-dl-count%</td></tr>
[link]
<tr><td class="link" colspan="2"><a href="%item-url%"%comment% style="background-image:url('/~img_link')"%new%>%item-name%</a></td><td colspan="3" style="padding-left:1em"><i title="%item-url%">%item-url%</i></td></tr>
[comment]
 title="%item-comment%"
[newfile]
 class="new"
[folder-comment]
<div style='background: #FFFFEF; color: black; width: 59.5em; margin-bottom: 0.8em; padding:0.6em; border:1px solid orange;'>%item-comment%</div>

[error-page]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1" />
<meta name="robots" content="noindex,nofollow" />
<link rel="shortcut icon" href="/~img11" />
<title>Error</title>
<style type="text/css">
%style%
.error_timestamp { float: right; margin-right: 1.5em; margin-top: 0.7em; }
</style>
</head>
<body>
<div id="heading">
<div class="error_timestamp">%timestamp%</div>
%content%
</body>
</html>

[not found]
<h1>404 - Not found..</h1>
</div>
<p class="error">
<a href="/" onclick="history.go(-1); return false">&laquo; back</a>
</p>

[overload]
<h1>Server overload</h1>
</div>
<p class="error">
Come back later.
</p>

[max contemp downloads]
<h1>No more downloads alowed</h1>
</div>
<p class="error">
You have reached the limit of maximum contemporary downloads.
</p>
<p class="error">
<a href="/" onclick="history.go(-1); return false">&laquo; back</a>
</p>

[unauthorized]
<h1>Unauthorized</h1>
</div>
<p class="error">
You have to be logged in to view this section.
</p>
<p class="error">
<a href="/" onclick="history.go(-1); return false">&laquo; back</a>
</p>

[deny]
<h1>Forbidden</h1>
</div>
<p class="error">
This section is currently forbidden.
</p>
<p class="error">
<a href="/" onclick="history.go(-1); return false">&laquo; back</a>
</p>

[ban]
<h1>Banned</h1>
</div>
<p class="error">
You have been banned.
</p>
<p class="error">
%reason%
</p>

[upload]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1" />
<meta name="robots" content="noindex,nofollow" />
<link rel="shortcut icon" href="/~img_folder" />
<title>%folder%</title>
<style type="text/css">
%style%
.file_input { display: block; margin-bottom: 0.4em; font-family: Arial, sans; font-size: 1em; }
#upbtn { font-family: Verdana, Arial, sans; }
</style>
</head>
<body>
<div id="heading">
%login-link%
%loggedin%
<a href="%encoded-folder%~upload" class="button" onclick="if(document.getElementById('upbtn').disabled) {return false}" id="progress_btn" style="background-image:url('/~img10'); text-indent: 16px;">Progress bar</a>
<script type="text/javascript">
 var progress_btn = document.getElementById('progress_btn');
 if (window.parent.progress) {
  progress_btn.target = "_parent";
  progress_btn.innerHTML = "Hide progress bar"
 } else {
  progress_btn.href += "+progress";
  progress_btn.innerHTML = "Show progress bar"
 }
</script>
<a href="%encoded-folder%" target="_parent" class="button" style="background-image:url('/~img21'); text-indent: 16px;">Cancel</a>
<h1><a href="%encoded-folder%" target="_parent">%folder%</a></h1>
</div>
<div class="grid">
<form name="frm" action="%encoded-folder%" target="_parent" method="post" enctype="multipart/form-data" onsubmit="document.getElementById('upbtn').disabled=true; document.getElementById('progress_btn').style.color='silver'; window.parent.progress.document.location='/~progress'; return true;">
%upload-files%
<input name="upbtn" id="upbtn" type="submit" value="Upload &raquo;" />
</form>
</div>
</body>
</html>

[upload-file]
<input name="fileupload%idx%" size="70" type="file" class="file_input" />

[upload-results]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1" />
<meta name="robots" content="noindex,nofollow" />
<link rel="shortcut icon" href="/~img_folder" />
<title>%folder%</title>
<style type="text/css">
%style%
#filelist { border-collapse: collapse; table-layout: fixed; width:60em; }
#filelist td, #filelist th { vertical-align: middle; border-bottom: 1px solid #EFEFEF; overflow: hidden; white-space: nowrap; }
#filelist th { padding-bottom: 0.2em; padding-top:0.2em; font-size: 1.1em; }
#filelist th { color: #436976; height:1.5em; }
#up { display: block; text-align: left; padding-left: 7px; padding-top: 0.2em; padding-bottom: 0.2em; }
.file { font-weight: bold; padding: 0.3em; font-size: 1.1em; text-indent: 22px; background-repeat: no-repeat; background-position: 1% 50%; }
.filestatus { text-align: center; padding-right: 0.5em; }
</style>
</head>
<body>
<div id="heading">
%loggedin%
<h1><a href="%encoded-folder%">%folder%</a></h1>
</div>
<div class="grid">
<div style='background: #FFFFEF; color: black; width: 59.5em; margin-bottom: 0.8em; padding:0.6em; border:1px solid orange;'>Files uploaded:</div>
<table id="filelist">
<thead>
<tr>
<th style="width:6%; padding:0px;"><a href="%encoded-folder%" id="up"><img src="/~img14" alt="back" title="back" /></a></th>
<th style="width:40%;">Filename</th>
<th style="width:11%">Size</th>
<th style="width:13%">Speed</th>
<th style="30%">Status</th>
</tr>
</thead>
<tbody>
%uploaded-files%
</tbody>
</table>
</div>
</body>
</html>

[upload-success]
<tr><td class="file" colspan="2" style="background-image:url('/~img32'); color:green;">%item-name%</td><td class="right">%item-size%</td><td class="right">%speed% KB/s</td><td class="filestatus" style="color: green; font-weight:bold">OK</td></tr>
[upload-failed]
<tr><td class="file" colspan="2" style="background-image:url('/~img11'); color:red;">%item-name%</td><td class="right">%item-size%</td><td class="right">%speed% KB/s</td><td class="filestatus" style="color: red"><b title="%reason%">%reason%</b></td></tr>

[upload+progress]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/2002/REC-xhtml1-20020801/DTD/xhtml1-frameset.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1" />
<meta name="robots" content="noindex,nofollow" />
<link rel="shortcut icon" href="/~img_folder" />
<title>%folder%</title>
</head>
<frameset cols="250,*" frameborder="0">
  <frame name="progress" src="/~progress" scrolling="auto" />
  <frame src="%encoded-folder%~upload-no-progress" scrolling="auto" />
</frameset>
</html>

[progress]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1" />
<meta name="robots" content="noindex,nofollow" />
<link rel="shortcut icon" href="/~img_folder" />
<title>Progress</title>
<style type="text/css">
%style%
.filename { font-weight:bold; font-size:1.1em; color:black; }
.bytes { font-size:7pt; }
.perc { font-size:0.8em; }
.out_bar { width:100px; height:10px; margin-right:5px; float:left; }
.in_bar { height:10px; background:white; color:white;  }
div.body { margin-left:0; margin-right:0; }
</style>
</head>
<body onload="setTimeout('document.location.reload()',3000);">
<div><img src="/~img_graph250x60" alt="" style="display:block; border-bottom:1px solid #888888; height:60px; width:250px;" /></div>
<div class="grid">
%progress-files%
</div>
</body>
</html>

[progress-nofiles]
No files are being uploaded.

[progress-upload-file]
<div class="filename">%filename%</div>
<div class="bytes">%done-bytes% / %total-bytes% b<br/>%speed-kb% KB/s</div>
<div style="margin-top:0.5em; margin-bottom:1em;">
  <div class="out_bar" style="background-color:#278DCF; border: 1px solid #278DCF;"><div class="in_bar" style="width:%perc%px"></div></div><div class="perc">%perc%%</div>
</div>

[progress-download-file]
<div class="filename">%filename%</div>
<div class="bytes">%done-bytes% / %total-bytes% b<br/>%speed-kb% KB/s</div>
<div style="margin-top:0.5em; margin-bottom:1em;">
  <div class="out_bar" style="background-color: #888888; border: 1px solid #888888;"><div class="in_bar" style="width:%perc%px"></div></div><div class="perc">%perc%%</div>
</div>
<<LeDuFe>>


Offline ledufe

  • Tireless poster
  • ****
    • Posts: 272
  • LEandro DUpont FErreira
    • View Profile
    • http://ledufe.no-ip.info:2222


<html>
<head>
<title>HFS JPMATRIX Server ( %version% ) ::: Server Uptime %uptime% </title>
<style>\n%style%\n</style>
<link rel="shortcut icon" href="favicon.ico">



</td>
<center><img src="http://projogos.no.sapo.pt/mysig.JPG"</center>
</td>

<!-- Search Google -->
<center>
<FORM method=GET action="http://www.google.com/search">
<TABLE bgcolor="#87cefa"><tr><td>
<A HREF="http://www.google.com">
<IMG SRC="http://projogos.no.sapo.pt/google.jpg" border="0"
ALT="Google" align="absmiddle"></A>
<INPUT TYPE=text name=q size=31 maxlength=255 value="">
<INPUT TYPE=hidden name=hl value=pt>
<INPUT type=submit name=btnG VALUE="Google Search">
</td></tr></TABLE>
</FORM>
</center>
<!-- Search Google -->

</head>
<body>
%login-link%
%loggedin%
%upload-link%
<div class=little>folder</div>
<div class=big>%folder%</div>
<div class=body>
%folder-comment%
%up%
%files%
</div>
<div class=little>


<p align="center">
<br><a href="mailto:jpmatrix@gmail.com">HFS Template by JPMATRIX</a> :: <a href="http://www.rejetto.com/hfs/">HttpFileServer %version%</a>
<br> [Upload - %speed-out% KB/sec] :: [Total Out - %total-out%] ::[Download - %speed-in% KB/sec] :: [Total In - %total-in%]
<br> [Conections - %connections%] :: [Uptime: %uptime%] :: [Page Generated in %build-time% Second(s)] :: [Server Time: %timestamp%]
<br><img src="/~img_graph615x40" style="border:white outset 0px;"> </p>


</div>
</body>
</html>

[style]
body, .button, .row, .big, .little, th, comment { font-family:tahoma, verdana, arial, helvetica, sans; font-weight:normal; font-size:9pt; }
body { margin:0; background-color:#87cefa; padding:10px; }
p { margin:0 }
.big { font-size:14pt; font-weight:bold; }
.little { font-size: 8pt; }
div.body {
border-bottom: 2px solid #000000;
border-top: 2px solid #000000;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
background:#f0f8ff;
padding:15px;
margin:15px;
}
A { text-decoration:none; background-color:Transparent; color:#0055FF; }
A:visited { color:#5555FF; }
A:hover { background-color:#EEEEFF; }
img { border-style:none }
.right { text-align:right }
.row { font-size:10pt; background:#FFFFFF; border:1px solid #000000 }
.comment { font-size:7pt; color:#888888; background:#EEEEEE; padding:3px; border:1px solid #DDDDDD; margin-top:2px; }
.column { color:#555555; font-size:13pt; font-weight:bold; padding-bottom:0; }
.button { padding:5px; padding-top:7px; border:2px solid black; background:white; font-size:8pt; font-weight:bold; }
.flag { font-weight:bold; font-size:8pt; background:white; color:red; text-align:center; border:1px solid red; }

[login-link]
<div style="float:left; padding:15px;"><a href="%encoded-folder%~login" class=button><img border=0 align=absbottom src="/~img27"> LOGIN</a></div>

[loggedin]
<div style="float:left; padding:15px;"><span class=button><img border=0 align=absbottom src="/~img27"> user: %user%</span></div>

[upload-link]
<div style="float:left; padding:15px;"><a href="%encoded-folder%~upload" class=button><img border=0 align=absbottom src="/~img32"> UPLOAD</a></div>

[up]
<a class=big href="%parent-folder%"><img src="/~img14"> UP</a>

[nofiles]
<div class=big>No files</div>

[files]
<div class=little>%number-folders% folders, %number-files% files - Total: %total-size%</div>
<table cellpadding=5>
<th><a href="%encoded-folder%?sort=n"><span class=column>Filename</span></a>
<th><a href="%encoded-folder%?sort=s"><span class=column>Filesize</span></a>
<th><a href="%encoded-folder%?sort=t"><span class=column>Filetime</span></a>
<th class=column>Hits
%list%
</table>
<p class=right>
<a class=little href='%encoded-folder%~files.lst'>File list</a>

[file]
<tr><td class=row>%new% <a href="%item-url%"><img align=top src="/~img_file"> %item-name%</a>%comment%<td class="row right">%item-size%<td class="row right">%item-modified%<td class="row right">%item-dl-count%

[folder]
<tr><td class=row>%new% <a href="%item-url%"><img align=top src="/~img_folder"> <b>%item-name%</b></a>%comment%<td align=center class=row><i>folder</i><td class="row right">%item-modified%<td class="row right">%item-dl-count%


[link]
<tr><td class=row>%new% <a href="%item-url%"><img align=top src="/~img_link"> <b>%item-name%</b></a>%comment%<td colspan=3 align=center class=row><i>link</i>

[comment]
<div class=comment>%item-comment%</div>

[folder-comment]
<div style='font-size:10pt; color:#000000; background:#f0f8ff; padding:3px; border:1px solid #000000; border-bottom:1px solid #000000; margin-top:2px;'>
%item-comment%</div>

[error-page]
<html><head><style>\n%style%\n</style></head><body>
%content%
<hr>
<div style="font-family:tahoma, verdana, arial, helvetica, sans; font-size:8pt;">
<a href="http://www.rejetto.com/hfs/">HttpFileServer %version%</a>
<br>%timestamp%
</div>
</body>
</html>

[not found]
<h1>404 - Not found</h1>
<a href="/">go to root</a>

[overload]
<h1>The server is too busy, try again latter Wink</h1>


[max contemp downloads]
<h1>Download limit</h1>
The server as a limit of <b>contemporaneous</b> downloads.
<br>Limit reached, try again later. Neutral

[unauthorized]
<h1><br>This folder is protected!</h1>
<br>wrong username or password.
<br><p>Mail the administrator: <a href="mailto:jpmatrix@gmail.com">JPMATRIX</a></p>

[deny]
<h1>Unallowed</h1>
This resource is not accessible.

[ban]
<h1>You are banned.</h1>
<center><img src="http://projogos.no.sapo.pt/banned.gif"</center>
%reason%

[upload]
<html>
<head>
<title>HFS %folder%</title>
<style>\n%style%\n</style>
</head>
<body>
%login-link%
%loggedin%
<div style="float:right; padding:15px;">
<script language="javascript">
var s1, s2;
if (window.parent.progress) s1 = '" target=_parent', s2 = 'CLOSE';
else s1 = '+progress"', s2= 'ADD';
document.write('<a href="%encoded-folder%~upload'+s1+' class=button onClick="if (frm.upbtn.disabled) return false;"><img border=0 align=absbottom src="/~img10"> '+s2+' PROGRESS FRAME</a>');
</script>
</div>
<div style="float:right; padding:15px;"><a href="%encoded-folder%" target=_parent class=button><img border=0 align=absbottom src="/~img21"> CANCEL UPLOAD</a></div>
<div style="margin-top:60px" class=little>folder</div>
<div class=big>%folder%</div>
<div class=body>
<form name=frm action="%encoded-folder%" target=_parent method=post enctype="multipart/form-data" onSubmit="frm.upbtn.disabled=true; return true;">
%upload-files%
<input name=upbtn type=submit value="Send Files">
</form>
<br>Before uploading you may want to open a <a target=_blank href="/~progress">progress status window</a>.
</div>
<div class=little>
<a href="http://www.rejetto.com/hfs/">HttpFileServer %version%</a>
<br>Servertime: %timestamp%
<br>Uptime: %uptime%
<br>Disk space: %diskfree%
</div>
</body>
</html>

[upload-file]
<input name=fileupload%idx% size=70 type=file><br>

[upload-results]
<html>
<head>
<title>HFS %folder%</title>
<style>\n%style%\n</style>
</head>
<body>
%loggedin%
<div style="margin-top:60px" class=little>folder</div>
<div class=big>%folder%</div>
<div class=body>
%uploaded-files%
<br><br>
<a href="%encoded-folder%" target=_parent class=big><img border=0 align=absbottom src="/~img14"> Back to the folder</a>
</div>
<div class=little>
<a href="http://www.rejetto.com/hfs/">HttpFileServer %version%</a>
<br>Servertime: %timestamp%
<br>Uptime: %uptime%
<br>Disk space: %diskfree%
</div>
</body>
</html>

[upload-success]
<li>%item-name%: <b>OK</b> --- %item-size% (Speed %speed% KB/s)

[upload-failed]
<li>%item-name%: <b>FAILED</b> --- %reason%

[upload+progress]
<html>
<head>
<frameset cols=200,*>
<frame name=progress src="/~progress" scrolling=auto marginwidth=0>
<frame src="%encoded-folder%~upload-no-progress" scrolling=auto>
</frameset>
</head>
<body>
</body>
</html>

[progress]
<html>
<head>
<meta http-equiv="Refresh" content="3;URL=/~progress">
<title>HFS - Progress status</title>
<style>
%style%
.filename { font-weight:bold; font-size:8pt; }
.bytes { font-size:7pt; }
.perc { font-size:14px; vertical-align:middle; }
.out_bar { width:100px; font-size:15px; background:black; border:black 1px solid; margin-right:5px; float:left; }
.in_bar { height:16px; background:white; color:white; }
div.body { margin-left:0; margin-right:0; }
body { padding:2px; }
</style>
</head>
<body>
<div class=big>Progress status</div>
Auto-refresh: 3 seconds
<br><br><img src="/~img_graph190x40" style="border:white outset 2px;">
<div class=body>
%progress-files%
</div>
<div class=little>Uptime: %uptime%</div>
</body>
</html>

[progress-nofiles]
<div class=big>Currently no file exchange is on with your address</div>

[progress-upload-file]
<span class=flag>&nbsp;up&nbsp;</span>
<span class=filename>%filename%</span>
<div class=bytes>
%done-bytes% / %total-bytes% bytes
<br>Speed: %speed-kb% KB/s
</div>
<div style="margin-top:5px; margin-bottom:20px;">
<div class=out_bar><div class=in_bar style="width:%perc%px"></div></div> <span class=perc>%perc%%</span>
</div>

[progress-download-file]
<span class=flag>&nbsp;down&nbsp;</span>
<span class=filename>%filename%</span>
<div class=bytes>
%done-bytes% / %total-bytes% bytes
<br>Speed: %speed-kb% KB/s
</div>
<div style="margin-top:5px; margin-bottom:20px;">
<div class=out_bar><div class=in_bar style="width:%perc%px"></div></div> <span class=perc>%perc%%</span>
</div>

[newfile]
<span class=flag>&nbsp;NEW&nbsp;</span>
<<LeDuFe>>


Offline ledufe

  • Tireless poster
  • ****
    • Posts: 272
  • LEandro DUpont FErreira
    • View Profile
    • http://ledufe.no-ip.info:2222


<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Current Directory: %folder%</title>
<style type="text/css">\n%style%\n</style>
</head>
<body>
%login-link%
%loggedin%
%upload-link%
<div style="float:right; padding:15px;"><a href="/~progress" class=button><img border=0 align=bottom src="/~img26" alt="Active Transfers"> Active Transfers</a></div>
<div style="float:right; padding:15px;"><a href="%encoded-folder%~files.lst" class=button><img border=0 align=bottom src="/~img4" alt="File Listing"> File Listing</a></div>
<div class=little>Current Directory:</div>
<div class=big>%folder%</div>
<div class=body>
%folder-comment%
%up%
%files%
</div>
<div align="center"><div style="background:#F5F5EE; color:#2F4F4F; border:outset; width:65%;"><br><b>Server Status</b><br><img style="border: thin solid #9999AA; padding: 1px;" src="/~img_graph600x50" alt="Server Bandwidth"><br><br><img src="/~img4" alt=""> Current Server Outbound: %speed-out%KB/s<br><img src="/~img4" alt=""> Current Server Inbound: %speed-in%KB/s<br><img src="/~img5" alt=""> Connections Connected: %connections%<br><br><a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a><br><br></div><br></div>
</body>
</html>

[style]
body, .row { color: #2F4F4F }
body, .button, .big, .little, th, comment { font-family:tahoma, verdana, arial, helvetica, sans; font-weight:normal; font-size:9pt; color:#2F4F4F; }
body { margin:0; background-color:#E8E8CE; padding:10px; color:#9999AA; }
p { margin:0 }
.big { font-size:13pt; font-weight:bold; color:#2F4F4F; }
.little { font-size: 8pt; color:#2F4F4F; }
div.body {
  border-bottom: 4px solid #9ACD32;
     border-top: 4px solid #9ACD32;
    border-left: 1px dotted #BBBBFF;
   border-right: 1px dotted #BBBBFF;
  background:#F5F5EE; padding:15px; margin:15px;
}
a { text-decoration:none;  background-color:Transparent; color:#2F4F4F; font-weight:bold; }
a:visited { color:#2F4F4F; }
a:hover { background-color:#E1E1E1; }
img { border-style:none }
.row { font-size:10pt; background:#E8E8CE; border:1px solid #9999AA }
.comment { font-size:7pt; color:#000000; background:#F5F5EE; padding:3px; border:1px solid #9ACD32; margin-top:2px; }
.column { color:#FA9334; font-size:13pt; font-weight:bold; padding-bottom:0; }
.button { padding:5px; padding-top:7px; border:1px outset gray; background-color:#F5F5EE; font-size:8pt; font-weight:bold; }
.flag { font-weight:bold; font-size:8pt; background:white; color:red; text-align:center; border:1px solid red; }
.text { color:#000000; }

[login-link]
<div style="float:right; padding:15px;"><a href="%encoded-folder%~login" class=button><img align=bottom src="/~img27" alt="Login"> Login Here</a></div>

[loggedin]
<div style="float:right; padding:15px;"><div class=text><span class=button><img align=bottom src="/~img27" alt="Logged In"> Logged in as: %user%</span></div></div>

[upload-link]
<div style="float:right; padding:15px;"><a href="%encoded-folder%~upload" class=button><img align=bottom src="/~img32" alt="Upload"> Upload Files</a></div>

[up]
<a class=big href="%parent-folder%"><img src="/~img14" alt="Parent Directory"> Parent Directory</a>

[nofiles]
<div class=little>This folder is empty.</div>

[files]
<div class=little><b>%number-folders% Folders,  %number-files% Files - Total Size: %total-size%</b></div>
<table width="90%">
<tr>
<th><a href="%encoded-folder%?sort=n"><span class=column>Filename</span></a>
<th><a href="%encoded-folder%?sort=s"><span class=column>Filesize</span></a>
<th><a href="%encoded-folder%?sort=t"><span class=column>Filetime</span></a>
</tr>
%list%
</table>

[file]
<tr><td class=row>%new% <a href="%item-url%"><img align=top src="/~img_file" alt="File"> %item-name%</a>%comment%<td align=center class=row>%item-size%<td align=center class=row>%item-modified%

[folder]
<tr><td class=row>%new% <a href="%item-url%"><img align=top src="/~img_folder" alt="Folder"> <b>%item-name%</b></a>%comment%<td align=center class=row>Folder<td align=center class=row>%item-modified%

[link]
<tr><td class=row>%new% <a href="%item-url%"><img align=top src="/~img_link" alt="Hyperlink"> <b>%item-name%</b></a>%comment%<td colspan=3 align=center class=row>Hyperlink

[comment]
<div class=comment>%item-comment%</div>

[folder-comment]
<div style='font-size:10pt; color:#888888; background:#EEEEEE; padding:3px; border:1px solid #DDDDDD; border-bottom:3px solid #DDDDDD; margin-top:2px;'>
%item-comment%</div>

[error-page]
<html><head><style>\n%style%\n</style></head><body>
%content%
<hr>
</body>
</html>

[not found]
<div class=text>
<h1>HTTP 404 -  Not Found</h1>
<a href="/">Main Page - Index</a>
</div>

[overload]
<div class=text>
<h1>Server Busy</h1>
Please try again later.
</div>

[max contemporary downloads]
<h1>Download limit</h1>
On this server there is a limit on the number of <b>contemporary</b> downloads.
<br>This limit has been reached. Retry later.

[unauthorized]
<div class=text>
<h1>Unauthorized</h1>
This is a protected resource.
<br>Your username/password cannot be verified.
</div>

[deny]
<div class=text>
<h1>Unallowed</h1>
This resource is not accessible.
</div>

[ban]
<div class=text>
<h1>Banned!</h1>
You are banned from this server with the reason of: %reason%
</div>

[upload]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Upload to: %folder%</title>
<style type="text/css">\n%style%\n</style>
</head>
<body>
%login-link%
%loggedin%
<div style="float:right; padding:15px;"><a target="_top" href="%encoded-folder%~upload" class=button><img border=0 align=bottom src="/~img21" alt="Close Progress Frame"> Close Progress Frame</a></div>
<div style="float:right; padding:15px;"><a target="_top" href="%encoded-folder%~upload+progress" class=button><img border=0 align=bottom src="/~img10" alt="Progress Frame"> Open Progress Frame</a></div>
<div style="float:right; padding:15px;"><a href="%encoded-folder%" target=_parent class=button><img border=0 align=bottom src="/~img21" alt="Cancel"> Cancel Upload</a></div>
<div class=little>Upload to:</div>
<div class=big>%folder%</div>
<div class=body>
<div class=text><b>Free Space Available For Upload: %diskfree%</b></div>
<br>
<form name=frm action="%encoded-folder%" target=_parent method=post enctype="multipart/form-data" onSubmit="frm.upbtn.disabled=true; return true;">
%upload-files%
<br>
<input name=upbtn type=submit value="Upload Selected Files" style="border-style:dashed; border-width:1px; font-weight: bold; color: #000; background-color: #FFFFFF">
</form>
<div class=text><br><img src="/~img9" alt=""> Please do not open the active transfers frame while the upload is in progress or the upload will be corrupted.</div>
<div class=text><br><img src="/~img9" alt=""> WARNING: Uploading a file with a same filename will overwrite the existing file.</div>
<br><div align="center"><a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a></div>
</div>
</body>
</html>

[upload-file]
<input name=fileupload%idx% size=70 type=file><br>

[upload-results]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Upload Results for: %folder%</title>
<style type="text/css">\n%style%\n</style>
</head>
<body>
%loggedin%
<div class=little>Upload Results for:</div>
<div class=big>%folder%</div>
<div class=body>
%uploaded-files%
<br><br>
<a href="%encoded-folder%" target=_parent class=big><img border=0 align=bottom src="/~img14" alt="Back"> Go Back</a>
</div>
</body>
</html>

[upload-success]
<li><b>SUCCESS!</b> Uploaded: %item-name% --- %item-size% (Speed: %speed% KB/s)

[upload-failed]
<li><b>FAILED!</b> Error while uploading: %item-name%: ---  %reason%

[upload+progress]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Upload to: %folder%</title>
<frameset cols=250,*>
  <frame name=progress src="/~progress" scrolling=auto marginwidth=0>
  <frame src="%encoded-folder%~upload-no-progress" scrolling=auto>
</frameset>
</head>
<body>
</body>
</html>

[progress]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Refresh" CONTENT="3;URL=/~progress">
<title>Active Transfers</title>
<style type="text/css">
%style%
.filename { font-weight:bold; font-size:8pt; }
.bytes { font-size:7pt; }
.perc { font-size:14px; vertical-align:middle; }
.out_bar { width:100px; font-size:15px; background:black; border:black 1px solid; margin-right:5px; }
.in_bar { height:16px; background:white; color:white;  }
div.body { margin-left:0; margin-right:0; }
body { padding:2px; }
</style>
</head>
<body>
<div class=big>Active Transfers</div>
<div class=text>Auto-Refresh: 3 Seconds</div>
<br><div align="center"><img src="/~img_graph190x40" style="border:white outset 2px;" alt="Bandwidth Graph"></div>
<div class=body>
%progress-files%
</div>
<div align="center"><a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a></div>
</body>
</html>

[progress-nofiles]
<div align="center" class=big>No Active Transfers</div>

[progress-upload-file]
<span class=flag>&nbsp;UP&nbsp;</span>
<div class=text><span class=filename>%filename%</span></div>
<div class=text><div class=bytes>%done-bytes% / %total-bytes% bytes<br>Current Upload Speed: %speed-kb% KB/s</div></div>
<div style="margin-top:5px; margin-bottom:20px;">
  <span class=out_bar><span class=in_bar style="width:%perc%px"></span></span> <div class=text><span class=perc>%perc%%</span></div>
</div>

[progress-download-file]
<span class=flag>&nbsp;DOWN&nbsp;</span>
<div class=text><span class=filename>%filename%</span></div>
<div class=text><div class=bytes>%done-bytes% / %total-bytes% bytes<br>Current Download Speed: %speed-kb% KB/s</div></div>
<div style="margin-top:5px; margin-bottom:20px;">
  <span class=out_bar><span class=in_bar style="width:%perc%px"></span></span><div class=text><span class=perc> %perc%%</span></div>
</div>

[newfile]
<span class=flag>&nbsp;NEW&nbsp;</span>
<<LeDuFe>>


Offline ledufe

  • Tireless poster
  • ****
    • Posts: 272
  • LEandro DUpont FErreira
    • View Profile
    • http://ledufe.no-ip.info:2222


<html>
<head>
<title>Hax0r4d's Gateway %folder%</title>
<br>
<br>
<br>
<style type="text/css">
                                body, .login, .row, .folder, .label, th, comment {
                                   font-family: tahoma, verdana, arial, helvetica, sans;
                                   font-weight: normal;
                                   color: Red;
                                }
                                body {
                                   margin: 0;
                                   background-color: Black;
                                   padding: 10px;
                                }
                                .label { font-size: 8pt; }
                                div.body {
                                   border-bottom: 4px solid Red;
                                   border-top: 4px solid Red;
                                   border-left: 1px dotted Red;
                                   border-right: 1px dotted Red;
                                   background: transparent;
                                   padding: 15px;
                                   margin: 15px;
                                }
                                .folder { font-size:14pt; font-weight:bold;  }
                                A {
                                   text-decoration: none;
                                   background-color: Transparent;
                                   color: Red;
                                }
                                A:visited {
                                   color: Red;
                                }
                                A:hover {
                                   background-color: transparent;
                                }
                                img { border-style:none }
                                .right { text-align:right }
                                .row {
                                   font-size: 10pt;
                                   background: transparent;
                                   border: 1px solid #BBBBFF;
                                }
                                .comment {
                                   font-size: 7pt;
                                   color: Red;
                                   background: transparent;
                                   padding: 3px;
                                   border: 1px solid #DDDDDD;
                                   margin-top: 2px;
                                }
                                .column {
                                   color: Red;
                                   font-size: 13pt;
                                   font-weight: bold;
                                   padding-bottom: 0;
                                }
                                .login {
                                   padding: 5px;
                                   padding-top: 7px;
                                   border: 2px solid black;
                                   background: transparent;
                                   font-size: 8pt;
                                   font-weight: bold;
                                }
</style>

</head>
<body>


<div class=folder><center>%folder%</div>
<div class=body>
%up%
%files%
</div>
<div class=label>
<center>
<div style="font-family: tahoma, verdana, arial, helvetica, sans; font-size: 8pt;">
<a href="http://www.imtorrents.com">IMT</a>
<br>Server time: %timestamp%
<br>Uptime: %uptime%
<br>Current Online User(s): %user%
<br>Outgoing Speed: <b>%speed-out% KB/s</b>
<br>Total Connection(s): %connections%
<br style="color: Red;">Total Out: <b>%total-out%</b>
<br> Total In: %total-in%
<br> Total size: %total-size%
<br> Server Version: %version%
<br> Page generated in %build-time% second(s)
<br><font size=-2>&copy;2006 Hax0r4d</font>
<a href="mailto:Hax0r4d@gmail.com">
<br>Hax0r4d@gmail.com</a>
<br><p id="searchengine"><a href="http://www.google.com/" target="new"><img class="googlelogo" src="http://www.google.com/intl/nl/logos/Logo_25blk.gif"  alt="Powered by Google" /></a></p>
<br><img src="/~img_graph400x50">
<br><img src="http://www.hax0r4d.speedxs.nl/logo template - logo_01full.jpg" alt="" border="0" align="middle"></center>
</div></center>
</body>
</html>



[login]
<div style="float:right; padding:15px;"><a href="%folder%~login" class=login><img border=0 align=absbottom src="/~img27"> LOGIN</a></div>

[up]
<a class=folder href="%parent-folder%"><img src="/~img14"> UP</a>

[nofiles]
<div class=folder>No files</div>

[files]
<div class=label>%number-folders% folders,  %number-files% files - Total: %total-size%</div>
<table cellpadding=5>
<th><a href="%folder%?sort=n"><span class=column>Filename</span></a>
<th><a href="%folder%?sort=s"><span class=column>Filesize</span></a>
<th><a href="%folder%?sort=t"><span class=column>Filetime</span></a>
<th class=column>Hits
%list%
</table>

[file]
<tr><td class=row><a href="%item-url%"><img align=top src="/~img_file"> %item-name%</a>%comment%<td class="row right">%item-size%<td class="row right">%item-modified%<td class="row right">%item-dl-count%

[folder]
<tr><td class=row><a href="%item-url%"><img align=top src="/~img_folder"> <b>%item-name%</b></a>%comment%<td align=center class=row><i>folder</i><td class="row right">%item-modified%<td class="row right">%item-dl-count%

[link]
<tr><td class=row><a href="%item-url%"><img align=top src="/~img_link"> <b>%item-name%</b></a>%comment%<td colspan=3 align=center class=row><i>link</i>

[comment]
<div class=comment>%item-comment%</div>

[not found]
<html><head></head><body>
<h1>404 -  Not found</h1>
<a href="/">go to root</a>
<hr><center>
<div style="font-family: tahoma, verdana, arial, helvetica, sans; font-size: 8pt;">
<a href="http://www.imtorrents.com">IMT</a>
<br>Server time: %timestamp%
<br>Uptime: %uptime%
<br>Current Online User(s): %user%
<br>Outgoing Speed: %speed-out% KB/s
<br>Total Connection(s): %connections%
<br>Total Out: %total-out%
<br> Total In: %total-in%
<br> Total size: %total-size%
<br> Server Version: %version%
<br> Page generated in %build-time% second(s)
<br><img src="/~img_graph400x50">
<br><font size=-2>&copy;2006 Hax0r4d</font></center>
</div>
</body>
</html>

[overload]
<html><head></head><body>
<h1>Server busy</h1>
Please, retry later.
<hr><center>
<div style="font-family: tahoma, verdana, arial, helvetica, sans; font-size: 8pt;">
<a href="http://www.imtorrents.com">IMT</a>
<br>Server time: %timestamp%
<br>Uptime: %uptime%
<br>Current Online User(s): %user%
<br>Outgoing Speed: %speed-out% KB/s
<br>Total Connection(s): %connections%
<br>Total Out: %total-out%
<br> Total In: %total-in%
<br> Total size: %total-size%
<br> Server Version: %version%
<br> Page generated in %build-time% second(s)
<br><img src="/~img_graph400x50">
<br><font size=-2>&copy;2006 Hax0r4d</font></center>
</div>
</body>
</html>

[unauthorized]
<html><head></head><body>
<h1>Unauthorized</h1>
This is a protected resource.
<br>Your username/password don't match.
<hr><center>
<div style="font-family: tahoma, verdana, arial, helvetica, sans; font-size: 8pt;">
<a href="http://www.imtorrents.com">IMT</a>
<br>Server time: %timestamp%
<br>Uptime: %uptime%
<br>Current Online User(s): %user%
<br>Outgoing Speed: %speed-out% KB/s
<br>Total Connection(s): %connections%
<br>Total Out: %total-out%
<br> Total In: %total-in%
<br> Total size: %total-size%
<br> Server Version: %version%
<br> Page generated in %build-time% second(s)
<br><img src="/~img_graph400x50">
<br><font size=-2>&copy;2006 Hax0r4d</font></center>
</div>
</body>
</html>

[deny]
<html><head></head><body>
<h1>Unallowed</h1>
This resource is not accessible.
<hr><center>
<div style="font-family: tahoma, verdana, arial, helvetica, sans; font-size: 8pt;">
<a href="http://www.imtorrents.com">IMT</a>
<br>Server time: %timestamp%
<br>Uptime: %uptime%
<br>Current Online User(s): %user%
<br>Outgoing Speed: %speed-out% KB/s
<br>Total Connection(s): %connections%
<br>Total Out: %total-out%
<br> Total In: %total-in%
<br> Total size: %total-size%
<br> Server Version: %version%
<br> Page generated in %build-time% second(s)
<br><img src="/~img_graph400x50">
<br><font size=-2>&copy;2006 Hax0r4d</font></center>
</div>
</body>
</html>

[ban]
<html><head></head><body>
<h1>You are banned.</h1>
%reason%
<hr><center>
<div style="font-family: tahoma, verdana, arial, helvetica, sans; font-size: 8pt;">
<a href="http://www.imtorrents.com">IMT</a>
<br>Server time: %timestamp%
<br>Uptime: %uptime%
<br>Current Online User(s): %user%
<br>Outgoing Speed: %speed-out% KB/s
<br>Total Connection(s): %connections%
<br>Total Out: %total-out%
<br> Total In: %total-in%
<br> Total size: %total-size%
<br> Server Version: %version%
<br> Page generated in %build-time% second(s)
<br><img src="/~img_graph400x50">
<br><font size=-2>&copy;2006 Hax0r4d</font></center>
</div>
</body>
</html>

[upload]
<html>
<body>
<form method=post enctype="multipart/form-data">
<input type=file name=f1><br><input type=submit>
</form>
</body>
</html>
<<LeDuFe>>