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 - non-programmer

Pages: 1
1
HTML & templates / HFS Black - The Black HFS Template!
« on: July 07, 2005, 01:30:42 AM »
http://swg.fg.bz/HFS/HFSBlackDL/Beta%20Black%20Template%20v3.txt
Note: If you are an admin could you delete my two previous posts (kwik)? I forgot to log in, so I can not edit them.

2
HTML & templates / How to change the Upload Script?
« on: February 16, 2005, 06:45:53 AM »
Quote from: "rejetto"
edit the template
replace the line %upload-files%
with <input name=fileupload1 size=70 type=file><br>
do you have to delete the next part?
Code: [Select]
[upload-file]
<input name=fileupload%idx% size=70 type=file><br>

3
HFS ~ HTTP File Server / adding upload browse buttons
« on: February 14, 2005, 02:59:12 AM »
i feel a bit foolish to ask. i noticed the templates don't have [upload-results]. when you press "Upload Files" the page just goes blank or it slows right down and renames the file a partial_upload, depending on which Option you have set. could somebody fix 'em so they have [upload-success]. i don't know anything about programming, so i can't do it myself  :#). your effort would be greatly appreciated.
http://www.audiodom.ru/hfs/HFS_damn_Template_by_brooks.zip
http://home.ripway.com/2005-2/256520/HFS_blue_templates_un+edited.zip

4
HFS ~ HTTP File Server / adding upload browse buttons
« on: February 14, 2005, 12:08:24 AM »
when i replace %upload-files% with 5 lines like these, i have 5 uploads
<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>
can i define %idx%=5 under the [upload-file] line, and would it do same thing?
edit: or is it necessary to delete that part (it still works without)
[upload-file]
<input name=fileupload%idx% size=70 type=file><br>

Pages: 1