rejetto forum

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - ledufe

Pages: 1 2 3
31
HTML & templates / Some mixed ideas - Almost new template....rsrsrsr
« on: July 03, 2006, 06:28:43 PM »
well, since there is no big new on the hfs update, i guess that the people are a little slow on template creation, but im here again to post another one, no big news too, but i take the idea of the layout of the HFS-Clean Template, and the floating menu of the A'la damn.to HFS Template and also i got the color of the css of traxxus mod of the clean template, inserted the status and server information of the server copied and translated os the section [not found] on the template of the Internetgnm 2006, and fixed the upload+progress looks more cool now ;) , also update the links inside upload and reinserted the lines to separate the folders and files, and inserted a pop-up server info window.

well, hope you like.
UPDATED july-17-2006 22:54
Code: [Select]

<!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" />
<!--  code for popHTMLwith_embed_player from some scratches of a friend of mine Thanks Leandro Cavalheiro!!! -->
<script language="javascript">
function popUp(){
window.open("http://%host%/~progress",null,
    "height=400,width=280,status=no,toolbar=no,menubar=no,location=no");
}
</script>
<title>%folder%</title>
<style type="text/css">
%style%
</style>
</head>
<body>
<a name="top">
</a>
<div id="divStayTopLeft">
<table id="menu">
<tbody>
<tr>
<td align="center">
<div id="menu">
<ul>
<li><label title="Go To Root"><a href="http://%host%" class=button><img border=0 align=absbottom src="/~img1"> Home</a></label></li>
<li><label title="Go Up one Folder"><a href="%parent-folder%" id="title" class=button><img border=0 align=absbottom src="/~img8"> %folder%</a></label></li>
<li><label title="▲Top of This Dir▲"><a href="#top" class=button><img border=0 align=absbottom src="/~img32"> Top</a></label></li>
<li><label title="▼Bottom of This Dir▼"><a href="#bottom" class=button><img border=0 align=absbottom src="/~img33"> Bottom</a></label></li>
<li><label title="User Logged Now">%loggedin%</label></li>      
<li><label title="Please Login Here">%login-link%</label></li>            
<li><label title="Click Here To Upload a File">%upload-link%</label></li>  
<li>
<label title="SERVER INFO">
<a href="javascript:popUp();" id="info" class=button><img border=0 align=absbottom src="/~img3"></a></label>
<img src="/~img_graph200x20" style="border:white outset 2px;"></li>      
<script type="text/javascript">
 if ("%folder%" == "/") {
 document.getElementById('title').innerHTML = "%host%";
 document.title = "%host%";
}
</script>
</ul>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- *** END   - the floating layer, make is as fancy as you like *** --->
<script type="text/javascript">
function JSFX_FloatTopLeft()
{
   var startX = 0, startY = 9;
   var ns = (navigator.appName.indexOf("Netscape") != -1);
   var d = document;
   var px = document.layers ? "" : "px";
   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+px;this.style.top=y+px;};
      el.x = startX; el.y = startY;
      return el;
   }
   window.stayTopLeft=function()
   {
      var pY = ns ? pageYOffset : document.documentElement && document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop;
      var dY = (pY > startY) ? pY : startY;
      ftlObj.y += (dY - ftlObj.y)/8;
      ftlObj.sP(ftlObj.x, ftlObj.y);
      setTimeout("stayTopLeft()", 20);
   }
   ftlObj = ml("divStayTopLeft");
   stayTopLeft();
}
JSFX_FloatTopLeft();
</script>
<!-- ********************************************************* -->
<br>
<br>
<br>
<br>
<div id="heading">
<h1>
<a href="%parent-folder%" id="title">
<img src="/~img14">
 %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 -->
<!-- ********************************************************* -->
<a name="bottom">.
</a>
</body>
</html>

