Search results

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

    Password Protected Files

    It's on it's way, scheduled in for the next release. :)
  10. adam

    Mobile browser won't download file

    But is that with Chrome or the built in android browser? They're 2 different browsers, at least on my handset.
  11. adam

    Mobile browser won't download file

    It's working fine for me on the standard android browser. Can you try with that and see whether it works? I'll have a look if there's a fix in the code.
  12. adam

    I cant see no Images on my Site with new Image Plugin

    Hi all, I've managed to fixed this one. One of the php functions the plugin uses can be restricted on certain hosting setups. I've written round it to work with these servers. It's meant however that I've had to change the core code slightly. To update before the next core release do this: -...
  13. adam

    Aff system for imghost !

    It's the weekend :) I'll get back to you by tomorrow.
  14. adam

    I cant see no Images on my Site with new Image Plugin

    Someone else has reported similar problems today also so I'm keen to fix this one. Could you send me temp ftp access via the contact form above and I'll take a look? I can't replicate the issue on our dev or demo sites. Thanks, Adam.
  15. adam

    [URGENT] URL Bug

    Just to let you know that this has been done in our dev code and will be part of the next release.
  16. adam

    Text not localized

    Thanks for the feedback. I've fixed this (along with the table labels) for the next release.
  17. adam

    Aff system for imghost !

    I don't use any IM but send me some details via [email protected]. I'm stacked with our in-house development work so I'm not sure if it's something we can help with, although I'll take a look and let you know.
  18. adam

    Aff system for imghost !

    Ok, we're working on a PPD plugin so you might be able to mod this for the same. It should be out in the next few weeks so I'll post here when more details are up.
  19. adam

    Additional image display options / Image hosting plugin

    Like this: <a href="http://fhscript.com/ano" target="_blank" title="Download from File Upload Script"><img src="http://fhscript.com/plugins/imageviewer/site/thumb.php?s=ano"/></a> Or this: [ URL=http://fhscript.com/ano][img ]http://fhscript.com/plugins/imageviewer/site/thumb.php?s=ano[/img...