Search results

  1. adam

    cant upgrade from 3.3 to 3.4

    Copy of email response: Hi, Where do you see the 500 error, on your site? Can you check for any logs in the logs/ folder and your server. Also, you may need to set CHMOD 755 (not 777) on these folders, some servers produce a 500 error if you set them to 777. files/, plugins/, files/_tmp/, logs/
  2. adam

    RESOLVED v3.5: Please support jwplayer media player plugin

    Re: Please support jwplayer for media player plugin.Thanks Via your account. :)
  3. adam

    security question

    Definitely not. All files are stored securely without their extension and without permissions to view via the browser. They can only be accessed via the server itself.
  4. adam

    RESOLVED v3.5: Please support jwplayer media player plugin

    Re: Please support jwplayer for media player plugin.Thanks This is now available as an update to the plugin.
  5. adam

    RESOLVED v3.5: Reporting a file

    Re: Reporting a file Agreed, I've added it to the next release. :)
  6. adam

    help please error in index.php

    I assume you've edit the index.php file? This bit will error: if ($Auth& ?>/add_small.gif" height="1" width="1"/> <img src="<?php echo SITE_IMAGE_PATH; ?>/red_error_small.png" height="1" width="1"/> <img src="<?php echo SITE_IMAGE_PATH; ?>/green_tick_small.png" height="1" width="1"/>...
  7. adam

    Sugestions and asks

    Hi, The correct path will be whatever you see it was when you login via your FTP client. So probably: /public_html/files/ We are working on allowing file servers to be run via the main url on the next release. So all fs1.yourdomain.com, fs2..., etc can be routed via yourdomain.com. I'm sure...
  8. adam

    Extenal file server limit

    Hi, Did you install a 'Direct' file server or FTP? Do any uploads work? Could you try a 6-9 MB file. There's a different process for handling files > 5MB so it'll help to figure out if it relates. If 'Direct' file server, the _tmp on the main server wont be used. Ensure there's a _tmp on the...
  9. adam

    Download Managers Disable When Set Wait Time

    Please raise a support ticket if you have any further questions.
  10. adam

    Download Managers Disable When Set Wait Time

    It's not a bug, but it's high on the list to add as a feature.
  11. adam

    Download Managers Disable When Set Wait Time

    Re: Download Managers Disable When Set Wait Hi, You can't use a download manager if you're a non-user with the waiting time, at the moment. Otherwise no-one would wait for the countdown, just bypass it by using a DM. If you disable the waiting time, you can use it. We are looking at...
  12. adam

    Add a Remote Direct

    Mod_rewrite isn't setup somehow. You'll need to contact your host for them to investigate.
  13. adam

    Ftp servers problem

    Received it and just responded. I'm on email for another few hours today so I'll do my best to get it sorted asap. :)
  14. adam

    Ftp servers problem

    I've responded to all emails. Please resend it or PM your email address via the chat facility on our site and I'll look it up. Simon is on the chat facility so just let him know it's for me and I'll look into it asap.
  15. adam

    Add a Remote Direct

    The mod_rewrite check looks for _config.inc.html on your file server. This exists as a .php file but if the .htaccess file is there and mod_rewrite enabled, it should work. Try loading the file directly in a browser and seeing if you get a 404 or 200: http://fs1.myhost.com/_config.inc.html -...
  16. adam

    Ftp servers problem

    There are no issues with FTP that I'm aware of. If you're having problems please raise a support ticket via the contact form above.
  17. adam

    Does not work !!!

    This is a similar issue, I've emailed a response to your email.
  18. adam

    Does not work !!!

    I've just responded via email with the same :) Try this on your short url database: ALTER TABLE `shorturl` CHANGE `shortUrl` `shortUrl` VARCHAR( 50 ) CHARACTER SET utf8 COLLATE utf8_general_ci NULL;
  19. adam

    Does not work !!!

    I've fixed this now. One of the table columns was causing the error as it was expecting a value. It looks to be MySQL version specific as the column has been part of the code for a while. However I've fixed it for future versions. Let me know if you see anything else. For anyone else, the fix...
  20. adam

    Does not work !!!

    If you want to send me FTP and admin area access via the contact form above, I'll take a look in the morning for you.