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 ... 29 30 31 32 33 ... 56
451
Español / Re: Registros IP Publica con Cloudflare
« on: October 28, 2017, 04:52:09 AM »
Yo no se ingles, la unica seria traduccir por google, pero ya tengo una mala experiencia con un post que cree hace mucho tiempo, y se formo una gran polemica, debido a que no entendian bien lo que yo deseaba.....voy a tratar mas adelante a ver que pasa.
No te hagas drama y no tengas miedo, este es un foro 100% amigable, aqui nadie te va a expulsar o banear porque te equivoques con el inglés o por no expresarte bien en algo. Animo y cuando quieras puedes abrir el post en inglés, así seguro vas a obtener alguna ayuda (si es que aún la necesitas). Saludos...

452
Español / Re: Registros IP Publica con Cloudflare
« on: October 10, 2017, 09:05:13 AM »
Creo que usando macros, HFS debería poder extraer de las "cabeceras HTTP" la IP de los visitantes (si es que Cloudflare pasa esa información en los "HTTP headers").

De todas formas creo que eso solo sería útil para mostrar esas IPs en el "log" (registro) de HFS, y no para aplicar restricciones a tus visitantes.

Lamentablemente mi conocimiento sobre macros de HFS es muy limitado. Por eso lo ideal sería hacer esta pregunta la sección en inglés del foro y ahí seguro alguien que sepa más que yo en el tema "macros de HFS" te va a dar una mano.

Suerte! :)

453
Programmers corner / Re: code on GitHub
« on: October 09, 2017, 08:35:47 AM »
Nice work! :) I see you added Unicode support by compiling HFS using the latest Delphi, plus adding initial support to IPv6.

It would be nice if you publish a compiled .exe in your Github's releases section, so anyone could test and use your builds.

454
Thanks for stopping by to leave a comment. :)
I'm sure Rejetto appreciate your ideas.

455
Español / Re: Registros IP Publica con Cloudflare
« on: October 09, 2017, 07:46:34 AM »
Hola! disculpa por mi tardía respuesta. No utilizo Cloudflare por lo que no sabría decirte una respuesta exacta, pero quizás éste o éste otro artículo te ayude (o sino puedes encontrar más respuestas en ésta búsqueda de Google). Todos los artículos están en inglés, no encontré nada en español.

Según parece, Cloudflare agrega dos registros en las cabeceras HTTP ("HTTP header"), y son "CF-Connecting-IP:" y "X-Forwarded-For:", según puedes leer aquí. Ahora habría que buscar alguna forma de leer e incorporar esto a HFS. Cualquier avance sobre el tema, o si encuentras alguna solución, deja tu mensaje aquí asi le puede ser de utilidad a algún otro usuario en el futuro.

Suerte! :)

456
Français / Re: Recherche de la version française de HFS 2.3k
« on: July 13, 2017, 08:26:28 AM »
HFS 2.3e SSL 293i (Vendredi 19 Juin 2015) par SilentPliz

Téléchargements:
http://www97.zippyshare.com/v/K38OJnt1/file.html
https://www.4shared.com/rar/dlic4Pgrei/HFS_v23e_Build_293i_Stable_SSL.html

Code: [Select]
Fichier: HFS v2.3e Build #293i Stable SSL [19-06-2015].rar
 CRC-32: C6227120
    MD4: 2CA4820DE37F81A26BEFD81B40CE927F
    MD5: 78092439DE19E82AC3716E58E6C25821
  SHA-1: BDBEDE8D0260A1BE76F015EFA8E053CFD5BCFC90

À bientôt! ;)

457
HFS ~ HTTP File Server / Re: setting up SSL/STunnel + HFS
« on: June 27, 2017, 12:40:47 PM »
You can also start by looking at this thread: Portable sHFS (HFS via STunnel) + GUI de configuration. ;)

The user dmatter has reported, that this package still works if you update HFS and Stunnel to the latest version (HFS v2.3kB299 and Stunnel v5.41).

