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

Pages: 1
1
Bug reports / OT: donating bug
« on: November 12, 2007, 08:52:30 PM »
This not very good place to write this, but there is no link on donate picture in main site. So is quite hard to donate (of course, i'll do that using button in the right, but some folk may not know this)

2
HFS ~ HTTP File Server / Re: Feature Request: Password generating logic.
« on: November 01, 2007, 09:44:44 AM »
But these account data are encoded... How do I decode it? Is there any info on this topic?

3
HFS ~ HTTP File Server / Re: accounts in the VFS instead of INI
« on: October 24, 2007, 09:39:46 PM »
user accounts are saving in ini file

Could anyone explain how to save user accounts in .ini file and to make and to make, that HFS would read this file?

4
HFS ~ HTTP File Server / Re: Feature Request: Password generating logic.
« on: October 24, 2007, 09:35:50 PM »
I really don't know, how to this:

  • Make a difftemplate for that folder that will display only the first file that was never downloaded
  • you could make the passwords expire, creating separate logfiles for the users

Also I should create some accounts at first in HFS ?

5
HFS ~ HTTP File Server / Re: Feature Request: Password generating logic.
« on: October 24, 2007, 10:00:03 AM »
I really accept opinion, that without "user groups" it's quite useless.

6
HFS ~ HTTP File Server / Re: Feature Request: Password generating logic.
« on: October 24, 2007, 07:30:14 AM »
This feature is not useless, and I'm already making some profit from it: 
I host some files using HFS, users can send SMS, after that they get account password and access to the content.

The main disadvantage is, that all users are getting the same username and the same password.

It's also a big disadvantage for HFS - any user can post his username and password anythere and all other users will get access to your content.

7
HFS ~ HTTP File Server / Feature Request: Password generating logic.
« on: October 01, 2007, 12:02:18 PM »
Could password generating logic be implemented?

This should let site admins to implement 3rd party registration, identify users and so on.  For example if username is USER, somewhere in HFS options you just enter secret code SECRET_CODE and maybe some password generating logic like: md5(%user . %secret_code) and user automatically gets a password like md5(USER . SECRET_CODE)).


8
HFS ~ HTTP File Server / Feature request: simple markup language
« on: May 29, 2007, 08:49:01 AM »
I think a lot of us need simple language in HFS. it would be great featue to implement some tags like {if}, {switch} and so on. Even these two could make a great job! I know, that I can use Javascript, but Javascript is only client side, takes a lot of bandwith and has al lot of disadvantages...

I hope you understood what I am saying...

9
HFS ~ HTTP File Server / Re: how to check is HFS online using php?
« on: February 27, 2007, 05:03:58 PM »
Code: [Select]
<?php
if(fsockopen('ledufe.no-ip.info'2222$errno$errstr5) !== false)
{
      echo 
'HFS' " Online!";
}
else
{
      echo 
'HFS' " Offline!";
}
?>


This works- thank you very much - this is what I needed!
Just I think better to use @fsockopen instead of fsockopen (I've got a warning message using it).

10
HFS ~ HTTP File Server / Re: how to check is HFS online using php?
« on: February 27, 2007, 04:57:50 PM »
rejeto well understood the problem and ledufe gave an answer - I'll try it.
Yes, I have second server. But I didn't suceeded writing my own php script.

I'll writte after the try

11
HFS ~ HTTP File Server / how to check is HFS online using php?
« on: February 26, 2007, 09:52:25 PM »
My hfs site is not always online.
Is it possible to create like a gateway page like www.parent.com, where from I could simplye redirect to my hfs site if it is online and simply give a message like "visit later. page is offline temporary".

Or is it any other smart solution to that?

Pages: 1