[style]
body {font-size: 70%;font-family: Verdana, Arial, Tahoma, sans;margin:0px;background-color: White;color: black;padding: 0px;}
div#divStayTopLeft {position: absolute; left: 0; right: 0px; top: 9px; width: 100%;}
table#menu {background-color:#336699;border:2px;width:100%}
#menu ul {padding:0px;margin:0px;float: left;width: 100%;background-color:#EDEDED;list-style:none;font:80% Tahoma;}
#menu ul li { display: inline; }
#menu ul li a {background-color:#EDEDED;color: #333;text-decoration: none;border-bottom:3px solid #EDEDED;padding: 2px 10px;float:left;}
#menu ul li a:hover {background-color:#D6D6D6;color: #6D6D6D;border-bottom:3px solid #EA0000;}
#filelist {border-collapse: collapse;table-layout: fixed;width:60em; font: bold;}
#filelist td, #filelist th {vertical-align: middle;border-bottom: 1px solid Teal;overflow: hidden;white-space: nowrap; font: bold;}
#filelist th {padding-bottom: 0.2em;padding-top:0.2em;font-size: 1.1em;}#filelist th a {color: black;height:16px; font: bold;}
#filelist th a:hover {text-decoration: underline;color: black; font: bold;}
#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: medium; text-indent: 22px; background-repeat: no-repeat; background-position: 1% 50%;}
.filestatus { text-align: center; padding-right: 0.5em;  font: bold;}
.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; }
#up {display: block;text-align: left;padding-left: 7px;padding-top: 0.2em;padding-bottom: 0.2em;}
#upbtn { font-family: Verdana, Arial, sans; }
.file a, .folder a, .link a {display: block;width: 100%;height: 100%;padding: 0.3em 0.3em;background-repeat: no-repeat;background-position: 1% 50%;text-indent: 22px;font-weight: normal;font-size: medium;}
.file_input { display: block; margin-bottom: 0.4em; font-family: Arial, sans; font-size: 1em; }
.new {color: red;}
.folder a {background-position: 1% 60%; font: bold;}
.file a  span, .folder a span, .link a span {display: block; font: normal bold;}
.filehits {text-align: right;padding-right: 0.5em;}
#heading {padding:1em;background-color: #3366CC}
h1 {font-size:2em;font-weight:bold;font-family: "Trebuchet MS";color: white;padding: 0px;text-align: center}
h1 a {color: white;text-decoration: none;}
a {color: black;text-decoration:none;}
a:hover {color: #FFCC33}
img {border:none;}
.little {font-size: 0.8em;}
.right {text-align: right;}
.center {text-align: center;}
.grid {padding:15px;margin:15px;text-align: center; font: bold;}
.button {float:right;padding:1px;font-weight:bold;background-repeat: no-repeat;background-position: 0% 50%;margin-right: 0.5em;color: grey;}
.error {margin: 2em;text-align: center}
.error_timestamp { float: right; margin-right: 1.5em; margin-top: 0.7em; }
.big {margin: 2em;text-align: center}
.flag{font-weight: bold;font-size:8pt;background: White;color: Red;text-align center;border: 2px double Red;position:absolute;left:10px;}

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

[loggedin]
<div style="float:right; padding:1px;"><a><b><class=button><img border=0 align=absbottom src="/~img27"> USER: %user%</a></b></div>

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

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

[nofiles]
<div class=big><img src="/~img9">  No Files Here <img src="/~img9"></div>

[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: 100%.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%
</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]
<body>
<a name="top"></a>
<div id="divStayTopLeft">
<table id="menu">
<tbody>
<tr>
<td align="center">
<div id="menu">
<ul>
<li><a href="http://%host%" class=button><img border=0 align=absbottom src="/~img1"> Home</a></li>
<li><a href="~login" class=button>
<img border=0 align=absbottom src="/~img28"> LOGIN</a></li>            
<li><img src="/~img3"><img src="/~img_graph200x20" style="border:white outset 2px;"></li>      
<script type="text/javascript">
 if ("%folder%" == "/") {
 document.getElementById('title').innerHTML = "%host%";
 document.title = "%host%";
}
</script>
</ul>
</div></td></tr>
</tbody></table>
</div>
<!-- *** END   - the floating layer, make is as fancy as you like *** --->
<script type="text/javascript">
function JSFX_FloatTopLeft()
{
   var startX = 0, startY = 9;
   var ns = (navigator.appName.indexOf("Netscape") != -1);
   var d = document;
   var px = document.layers ? "" : "px";
   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+px;this.style.top=y+px;};
      el.x = startX; el.y = startY;
      return el;
   }
   window.stayTopLeft=function()
   {
      var pY = ns ? pageYOffset : document.documentElement && document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop;
      var dY = (pY > startY) ? pY : startY;
      ftlObj.y += (dY - ftlObj.y)/8;
      ftlObj.sP(ftlObj.x, ftlObj.y);
      setTimeout("stayTopLeft()", 20);
   }
   ftlObj = ml("divStayTopLeft");
   stayTopLeft();
}
JSFX_FloatTopLeft();
</script>
<!-- ********************************************************* -->
<br><br><br><br>
<h1>Unauthorized</h1>
</div>
<p class="error">
<img border=0 align=absbottom src="/~img25">  You have to be logged in to view this section.  <img border=0 align=absbottom src="/~img25">
</p>
<p class="error">
<a href="/" onclick="history.go(-1); return false"><img border=0 align=absbottom src="/~img26"> &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%
</style>
</head>
<body>
<a name="top"></a>
<div id="divStayTopLeft">
<table id="menu">
<tbody>
<tr>
<td align="center">
<div id="menu">
      <ul>
         <li><a href="http://%host%" class=button target=_parent><img border=0 align=absbottom src="/~img1"> Home</a></li>
         <li><a href="%parent-folder%" id="title" class=button target=_parent><img border=0 align=absbottom src="/~img8"> %folder%</a></li>
         <li><a href="" class=button><img border=0 align=absbottom src="/~img31">%diskfree%  Free</a></li>
         <li><a href="%encoded-folder%" target="_parent" class="button" text-indent: 16px;"><img border=0 align=absbottom src="/~img21">Cancel</a></li>
         <li><a href="%encoded-folder%~upload" class="button" onclick="if(document.getElementById('upbtn').disabled) {return false}" id="progress_btn" >Progress bar</a></li>
         <li>%loggedin%</li>    
                                    <li>%login-link%</li>          
