Search results

  1. adam

    Downloading

    Hi, This will be available in the next release due in 1-2 weeks. Regards, Adam.
  2. 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...
  3. 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.
  4. 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.
  5. 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...
  6. 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.
  7. 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.
  8. 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...
  9. 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. :)
  10. 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...
  11. adam

    funny signs in my admin panel

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

    In Dashboard getting error

    Actually, looking at it, it may be the 'copyright removed' status. What version of the script are you on? (look in _config.inc.php)
  13. adam

    In Dashboard getting error

    Hi, It looks like there's a file with a new status in your database. The translation doesn't exist for whatever the status is. Could you run this on the database (via phpMyAdmin) and post the output: SELECT COUNT(file.id) AS total, file_status.label AS status FROM file LEFT JOIN file_status ON...
  14. adam

    Bug .RAR : URL Download not redirect for some extensions

    Hi, It looks ok to me. Are you doing it as a non-logged in user as the admin user will download the file instantly? Info page also looks fine to me: http://fhscript.com/7zu~i Regards, Adam.
  15. adam

    Urgent IE : Bug FileUpload Jquery - Update to 5.31.2

    I'll look at getting it in. I looked into it before but we need to upgrade jquery ui & jquery for it to work, which has implications on anything else using jquery on the site.
  16. adam

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

    ******************************************************* IMPORTANT: This thread applies to v3.3 and before of YetiShare. As of v3.4 the script uses 'chunked' uploads which will avoid any of these issues. ******************************************************* Use this page to debug failing...
  17. adam

    Mobile browser won't download file

    Can you see if the problem happens for logged in users? I've done quite a bit of testing on this today and I can't replicate it on the default browser (android 4.1.1) and it always seems to work for logged in users, but non-logged in users on Dolphin browser I'm having some problems with. Could...
  18. adam

    API Issues

    Hi, See the API page for the format to use it in: http://gourl.us/api.html At it's most basic you create a new short url like this: http://gourl.us/api/v1/01cfd2277a6f3a59e9f74d25f6212a95/shorturl/create/url/BASE64_ENCODED_LONG_URL.json BASE64_ENCODED_LONG_URL should be replaced with the...
  19. adam

    How ftp servers attached as storage work?

    Hi, This isn't possible in the current release. It needs a lot of reworking to build this in, however it is on the RFCs for development on a future release. Thanks, Adam.