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 ... 49 50 51 52 53 ... 56
751
router & port problems / Re: Routers & ports firewalls - Oh, my!
« on: April 18, 2015, 04:36:42 AM »
A "Download Accelerator" it's a "client" thing, not a "server" thing. You don't have to install a "Download Accelerator" in your server, it's "who" downloads files from you, that should install it.

I'm 90% sure this it's a ISP issue. "ISPs often employ deep packet inspection (DPI)", so, your SpeedTests will always have awesome speeds, but then, when you use a "bandwidth intensive application, such as a server, [your ISP] might limit, or throttle, the rate at which it accepts data" (explanation taken from Wikipedia). For example, Verizon (and other ISP), often do this.

Your best bet, it's trying another application, and see the results. You may try another HTTP server, or any other program, like FileZilla (FTP). Try sharing files over FTP using FileZilla, and see if it's working better.

Code: [Select]
https://filezilla-project.org/
http://en.wikipedia.org/wiki/Bandwidth_throttling#Application

752
HFS ~ HTTP File Server / Re: ICON transparant bacground bug
« on: April 17, 2015, 08:55:14 AM »
@SvenBent: Hmmm... I have to investigate this, but it seems it's only a detail. Anyway, how system Explorer.exe handles EXE icons (and his transparencies), it may be different to how HFS handle icons and his transparencies. As far I know, HFS converts icons in GIF files, so, in that conversion, the transparency may be lost! (in that case, it's a small esthetical bug).

Just to be sure, upload those two files somewhere (and post the links here), so Rejetto (or anyone else here), can see "your problem".



@bmartino1: I like all your hard work, I mean, I really like all the effort that you do! ...but it's somewhat "weird", how you do always choose the most complicated way (or path) to solve problems, hehehe. Just a joke, keep the good work... :) You do an amazing job here!

753
@taylor007: It's nice to see Dynu worked great.

@Anyone: Feel free to post any more information about Dynamic DNS service included, and offered by Domain Registrars.

754
router & port problems / Re: Routers & ports firewalls - Oh, my!
« on: April 17, 2015, 08:07:31 AM »
How about using some "Download Accelerator"? (like the good old "FlashGet", or if you are using Firefox, using the open source extension "DownThemAll!"). After seeing your screenshots, I think that should solve your problem. Just give it a try, and post here the results...

Code: [Select]
http://www.downthemall.net/
Good luck... ;)

755
HFS ~ HTTP File Server / Re: New version: 2.3e
« on: April 14, 2015, 08:40:58 AM »
Good to know. I didn't know "jquery.min.js" was included "inside" the HFS executable (I did found that file in the source code, but I thought it was there only as a backup). I was always downloading the file and editing the template. Thanks for the tip.

In that case, it would be great to have an option (in the HFS menu), to use it permanently, in case I always want to use the internal "jquery.min.js" (instead the online one). Something like: "Always use internal jQuery", or "Always use own hosted jQuery", etc. or something similar...

756
router & port problems / Re: Routers & ports firewalls - Oh, my!
« on: April 13, 2015, 06:16:23 AM »
I'm having a speed issue with those connecting to my http file server.
Version 2.3d
You may try to update HFS to v2.3e, and using another port, like 443 (even if you are no using SSL).

May be your ISP is throttling your internet connection too. You may take a test here:
Code: [Select]
http://www.howtogeek.com/165481/how-to-test-if-your-isp-is-throttling-your-internet-connection/

757
HFS ~ HTTP File Server / Re: New version: 2.3e
« on: April 13, 2015, 06:06:23 AM »
2.3e runs great, but sometimes my browser stuck at "waiting for code.jquery.com...", I guess it's because the CDN thing?
You are right! Frankly speaking, there is no point having "jQuery" hosted somewhere, when we are running a HTTP server.

It would be a good idea that Rejetto include this file in the next HFS release, so that not needed to be connected to internet (for example, when you run it on a local LAN without internet access). What do you think Rejetto?, would that be possible?... Thank you... ;)

(To make it easier for you, looking in the source code, there are references to jQuery, hosted online, in: default.tpl, hfs.tpl and login.tpl)

758
It's hard to understand what you're looking for, but if you call "application control links" to: "mailto://", "magnet:?xt=", etc., I don't see how this is related to HFS. Those links are used to call external applications (installed on your system, not on a server), and are called: "Custom URI" or "Protocol Handlers".

Registering a custom protocol handler, is more related to your browser or system (it's more a "client" thing), than to HFS (that's a "server"). Even if you add this feature to HFS, none of your visitors will have any benefit.

Why do you want that feature?...
What do you have in mind?...

Code: [Select]
http://en.wikipedia.org/wiki/URI_scheme
http://en.wikipedia.org/wiki/Magnet_URI_scheme
http://blogs.msdn.com/b/noahc/archive/2006/10/19/register-a-custom-url-protocol-handler.aspx

759
look for disabled... Silent Plz has already done this...:
; Disable support for insecure SSLv2 protocol.
options = NO_SSLv2
; Disable support for insecure SSLv3 protocol.
options = NO_SSLv3
Nice find!, I didn't notice it. ;)

760
Everything else / Re: Google code shutting down
« on: March 14, 2015, 07:50:00 AM »
This is not a surprise for me at all! They did the same with Google Wave, and they killed Gizmo5. And with GrandCentral was merged with Google Voice. And the same was with Google Reader (RSS). So, I'm tired of see big companies shitting shutting down services. If were for them, they would discontinue GMail too (and all just to promote Google+). Just for now, Google Search and GMail are safe... ::)

If you are curious, the list of discontinued Google services, continues here...
http://en.wikipedia.org/wiki/Category:Discontinued_Google_services

About Google Code, is not a big loss. We still have GitHub, Bitbucket, SourceForge, etc.

761
Talking about security and vulnerabilities, how about this?:

POODLE - An SSL 3.0 Vulnerability (CVE-2014-3566)

Code: [Select]
http://en.wikipedia.org/wiki/POODLE
https://www.us-cert.gov/ncas/alerts/TA14-290A
https://securityblog.redhat.com/2014/10/15/poodle-a-ssl3-vulnerability-cve-2014-3566/
https://community.qualys.com/blogs/securitylabs/2014/10/15/ssl-3-is-dead-killed-by-the-poodle-attack

I'm not on technical details about this (I'm not an expert at all about this!), but I was wondering if "HFS 2.3d SSL 292f" is using SSL v3.0 (which is vulnerable) or TLS (which is not vulnerable) by default?...

According to this vulnerability, we should disable (not necessarily remove) SSL, and use TLS by default. Is that possible?...

762
HTML & templates / Re: mp3 streamer
« on: March 07, 2015, 05:43:15 AM »

763
Pусский / Re: HFS + P2P?
« on: March 01, 2015, 09:33:07 PM »
rosner: Try to run HFS on port 443 or 80 (not 8080!). The problem is that your ISP is giving you a private IP, and not a public IP. Generally, a private IP comes with closed ports (firewalled). You may try pagekite.net, which is something perfect for this problem.

764
I don't think a captcha could be of any help here, so, I think this must be implemented internally on HFS (if it was not implemented already). I don't see another option.

765
HFS ~ HTTP File Server / Re: favicon HFS ?
« on: January 10, 2015, 08:38:16 AM »
Alguem pode me ajudar a alterar o favicon?
Use a favicon editor, or any icon editor, like these:
http://favicon-generator.org/editor/
http://www.degraeve.com/favicon/

Pages: 1 ... 49 50 51 52 53 ... 56