<li><img src="/~img3"><img src="/~img_graph200x20" style="border:white outset 2px;"></li>    
   <script type="text/javascript">
 if ("%folder%" == "/") {
 document.getElementById('title').innerHTML = "%host%";
 document.title = "%host%";
}
</script>
      </ul>
   </div></td></tr>
</tbody></table>
</div>
<br><br><br><br>
<div id="heading">
<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>
<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%
</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]
<html>
<head>
<meta http-equiv="Refresh" content="10;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: 10 seconds
<br><br><img src="/~img_graph190x40" style="border:white outset 2px;">
<div class=body>
%progress-files%
</div>
<div class=little>Uptime: %uptime%</div>
Server Adress: http://%host% <br><img src="/~img32">
Server Output Speed: %speed-out% KB/s
<br>
Total Downloaded Data: %total-out%
<br>
<img src="/~img33"> Server input Speed: %speed-in% KB/s
<br>
Total Uploaded Data: %total-in%<br>
<img src="/~img5"> Actual Nº Conections: %connections%<br>
<img src="/~img35"> User Loged: %user%<br>
<img src="/~img28"> Number of Connections: %number-addresses% users<br>
<img src="/~img27"> Clients: %number-addresses-downloading% users<br>
<img src="/~img10"> Server Date and Time: %timestamp%<br>
<img src="/~img10"> Server UpTime: %uptime% Hours <br>
<img src="/~img23"> <a href="http://www.rejetto.com/hfs">HFS Verssion %version%</a><br>
</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>
[newfile]
<div style="float:left; padding:10px;">
<span class=flag>&nbsp;NEW&nbsp;</span>
</div>

32
hi guys, i have a folder with a lot of emulators, and i wish to know if it is possible to use the hfs tho show the content of a folder listed divided in the coluns, like this
have 25 folders
and i wish to list then in 3 coluns with 5 rows each in a table, like this picture of the emulatronia


rejetto, can i make a mod in the template to do this or only doing this html separated and edit the links manually?

i just wish to know if it is possible to list in a certain number of colluns and rows, and not like the hfs actually do one bellow another, am i making myself understood?

sorry about my poor english....

and ps... i had to format my pc because my son installed some spywares, but i don´t stop the translation of the wiki.....

