Search results

  1. adam

    Additional image display options / Image hosting plugin

    Hi, Yes I can see the image you uploaded. What part isn't working for you? Regards, Adam.
  2. adam

    Additional image display options / Image hosting plugin

    Hi, We've just released an image viewer plugin which enables you to display the images directly on the site. See here for more information: http://yetishare.com/imageviewer_plugin.html Regards, Adam.
  3. adam

    Direct access to some images extension.

    Hi, We've just released an image viewer plugin which enables you to display the images directly on the site. See here for more information: http://yetishare.com/imageviewer_plugin.html Regards, Adam.
  4. adam

    YetiShare - Image Viewer Plugin Released Today!

    Hi all, We've just released a new plugin for YetiShare - an image preview plugin. See here for more information: http://yetishare.com/imageviewer_plugin.html Or view an image on our demo site for an example: http://fhscript.com Regards, Adam.
  5. adam

    Forum Guidelines

    Hi all, We've had a lot of bespoke development requests in lately but we're unfortunately not able to work on a lot of them due to our workload with the core scripts. Rather than point people towards Elance (which can be hit and miss at the best of times!) I've setup this forum so others can...
  6. adam

    Server load

    What size is the download? Are there any mods to the file_download.php file? (I have to check :)) Is the load any different for free vs paid accounts? (re the download speed restriction for free users)
  7. adam

    Installing in folders

    Yes it'll work as long as you set the path in the _config.inc.php file in this constant: _CONFIG_SITE_FULL_URL i.e. define("_CONFIG_SITE_HOST_URL", "website.com"); define("_CONFIG_SITE_FULL_URL", "website.com/path");
  8. adam

    A number of suggestions...

    From James: - Retrieve backup script/UI tool. - Have some sort of version check in the s3 script in whm that tells if there is a newer version... then have an option to download and install the plugin without having to do anything on the command line. - Include in your documentation how to...
  9. adam

    Payment Gateways

    I've not heard of them but I'm sure they'll be able to tell how they integrate with Authroize.net. Bitcoin can be used via OKPay so you may find them a more useful gateway. I'll add i-koruna.com to the list to check
  10. adam

    Upload Error

    I've just looked at your site and the upload is working for me now: http://www.getfil.es/rH~i?f54a3ccb3bb4acb9332e87dc4220ed8c I can't see the MySQL issue on my upload, are you still getting it? Adam.
  11. adam

    Support for 5GB+ filesizes.

    Support for 5GB+ filesizes.
  12. adam

    Additional image display options / Image hosting plugin

    From customer email: It would be great if you could add some additional "Image" functionality for uploaded images where the user is presented with multiple sizes of their images (original size down to thumbnails), the ability to add galleries / folders of images and also social sharing of those...
  13. adam

    Fix for long filenames on file details page

    Long file names should be trimmed on the file details page. At the moment it's wrapped onto the same line which makes it unreadable.
  14. adam

    Payment Gateways

    Hi all, I've just added the okpay gateway plugin. If you've already purchased the Payza plugin, contact me via the site contact form and I'll send you a copy of the okpay one. http://www.yetishare.com/okpay_payment_gateway_plugin.html Thanks, Adam.
  15. adam

    Payment Gateways

    Just spoke with OKPay on the phone and they permit file hosting sites. I'll do some work on a plugin today with a view to releasing it asap. If you've already purchased the Payza one, contact me after release and I'll send you this one free. Still looking at other gateways aswell... Adam.
  16. adam

    Payment Gateways

    That's strange, they approved our demo site. If you want to suggest any gateways which support file hosting sites then I'll look at getting them integrated. I'll take a look at OKPay aswell if they support file hosting sites.
  17. adam

    FTP upload (to easy enable files over 2GB)

    Yes files over 2GB can be uploaded as it doesn't use PHP, only FTP. For now it's just cPanel, we're looking at other options but there's no standard way of doing it unfortunately. Probably something automated via the command line next. There's no way to manage the FTP users manually. Thanks...
  18. adam

    FTP Plugin Account Problem

    No problem. :) Thanks, Adam.
  19. adam

    FTP Plugin Account Problem

    I didn't catch the actual import part. I've updated the plugin code now, could you try re-downloading it to see if it fixes the problem. You can just extract the php code from the downloaded zip and upload it into plugins/ftpupload/
  20. adam

    FTP Plugin Account Problem

    Hi, Try this: Open plugins/ftpupload/site/includes/_append_index_tab_content.inc.php Replace line 276 from this: <td><?php echo $rs['ftp_user']; ?></td> with this: <td><?php echo $rs['ftp_user']; ?>@<?php echo $pluginSettings['connection_cpanel_host']; ?></td> Regards, Adam.