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

Pages: 1
1
HTML & templates / background sound
« on: February 25, 2005, 04:45:57 PM »
ok i added script for a background sound
the problem is that when any folder/file is clicked the music keeps starting back over again from the beginning.

<embed src="http://www.porshiana.com/sample.mid" volume="30%" hidden="false" autostart="true loop="true" height="100">

just an example of the script above^^^^,i am confused as to why it keeps starting over from the beginning.
i know it has to do with each click of a folder is a different page,but how or what could i add,to keep the sound continuos and not starting from the beginning each time a "folder' is clicked.


thanks

2
HFS ~ HTTP File Server / adding upload browse buttons
« on: February 14, 2005, 10:42:51 AM »
i got mine squared away in regardsd to the question i posted,
i love the hfs damn template ,now to add a pic to the background :D ,and im set.

3
HFS ~ HTTP File Server / adding upload browse buttons
« on: February 03, 2005, 05:35:10 AM »
ok before i moved i had everything setup and nice.
after moving i got a new comp and installed hfs,i cannot remember the script for adding an upload button as well as like 5 of the upload browse buttons>
can someone share the script as well as where it goes when i edit my html.
i have messed with it for 2 days :cry:  and havent figured it out.

here is what script i have and i cannot get it to work,so i believe that where im inserting it is wrong.
Quote
<html>
<head>
<title>HFS /incoming uploads/</title>
<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:14pt; font-weight:bold;  }
.little { font-size: 8pt; }
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; }


</style>
</head>
<body>
<div style="float:right; padding:15px;"><a href="/incoming%20uploads/~login" class=button><img border=0 align=absbottom src="/~img27"> LOGIN</a></div>



<div style="float:right; padding:15px;">
<script language="jscript">
if (!window.parent.progress) document.write('<a href="/incoming%20uploads/~upload+progress" class=button><img border=0 align=absbottom src="/~img10"> ADD PROGRESS FRAME</a>');
else document.write('<a href="/incoming%20uploads/~upload" target=_parent class=button><img border=0 align=absbottom src="/~img10"> CLOSE PROGRESS FRAME</a>');
</script>
</div>
<div style="float:right; padding:15px;"><a href="/incoming%20uploads/" 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>/incoming uploads/</div>
<div class=body>
<form name=frm action="/incoming%20uploads/" target=_parent method=post enctype="multipart/form-data" onSubmit="frm.upbtn.disabled=true; return true;">
<input name=fileupload1 size=70 type=file><br>

<input name=fileupload2 size=70 type=file><br>

<input name=fileupload3 size=70 type=file><br>

<input name=fileupload4 size=70 type=file><br>

<input name=fileupload5 size=70 type=file><br>

<input name=fileupload6 size=70 type=file><br>

<input name=fileupload7 size=70 type=file><br>

<input name=fileupload8 size=70 type=file><br>

<input name=fileupload9 size=70 type=file><br>

<input name=fileupload10 size=70 type=file><br>


<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 2.0 alpha25</a>
<br>Servertime: 2/2/2005 11:24:30 PM
<br>Uptime: 13:55:47
<br>Disk space: 40.73 GB
</div>
</body>
</html>





thanks[/quote]

4
HFS ~ HTTP File Server / allowing uploads/downloads simultaneously?
« on: January 21, 2005, 07:47:43 AM »
hi
ive noticed someone can only upload or download only 1 file at a time.

ive also noticed if someone is downloading another person cannot upload.

i have went thru the limits and all looks ok,anyone got any sufggestions as to how i can allow more than person/connection to download at the same time as well as upload more than 1 file at a time. and eveen allowing downloads/uploads at same time.

thanks

5
HFS ~ HTTP File Server / one last question-concerning uploads
« on: January 20, 2005, 10:33:09 PM »
n/m i figured it out after looking at someones site from here.

pretty cool

ty all

6
HFS ~ HTTP File Server / one last question-concerning uploads
« on: January 20, 2005, 08:54:25 PM »
i got my server up and running thx ev1 for the help

now i setup a real folder to allow uploads the one recommended for uploads and pw protected it,i have had someone try to connect to upload and they say they see all kinds of files.
how can i set it up so they only see the upload directory and none of these files in the pic...it looks like they can get some vital info of my site??

below is a pic he sent showing what he sees when clicking to upload thru cuteftp


7
HFS ~ HTTP File Server / HFS noob question
« on: January 20, 2005, 08:50:15 PM »
i got it

thank you both for the help

8
HFS ~ HTTP File Server / HFS noob question
« on: January 20, 2005, 08:39:06 AM »
hi ev1 and great site
my question is>when i close down my server i lose everything,when i open HFS back up all my folders and such are gone.
and i have to re-do everything.
i noticed the save features and have used it but i dont understand because once i close HFS nad re-open it the folders and such are gone.

also in the top left corner of my webpage i can see:
folder
        /

anyway to delete that or does it have to stay there?


any help greatly appreciated
and i love this compared to ftp i had :D

Pages: 1