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.


Messages - scubasteve

Pages: 1
1
HFS ~ HTTP File Server / 2.0 coming...
« on: November 20, 2005, 12:48:38 AM »
just wondering. say i have a folder that has 200 .avis in and i want the folder to be browseable but not for ppl to download the files. is there anyway i could easily set a password to all 200 of those files without just locking the entire folder ?

2
HFS ~ HTTP File Server / 2.0 coming...
« on: November 15, 2005, 07:13:16 PM »
i think what he means is that each ip address connected to hfs is given equal bandwidth. eg instead of 1 ip using 20kB/s and another using 30kB/s they instead both use 25kB/s.

per IP bandwidth throttling would be nice.
being able to see the complete progress of an upload when the other person is using multiple connctions. ( i find it hard to tell the persons speed and overall % when they are using a download manager which uses multiple connections at a time )

also just wondering how the Static Root implementation is coming along as its the one thing i am really dying to have.

3
HFS ~ HTTP File Server / Custom IP
« on: August 03, 2005, 04:45:52 PM »
to be able to get custome ip you need to be in expert mode. the button immediately to the right of the port number is the button u want to hit. once your in that mode there will be the bandwidth graph showing and in the drop down menu there will be alot more options.

hope that helps.

4
HTML & templates / Need help with my template
« on: August 03, 2005, 02:15:11 PM »
im trying to make a template for my hfs but i seem to be having some trouble. i have some knowledge of css but im having a tough time.

here is what i have got so far (as u can see its not much)



here is the code. the rest of the code is pretty much the same as the standard template,

Code: [Select]
<html>
  <head>
    <title>My Website</title>
  <script type="text/javascript">
<!-- hide from non javascript browsers

Image1= new Image(140,29)
Image1.src = "images/button_apps_mouseover.png"

Image2 = new Image(140,29)
Image2.src = "images/button_games_mouseover.png"

Image3 = new Image(140,29)
Image3.src = "images/button_movies_mouseover.png"

Image3 = new Image(140,29)
Image3.src = "images/button_music_mouseover.png"

Image3 = new Image(140,29)
Image3.src = "images/button_upload_mouseover.png"

// end hiding -->
  </script>
<style>\n%style%\n</style>
<link rel="shortcut icon" href="favicon.ico">
</head>
<body bgcolor="#3E3D3D">
    <table bordercolor="000000" border="0" cellspacing="0" cellpadding="0" align="center" height="161" width="700">
      <tr>
        <td colspan="5">
  <img src="images\logo.png" height="132" width="700" align="center">
        </td>
 </tr>
 <tr>
   <td height="29" width="140">
 <a href="http://mysite.com/apps/"><img src="images\button_apps_disabled.png" name="pic_1" width="140" height="29" border="0" onMouseover="document.pic_1.src='images/button_apps_mouseover.png'" onMouseout="document.pic_1.src='images/button_apps_disabled.png'" title="Apps"></a>
   </td>
<td height="29" width="140">
 <a href="http://mysite.com/games/"><img src="images\button_games_disabled.png" name="pic_2" width="140" height="29" border="0" onMouseover="document.pic_2.src='images/button_games_mouseover.png'" onMouseout="document.pic_2.src='images/button_games_disabled.png'" title="Games"></a>
</td>
<td height="29" width="140">
 <a href="http://mysite.com/movies/"><img src="images\button_movies_disabled.png" name="pic_3" width="140" height="29" border="0" onMouseover="document.pic_3.src='images/button_movies_mouseover.png'" onMouseout="document.pic_3.src='images/button_movies_disabled.png'" title="Movies"></a>
</td>
<td height="29" width="140">
 <a href="http://mysite.com/music/"><img src="images\button_music_disabled.png" name="pic_4" width="140" height="29" border="0" onMouseover="document.pic_4.src='images/button_music_mouseover.png'" onMouseout="document.pic_4.src='images/button_music_disabled.png'" title="Music"></a>
</td>
<td height="29" width="140">
 <a href="http://mysite.com/upload/~upload"><img src="images\button_upload_disabled.png" name="pic_5" width="140" height="29" border="0" onMouseover="document.pic_5.src='images/button_upload_mouseover.png'" onMouseout="document.pic_5.src='images/button_upload_disabled.png'" title="Upload"></a>
</td>
  </tr>
</table>
 <div class=body>
%folder-comment%
%up%
%files%
 </div>
   <div class=little>
 <br>
   <font color=#FFFFFF>Servertime: %timestamp%
 <br>
   Uptime: %uptime%
 <br>
   Build-time: %build-time%
   </font>
</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:#3E3D3D; padding:0px; }
p { margin:0 }
.big { font-size:14pt; font-weight:bold;  }
.little { font-size: 8pt; }
div.body { width:700px; align:middle;
  border-bottom: 0px solid #BBBBFF;
     border-top: 0px solid #BBBBFF;
    border-left: 0px dotted #BBBBFF;
   border-right: 0px dotted #BBBBFF;
  background:#F3F3FF;
  padding:15px;
  margin:15px;
}

i want to get the pink part directly underneath the buttons so theres no space between the pink and buttons and the same width. but i dont seem to know which bits to change todo this.

if anyone could help it would be greatly appreciated.

5
thats what  i was thinking, but i dont want to limit them to only one download at a time.

maybe a nice feature request of being able to set maximum number of connections from ip per download.

:D

6
was wondering how u can make it so that only one connection from an ip to each download. eg to stop download managers requesting each file 4 times.

any help ?

7
HTML & templates / My Server WIP
« on: April 08, 2005, 08:22:56 PM »


Heres My WIP that im doing thought id just see what ppl thought of it.

if anyone knows how to get rid of the column Filetime could they please tell me as i dont want it on my server.[/url]

8
HTML & templates / My Edited Template
« on: April 08, 2005, 01:49:44 PM »
thanks alot for that much appreciated.

one other thing thats bugging me.

i want to shrink the table down so that it only shows the filename and file size. but i can seem to find how todo it. i can delete the heading File time but not the actual table box.

9
HTML & templates / My Edited Template
« on: April 08, 2005, 11:07:07 AM »
hi.

im not all that great with html coding although i know quite a large amount.

i was wondering how u got the msn search engine onto ur server as i would like todo the same on mine.

many thanks

Pages: 1