Recent content by jasonPaddy

  1. J

    How to play mkv or avi using html5 player

    i did some digging and found a solution to play h.264 mkv files using hmtl5 player
  2. J

    Convert MKV to MP4 Like Openload.co

    IMHO, openload probably already has the file you were trying to upload. so once you finish uploading, it checks file hash then compare with database, if found same hash in database. it just adds the file into your account and tells you conversion finished. Yetishare is doing similar stuff to...
  3. J

    playback error for MKV videos

    if mkv contains h.264 video and acc audio, it can be played on modern browsers(chrome) there are some modifications needed in order to make this work though. such as add mkv into html5 player's js file, mark file format in database as video/mp4 etc. I have tried it, it works
  4. J

    account activation link

    You know what I mean. To be accurate: Don't send password via email.....haha
  5. J

    account activation link

    Thanks Adam, Please also add an option to not send password via email in plaintext in future release as well. Cheers, Jason
  6. J

    account activation link

    Hi Guys, I am sure this is a standard requirement for any website nowadays. Is there a built in way to let user pick password and also activate account via an email activation link? Cheers, Jason
  7. J

    How to play mkv or avi using html5 player

    Thanks sukman21, These files are already mp4 files, just different container(avi/mkv). It's a waste of resource to convert them to mp4(h.264).
  8. J

    How to play mkv or avi using html5 player

    Hi Support, I have often encounted many media files which come with mkv or avi extension which actually contains h.264 with AVC and ACC codec. These files are literally mp4 files which can be played directly via html5. Is there a way to configure media_player to play them? Cheers, Jason
  9. J

    v4.3 'Your Uploads' does not trigger page reload

    anybody else has same problems?
  10. J

    fixed left side menu when scroll

    well, we can have two scrolls for each panel?
  11. J

    v4.3 'Your Uploads' does not trigger page reload

    I did some further testing, this 'Your Uploads' one the left panel always work. but the one in the right panel does not work all the time. i think it's something to do with jstree bindings.
  12. J

    v4.3 'Your Uploads' does not trigger page reload

    Hi Adam, Version 4.3 when you get into a sub folder and then try to go back to root folder by clicking 'Your Uploads', it does nothing. Cheers, Jason
  13. J

    fixed left side menu when scroll

    Hi Adam, Yetishare version: 4.3 It would increase user experience if we could have fixed left side menu when we scroll the main content. It's typically useful when we have many files. Screenshot attached. Cheers, Jason
  14. J

    v4.3's smtp email function is broken

    =========================================================== 2016-04-03 09:09:28 - *** ERROR *** Array ( [Error Msg] => Uncaught Error: Call to undefined function eregi_replace() in /............/core/includes/coreFunctions.class.php:642 Stack trace: #0...
  15. J

    mediaPlayer does not work on iphone via https

    Hi Adam, I am not sure if you guys have seen this weird problem. I recently upgraded to 4.3 and php7 and enabled https in _config.php. everything works fine when i view website from desktop browsers(safari, chrome) over HTTPs. If I visit website from iPhone safari or chrome, mediaPlayer can't...