Search results

  1. adam

    Can't upgrade to 3.4

    Thanks for the feedback. We're working towards and an upgrade feature. :)
  2. 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. :)
  3. 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.
  4. adam

    Coverter not working

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

    disable timer auto start

    Yes this will be fine. This should have been optional via the admin area, I'll check it.
  6. 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.
  7. 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.
  8. 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
  9. 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...
  10. 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. :)
  11. 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.
  12. 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...
  13. adam

    Account home delete button

    Nothing yet, it'll be available in a later release.
  14. adam

    external file server remote upload, login and report abuse

    Re: external file server remote upload, login and report abu Hi, If you can send me access to the site & file server, plus admin access, I'll investigate it for you. Please send it via the contact form above. Regards, Adam.
  15. adam

    ftp file size upload limit bug?

    The quota will only work for new ftp accounts. If you modify it on cpanel directly it should have the same effect.
  16. adam

    Abuse Report bug in 3.4

    Thanks for reporting this. I've found and fixed it in the current release. You can patch it by finding this function in includes/class.file.php: static function loadByFullUrl($fileUrl) Then replace the first line: $fileUrl = str_replace(array('http://', 'http://'), '', strtolower($fileUrl))...
  17. adam

    ftp file size upload limit bug?

    The script wont remove the pending file if it's over the upload size limit, it just wont import it. What limit have you set on the generated FTP accounts (via the plugin settings). If you set FTP accounts to have a max storage limit of say 2GB, they probably won't be able to upload a 50GB file.
  18. adam

    easy to skip wait time when captcha active

    I'm not sure I see the issue... after you download the file via d=1 it won't allow you to download another until you wait again on the timer. Unless I missed something?
  19. adam

    Ftp transfer

    Could you find has_error in that file (plugins/ftpupload/pluginFtpupload.class.php) and replace with hasError to see if that fixes it? The naming standards of a lot of the functions names were make more consistent so this may have been one which was missed...
  20. adam

    external file server remote upload, login and report abuse

    Re: external file server remote upload, login and report abu The first 2 are probably the same issue. Can you check what php reports as the date / time on both servers and ensure they match. This is normally the cause of cross site session issues.