Search results

  1. E

    changes file name to generated hash when download starts

    As I said, check the http headers sent by your script. The real file name should be in those headers.
  2. E

    [Theme request] From PSD to Code!

    You should post a jpg of your layout here. No one will (or should) give you a quote without seen the layout first. And create a layout in html/css is still a designer job.
  3. E

    changes file name to generated hash when download starts

    Your download manager is probably ignoring (or not receiving) the http header that tells the real file name.
  4. E

    Prevent direct linking?

    You can make the downloads work only with a single ip, but it will cause problems. Tokens have a short lifetime and you can make it even shorter. This will make any direct link become invalid after some hours. You can also log how many ips used tokens for each account and block users for...
  5. E

    How can I transfer data from 4 file servers to 2 file server?

    The fastest way is to transfer manually with rsync and change the serverId of the files in the database.
  6. E

    Better error url

    Getting error messages from the url is one of the worst things I saw when I started editing this script. It really remembers me the XGH process (https://gist.github.com/banaslee/4147370).
  7. E

    Admin section - show uploads

    Showing the current remote uploads would also be nice.
  8. E

    Folder url hash

    I don't know how they did it on the 4.3 but in the topic https://forum.mfscripts.com/viewtopic.php?f=20&t=2384 I wrote a step by step guide on how to implement hashes on folders the same way the script do with files.
  9. E

    Mix plan for Rewards plugin

    All you need to implement this is here: https://forum.mfscripts.com/viewtopic.php?f=13&t=2299&p=8299
  10. E

    videojs tracking time

    This is related: https://forum.mfscripts.com/viewtopic.php?f=13&t=2514
  11. E

    Rewards PPS cancelled users

    First of all, do you know that tiny fee that credit cards charge for protecting against fraud? I don't know if this is a thing in all countries, but it is here. If the credit card owner doesn't pay this fee (by choice) he can't complain and will not generate any chargeback. At least that's what...
  12. E

    4.3 disable uploads

    I did, a long time ago in one of my topics here.
  13. E

    4.3 disable uploads

    This also happens in the 4.2 and 4.1. It's also possible to use the remote upload to use more space than the allowed in the 4.2.
  14. E

    Rewards PPS cancelled users

    If you start charging your uploaders on each chargeback, they will move to another host. I think it's your responsibility to do a fraud check the same way payment gateways do.
  15. E

    Cusstomizable URL's

    I added "/" as the file extensions in the db and edited many files. I've also found some files using the html extension directly. The structure of my script is completely different now. I have a prefix to files and folders, a special way to call plugins and templates and many other changes.
  16. E

    Cusstomizable URL's

    You can´t do it with htaccess only. You need to add "/" as a file extension in the db and edit many files in the script.
  17. E

    Cron Jobs

    What do you mean with "the best"?
  18. E

    Cusstomizable URL's

    I have suggested this few months ago. If you use words like "plugins" on your urls, everybody will think you just bought a script.