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

Pages: 1
1
Hello dev,

I have found some bugs when I want to download an archive file from a folder that bigger than 4GB. After I clicked download as zip, then HFS process running at 20% CPU usage (look like it try to zip a folder) and not responsible. I need to manually restart it.

I have tried to download as zip from a folder smaller than 4GB and found that the CPU usage problem is not exist. I have downloaded a 1GB folder, download dialog is instantly appear when I was clicked at the download as zip button without taking some CPU.

Thank you for a great file server :)

This problem refers to this topic that I was created to avoid this problem by filter an archive download when the folder bigger than specific size: http://www.rejetto.com/forum/index.php/topic,8609.0.html

2
HFS ~ HTTP File Server / Please help me to correct this Event script.
« on: July 14, 2010, 04:02:05 PM »
Here is my event script use to limit 3 connections per user per file. Unfortunately, the script is doesn't work. User can connect more than 3 connection

This is what I read from HFS document

Quote
current downloads of file
    number of current downloads of current file.
    If an unnamed optional parameter is specified, it is used as IP mask, and only matching connections will be counted.
    If the parameter is given name user, only connections by such user will be counted.

Here is my code

Code: [Select]
[download]
{.if| {.{.current downloads of file.} > 3.} |{: {.disconnect.} :} .}

What wrong with my code? and how can i given a name user parameter in the script?

Thank you very much!

Tested on HFS beta #260

3
Hello rejetto,

Is it possible, if I want to make an event that disable download as zip's button when the folder is bigger than 2GB?

Thanks in advanced!

4
HFS ~ HTTP File Server / How can I limit user to 5 connections per file?
« on: December 25, 2008, 01:41:43 PM »
Hello Sir,

I would like to know how can I limit the user to create only 5 connections per file? I have tried to used "Max simultaneous......." but not works. I would like to do it like this because when HFS get many request, it will crash.

Thanks in advanced!


5
RAWR-Designs / Terayon "Show page as a filelist" Question
« on: December 07, 2008, 09:21:43 AM »
Hello Sir,

I would like to know what is method that called after I clicked at "Show page as a filelist" link? I would like to edit the URL that has been created by clicking at "Show page as a filelist". I have looking for a long time but can't find.

Thanks in advanced.

6
RAWR-Designs / RAWR-Player and URL Encoding with '+'
« on: November 11, 2008, 03:29:35 AM »
Hi,

I have one issue about URL Encoding. Here when I try to listen the song that contain symbol like '+', I can't. Then I have look into URL Encoding. I think the problem came from this.

Here is my experiment. In this case the song title is in unicode and I have hilighted where '+' is, 01-เล้าโลม 18+ - 18+.mp3

This is the URL Encoding when I'm trying to download the song. Everything works fine.

http://www.tkb-colo.com/dl/tkbcolo/VampireS%20642/014-NEW%5BF%5D%20-%20%E0%B9%80%E0%B8%A5%E0%B9%89%E0%B8%B2%E0%B9%82%E0%B8%A5%E0%B8%A1%20%5B18+%5D/01-%E0%B9%80%E0%B8%A5%E0%B9%89%E0%B8%B2%E0%B9%82%E0%B8%A5%E0%B8%A1%2018+%20-%2018+.mp3

BUT when using RAWR-Player to play the song. It doesn't work. Here is the URL Encoding from RAWR-Player. (right-click then Copy Direct file link)

http://203.145.117.161/dl/tkbcolo/VampireS%20642/014-NEW[F]%20-%20เล้าโลม%20[18+]/01-เล้าโลม%2018%20%20-%2018%20.mp3

'+' is gone, usually in URL Encoding '+' must be %2B. Please help..

Thanks in advance!

7
RAWR-Designs / RAWR-Player with Apache ProxyPass need help!
« on: November 10, 2008, 03:43:57 PM »
Hello Sir,

I have one issue about using RAWR-Player with Apache ProxyPass. I have installed the main web server (apache) on port 80. Then install HFS on port 88, after that ProxyPass HFS into port 80 as same as Apache by using VirtualHost.

This is my question. I have edit all .js .css for the latest Terayon release everything works perfectly except the RAWR-Player. The problem is the player is loaded but the file (MP3) isn't. If I browse directly from HFS port 88. The file was loaded successful and can it can run, so there is a way to change the file path on the player?

More info about host:
APACHE: localhost:80
HFS: localhost:88
HFS after ProxyPass: localhost:80/dl/

Please advice!

8
HFS ~ HTTP File Server / too many folder.tar
« on: November 02, 2008, 03:07:12 PM »
Hello rejetto,

I have some problem about downloading whole folder. When the user download the folder as .tar. The client always sent many http request to the server, so this make the server overload. I don't know this problem was happen only in this version or not, but now I'm using the latest build (212). I have attached a picture for you to see what the problem is.


9
HFS ~ HTTP File Server / [REQUEST]Show IP address by using forwarded IP
« on: November 01, 2008, 04:48:31 PM »
Hello rejetto,

I have some suggestions about one function that I would like you to implement it in HFS. The function is to show the IP address from the forwarded IP. For example, If the client connect to the HFS through proxy. HFS will read the IP address of that proxy not the real IP for the client. Then the connection limit is not work well for this. Here I have attached a picture for clearly understand.

In my server, I have used ReverseProxy to make HFS running on port 80 as same as Apache, so that HFS will read the proxy IP(Apache IP) not the client IP. When right click at the connection list and choose view HTTP Request, it will show the dialog with details just like the picture below.

Thanks!


 

10
HFS ~ HTTP File Server / [Request]MAX Connection per user function..
« on: October 26, 2008, 11:37:24 AM »
Hello Dev,

I need to limit the connection per user. I see in the HFS today only has a limitation that depends on same address or IP but doesn't has the limitation per user. So, would you please implement this thing?

Thanks in advance.

Pages: 1