Search results

  1. S

    Error when 2 files are being created at the exact same time

    if i understand this correctly, so 2 files get uploaded and finishes at the same time will create issues ? the second file will restart the upload process.. I have actually seen this but was never able to figure this out.. So what happened to me was, while i was uploading files - i see some of...
  2. S

    What happens to the files client stored, if his account gets downgraded?

    okay cool and that is what i want.. don't want people to loose all their files.. Assuming they wont be able to upload more once they are changed to free user right ?
  3. S

    What happens to the files client stored, if his account gets downgraded?

    i think the files will get deleted after they expire but what i was wondering was since free users have less storage space available so if a user account gets downgraded - what will happen to all the files over the free user allowed storage ?
  4. S

    What happens to the files client stored, if his account gets downgraded?

    Hi all, Just curious how file hosting script handles the user storage if user account gets downgraded from premium to free user. Eg: free user - 50GB storage Premium user: 100GB storage client signed up as premium and uploaded 90GB files in his account and his premium expires.. what will...
  5. S

    Chnage Admin Url

    yup that should do it..
  6. S

    mysql user/pass

    Firewall is what i use as well but say in case someone hacked in your fileserver -- they can make whatever changes to your SQL from there. I have restricted database access to the users in fileservers so only my main server is writing stuff to the database and all the fileservers have read-only...
  7. S

    GUIDE: Amazon S3 File Store

    not 100% sure but i think it will depend on where your user is downloading files from? and also how many concurrent downloads are going on via S3. I dont think you should be using S3 for all your file storage. maybe using multiple S3 buckets or even multiple smaller VPS's would be a better option ??
  8. S

    some help needed about categories and translation

    i don't think creating categories is an option at this point..
  9. S

    Media Converter dont convert lower bitrate vs setting

    +1, i have seen this when a user uploads lower quality video and it gets converted, sometimes its about double the size of what was uploaded so yes this would be a nice option to have...
  10. S

    GUIDE: Amazon S3 File Store

    Probably permissions or plugin settings issue. create a support ticket for the admin.
  11. S

    Setting for number of video conversions per server

    Hello, It would be nice to have a setting say in plugin settings or in converter.php file where we can specify number of simultaneous conversions per server or say server1 - conversion.php file we can specify 2 simultaneous conversions server 2 - specify 4 simultaneous conversions Maybe we...
  12. S

    Translations on 4.3

    whoever knows whatever language, lets work together and correct any errors and we'll be good..
  13. S

    GUIDE: Amazon S3 File Store

    just add plugin and upload your zip file. From amazon IAM, get your API key and enter it in plugin settings. Then all you need to do is go to your script admin area and add new fileserver and select S3 in options.. thats all you need.
  14. S

    Non logged user are unable to upload

    i think there is no support or update for blue theme anymore so you will need to move over to flow theme or upgrade the blue theme yourself.....
  15. S

    File servers ( Remote direct ) problem

    Not sure how you uploaded the files to your fileserver (maybe used rsync) but i believe you are missing the htaccess files in your fileserver. maybe just make sure all the files were copied over to your fileserver.
  16. S

    changes file name to generated hash when download starts

    you could have google it. Use the following website. http://web-sniffer.net/
  17. S

    Adding Advertisement inside video player

    Just edit the _append_file_download_bottom.php file inside the mediaplayer plugin and you can add your advertisement code in there. To show the ad for embed code, you will need to use video.js media player and enter your advertisement VAST URL in mediaplayer settings in your admin panel and it...
  18. S

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

    exactly as @enricodia mentioned. transfer server 1 and server 2 to the new server 1 and server 3 and server 4 to the new server 2 and then update files' serverId using SQL...
  19. S

    mediaconverter .ts extension

    i am no expert but i think the media types are specified in plugin table in your website database so i guess you could specify your ts extension in there....
  20. S

    mediaPlayer does not work on iphone via https

    i have a https 4.3 with mediaplayer and it works fine for me on iphone safari browser. maybe also try redirecting your website to https using htaccess and see if that works?