Jump to content
[MUST READ] Forum Rules ×

InfinityFree

Senior Members
  • Posts

    151
  • Joined

  • Last visited

  • Days Won

    10

Posts posted by InfinityFree

  1. Anyways, the point I was trying to make is that a free service generally is not free. Free hosting is not free, there are real servers with real software maintained by real people, all of which cost money. With free hosting, it's paid for by paying customers (who choose to upgrade, just like the Let's Encrypt sponsors choose to donate) and advertisers. If there are no advertisers and no-one upgrades, the free hosting cannot exist.

    So to the point of "why put a price tag on something that's free", it's because free hosting and free SSL certificates are not free, it's paid for by the people who upgrade. Someone needs to pay for it, and iFastNet has chosen that the people who want to use Let's Encrypt certificates need to pay for it.

  2. On 8/15/2017 at 3:08 PM, DeluxeHost said:

    That's different @InfinityFree You can decide to be a sponsor to Let's Encrypt its not required. While the person who gave the pen away either had to pay for it or steal it. Also for the friend that got the pen it was free for them. Because that didn't pay a penny.

    People pay for Let's Encrypt. Whether you as an individual choose to pay does not affect your ability to use the service (which makes it different from the pen example), but Let's Encrypt is paid for nonetheless. If none of the sponsors would pay for Let's Encrypt, it could not exist. Ergo, it's not free.

  3. 15 hours ago, DeluxeHost said:

    Sponsors decide to give Let's Encrypt funds. But technically it is not required. Let's Encrypt is 100% FREE. Now if you decide to donate that is a different matter. If you wanna donate it does not mean Let's Encrypt is not free. Because donating is a choice not a requirement. So my point is if a service is 100% free then it would really hurt to have it on the free plan. And actually since Let's Encrypt is only in paid plans technically you are paying for it even though it's free. @InfinityFree

    If your friend buys a pen and gives it to you, it's not a free pen. Your friend paid for it, so the pen is definitely not free. You got the pen for free, but the pen itself is not free.

    Let's Encrypt is not free. Sponsors paid for it so you don't have to. You get the certificates for free, but the certificates themselves are not free.

  4. On 7/14/2017 at 2:24 AM, Wondering said:

    Which makes no sense. Let's Encrypt provides free SSL certs to web hosts (not taking to account that you can donate money to them)

     

    So this really puzzles me to be honest. Why put a price on something that is free?

     

    Where do you see a price being put on Let's Encrypt. You get a service completely for free with some restrictions, but complain when the restrictions restrict something you wouldn't have to pay for separately otherwise. You don't upgrade just to get Let's Encrypt, you upgrade to get many benefits.

    Hosting is not free, even though you get it for free. Even Let's Encrypt is not completely free, it's funded by sponsors so you can get the certificates without payment.

     

  5. On 8/11/2017 at 6:21 PM, Dog2puppy said:

    What would the best way to see the comments? Something like a var_dump() but it would need to be stored so you could go in and see the result. 

    On InfinityFree.net, I store the full comment when it arrives and I extract data from it to determine what kind of suspension it is at runtime. That logic is probably one of the most changed things in my system, so keeping the raw data is highly recommended.

  6. It's currently possible to set CNAME and MX records for domain names on free hosting. For a basic website, these settings are enough. However, many external services expect you to configure TXT records as well. Email service providers demand you configure SPF and DKIM (which are TXT records) and certain domain validations (like Google Webmasters) prefer TXT records as well.

    I think TXT records would be a very useful addition to free hosting accounts.

  7. First of all, I don't answer PMs like that. I'm happy to engage in public discussion, but I don't give personal support in coding.

    Whenever an account status changes, that URL is called with three post variables: 'username', 'status' and 'comments'. The username is the FTP username (like host_123456789), the status can be ACTIVATE, DELETE, SUSPENDED or REACTIVATE and the comments contain additional information. You can use that information to keep the known account status updated.

  8. On 6/14/2017 at 8:40 PM, Admin said:

    you'd need to 'beg' infinityfree / profreehost for this, however I'd guess as they have spent 'their' time developing this script they would not give it away for free

    Please don't. No amount of begging is going to convince us to publish our competitive edge for free. We spent a lot of time and effort into building our system and we have no incentive to give it away for free (at least for now).

    On 6/14/2017 at 10:44 PM, Subhendu said:

    I am ready to pay them........

    If you want to make a meaningful offer (i.e. not something ridiculous like $5), feel free to drop an email at support [at] xvhost [dot] com.

    On 6/15/2017 at 5:32 AM, Ulti said:

    Why? It is released on GitHub, for free. They even mentioned the link in the start of the topic. But here you go anyway: https://github.com/HansAdema/mofh-client

    The API client is a useful tool to help you build your own client area, but it's not yet a client area. If you're a PHP programmer, it can be useful. If not, it's useless.

  9. 20 hours ago, BSthuliwal said:

    I had tried whmcs and got a huge success its working well but the problem is that it does not create "prefix_username" username and there is auto login error. Anyone help me with this.

    Are you using this API client in WHMCS?

  10. 1 hour ago, einet said:

    How could it be used to create the panel of clients since the hosting where we are not have composer and install this script is necessary I was trying to do but it is necessary this bookstore some idea? And I congratulate you for your project to see and it is quite comfortable :)

    Composer is just a PHP script used to download other PHP scripts. As long as you can execute PHP commands, you can use Composer. And if the server doesn't support that, you can just upload the downloaded dependencies.

    As for how to turn it into a client area... well... just start learning programming first.

  11. One of my users moved from free hosting to another server and the website broke immediately. The reason for this was that the script was built on the outdated ext/mysql library for PHP, rather than the superior mysqli or PDO libraries. The new server ran PHP 7.0, for which the mysql_* functions have been removed.

    However, when I checked, the free account was using PHP 7.0 too. How is that possible? mysql_* is not supposed to work on PHP 7.0! So why do they?

×
×
  • Create New...