Search results

  1. P

    how do we API upload as admin account?

    i think you can upload using api via the upload widget plugin https://yetishare.com/upload_widget_plugin.html
  2. P

    Recommend Hosting Providers - Who do you use?

    thats funny i had the same problem as you for #1, my vps that i intend on using as a remote file server for ys, i ordered a 1TB and it was created with 200GB, i'll have to give them credit as they resolved this in about a day. unfortunately most of their website is in german and i thought...
  3. P

    whats the table 'remote_url_download_queue' used for??

    You were making your users keep their browsers open for url uploads...
  4. P

    whats the table 'remote_url_download_queue' used for??

    I think thats for url background uploads, you won't need to keep your browser open if you enable this option in your admin panel
  5. P

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

    I'm not gonna have time to test this anytime soon unfortunately, but as far as I can tell it should work, i got the code from stackoverflow ffmpeg -i $localFile 2>&1 this gets a whole bunch of info on the file with path stored in $localFile and $duration="${ff#*Duration: }" isolates the...
  6. P

    I can't login my admin, member can't login. Please help me

    i recommend you backup your database, clear all tables and import the stock database and see if that works, if it does you can just import your content
  7. P

    iframe progress for uploads

    if anyones interested i changed startRemoteUrlDownload function a bit in _uploader_javascript, seems to be working to force refresh every 10 seconds, although doesnt resolve the whole document.domain issue though function startRemoteUrlDownload(index) { // show progress...
  8. P

    iframe progress for uploads

    Hello, just noticed (in chrome) that there is an error in reference to core/page/ajax/url_upload_handler.ajax.php (affecting url uploads) Uncaught SecurityError: Blocked a frame with origin "xxxxx" from accessing a frame with origin "xxxxx". The frame being accessed set "document.domain" to...
  9. P

    server selection option

    There should be options to use certain servers when certain criteria are met. for example, certain file servers for certain geographic regions, and/or types of uploads, there should also be an option to retain keep a copy of certain file extensions on the default storage
  10. P

    Recommend Hosting Providers - Who do you use?

    i just set up a direct file server from webtropia based on iguanashare4743's recommendation, everything works well, the only issue i'm having is remote url uploads are uploading at less than 200kbps, not sure why its so slow
  11. P

    File icon for rmvb

    sorry i tried creating one based on the ones that are included and its not looking good at all, my image editing skills are lacking