Search results

  1. P

    File icon for rmvb

    there you go https://securequarters.co/JL1nuQ6 this ones 512x512, you'll need to resize it for 16, 24, 32, 48 and 160
  2. P

    Remote URL upload not working

    does it start to show progress if you refresh the page and click the upload button again and go to the url upload tab
  3. P

    Display more than 250 files per page

    at the top of _header_file_manager.inc.php in the themes/partial folder towards the top you'll find $perPageOptions = array(15, 30, 50, 100, 250); $defaultPerPage = 100; change it for example to something like this $perPageOptions = array(15, 30, 50, 100, 250, 500, 1000, 2000)...
  4. P

    uploader bug

    when a file is added in the uploader and then removed with the x button on the left of the listing this message is displayed ERROR: There was a server problem when attempting the upload, please try again later.
  5. P

    media player

    agreed, hopefully they use it in vitavideo when its released
  6. P

    Remote URL upload not working

    i mostly got mine working by ensuring php timeouts are set to an extremely high number, and followed a couple of support articles from https://support.mfscripts.com/public/kb/ make sure you setup the background download cron job does your remote url upload accept multiple urls, mine only takes...
  7. P

    Remote URL upload not working

    i just noticed im having remote url upload issues as well, my setup is completely different from yours though
  8. P

    footer bug

    Just noticed <?php if (!defined('IS_INDEX_PAGE')): ?> </div> </div> </section> <?php endif; ?> doesnt actually work, so you end up with a few stray tags, just a minor bug
  9. P

    Login page background

    thats strange changing those values doesn't work for me either, i know its in css, gotta find the right file
  10. P

    Login page background

    it should work, did you try and clear your cache, if using cloudflare purge the css file and login page files using an absolute url
  11. P

    Security issue with brute force attacks

    nice discovery, hopefully the fix is included in 4.3
  12. P

    Error while adding another file server

    this ones tough, stupid question but i have to ask, did you chmod your directories properly. other than that maybe submit a support ticket and if you dont mind post the resolution here because i'm in the same boat
  13. P

    Recommend Hosting Providers - Who do you use?

    thanks looks great, decent prices too
  14. P

    Media Converter Screenshot - Setting to % duration instead of # of seconds

    i think this will work $file=$(ffmpeg -i $localFile 2>&1) $duration="${ff#*Duration: }" and do whatever you want with $duration, divide by 2 and you should have your 50%
  15. P

    Error while adding another file server

    the only experience i had with this when i tried to add a direct fileserver, same setup as you, the other site auto redirected to the main site, however it wouldnt add it as my main site runs https and the other one didnt and it was auto trying https, i couldnt find anywhere to stop that so i...
  16. P

    Login page background

    look in themes/flow/styles/flow-theme.css .login-page .login-header { position: relative; background: #373e4a; padding: 100px 0; -moz-transition: all 550ms ease-in-out; -o-transition: all 550ms ease-in-out; -webkit-transition: all 550ms ease-in-out; transition: all 550ms...
  17. P

    Recommend Hosting Providers - Who do you use?

    for ftp hosting it almost looks much cheaper for me to pay for a static ip and just setup a server at home, unfortunately i'm in canada and we're like the US when it comes to file sharing, file sharing here is almost a synonym for illegal activity, what a world we live in, bananas have more...
  18. P

    Recommend Hosting Providers - Who do you use?

    i'm looking for recommendations for ftp hosting (not 100gb, i'm talking alot of ftp storage) maybe a few TB at a reasonable rate, seems all ftp hosting i can find is super expensive. also, does anyone have any recommendations for setting up a media conversion server, where do you host it and...
  19. P

    Cloud flare and yetishare

    enabling gzip sped up my page load from 7.54s to less than 2 according to http://tools.pingdom.com/
  20. P

    Cloud flare and yetishare

    ive given up on cloud flare, my website would randomly be offline for a minute or so in the last few hours, this isnt going to impress uploaders/downloaders what sucks is the my main page is about 1.4mb to load fully, i'm not sure if thats the ys script or all the mods ive done, hopefully 4.3...