458
Programmers corner / Re: Translations to other languages
« on: June 26, 2017, 09:40:05 AM »
Currently, the only way to do this is modifying the source code (translating the strings directly there), and compiling again the program. It's not a very easy task (neither too difficult), since you need to have the compiler (Delphi), the additional components (listed on the source code), and there is no guarantees if something fails on compilation time (if you don't know that you are doing).

That's why, I've proposed Rejetto several times to add THIS crucial component, that would allow any end-user to easily translate HFS in any language, as simple as editing a text file and without to have to compile the program. Ask him the current status of adding this component... ;D ::)

459
HFS ~ HTTP File Server / Re: HFS with kodi to stream Movies
« on: June 06, 2017, 12:54:35 PM »
@DerProGamer2000: If you can post a screenshot (of your HFS server and the browser), it would be much easier to understand and see your your problem. :)

460
router & port problems / Re: Redirect from 80 (HTTP) to 443 (HTTPS)?
« on: June 05, 2017, 06:35:48 AM »
Is there any other option without JavaScript?
Probably using Macros, but I don't know if can be done. You can find another solution, here and also here.

461
router & port problems / Re: Redirect from 80 (HTTP) to 443 (HTTPS)?
« on: June 04, 2017, 11:06:53 AM »
I'm not familiar with SelfHost.de but you can try this code:
Quote
<html>

<head>
   <script language="JavaScript">
      if (window.location.href.indexOf('http://')==0)
        window.location=window.location.href.replace('http://','https://');
   </script>

</head>

<body>



</body>

</html>
Insert the code marked in red in the <head> section (source).

462
router & port problems / Re: Redirect from 80 (HTTP) to 443 (HTTPS)?
« on: June 04, 2017, 05:00:53 AM »
@eyespeak: I guess you own a domain, right?...
...or you are only using a DynDNS service (like No-IP)?

If you are using a domain, please say us what registrar are you using.
If you can give us more details, it would be more easy to help you. ;)

463
HFS ~ HTTP File Server / Re: Problem with update 2.3k
« on: June 03, 2017, 08:02:25 AM »
absurd. After trying it on Windows 7 (tested and working). Now I have tried again on Windows 10 and it works there too! how the hell possible? I have not touched anything in router configurations!
not that surprising. the "windows 10 creator update" is still a beta build. although, i'm not having issues with it at the moment. Microsft trying to do something like ubuntu and there long term release stuff.

What bmartino1 meant to say is about how Windows is now on an always 'Beta state', since Microsoft is now delivering continuous updates that change critical parts of the system (see 'continuous deployment'). This means, your system can be perfectly working today, and the next day something could be wrong, and the next day could be fixed again. Both Google Chrome and Mozilla Firefox, and most common Linux distributions use the term "Rapid Release Cycle development" for this. That's some kind of 'beta', even if they don't name it that way... :P ...unless you use a “Long Term Support” (LTS) release (which is similar to old 'Gold/Stable' versions). ;)

464
HFS ~ HTTP File Server / Re: New version: 2.3k
« on: June 03, 2017, 06:46:40 AM »
[upload completed] is invalid. Please test it

Maybe I didn't use it properly,if so,please tell me how to use it

thank you

I'm using vision 2.3k(299), Default html template,windows XP Local test
Can you post a screenshot? I can't figure out what's the issue...

465
HFS ~ HTTP File Server / Re: Problem with update 2.3k
« on: May 27, 2017, 01:48:26 PM »
This is very weird. ???

Do you have another PC or Tablet? try to access from them (and even better from another internet connection, to determine if it's your internal configuration or anything else). If this fails, try to access your server directly using your Public IP (and not using *.ddns.net).

If you access from your own PC (the same where HFS is installed), then use 127.0.0.1:5100 (or your port), and not your external Public IP or you No-IP *.ddns.net.

Pages: 1 ... 29 30 31 32 33 ... 56