Search results

  1. adam

    Pre V3.4 - Debug large uploads failing and 'error: true'

    Looks fine. Do you have a local php.ini file in the root of the script?
  2. adam

    Pre V3.4 - Debug large uploads failing and 'error: true'

    What's your tmp folder size?
  3. adam

    Plugin Not allowed to run?

    I responded via email, but for the benefit of other users... This is a setting added to recent versions of WHM. You can enable it by following this: Enable the "Allow apps that have not registered with AppConfig to be run when logged in as root or a reseller with the "all" ACL in WHM" option...
  4. adam

    Remote Upload

    The issue is a restriction when it's trying to remote upload directly to your remote file server. The error I see is: NS_ERROR_DOM_BAD_DOCUMENT_DOMAIN: Illegal document.domain value The code outputs this on both servers to override any cross site restrictions: document.domain =...
  5. adam

    Stats doesnt work

    Please contact us above with specific detailed information supporting why you think there's an issue. Please also supply temp access to your install so we can fully replicate any tests you've made.
  6. adam

    V3.4 Error: Failed creating tmp storage folder for chunked

    Re: V3.4 Error: Failed creating tmp storage folder for chunk Please redownload the latest release from your account and re-upload the following file: includes/class.uploader.php A fix was patched in today.
  7. adam

    3.4 sessions error

    I don't know if you've fixed this yet but there was a session related bug which I fixed and patched yesterday. It only appears on certain PHP configurations/versions but it might be worth you trying to patch your install to see if it fixes the problem. Re-download the latest release and...
  8. adam

    Coverter not working

    "Fatal error: Class 'Auth' not found" Are all the files still in includes? It sounds like some of the files have been removed. The pending conversion is only the database showing it's pending, so it's likely it failed somehow and didn't update the database to failed. If you look in your...
  9. adam

    Can't upgrade to 3.4

    Thanks for the feedback. We're working towards and an upgrade feature. :)
  10. adam

    How to put ads on video player?

    Moved to RFCs. It's should be available soon, keen to get it developed asap, just need to find the time for it. :)
  11. adam

    Can't upgrade to 3.4

    Have you upgraded to v3.4 of the plugins? Yes if you have other core script issues you can't resolve, send me access details via the contact form above.
  12. adam

    Coverter not working

    Good stuff, glad you're up and running. :)
  13. adam

    disable timer auto start

    Yes this will be fine. This should have been optional via the admin area, I'll check it.
  14. adam

    Can't upgrade to 3.4

    It sounds like you've run them before as the columns already exist in your database. Best to delete each line which causes the error from the .sql file as you see them. Alternatively run the sql statements in phpMyAdmin manually a section at a time.
  15. adam

    Coverter not working

    If you have a look at the top of convert.php in the code, it will show you how to run the ffmpeg installer. It takes a while to run but it normally gets the correct version installed along with a load of codecs.
  16. adam

    Coverter not working

    Your ffmpeg version is too old. You'll need version 0.7 or greater, 0.8 if possible. For info, our dev version information is: ffmpeg version 0.8.6
  17. adam

    Coverter not working

    Can you first login to the script admin, go to manage plugins, select 'settings' on the media converter. Then ensure 'output cron messages' is set to yes. Then upload another media file, such as an avi and manually trigger the convert.php file via SSH again. This should output a load of...
  18. adam

    external file server remote upload, login and report abuse

    Re: external file server remote upload, login and report abu No problem. Thanks for the feedback aswell. We're determined to make this the best file hosting script available so any feedback is appreciated. :)
  19. adam

    external file server remote upload, login and report abuse

    Re: external file server remote upload, login and report abu It still relies on the main site to a certain extent. For example, if the main site becomes unavailable, none of the download urls will work. I'll have a look at adding the option though for the next release.
  20. adam

    external file server remote upload, login and report abuse

    Re: external file server remote upload, login and report abu I'll take a look at the register_globals issue. It shouldn't rely on it as it's been removed in PHP. I'll run some tests though. Not at the moment. It's probably a disadvantage though, you'll still be routing all download traffic...