Search results

  1. adam

    Download bug

    This is a different issue. Can you raise a support ticket please and list in detail the problem.
  2. adam

    Download bug

    That's correct. It's a download token which is valid for 24 hours. So you can reuse it. If you search in includes/class.file.php for: $tokenData = You'll see the commented out line to restrict by IP. Feel free to use. We've had some issues as people often change their IPs while downloading a...
  3. adam

    I want let user can add their password by themself. How can?

    Re: I want let user can add their password by themself. How That's correct. They need to supply a real email address or they'll not gain access.
  4. adam

    Download bug

    Morning all, This has been patched to the latest release code and will be documented for the v4.0 release. To manually patch, open: includes/class.file.php Find: (around line 51) if ($downloadToken != null) Replace with: if ($downloadToken !== null) (note the extra equals) As usual, drop...
  5. adam

    File Leech error

    It's set at the top of /plugins/fileleech/includes/_append_url_upload_handler.php
  6. adam

    File Leech error

    Have you installed plowshare?
  7. adam

    NEW INSTALLATION v3.5.3 problem paypal

    This will be permissions related. Ensure the plugins/ folder has chmod 755, not 777. If that doesn't work, try setting the plugins/paypal/ folder and any contents to chmod 755.
  8. adam

    Important Security Update for Font Script - Pre v2.02

    Hi, An issue with a third party library within the script has recently been found and needs fixing as matter of priority. The issue is with the 'uploadify' plugin within the admin area of the script. It's bundled with 2 test php scripts which may enable an unauthorised user to gain limited...
  9. adam

    Important Security Update for Wurlie - Pre v3.3

    Hi, An issue with a third party library within the script has recently been found and needs fixing as matter of priority. The issue is with the 'uploadify' plugin within the admin area of the script. It's bundled with 2 test php scripts which may enable an unauthorised user to gain limited...
  10. adam

    File not found error

    Do you have mod rewrite enabled on your web host and the .htaccess file in the root of the script install?
  11. adam

    Error 500 while try upload plugin

    This is because of permissions on the plugins folder. You may have it set to 777 and your host only allows 755. Ensure you CHMOD the folder /plugin/ to 755 and it should fix it.
  12. adam

    Upload Error! Please help.

    Have a look for any logs on the /logs/ folder but also on your server error logs. It could be Apache restricting the upload size.
  13. adam

    Sessions not being carried over all servers.

    Responded via email.
  14. adam

    Upload Error! Please help.

    Hi, What file size does it stop on? If less than 5mb you'll need to increase your max upload settings in php.ini. Also check the folder /files/_tmp exists with write permissions. Regards, Adam.
  15. adam

    Sessions not being carried over all servers.

    Try disabling the account sharing option in the admin area, site settings. It can sometimes cause issues with logins depending on server setup.
  16. adam

    Payment Gateways

    They don't block it, you just have to conform to their (very detailed!) terms.
  17. adam

    Can I empty "download_tracker" in mysql?

    Yes it should be fine to clear.
  18. adam

    Error while importing

    Don't panic. Load the "manage fonts" page in the admin area and it'll fix these. All will be fine.
  19. adam

    Some Font are not showing..............

    "This problem appear suddenly(Sunday Morning)." Please ask your host what they've changed. Scripts don't just randomly stop working, there has to be a server or config change which caused it.
  20. adam

    How to install additional file servers?

    Yes you need to upload the script. MySQL is not needed on the server, just point your config to your main database.