Search results

  1. adam

    Crontab didnt work!

    It's not linked, ensure you've just set your forum username as it appears here.
  2. adam

    Crontab didnt work!

    Hi, Please link your forum account to your license via mfscripts.com in order to get support in here. Many thanks, Adam.
  3. adam

    solved

    As mentioned above, you can not use a CDN for file download storage.
  4. adam

    solved

    Hi, Are you already using the script or do you run another site? Thanks, Adam.
  5. adam

    solved

    Hi, Thanks for your post. Please can you only use English in these forums so there's a common language between all members. There are no CDN services which will allow files, they tend to focus on static assets like javascript, images or css. I'd recommend getting your own dedicated or vps...
  6. adam

    Remote Direct Server Error

    Please link your forum account via your login at mfscripts.com so we can validate your license.
  7. adam

    Remote Direct Server Error

    So that I can run some tests on your install.
  8. adam

    Remote Direct Server Error

    Hi, What is your site url? Thanks, Adam.
  9. adam

    ERROR: There was a server problem when attempting the upload, please try again later

    You are using a nulled copy of the script. Remove the site immediately to avoid further legal action being brought against you. Your forum account will now be suspended. Raise a support request for any further communication.
  10. adam

    REWARDS PLUGIN BUG: €SITE_CONFIG_COST_FOR_30_DAYS_PREMIUM

    You might find SITE_CONFIG_COST_FOR_31_DAYS_PREMIUM works instead...
  11. adam

    REWARDS PLUGIN BUG: €SITE_CONFIG_COST_FOR_30_DAYS_PREMIUM

    Hi, If you've changed the pricing packages you'd need to use the new constant. In that file output the constants available by adding this in the php code: (inbetween <?php and ?> tags) print_r(get_defined_constants(true)); This will show all the constants on screen (a long list). Search for...
  12. adam

    Voucher Reseller Plugin

    Hi, Thanks for reporting this. The issue was around the form and when jquery creates a duplicate of it for the popup. I've fixed it in our latest release code but you can also patch it by doing the following: In: "\plugins\vouchers\admin\manage_vouchers.php" Find: function confirmAdd()...
  13. adam

    Could not move the file into storage on

    Ensure all the permissions on /var/www/html/files/ are set recursively. For example, via SSH run this: chmod -R 777 /var/www/html/files/ If your server does not permit 777 use 755.
  14. adam

    File Of Folder Does Not Exist (Imageviewer cron)

    Hi, This is fixed in prep for the next release. Keep an eye on the site for an update coming within the next 1-2 weeks. Thanks, Adam.
  15. adam

    register page doesnt show and takes me back to login

    You need to enable it via the admin area, site settings.
  16. adam

    Action Queue

    Thanks for the info over the ticketing system. I thought I'd update this thread to clarify it to everyone else. The file action entries will only appear for local or 'direct' server storage. FTP or any of the Flysystem storage points are deleted straight away (sorry I should have mentioned this...
  17. adam

    YetiShare Single Site License

    Hi, You can use the single site license for any number of file storage servers, the restriction is for actual new installations rather than storage points. So setting up: server1.domain.com server2.domain.com etc is covered under the single server license. :) Thanks, Adam.
  18. adam

    Action Queue

    The file_id of 1074 is fine, this will be the auto increment from the files table so I assume you have other files with previous numbers. It should trigger on a user delete also though. I'd like to take a closer look, can you raise a ticket with access to the install and I'll run some checks?
  19. adam

    Action Queue

    Hi, What happened to the file, did it delete from the file manager as expected? What version of the script are you on? Do you see any records in the file_action database table? Thanks, Adam.