Search results

  1. adam

    Account home delete button

    Nothing yet, it'll be available in a later release.
  2. 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.
  3. 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.
  4. 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))...
  5. 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.
  6. 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?
  7. 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...
  8. 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.
  9. adam

    Upload Error

    Good to hear. Could you post how you fixed it, it might help other users who have similar issues?
  10. adam

    Upload Error (any size file)

    I've just sent you an email. For anyone else, this was due to a core PHP function used in the script which isn't available pre PHP 5.3. I've added a replacement to the code which should fix it.
  11. adam

    Upload Error

    In addition - "tmp folder size, max Apache limits etc."
  12. adam

    Upload Error

    Did you try ALL the items on the thread? What are your settings for each - PHP.ini upload settings, tmp folder size, max Apache limits etc.
  13. adam

    Upload Error

    Yes, please have a look at that thread.
  14. adam

    Upload Error

    Have a look through this thread, it normally sorts most upload issues pre 3.4: http://forum.mfscripts.com/viewtopic.php?f=20&t=572
  15. adam

    Upload Error (any size file)

    Hi, Can you forward me access via FTP + the script admin and I'll take a look? You can send it via the contact link at the top of this page. Thanks, Adam.
  16. adam

    Upload Error

    What version of the script are you using?
  17. adam

    Upload Error (any size file)

    Just look for this via FTP: /home/[username]/cramit.net/files/_tmp/ Assuming /home/[username]/cramit.net/ is the root of your site.
  18. adam

    3.4 database management error

    Thanks for pointing this out, it's our dev database name. :oops: I'll fix it in the release today.
  19. adam

    Upload Error (any size file)

    Or chmod 777 :)
  20. adam

    ERROR V3.4

    No problem, you weren't to know. It's useful for me as I can add something in the code to better report it on screen. :)