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 ... 52 53 54 55 56
796
FHFS / Re: FHFS v2.1.0 - First impressions...
« on: July 29, 2014, 06:48:23 PM »
@raybob: Great! Point 1 it's the most important, and Point 2 may be solved using a local mail server. Point 3 it's not so important. Thank you. ;)

@bmartino1: It's OK, don't worry. Anyway, I never said anything about the "FTP Server" part (my post was about general things about FHFS).

If anybody read this (and has the enough knowledge), can collaborate and help raybob to solve Point 2 and 3.

797
HFS ~ HTTP File Server / Adding Remote Upload to HFS...
« on: July 20, 2014, 11:54:17 PM »
I'm always thinking new features that can be great for HFS. Like this one...

Remote URL upload: Upload files from remote servers directly to your HFS server.

Imagine you are on a mobile connection (or on the road), and someone has a file in his HFS server (or anywhere), and you want to upload it directly to your HSF server. Imagine you have a direct link that you know it will expire in a few hours, and you want to upload it to your server directly. All this can be done using Remote URL upload. Obviously this, like any other feature, can be disabled or password protected (and may come disabled by default). I think you know how this works. It's like "interconnecting" servers, a very cool feature. I think it may be easy to implement it, since it's not exactly about uploading a file. It's more about downloading a file, since your server will be downloading a file from a remote location and saving it in a local "shared" folder. And voila!...

Again, this is only a suggestion, not a request. There is no pressure at all, not obligation or whatever. My only wish is to put my "two cents" in this proyect, at least giving ideas. :)

In case you add this, it will be usefull to have an option to know the free space available in the server (or set a limit). Hope you like it!

Greetings!
Leo.

798
Thank you for sharing all this. I'm barely having free time to build/compile HFS, but one day I promise I'll be testing all this.
Greetings! :)
Leo.

799
HFS ~ HTTP File Server / Re: icon images don't load - 503 error?
« on: July 20, 2014, 11:34:26 PM »
That's right. If your website has a lot of (small) images, you may use "sprites". Search in Google this: CSS Image Sprites. So, for example, instead of loading five small images you only load one bigger image. This makes your website load faster, since you don't need to make so many requests to your server.
Good luck! ;)

800
Cпасибо / Spasibo... :)

801
Everything else / Re: Sanity?
« on: July 20, 2014, 09:38:32 PM »
WOW, nice find! :D The best part: Sanity is a free software, opensource, released under GNU Public License version 3. I mean, for handling calls & SMS I don't trust closed software (for privacy matters).

One suggestion (if the programmer is reading this): add a basic "IVR" option (with a custom voicemail), and this will be just PERFECT!. What's IVR? It's an interactive voice menu, but it's not so hard to implement it, since it's only a recording (that the user needs to record), asking callers to enter an "extension" number. If that extension number matches, the phone would ring. This can be applied to all numbers, or only to numbers that are not in our phone book. For example: "Hello, this is John's phone!, if you know the extension number, please enter it after the beep, or press 9 to leave a message.". For the voicemail, the message is saved in MP3, so you don't have to use you carrier voicemail. Just PERFECT!

If you need more explanations, just ask.
I will test it, in a few days...
Thanks for sharing! ;)

802
FHFS / Re: FHFS v2.1.0 - First impressions...
« on: July 20, 2014, 09:18:42 PM »
Nobody interested on this?... :-\

raybob? bmartino1? what do you think about it?...
Will FHFS have those things fixed on the next version 2.1.x?

Any thoughts?!... ???

803
Oh!, I would love to help you, but I don't know PHP. I just hope you don't drop support for Windows XP SP3 like anyone seems to do nowadays. And I would like to see just one more update to FHFS 2.1.x, before you start with a brand new code in FHFS 3.x. For example, updating OpenSSL to fix the Heartbleed Bug, and some minor fixes you find in this thread here.
I hope it's not too late for that. :)
Greetings!
Leo.

804
FHFS / FHFS v2.1.0 - First impressions...
« on: July 03, 2014, 08:16:17 AM »
OK! I've installed FHFS today (for the first time), and it looks totally great, and it's loaded with features (I really like it). But on my own testings, I did found things that must be changed or fixed. One thing is the fact that FHFS can't be used on LAN environments (without internet access). The installation doesn't even work without an internet connection.

