Search results

  1. P

    media conversion server

    does anyone know how to setup the media converter plugin to work on a different server that isn't setup as a file storage location. i set the ssh details in the plugin and the database details in the coverter.php file, but i'm not sure what goes in the "Default Storage Path:" and what files...
  2. P

    sessions in mysql table

    i added $db->query('DELETE FROM `sessions` WHERE `updated_on` < (UNIX_TIMESTAMP()-60*60*48)'); as recommended by Adam from an earlier post. Its all the extra plugin data in there that makes the table huge. I believe this is resolved in 4.3.
  3. P

    [subject renamed] Guessing Folder Names

    Re: Confidentiality & security breach Folder hashes are coming in version 4.3
  4. P

    footer border-bottom on mobile

    i think ive figured out whats causing the 1px line at the bottom in the footer i've reused existing pages in ys to create new custom pages with different content and had this in the new page <section data-animation-delay="0" data-animation="fadeInUp" class="animated fadeInUp visible...
  5. P

    Ysmods plugins

    check out hesk, there are also mods for hesk which has mobile support. i think if ys develops a ticket system it would best fit as a plugin
  6. P

    plesk support for ftp plugin

    plesk support would be good for the ftp plugin
  7. P

    footer border-bottom on mobile

    no its on the front end, but not visible on every page
  8. P

    recommendations for https friendly adverts

    If anyone has any recommendations for https friendly ad networks please post them here, so far i've only found chitika it would be cool to run the whole website as https but download pages on http but i haven't found an easy way to do so
  9. P

    whats happening with fhscript demo anyway

    Went to fhscript demo page in hopes of seeing the new ys version in action and see this: File Upload Script By HacMDerTeam not sure how someone is making changes to the site while its in demo mode not cool at all
  10. P

    When pausing a video, does it buffer for you?

    Mine doesn't buffer, probably some sort of server issue, i'd rather keep it like this anyway, less bandwidth being utilized, although this works well with high speed connections, folks with slower connections might suffer. Personally I wouldn't even know where to start to look into this issue...
  11. P

    does anyone know how to manually read from the ys script database

    nice that works perfectly as well, definitely better than getvalue if one intends to do multiple queries within a row, might as well get the array n fetch from it versus multiple db lookups. thanks
  12. P

    voucher plugin failing to auto update users

    This issue was resolved by Adam, plugin works flawlessly, a highly recommended purchase for sure.
  13. P

    footer border-bottom on mobile

    There's a 1px border-bottom that's visible on some pages on mobile in the footer section at the very bottom of the page, i'm trying to remove it but having a difficult time locating it, does anyone know where this is in the css, it's more obvious if you have a page that doesn't have much content...
  14. P

    media converter plugin screenshots

    ya i'm not sure either, because i would like to get ffmpeg hosting, but i don't know if i'd be able to use that as a file storage location for ys or if thats even a requirement for the mediaconverter plugin to work with a remote server, i'd rather avoid renting multiple dedicated servers until i...
  15. P

    media converter plugin screenshots

    its not really clear to me how to set up ffmpeg on a different server with ys, do i have to have that external server setup as a storage location as well, when a file is uploaded to ys, is it transferred to the external server converted then copied back ?
  16. P

    media converter plugin screenshots

    i have a quad core server, but at the same time have to run the website off it, so i may need to use ffmpeg on a different server
  17. P

    media converter plugin screenshots

    ffmpeg takes forever to convert files, does anyone have any tips to speed this up a bit in the convert file this is called for the conversion to start $conversionPathCmd = FFMPEG_PATH . ' -i ' . $localFile . ' -vcodec '.$videoCodec.' -r '.CONVERT_FRAMERATE.' -b:v '.CONVERT_BITRATE.' -flags...
  18. P

    media converter plugin screenshots

    seems to work now, however only for larger files, when i was testing i was using a sample avi file that was less than 1MB
  19. P

    media converter plugin screenshots

    does anyone know how the screenshot part of the media converter works. Currently it works well for me however no screenshots are generated
  20. P

    notification system for media converter plugin

    It would be good to include some sort of notification system for the media converter plugin, currently the conversion happens in the background and especially when the option to delete the original file is set, the user has no idea whats happening.