Search results

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

    Theme Store

    Nice theme. We've had a few requests for other themes so I'll point them to this thread. Thanks, Adam.
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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.
  11. 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]
  12. adam

    Error 500 - Instaling Newsletter Plugin

    Hi, Some hosts do not allow the zip library the script uses so the install may fail. You can upload the zip contents manually via ftp though. Just create the folder 'plugins/newsletters/' via ftp. Then upload the contents of the newsletters zip file to this new folder, ensuring the directory...
  13. adam

    Bitcoin as a refugee payment method

    I'm looking at this as well as other payment gateways over the next few weeks. Keep an eye on our Twitter feed or the plugins page for more info.
  14. adam

    Check file before Upload

    Hi, I'm not sure how megaupload did it, but it's not doable as far as I'm aware. Unless it was using a hidden Flash element to read the information somehow. It is possible to adjust the script to not store duplicate files however it's a big job to amend the code. i.e. when someone deletes a...
  15. adam

    Check file before Upload

    Hi, It's not possible I'm afraid. The only real way to check for the existence of a file is to use a hash of the file contents and you need the whole file on the server to do it. Regards, Adam.
  16. adam

    Rewards Script Not Working

    Copy of email I just sent: :) I've logged into your site and enabled the plugin fine. I can access the settings and all the other pages. Are you still seeing issues? I'm wondering if it's browser specific, I've tested it on your site in IE, FF and Chrome.
  17. adam

    Script doesnt work in safari

    It works fine for me in Safari 5.1.7 on Windows 7. Can you give more details on what environment you're using?
  18. adam

    FTP upload (to easy enable files over 2GB)

    I've never heard of it in any of the hosting packages, it sounds like it's got less coverage than cPanel. Whatever we build will need to cover the most popular hosting environments otherwise we end up supported code for 10's of different platforms. It's likely that we'll look at a way to do it...
  19. adam

    Link to file with translation

    Only by tagging on the following to the end of the url: ?_t=French i.e. http://fhscript.com/4vk?_t=French
  20. adam

    FTP upload (to easy enable files over 2GB)

    Thanks for the suggestions. We're leaning towards the cPanel ftp API, although of course it'll eliminate non cPanel users. I'd ideally like a solution that works for all users, I'm not sure we'll find one though.