Search results

  1. 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...
  2. 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.
  3. 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.
  4. 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.
  5. 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.
  6. 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...
  7. adam

    FTP Plugin Account Problem

    No problem. :) Thanks, Adam.
  8. 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/
  9. 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.
  10. adam

    3.2 Problems so far.

    Thanks for pointing out the line break issue. I assume my text editor was having an off day as it missed full line breaks for just this file! Fixed and re-uploaded. Thanks, Adam.
  11. adam

    Payment Gateways

    Hi all, Payza plugin is out and available via YetiShare.com. More coming soon... :) Regards, Adam. PS - We're also releasing an FTP upload plugin tomorrow for cPanel users and a minor update to enable the PayPal gateway to be disabled.
  12. adam

    Database Upload for Font Pack

    Hi, Thanks for pointing this out, I've fixed it in the sql file. The changes you've done will work fine. Regards, Adam.
  13. adam

    Download Queue with database error

    Hi, This should be fixed in the most recent update. If you re-download the script and upload just 'download_queue.php', it should fix it. Regards, Adam.
  14. adam

    Theme Store

    Nice theme. We've had a few requests for other themes so I'll point them to this thread. Thanks, Adam.
  15. adam

    Payment Gateways

    Yeah agreed they're not the best. I've scheduled the dev work to move it to a bundled plugin for the next release. Then you can at least choose to use them or not. We're working on these other FH plugins and a release on our core short url script, so the next FH release should be in 4-5 weeks...
  16. adam

    Payment Gateways

    We're working towards PayPal being a plugin but included as standard still in the core script. It'll mean you can disable it if you have other payment gateways. PayPal don't completely disallow file hosting sites, their terms state that you must get prior approval from them before running any...
  17. adam

    Mediaplayer Plugin - user experience has to be improved

    Hi all, We've updated the media plugin today so that the full screen still shows the controls at the bottom. It can also be exited now by clicking the control button at the bottom or pressing escape. The full screen size restriction is a html5 limitation unfortunately. New browsers will...
  18. adam

    Payment Gateways

    Hi all, We're keen to get some more payment gateways on board which permit file hosting sites and also have a good global coverage. The idea of this thread is to track any ones which can be developed (and develop them!) and log the ones which can't. Feel free to add any comments or new ones to...
  19. adam

    Rewrite on Nginx (version 3.5.x)

    Re: Rewrite on Nginx The limitation is a PHP one so I can't see changing the web server to nginx will help.
  20. adam

    Bitcoin as a refugee payment method

    I saw this today, it prompted some dev work... :) I've now written a gateway for BitPay, but it's difficult testing fully without proper transactions. Would you be interested in beta testing it for a free license of the plugin? If so, drop me an email - [email protected]