33
HFS ~ HTTP File Server / question about hfs and wap
« on: June 20, 2006, 01:40:07 AM »
i have a cel phone (motorola v3 black) and this phone is wap enable, but i don´t know exactly the wap specifications of it(working on it) but i tryed sucessifuly access the hfs no-ip url of my server(http://ledufe.no-ip.info:2222) but the layout was tottally a mess, but it was a win, at least i could acess it, even when i change to every tpl i made or of this forum it was always a mess, so i "goggled" a little and found this, my problem is on the formating code that hfs generate, it generate HTML (of course!) but i found some information in google that some pages can be writed in xml ou xhtml and be acessible by wap, going even futher in my researchs, i found that the xml is more close to the wml, and i know that my question is a little confused, but i want to know if it is possible to make hfs accessible by my cel phone browser, and still be acessible from every other pc-browser(opera, firefox, ie...)?

it is possible to make a template that generates the wml and the html at the same time?
if it is, how can i make it? somebody can help me?
if it is not supported,it will be in the future?

i want to make a section in my hfs server to host some jar/jad files to install on the phones of my friend.

34
HFS ~ HTTP File Server / HFS Documentation (Português-Brazil)
« on: June 12, 2006, 09:00:43 AM »
Hi guys, it´s me again.....
just trying to do another contribution....im trying to trasnlate all the pages from wiki to portuguese
please let me know if its is ok, and if some other brazilian want to help
the brazillian docs on wikki

http://www.rejetto.com/wiki/index.php/HFS_Documentation_%28Portugu%C3%AAs-Brazil%29

and a message to the other brazilian guys:
Qual é rapazeada?!?
vamos arregaçar as mangas e ajudar, ou na documentação, ou melhor ainda na popularização do software, é free , e ainda é útil.....aposto que se fosse algum programeco de enviar multi-mensagens para o orkut todo mundo ja saberia da existencia do software e estaria tremendamente bem difundido, mais quando é algo útil, é assim, cade o reconhecimento merecido de um tremendamente bom software?

35
HFS ~ HTTP File Server / hfs test network
« on: June 07, 2006, 02:02:12 PM »
hi guys, i about to start a project to help all of us to test and try the hfs and templates, and some mods on the templates too, i know that some of those that are in here are testing every version of the hfs, and i think that would be nice if we could do a huge hfs test network using the hamachi, if someone(maybe me...) create a network called hfs and with the name and password posted on this forum  we could join in a test network, what about the idea?

36
HFS ~ HTTP File Server / good software to use with hfs
« on: June 07, 2006, 01:55:10 PM »
i don´t know if this is the right place to post this, but i found  this software a good sollution to auto organize all the files that are uploaded to my server, it separates the file by the extension or the size, or the kind....
and just can´t do the auto thumbnail generation to work in hfs, if someone know how to do this, please help-me...

http://www.watchdirectory.net/

37
HFS ~ HTTP File Server / question
« on: April 29, 2006, 03:05:55 PM »
rejetto, is there any possibility to do a function or a option to add a always authorized machine/user based on his dynamic dns?
something like:
i have a friend
and he use dyn dns account
i want to always let he acces my server, but i want to restric the server to only let some ip, and my question is, can i set the hfs to allways let some adress like "xxx.homedns.org" to get-in?

38
hi guys, im posting now pictures of my template 12, and he is come with some things included:
-3 css styles selectable
-1 javascript to change on the fly the css and also save it variable in a cookie.
-1 javascript to open a player in a new window to keepplaying while are you browsing.
-some images associate with some file types
- something that would be cool to other newbees like me, i separated the hfs default template in 31 files, namead as the sections and like one that i saw in another post of this forum, and it is a great source of understanding how the template-system works
and i, like in the template V11, try to separate the hfs file-structure, with some default dirs..., and i was ask in another topic, but i guess that i can ask in here, is anybody doing your templates with some kind of file/dirs structure to run it correctly in the hfs?

http://img288.imageshack.us/my.php?image=tpl12css10qv.jpg tpl12-css1.jpg

http://img19.imageshack.us/my.php?image=tpl12css23zb.jpg tpl12-css2.jpg

http://img19.imageshack.us/my.php?image=tpl12css38rs.jpg tpl12-css3.jpg

http://img273.imageshack.us/my.php?image=tpl12imgassociatedtofiletypes9.jpg tpl12-img-associated-to-file-types.jpg

http://img273.imageshack.us/my.php?image=tpl12imgpreviewnothumbnailyet8.jpg tpl12-img-previewNO-THUMBNAIL-YET.jpg

http://img250.imageshack.us/my.php?image=tpl12m3uplayerstreamingoffolde.jpg tpl12-m3u-player-streaming-of-folder-in-new-window.jpg

here goes my hfs runing it

http://ledufe.no-ip.info:2222
try browse the dir Test

here, the link to the pack with the template 12, just unpack it and you will figure out how to use it...

REMOVED - i lost this file when formated my pc

here goes the instruction of my previous pack, but it serves to this pack as well, come'on guys lets share the templates, lets find-out what we can do with this very good and cool program, thanks rejetto, and all of this fórum,  im glad to know this software and this fórum, im learning so much with all of you here...

and here goes just the tpl code

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>HFS %folder%</title>
<LINK REL=Stylesheet HREF="/hfs-css/hfs-default.css" TYPE="text/css" TITLE="default">
<script src="/hfs-js/changeStyle.js"></script>
<!--  code for popHTMLwith_embed_player from some scratches of a friend of mine Thanks Leandro Cavalheiro!!! -->
<script language="javascript">
function popUp(){
//var x;
win =  window.open('','teste', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=200,height=300,left = 390,top = 285');
  win.document.write("<embed src='%encoded-folder%~files.lst.m3u' autostart='true' type='audio/mpeg' loop='true'/>");
}
</script>
</head>
<!--  comentario -->
<body>

<div id="navBar">
<div id="left">
  <div id="search" align="center">
           <img src="/hfs-img/web-logos/logo_google.gif" alt="google search">
<br>
<!--  code for the google search from MARA OF THIS FoRUM -->
      <form action=http://google.com/search name=f>
<INPUT name=q style="BORDER-RIGHT: #ffffff 1px solid; BORDER-TOP: #ffffff 1px solid; FONT-WEIGHT: bold; BORDER-LEFT: #ffffff 1px solid; COLOR: #165a9d; BORDER-BOTTOM: #ffffff 1px solid" value="Web Search" size=15 maxlength=2048>
<input type="submit" value="GO" name="btnG">
</form>
<p>
<form name=gs method=GET action=http://images.google.com/images>
<INPUT name=q style="BORDER-RIGHT: #ffffff 1px solid; BORDER-TOP: #ffffff 1px solid; FONT-WEIGHT: bold; BORDER-LEFT: #ffffff 1px solid; COLOR: #165a9d; BORDER-BOTTOM: #ffffff 1px solid" value="IMG Search" size=15>
<input type="submit" value="GO" name="btnG">
</form>
  </div>
  <div id="relatedLinks" align="center">
    <ul>
      <li><a href="/~progress">Network Trafic</a></li>
      <li>    
          <select name="grootte" onchange="SetCookie(nameOfCookie, this.value, exp); doRefresh();">
            <option name="grootte" value="0">StyleSheet</option>
            <option name="grootte" value="1">Macromedia</option>
            <option name="grootte" value="2">Nature</option>
            <option name="grootte" value="3">Black</option>
          </select>
      </li>
    </ul>
  </div>



  <div id="headlines" align="center">
    <h3>MediaPlayer</h3>
    <p><a href="javascript:popUp();">Pop-up Player</a> </p>
  </div>
<br>
  <div id="advert" align="center"> <a href="http://www.rejetto.com/hfs/" target="_blank"><img src="/hfs-img/web-logos/hfs.jpg" alt="" width="48" height="61"><br> Powered By Rejetto HFS</a> </div>
</div>
</div>
<!--end navbar -->
<div id="content">
<div id="masthead">
  <h1 id="siteName">HFS %folder%</h1>
  <div id="globalNav"> %login-link%%loggedin% | %upload-link% | <a href="http://%host%">Home </a> |</div>
<!-- end masthead -->
  <div id="breadCrumb" align="right"> <a class=little href='%encoded-folder%~files.lst'>File list</a> / <a class=little href='%encoded-folder%~files.lst.m3u'>M3u List</a>/ %up% /</div>
  <h2 id="pageName" align="right">Folder</h2>
  %folder-comment%<p>
%files%
</div>
</div>
</div>
<br>
<br>
<br>
<br>
<div id="siteInfo" align="center"><a href="http://www.rejetto.com/hfs/">HttpFileServer %version%</a> | <a href="#">Servertime: %timestamp%</a> | <a href="#">Uptime: %uptime%</a> | <a href="#">Build-time: %build-time%</a> | &copy;2006 HFSTemplate </div>
<br>
</div>
</body>
</html>


[login-link]
<a href="%encoded-folder%~login">LOGIN</a>

[loggedin]
<span>user: %user%</span>

[upload-link]
<a href="%encoded-folder%~upload">UPLOAD</a>

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

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

[files]
<div class=little margin: 0 0 0 150;><b>%number-folders% Folders,  %number-files% Files - Total Size: %total-size%</b></div>
<table width="100%">
<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>%new% <a href="%item-url%">
<!--  code for the script from someone else in this forum i will find his/hers name -->
<script language="javascript">
var c='%item-name%';
switch (  c.substr(  c.lastIndexOf('.')  ) .toLowerCase()  )
   {
   case '.avi' : document.write('<img align=top src="/hfs-img/file-folder-types/avi.jpg"> ');break;
   case '.mp4' : case '.mov' : case '.movie' : case '.3gp' : document.write('<img align=top src="/hfs-img/file-folder-types/mov.jpg"> ');break;
   case '.txt' : document.write('<img align=top src="/hfs-img/file-folder-types/txt.jpg"> ');break;
   case '.bat' : document.write('<img align=top src="/hfs-img/file-folder-types/bat.jpg"> ');break;
   case '.doc' : document.write('<img align=top src="/hfs-img/file-folder-types/doc.jpg"> ');break;
   case '.eml' : document.write('<img align=top src="/hfs-img/file-folder-types/eml.jpg"> ');break;
   case '.pdf' : document.write('<img align=top src="/hfs-img/file-folder-types/pdf.jpg"> ');break;
   case '.rar' : document.write('<img align=top src="/hfs-img/file-folder-types/rar.jpg"> ');break;
   case '.rtf' : document.write('<img align=top src="/hfs-img/file-folder-types/rtf.jpg"> ');break;
   case '.ttf' : document.write('<img align=top src="/hfs-img/file-folder-types/ttf.jpg"> ');break;
   case '.xls' : document.write('<img align=top src="/hfs-img/file-folder-types/xls.jpg"> ');break;
   case '.zip' : document.write('<img align=top src="/hfs-img/file-folder-types/zip.jpg"> ');break;

   case '.wav' : document.write('<img align=top src="/hfs-img/file-folder-types/wav.jpg"> ');break;
   case '.midi' : document.write('<img align=top src="/hfs-img/file-folder-types/midi.jpg"> ');break;
   case '.mp3' : document.write('<img align=top src="/hfs-img/file-folder-types/mp3.jpg"> ');break;
   case '.wma' : document.write('<img align=top src="/hfs-img/file-folder-types/wma.jpg"> ');break;
   case '.wmv' : document.write('<img align=top src="/hfs-img/file-folder-types/wmv.jpg"> ');break;

   case '.psd' : document.write('<img align=top src="/hfs-img/file-folder-types/psd.jpg"> ');break;
   case '.cdr' : document.write('<img align=top src="/hfs-img/file-folder-types/cdr.jpg"> ');break;
   case '.gif' : document.write('<img align=top src="/hfs-img/file-folder-types/gif.jpg"><img align=top src="%item-url%"> ');break;
   case '.jpg' :case '.jpeg': document.write('<img align=top src="/hfs-img/file-folder-types/jpg.jpg"><img align=top src="%item-url%"> ');break;
   case '.bmp' : document.write('<img align=top src="/hfs-img/file-folder-types/bmp.jpg"><img align=top src="%item-url%"> ');break;
   case '.pcx' : document.write('<img align=top src="/hfs-img/file-folder-types/pcx.jpg"><img align=top src="%item-url%"> ');break;
   default : document.write('<img align=top src="/~img_file"> ');
   }
</script>
%item-name%</a>%comment%<td>%item-size%<td>%item-modified%<td>%item-dl-count%
</tr>

[folder]
<tr><td>%new% <a href="%item-url%"><img align=top src="/~img_folder"> <b>%item-name%</b></a>%comment%<td><i>folder</i><td>%item-modified%<td>%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; float:none; color:#888888; background:#EEEEEE; padding:3px; border:1px solid #DDDDDD; border-bottom:3px solid #DDDDDD; margin: 0 0 0 0;'>
%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 -  File Not Found</h1>
<b><i>Try one of this links</i></b>
<br>
<a href="%host%">go to root</a>
<br>
<a href="%host%~login">Login Page</a>

[overload]
<h1>Server busy</h1>
Please, retry later.

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

[unauthorized]
<h1>Unauthorized</h1>
This is a protected resource.
<br>Your username/password doesn't match.

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

[ban]
<h1>You are banned.</h1>
%reason%

[upload-link]
<a href="%encoded-folder%~upload"><img src="/~img32">UPLOAD</a>

[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="Upload 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="30;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></div>
<table>

</table>
<table width="80%" border="2" align="center" cellpadding="1">
  <tr>
    <td colspan="2">&nbsp;</td>
    <td><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="156" height="86">
      <param name="movie" value="/hfs-img/ledufe-logos/ledufe-textsmall-01.swf" />
      <param name="quality" value="high" />
      <embed src="/hfs-img/ledufe-logos/ledufe-textsmall-01.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="156" height="86"></embed>
    </object></td>
    <td><img src="/hfs-img/srv-type/srv1.jpg" alt="Cpu"/></td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td><span class="big">Progress status</span></td>
    <td>Auto-refresh: 30 seconds </td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td colspan="2"><img src="/~img_graph190x40" alt="Server-Graph" style="border:white outset 2px;"></td>
    <td>&copy; LeDuFe.<BR>
P4-Home-Server. | </td>
    <td><img src="/hfs-img/ledufe-logos/ledufe-bevelsoft-100.gif" alt="ledufe-logo1"/></td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td colspan="2"><span class="body">%progress-files% </span></td>
    <td>CPU Type : </td>
    <td><img src="/hfs-img/srv-type/CPUMonitor HT.jpg" alt="CPUType"/></td>
    <td>2.8HT</td>
  </tr>
  <tr>
    <td><span class="little">Uptime : </span></td>
    <td><span class="little">%uptime%</span></td>
    <td>Total Memory : </td>
    <td><img src="/hfs-img/srv-type/ram.JPG" alt="Mem"/></td>
    <td>1024MB</td>
  </tr>
  <tr>
    <td>Server Version: </td>
    <td> %version%</td>
    <td>Server Free Storage : </td>
    <td><img src="/hfs-img/srv-type/Hard Drive.jpg" alt="Storage"/></td>
    <td>%diskfree%</td>
  </tr>
  <tr>
    <td>%user%</td>
    <td><p>Actual Connections: %connections% </p>    </td>
    <td>Max Users Allowed : </td>
    <td>&nbsp;</td>
    <td>10</td>
  </tr>
  <tr>
    <td colspan="2"> Number of Addresses Downloading : %number-addresses-downloading% </td>
    <td>Max Speed Download : </td>
    <td>&nbsp;</td>
    <td>10KB</td>
  </tr>
</table>
<br>
<div class=body></div>
<div class=little></div>
<div>
      <td><TABLE cellSpacing="0" cellPadding="0" align="center" border="0">
  <TBODY>
  <TR></TR>
  <TR>
<TD class="copyright"><p align="center">&nbsp;</p>
  <p align="center"><br>
  </p>
  <p align="center">&nbsp;</p>
  <p align="center">&nbsp;</p></TD>
<TD class="copyright">

</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>

39
HFS ~ HTTP File Server / generate m3u playlist - folder-streaming
« on: April 17, 2006, 02:07:09 AM »
the situation
i got a folder on my hfs foldertree
in the folder there are only mp3 or the file mask show only the mp3 (;-P)
there is a link in the page generated by the template that hfs calls %list% when i click on the link the broser leads me(its opening in the browser) to a file called "http://192.168.1.2:2222/~files.lst"
i click on it with mouse right button
i save the target as Any-Name.lst
and this file wont open with any of my mp3 players correctly, but when i rename it from .lst to .m3u the winamp can play the playlist (yeah! finally got my web-folder-radio-browser-window-independent-auto-generated)
and now finally, my question

is there a way to save the file generated (the .lst) just clicking on it, but saving with the extension .m3u?

i don´t know how to do this, but i know that someone good in js knows how to do this....please, somebody can help?
please put the code in here (javascript, anything, but just hfs and none of third part tool like winpy or SWF flash player...)
HELP as to get a radio

40
HTML & templates / Template Pack
« on: April 16, 2006, 08:34:40 AM »
first public template

<<<Info about the template>>>

this template is a tremendous mix of all that i and a friend of mine found on the web, we copied some scripts, copied some CSS, some codes, and put it all togheter with some pics, joined with the hfs and we found also some time to experiment and test this to distribute in a pack, and i wish to say that i will remove from this "pack" anything that is against the law of copyright or copyleft of anything else, but i love the HFS of rejetto, i use the software at my home, and i like to share the templates mods that i am testing (yes i assume that this template its a mod, but i don´t know much of html, im totally new to CSS, and i am also a even badder(the worst you can think) design, but im trying and testing...and i see that there are soo many people that use hfs and don´t know whre to start on changing the template or what they could do with the HFS, but, if in any way i made a infraction agains anyone copyright material, i i remove from this template pack and i do not wish harm anyone feelings too, i have leraned soo much here with the templates of the others and the other posts at this fórum, and leaned soo much imagining how coul i do something just seeing the template jpg and not seeing the code(mara that it was for you.... ;-)  )
if anyone could improve the template or mod it and show in here, if any one could learn something with this or enven just use it on your hfs-home-server, i already will be happy..
and if somebody that own the rights of some image, css, javscript-code that i used here wish me to remove from this pack, just tell-me by e-mail and i will remove it

ledufe@hotmail.com
ledufe@gmail.com
leandro.dupont@gmail.com
leandro@ie-intercambio.com.br

and lets share templates....
and rejetto, keep doing the good job.

<<what will you found in this mess>>

- 2 separated default css stylesheet with CSS directory (i don´t know if work on any browser...please, let me know)
- 1 javascript to choose and change "on-the-Fly" the entire stylesheet (5 types to choose)-armazenable in a cookie that remember the last view type of the HFS
- some kind of image preview but it is still no good(there are no thumbnail generation....yet...)
- a top-menu copied from some template of this forum i just formated and translated to Brazillian portuguese
- google search(thanks to MARA to publish the code)
- file-type with images that you want (editable in template) with image directory
- test directory for most common file types to teste the images assigned to it

install and configuration of the template

<<INSTALL>

unpack it on the root of your HFS if you don't have the HFS 2.0 already, download it from here
http://www.rejetto.com/hfs/?f=dl&id=exe

<<Configuring>

open the hfs
change to expert mode

open menu > other options> edit html template
click import
import the file "hfs-test-V10.tpl"
click ok

open menu
load file system
import the file "hfs-default.vfs"
now its time to set-up the folders in hfs to make the scripts, the CSS, the images and every kind of file that the template use

(there is also some images that i don´t used, but some of you certainly will to run in your server)

click on any folder in hfs file-tree with mouse right, and choose edit resource, and point it to a correspondent folder where you unpacked the hfs-template.
ex.:

in the HFS tree

hfs-css      C:\Rejetto-HFS\hfs-css
hfs-img      C:\Rejetto-HFS\hfs-img
hfs-js      C:\Rejetto-HFS\hfs-js
hfs-layers   no need at time to configure - still not implemented in the public template release
hfs-sound   no need at time to configure - still not implemented in the public template release
hfs-upload   only configure if you want-it.... :-P
Rejetto-HFS   point to where is hfs running, and again...only configure if you want-it.... :-P
Test      C:\Rejetto-HFS\Test   -just a sellection of fake files for visual test of icons
finished!
now, just add your files and folders.....

Link to the template host on my pc with images
LOST IT when formated my pc

link to the direct download of the template pack V10
LOST IT when formated my pc

Pages: 1 2 3