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

Pages: 1 2 3
31
HFS ~ HTTP File Server / Template problem - when surfing via proxy
« on: February 19, 2005, 03:58:48 AM »
the logo at the top...
i dont know

the text at the bottom...
u have not download the whole webpage(or the proxy)
just refresh and again and...then no problems!
OK?

32
HFS ~ HTTP File Server / I think HFS should support Chinese more...
« on: January 08, 2005, 03:31:42 AM »
I know download has no problem on chinese...
but ...when i upload files with chinese word
it has no response to the uploader
but the file sometimes is completely upload!!
I dont know the reason,can anyone tell me?? :eek:

PS:in order to support any language,
a language file is needed,(for translation)
if no language is found,
HFS will use the language build-in(English)

I am a F4 student who studying computer and i am interested in writing programs.However i have n skill, otherwise i will make some good features for HFS!!!!(i need many years to finish university=o=)

33
Quote from: "Rafi"
:idea::happy:  :happy2: :happy: :idea:  :happy:  :happy2:  :happy::idea:  :happy:  :happy2:  :happy::idea:
I hope HFS will become more popular!!!!!!!!! :D  B)  ;)

34
Quote from: "tuongle"
I did register a host name at dyndsn.org but i can't view the page if i type in this address. On the other hand, my friends can browse my site by typing the address i got from dyndsn.org. I just can browse my site through the local IP such as 192.168.0.x.
Please help.
may be you can use NO-IP!!!
the link:
www.no-ip.com

35
HFS ~ HTTP File Server / Re: About the file type..
« on: January 08, 2005, 02:59:41 AM »
Quote from: "ivanfong"
i wrote a javascript... for the preview of pic and movie

Code: [Select]
<SCRIPT Language=Javascript>
var ie=document.all
var ns=document.layers
var ns6=document.getElementById&&!document.all

function enlarge(which,e,ty,filename){
crossobj=document.getElementById? document.getElementById("showimage") : document.all.showimage
crossobj.style.left=ns6? pageXOffset+e.clientX : document.body.scrollLeft+event.clientX
crossobj.style.top=ns6? pageYOffset+e.clientY : document.body.scrollTop+event.clientY
if (ty=="~img37"){
crossobj.innerHTML='<div align=right id=drag><table bgcolor=white><tr><td><b><a href="" onClick="return closepreview(event)" style=font-family:tahoma;font-size:8pt><font color=red>Review - '+filename+'<b onClick=closepreview(event) style=font-family:tahoma;font-size:8pt><font color=red>[X]</font></b></td></tr></table></div><img src="'+which+'" height=480 width=640>'
crossobj.style.visibility="visible"
}else if (ty=="~img45"||ty=="~img35"){
crossobj.innerHTML='<div align=right id=drag><table bgcolor=white><tr><td><b><a href="" onClick="return closepreview(event)" style=font-family:tahoma;font-size:8pt><font color=red>Review - '+filename+'[X]</font></b></td></tr></table></div><object data="'+which+'" height=260 width=320 type="video/quicktime"></object>'
crossobj.style.visibility="visible"
}else{
crossobj.innerHTML='<div align=center id=drag><table bgcolor=white><tr><td align=center><b><a href="" onClick="return closepreview(event)" style=font-family:tahoma;font-size:12pt><font color=red>這不是圖片或影片!不可預覽![X]</font></b></td></tr></table></div>'
crossobj.style.visibility="visible"
}
return false
}


function closepreview(e){
crossobj=document.getElementById? document.getElementById("showimage") : document.all.showimage
crossobj.style.left=ns6? pageXOffset+e.clientX : document.body.scrollLeft+event.clientX
crossobj.style.top=ns6? pageYOffset+e.clientY : document.body.scrollTop+event.clientY
crossobj.innerHTML=''
crossobj.style.visibility="hidden"
return false
}

</script>
but i discover that the ~img_file code will change everytime when u start the HFS..how come?

and it cant auto load the HTML Template.
preview...??
it may cause a lot of source(for CPU)
that's a good idea but not suitable for slow computer...


PS:i see that ther are some chinese word...
i know the meaning coz i am a chinese...
but ... this is a english forum
change all language into english, ok?? :D

Pages: 1 2 3