Search results

  1. adam

    Reservo v1.5 Now Available!

    See our blog for more information on the release: https://mfscripts.com/blog/new-release-reservo-v1.5-available-for-download
  2. adam

    Tiger Yetishare Theme on Sale Just 160 USD ( Limited time )and Support

    Re: Tiger Yetishare Theme Sale and Support Looks great! :)
  3. adam

    Can't change HTML files

    All the text in the script is cached in the database, so the text you see is just the initial default content if the translation doesn't already exist in the database. You should be able to edit it via the admin area, languages. If you click on the English language then search for some of the...
  4. adam

    Session or cookie

    Copy of text sent via the ticketing system, for other users: Take a look at the top of \themes\reservo\templates\account_edit.html // require login $Auth->requireUser(WEB_ROOT.'/login.'.SITE_CONFIG_PAGE_EXTENSION); This redirects to the login page if they are not logged in. If you have a...
  5. adam

    please help. Problem instalation SQL execution error!

    Hi, Please raise a ticket and we'll take a look. Please include your script purchase details. Regards, Adam.
  6. adam

    Downloads not being counted correctly

    I've not seen it in the real world but sure it's possible. It's fixed for the next release.
  7. adam

    Direct File Server

    Yes but the chunk size is set to 100MB in the code.
  8. adam

    Downloads not being counted correctly

    Hi, Thanks for reporting. This was caught a few weeks back and is ready for the next release. It should only happen with 2 files are overlapping on download and it wont happen when using xSendFile or xAccelRedirect. Thanks for posting the query to update the db aswell. Regards, Adam.
  9. adam

    [Out Of Scope] advertising

    Re: advertising This isn't something we consider to be managed within the script. You're better using an external ad provider for this or creating the page manually.
  10. adam

    [Added v1.5] Voucher Reseller Plugin

    Re: Voucher Reseller Plugin This has been completed and will be added as part of the v1.5 release due this week.
  11. adam

    [Out Of Scope] Option

    Re: Option Out of scope. I would recommend manually adding new pages to the site footer.
  12. adam

    [Added v1.5] Comments text

    Re: Comments text Done for v1.5.
  13. adam

    [Fixed v1.5] Upgrade?

    Re: Upgrade? Fixed for the v1.5 release. This one may be impacted by different script configs so if you're still having issues on the latest release let me know. (when it's out :))
  14. adam

    [Added v1.5] Register button after login

    Re: Register button after login Done for v1.5.
  15. adam

    account activation link

    :) I've moved this to the RFCs so it's captured for the next release.
  16. adam

    Direct File Server

    Hi, Your PHP upload limits will need to be at least 100MB on the file server. Ensure this is set on the file server itself, not just the main server. You can check by logging into the /admin/ area on your file server and going to the server info page. Failing that, send us access via the...
  17. adam

    account activation link

    Hi Jason, What do you mean not send the password in plain text? How else should it be sent? :) Thanks, Adam.
  18. adam

    mcrypt error

    5.6 no longer silently accepts invalid iv sizes, hence the warning. See the changelog here: http://php.net/manual/en/function.mcrypt-encrypt.php It'll still work fine, but not ideal with the warning. My line numbers are different but I assume it's this code: $ivSize =...
  19. adam

    4.3 chrome full screen anyone?

    I've finally tracked this one down, it's taken about 3 hours but we're there! The issue was simply an 'animated' css class within the flow theme header. For some reason this caused issues with the full screen mode in Chrome. To fix, open: \themes\flow\templates\partial\_header.inc.php Find...