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

Pages: 1 ... 53 54 55 56
811
(as it might not be the "hfs self test script)
Just double check:
Woah! :o This thread it's two years old!!, and yamanassaf's last visit was: 26-06-2011, 22:03:06. He probably won't care about this anymore. I mean, it's great to help people, and giving solutions, but....... ::)

Thanks anyway...... :P

812
Bug reports / Re: when i am uploading file, hfs is not responding
« on: June 06, 2014, 12:18:51 PM »
I may be wrong, but this can be related to your antivirus (the antivirus that you are running along with HFS, in the server). May be your antivirus is scanning your uploaded file, so it hangs the server by a few seconds. You may try to temporarily disable your antivirus in the server and repeat all the operation to see if it happens again.

813
SilentPliz: Just a dumb question: this version (hfs 286c SSL FR - May 21 2014), is based on Rejetto's HFS v2.3 Build #286 or his latest stable v2.3a Build #289?
Thanks for the update... :)

814
Programmers corner / Re: Possible Unicode workaround to HFS 2.xx...
« on: May 19, 2014, 09:12:20 AM »
It's not only about URL encoding, it's more about how HFS talks to the download client, when the download starts.

Yes, well, personally I really don't need to have unicode support at all, but I think it will help a lot of people around the world. I'm just trying to give ideas to make HFS better, because I think it's great, and may be this can give the users another way to handle unicode files. I hope this helps...

815
Вы пробовали перезагрузки HFS?
(Have you tried restarting HFS?)


