Search results

  1. E

    Weird warnings in the ys system log

    Files created by the script are created by the user who runs apache. This user can edit the files regardless of the chmod. Note that in some servers the cronjob may run with a different user and in those cases your script should create files and folders with chmod 777 to prevent errors in the cron.
  2. E

    xsendfile or xAccelRedirect and the downloads page

    You should also remember that using xsendfile people can start downloads and don't finish them just to earn rewards from the rewards plugin. I've been running a leech build by mysql since 2011 and started running yetishare 1 month ago without xsendfile on the same servers. Ys consumes a lot of...
  3. E

    Forum Notifications?

    I don't receive those messages. I never did.
  4. E

    end to end encryption

    The idea behind mega was not being able to remove ilegal files since they would not have the keys to decrypt the files. The file needs to be downloaded into memory. If you have a 8gb file your browser will use 8gb ram and you can't close your browser and resume the download latter. Normal file...
  5. E

    Suggestion of improvement next update

    For the 6, I just installed yourls on another domain. It took about 10 lines of code to integrate it with ys.
  6. E

    end to end encryption

    There are several issues with this idea. - It wont prevent ilegal filesharing since the keys are shared with the links. - The browser will need to download the entire file in memory to decrypt. - Normal download managers will not support your links.
  7. E

    Keeping files in the database

    Hello. Companies in some counties have to keep logs for a specific amount of time (in mine is 6 months). In yetishare when a user empties his trash folder the script removes all files and all it's logs from the database. This issue is solved by adding a new file status to hide deleted files...
  8. E

    YetiShare v4.3 Beta Bug Tracker

    Downloads and uploads doesn't need much cpu time, it is an I/O bound process (but the md5_file part is cpu bound). Media conversion is a CPU bound process and should not disturb the downloads and uploads. The best way is to use as many cpus as you can to convert media.
  9. E

    YetiShare v4.3 Beta Bug Tracker

    Unfortunately my support expired some time ago and I can't see the modifications in the source code. I have already coded almost all of those modifications on my own so it's not a good deal to renew the support in this moment. I saw the new folder menu in the demo. Unfortunately the drag and...
  10. E

    Error : Database Table Sessions - YS Challenge

    Forget my last post, I just read in the blog today: "Reduced the amount of data stored in each session from (up to) 65k to just over 1k."
  11. E

    Error : Database Table Sessions - YS Challenge

    So instead of fixing the issue of useless data being written in the session you just prevented the creation of sessions for most visitors and decreased the session lifetime?
  12. E

    Mirror website

    To park a domain on another is to make both domains use the same files in the hosting account. Doing this and modifying some variables in the code you can get a copy of your site in another domain without duplicate the files. The variables that must be changed are variables and constants...
  13. E

    Error : Database Table Sessions - YS Challenge

    http://forum.mfscripts.com/viewtopic.php?f=20&t=801
  14. E

    Error : failed to delete file cache for plugins

    Many parts of the script were not made to work with direct file servers. I pointed some errors in other posts such as urls sent with the remote upload feature are always sent to the main server and not to the direct servers.
  15. E

    Mirror website

    You could park the domain dehost.com on top of host.com and change some parts of the code in order to identify which domain the user is using and alter some variables such as site name, page titles and etc.
  16. E

    Issue with mime types and extensions

    I just noticed that the file name error does not happen every time. The uploader class try to get the file name from the header but it does not work all times. I noticed this problem on file names with space. Btw, you don't need to make another curl request to get this data (as seen in the...
  17. E

    site description and Keywords

    All of them. Each file has the constants PAGE_NAME, PAGE_DESCRIPTION and PAGE_KEYWORDS.
  18. E

    site description and Keywords

    You need to edit the constants on each template file.
  19. E

    Issue with mime types and extensions

    Hello. I found some issues about how the script get the file mime type and extension: 1) finfo may not return the correct mime type for all files. For an mkv file I got application/octet-stream; charset=binary and the correct would be video/x-matroska; charset=binary. Different php versions...
  20. E

    IP list outdated

    Good. I tested a few dozen new ips on this site and got the correct data. It seems up to date.