Recent content by enricodias4654

  1. E

    Increase Time Login

    Actually this won't make the desired effect because of the way php handles session.
  2. E

    http downloads in https website

    I'm not sure, but some browsers may show a warning to the visitor if you try to start an http download from an https source.
  3. E

    CentOS 7 Crontab with success

    Because they will run with root permissions. A small mistake in the code when deleting a file could delete something important in your server and a security breach on those files can give someone root access yo your server. Website scripts should never run using the root user.
  4. E

    CentOS 7 Crontab with success

    You should not run those scripts using the root user.
  5. E

    Disable public folder view on front-end only

    It's not an option, you need to code it yourself. You need to have a minimum knowledge fo php to do so.
  6. E

    Disable public folder view on front-end only

    You can easily change it to use random shoturls just like the files.
  7. E

    Disable public folder view on front-end only

    Unless you are using sequential numbers for the folder names, brute force the url is not an option.
  8. E

    Disable the option "Access Password" via Admin for all members

    Just hide the option from the html interface.
  9. E

    Disable the option "File Privacy" at member area and force the admin setting

    Just hide this option from the html interface and they will be unable to change it.
  10. E

    Enable Premium Only Downloads

    Search the forum, this has been proposed before and I replied with instructions on how to make this modification.
  11. E

    Improve the trash at filemanager

    It's not useless, it's there to keep the file stats in the database. And you should alter your script to hide the logs in the database when the users delete files from the trash. Those logs could be handy.
  12. E

    Storage Option

    There is no such thing as "unlimited ftp storage". As soon as you start using too much space, your provider will cut you off.
  13. E

    Adding Users in a bulk

    By converting them manually in a sql query and importing it to your database.
  14. E

    Can we undelete deleted files?

    Final users cannot restore files from the trash folder. Admins can restore a files that were deleted in the last 24 hours, after that the files will be deleted from the hard drive.
  15. E

    Recommend Hosting Providers - Who do you use?

    No company will allow a file sharing script in a shared hosting plan. The script will consume too much server resources. Also, no serious file sharing site will use shared hosting.