So, I would like to make some suggestions for the next version 2.1.x you may release (listed in order of importance):

1) Making FHFS totally functional without making use of internet at all (for example, installation doesn't work without being connected to internet, so FHFS can't be used on LAN networks without internet access). It needs to load some files from Google (jquery.min.js), and I really don't like that (for privacy issues). I will post the link of those files at the final of this post. It also pings or loads something from filezilla-project.org (I don't know what, but I would like to have this disabled/removed too).

2) Adding an option to disable the "email" option totally, even from the installer (127.0.0.1/~installer) allowing to use accounts only with an Username and Password. And that for everyone: users and even the admin. This would make it easier to use on private LAN configurations. And since I know email is needed to password recovery, that can be easily replaced with a security question that needs to be set when an account is created. So, instead of asking for an email, it may ask for a Security Question and Security Answer (like any email provider does).

3) I don't see anywhere an option to change Admin's Username (once it was set). And if this is solved, FHFS may come preconfigured with a standard user and pass, that the user HAS TO CHANGE it later (I know that would make it less secure, but it will make it easier for new users). In that case, it may ask something like this: "Do you want to configure your admin account now (recommended), or use a preconfigured account (for testings)?". But this is not so important.

All the rest, went fine (I had some errors that I may report later if it continues, but none of them seems important). I see that FHFS has too much dependencies to my own taste (libraries that needs to be installed), but I know FHFS needs them all to run, so, that's not a big problem.

The links to Google are...
Code: [Select]
https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js
https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.24/jquery-ui.min.js
https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.24/themes/base/jquery-ui.css

Well, I know you are working in a new version, but I would love to see at least some last version with all these things fixed. There is no hurry, and I would like to make these changes by myself, but I don't have the enough knowledge, or don't know what files need to edit.

Thank you for your amazing work RayBob!. :)
Leo.

805
Bug reports / Re: If password on file, download stops
« on: June 28, 2014, 04:20:19 AM »
Mmmm... try clearing your browser's cache, and try again.
That may solve your problem. :)

806
router & port problems / Re: HFS have GET command but don't respond
« on: June 28, 2014, 04:13:53 AM »
I'm surprised you didn't solve it yet. ???

Go to Start > Run > and type "cmd". Then run this "ipconfig /all". Copy and paste all the information on screen here, so we can see your network configuration. Anyway, I think your problem it's not directly related to HFS, so it may be best to look in another forum (specialized on networking), IMHO. ;)

807
HFS ~ HTTP File Server / Re: From Russia With Hate
« on: June 28, 2014, 03:11:01 AM »
He probably thinks it's ticking me off, but he doesn't know me. Things that fight against me, only fuel my passion, lol. :D
That's right, don't give up (let's punch those DoS!). 8)

This make me think if it's possible to run HFS behind a proxy or TOR, to hide your own IP address and avoid DoS attacks. Is it possible?...

808
router & port problems / Re: HFS have GET command but don't respond
« on: June 17, 2014, 08:14:18 AM »
If you have your firewall disabled, and you have chosen another IP from the list, I'm out of ideas.

I will search on Google about IP Binding, but don't know if it will be of any help. Make sure you are running HFS as administrator.

Good luck... ;)

809
router & port problems / Re: HFS have GET command but don't respond
« on: June 17, 2014, 08:01:08 AM »
Well, we are getting closer to the problem. So your another computer (192.168.173.16) access the server through a WLAN (Virtual WiFi Hotspot).

Please go to "Menu > IP address" and post a screenshot of that sub-menu.

May be you have to choose another IP address from there...
May be you have to choose the IP of your Virtual WiFi Hotspot...

810
router & port problems / Re: HFS have GET command but don't respond
« on: June 17, 2014, 07:39:21 AM »
Looking at your screenshot, it looks like you are working on a LAN, right? You want to access your server files (192.168.173.1) from another computer (192.168.173.16) on your own house, right?. Have you configured your firewall?

So, I have used Windows 7 OS.
I have used this method to create hot spot on my Windows 7 OS:
netsh wlan set hostednetwork mode=allow ssid="MyHomeInternet" key="pass12345678" keyUsage=persistent
So, your IP 192.168.173.16 is not another device?
You have a Virtual WiFi Hotspot, right?....

Pages: 1 ... 52 53 54 55 56