Search results

  1. adam

    Upgrade from 3.2 to 3.3_BETA

    Sorry guys some initial snags with the installer. This should be fixed in the latest beta download now.
  2. adam

    News on development status?

    Hi all, It's available as a beta download now! :) If you login via yetishare.com you'll see the link (it's not on mfscripts.com yet). We're keen to get it away from beta so all being well over the next few days it'll be officially released. Below is a copy of the release notes: v3.3 -...
  3. adam

    News on development status?

    Hi, Yes there was some work done on the remote upload to fix some errors. If you're still seeing them, drop me an email with some examples over the next few days and I'll take another look. Thanks, Adam.
  4. adam

    News on development status?

    Hi all, Just to keep you updated on the release... We had some real issues today trying to complete the cross site session support for cross domain uploading so it's taken a bit longer than we'd hoped to get this ready. We managed to crack it though and all the code is done now, so I'm in the...
  5. adam

    Why is my topic deleted?

    No, no apology but I did delete you post as it wasn't appropriate for a public forum. If you have a look at your inbox you'll see I DID email you aswell. If you spot anything you consider a bug with the script, contact me in the first instance rather than letting off steam on the forum. If you...
  6. adam

    Need Help Something wrong..

    As discussed over email: It looks like you've uploaded the admin folder files to the root as the files are all mixed up. For instance, _local_auth.inc.php is only included in the admin area, the index.php file is also the admin version. Can you remove all the files and re-upload ensuring you...
  7. adam

    Mobile browser won't download file

    Hi, I've run some tests on our local dev and I can no longer replicate the problem with my Android phone, free user and Dolphin. It's due out Tuesday so if you can retry then. If it still doesn't work send me an email on [email protected] and I'll take another look. Thanks, Adam.
  8. adam

    Access denied.

    For anyone else seeing this, ensure you are logging into WHM as the root user.
  9. adam

    News on development status?

    No problem. Just to let you know that it's scheduled in now for release next Tuesday 2nd July.
  10. adam

    Downloading

    Hi, This will be available in the next release due in 1-2 weeks. Regards, Adam.
  11. adam

    News on development status?

    That's right, it'll be in 1-2 weeks. We're just finishing the cross url upload/download feature, which everyone is asking for, so once that's done we'll schedule the release. It was only 3 months since the previous release and I'm sure people don't want to have to constantly update their...
  12. adam

    Problem with Post Backup

    If that doesn't work try this instead (cPanel moved the perl path in recent versions) #!/usr/local/cpanel/3rdparty/bin/perl system("/usr/local/cpanel/whostmgr/docroot/cgi/s3backup/s3cfg/s3backup.sh"); Thanks for the note Si... Adam.
  13. adam

    Problem with Post Backup

    Hi, It sounds like your postcpbackup script may have an error in it. Could you open it and ensure the content is just this: #!/usr/bin/perl system("/usr/local/cpanel/whostmgr/docroot/cgi/s3backup/s3cfg/s3backup.sh"); Regards, Adam.
  14. adam

    help for install script

    Hi, It needs to be like this: <?php /* main configuration file for script */ define("_CONFIG_SITE_HOST_URL", "www.hdvagos.com"); define("_CONFIG_SITE_FULL_URL", "www.hdvagos.com/hdupload"); The first part is just the base domain name. The 2nd is the path to the installation...
  15. adam

    Urgent IE : Bug FileUpload Jquery - Update to 5.31.2

    Just to let you know that we've managed to upgrade the uploader to the latest version. It's taken a good few days to get done (and plenty of cups of coffee!) but it's there. It'll form part of the next release in a few weeks.
  16. adam

    Banned IP doesent Work

    Hi, This is a known bug (re. banned IP for uploading) and is fixed for the next release due in a few weeks. Regards, Adam.
  17. adam

    Can not upload plugins?

    This was an issue with the max post settings on that server, nothing in the script. They were set to: post_max_size 8M upload_max_filesize 6GB Something in the 6GB value was causing the issue as when I reverted it to 500M (using the local php.ini file) the plugin upload worked fine. It was...
  18. adam

    Changing admin path

    Iv'e changed this for the next release so the admin path isn't hard coded in any of the plugins. :)
  19. adam

    Error: Bad Request

    hmm... we might need a bit more information than that... On which page? Was it working before? What browser? Screenshots? etc...
  20. adam

    funny signs in my admin panel

    Hi all, This ones fixed for the next release due in a few weeks. Thanks, Adam.