(Я использую Google Переводчик)
(I'm using Google Translator)

816
Programmers corner / Re: Possible Unicode workaround to HFS 2.xx...
« on: May 15, 2014, 06:16:44 AM »
Well, in that case, my idea may work. I've discovered that some servers send the file name, after the download has started. So, I thought that this can solve the "unicode problem" once and for good.

For example, you may add an option (to users with unicode problems), to generate and use generic URLs, instead of using URLs with the file name embedded. For example:

Code: [Select]
Instead of this:
http://myserver.com/folder1/folder2/file123.rar
http://myserver.com/folder52/folder62/file123.rar

Give something like:
http://myserver.com/download/333445289345343 (some random number)
http://myserver.com/download/845600032348881 (some random number)

...and when the download starts, send the real file name (file123.rar)

I've seen this in a lot of servers. For example, when you download a subtitle from addic7ed.com, this is exactly what happens.


Here is the addic7ed.com example.
The URL was:
Code: [Select]
http://addic7ed.com/original/88150/1and when the download has started, it automatically sends
the real file name: "Chicago PD - 01x14 - The Docks.LOL.English.HI.C.orig.Addic7ed.com.srt"

Check the log of my FlashGet:
Code: [Select]
Thu May 15 03:05:15 2014 Conectando www.addic7ed.com:80
Thu May 15 03:05:15 2014 Conectando www.addic7ed.com [IP=94.23.9.195:80]
Thu May 15 03:05:16 2014 Conectado
Thu May 15 03:05:16 2014 GET /original/88150/1 HTTP/1.1
Thu May 15 03:05:16 2014 Host: www.addic7ed.com
Thu May 15 03:05:16 2014 Accept: */*
Thu May 15 03:05:16 2014 Referer: http://www.addic7ed.com/serie/Chicago_PD/1/14/The_Docks
Thu May 15 03:05:16 2014 User-Agent: Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.17...
Thu May 15 03:05:16 2014 Pragma: no-cache
Thu May 15 03:05:16 2014 Cache-Control: no-cache
Thu May 15 03:05:16 2014 Connection: close
Thu May 15 03:05:17 2014 HTTP/1.1 200 OK
Thu May 15 03:05:17 2014 Server: nginx
Thu May 15 03:05:17 2014 Date: Thu, 15 May 2014 06:05:12 GMT
Thu May 15 03:05:17 2014 Content-Type: text/srt; charset=
Thu May 15 03:05:17 2014 Transfer-Encoding: chunked
Thu May 15 03:05:17 2014 Connection: close
Thu May 15 03:05:17 2014 X-Powered-By: PHP/5.3.3
Thu May 15 03:05:17 2014 Set-Cookie: PHPSESSID=2qg3b7dgpipjptfeknpsmq0br7; path=/
Thu May 15 03:05:17 2014 Expires: Thu, 19 Nov 1981 08:52:00 GMT
Thu May 15 03:05:17 2014 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Thu May 15 03:05:17 2014 Pragma: no-cache
Thu May 15 03:05:17 2014 Content-Disposition: attachment; filename="Chicago PD - 01x14 - The Docks.LOL.English.HI.C.orig.Addic7ed.com.srt"
Thu May 15 03:05:17 2014 ¡Empezando a recibir datos!

These are the important lines:
Thu May 15 03:05:16 2014 GET /original/88150/1 HTTP/1.1
Thu May 15 03:05:17 2014 Content-Disposition: attachment; filename="Chicago PD - 01x14 - The Docks.LOL.English.HI.C.orig.Addic7ed.com.srt"


If you need another example to analyze, just ask me.

Do you think this can fix the problem and make HFS unicode compatible?... :)
(I'm just trying to help)

817
Programmers corner / Possible Unicode workaround to HFS 2.xx...
« on: May 12, 2014, 06:58:48 AM »
I think I may have a "workaround" to somehow solve this Unicode problem. I have the idea in my mind, but it's hard to explain, but I'll try my best. I will need direct interaction of Rejetto. First, I need to know some internal things about HFS. So, this is my first question:

- Is HFS able to internally "read" any file with unicode characters?. When I say "read", I mean read the file at low level, no matter the file name.

818
Yes, what rejetto said is the best option. Real folders are best for "dynamic" content, whereas virtual folders are more suitable for "static" content. Nevertheless, what bmartino1 said may work fine, but it's unnecessary if you use real folders.

rejetto: May be you can add an option to refresh the VFS content. Something like "Refresh VFS every X time", where anyone can set the amount of time in minutes it refresh the VFS. Well, I know you are busy and has no time, but it's just an idea...  ;)

819
Pусский / Re: Русская локализация HFS
« on: May 05, 2014, 02:20:57 AM »
Спасибо! :) Планируете ли вы выпустить исходный код?

Кажется, не было почти никаких русских здесь... Сожалению если мой русский оставляет желать лучшего (я использую Google Переводчик). :-[

820
You may need to save HFS's settings to a file (.ini) first, and put those two instances of HFS in different folders. Keep in touch if you need more help.

821
Beta / Re: Testing build #286
« on: April 28, 2014, 10:06:58 AM »
When i search, i'm unable to find the (HFS_286b_SSL) version 2.3.286.2 french version.
Here you go...  ;)

As far I know, this is the latest version released by SilentPliz.

822
Français / Re: Problème stunnel avec Windows 8 solution
« on: April 28, 2014, 09:56:13 AM »
I've made a post on this already, you need Microsoft runtime environment ( Visual C++ 2008 Redistributables / Visual C++ 2010 Redistributables, etc...) which is an update, you will need to also  install/reinstall openssh and possible (backup your config) reinstall stunnel.
Merci, je vais examiner plus tard. / Thank you, I will check that later.

823
Programmers corner / Re: Source Code: HFS v2.3a Build#289 Stable
« on: April 28, 2014, 09:50:40 AM »
Thank you... :)

824
So your assumption that buying a domain replaces dynamic dns service is completely wrong.
I'm afraid I'm not completely wrong. DynDNS's offered service is VERY simple, and it's completely overrated (and pricey). I'm not an DNS expert, but let me explain what I know...

1.- You can buy a domain, and then configure a "A record" with your IP address. If your IP is fixed, you are ready to go. If your IP changes, you need to change that "A record" EVERY time you have a new IP address. DynDNS does that, and it gives you a subdomain.

2.- So, instead of configuring a "A record", you can configure a CNAME Record, with "xxxxxxx.dyndns.org" (which points to your dynamic IP), and you are ready to go. Your website will be always online, without you need configure anything more. So, as you can see, DynDNS service is VERY simple. It's not rocket science. And the most important thing: THERE ARE Domain Registrars that offers this service for free.

As I've said, THERE ARE "Domain Registrars" (like GoDaddy), that offer "Dynamic DNS" service (like DynDNS.org) for free, when you buy a domain with them, all for half the price of DynDNS.org. What this means? It means you own a domain, plus having the same Dynamic DNS service as DynDNS.org, for much less than $25 USD/year!

Here a list of them:
Code: [Select]
http://www.sitelutions.com/info/slregistrar > Domains at $10.95 USD/year
http://www.namecheap.com/domains/freedns.aspx > Domains at $11.98 USD/year
http://www.dnsexit.com/Direct.sv?cmd=register > Domains at $12.95 USD/year
http://www.dynu.com/Default.aspx?page=checkoutregistrar > Domains at $15 USD/year

If you want more info, you can read these documents:
Code: [Select]
http://gnudip2.sourceforge.net/gnudip-www/latest/gnudip/html/owndomain.html
http://help.dnsmadeeasy.com/spry_menu/cname-record/

As you can see, DynDNS.org should cost $10 USD maximum!

825
Bug reports / Re: login in Chrome
« on: April 25, 2014, 03:50:54 AM »
That's right. You must clear your browsing data, empty the caches and remove cookies. If you need more instructions, have a look here:

Code: [Select]
http://www.pcworld.com/article/242939/how_to_delete_cookies.html
http://email.about.com/od/clearprivatebrowserdata/qt/Clear_Private_Data_Empty_Caches_and_Remove_Cookies_in_Chrome.htm

Pages: 1 ... 53 54 55 56