Search results

  1. adam

    sessions in mysql table

    No you need to allow for large uploads/downloads. You could probably get away with it being reduced to 3 days though.
  2. adam

    increase or disable chunk uploading?

    You can increase the size of chunking if your webserver/php supports larger files. Have a look at the top of: \themes\flow\templates\partial\_uploader.inc.php This value is the max chunk size permitted: define('CHUNKED_UPLOAD_SIZE', 100000000); // 100MB
  3. adam

    sessions in mysql table

    If you're running the crons it'll clear anything older than 14 days. \admin\tasks\auto_prune.cron.php
  4. adam

    webDAV internal server error on your demo site

    It's in read only mode on the demo site. https://fhscript.com/plugins/webdav/site/webdav.php
  5. adam

    Designers from Hell! - Piandesign.com Pentalogy

    Re: Designers from Hell! Sorry to hear it's not worked out with this designer. We don't get involved with third party themes but clearly we should do more make sure no-one is being messed about. I'll have a look at a feedback system on the themes section of the site and what else we can do.
  6. adam

    A simple redirection for broken links

    It's blank for search engines. The page outputs a 404 which would appropriate for a file which has been removed. You can change it if you want, the full source code is there: In \core\page\file_download.php find: // could not load the file if (!$file) { coreFunctions::output404()...
  7. adam

    piandesign.com

    An RSS feed? How would this help?
  8. adam

    piandesign.com

    I don't know much about third party themes but I'd get your payment receipt and send him a copy a proof. If it's recent maybe raise a dispute if you still don't get a response.
  9. adam

    _temp

    De nada :)
  10. adam

    JWPlayer full screen issues

    What version of Chrome? I'm testing on 46.0.2490.86 m Maybe an addon is causing it?
  11. adam

    Documents, pictures, etc folders dont show up for new users

    No worries. :) I like the idea of having the option though. I'll move this to the RFCs.
  12. adam

    _temp

    It's used for when files are uploaded or the remote url feature is used. If a user cancels the upload you may be left with chunks of the file in this folder. There is an automated process that clears them after a period of time though. You could also manually clear anything older than say 1 day...
  13. adam

    JWPlayer full screen issues

    This seems fine on our demo site. Please test to see if it's an issue with your install or generic to the script. The cursor I've never seen hide although you can move it off screen. You might find some other options via the jwplayer website.
  14. adam

    Documents, pictures, etc folders dont show up for new users

    Hi, It's never shown these folders. :) It's up to the user to create these. We could add an option in the admin area to add these for new users but it's not available at the moment. Thanks, Adam.
  15. adam

    _temp

    Do you mean \files\_tmp?
  16. adam

    database / files audit

    See \admin\_test_scripts\test_sanity_check_files.php
  17. adam

    Ftp server problem

    Did you leave it for a long time on upload? If you use FTP upload with large files it'll take time to finish.
  18. adam

    how to export language translation

    No worries, I know the feeling! :)
  19. adam

    Ftp server problem

    It's just the time it takes for the larger file to transfer to your FTP server. You could double check PHP isn't existing with a memory error. See here: https://support.mfscripts.com/public/kb_view/29/
  20. adam

    [ACCEPTED] Clone file links upload

    Agreed that this sounds like the way forward. 10 seconds for a 200mb file is actually quicker than I'd thought. Which library did you use for the test?