Search results

  1. adam

    Rewrite on Nginx (version 3.5.x)

    Re: Rewrite on Nginx The rules may vary slightly depending on nginx version. We use the following: In: /etc/nginx/sites-available/default Change to: server { listen 80; # port number root /usr/share/nginx/www; index index.php; client_max_body_size 5G...
  2. adam

    Plugin "ImageViewer" not working correctly.

    Hi, Can you send me access to the site and file servers (admin & ftp) and I'll take a look. An example would also be useful. You can send it via the contact link at the top. Thanks, Adam.
  3. adam

    Remote upload isn't working

    Make sure you've installed curl for PHP and curl_exec function isn't blocked within php.ini.
  4. adam

    Folder protection not "really" working

    No it doesn't protect the files from being accessed directly. It's planned for improvement on the next release.
  5. adam

    Documentation

    It's in the root php files.
  6. adam

    change media encoder

    Sorry I didn't realise you were talking about the screenshot. It's on the list to look into.
  7. adam

    [v3.5.2] No Progress bar in remote upload

    What is your site url?
  8. adam

    change media encoder

    Hi, There's a recent fix for this. If you re-download the media converter plugin it'll now allow for multiple servers. You need to set the ssh details within the convert.php. Open that file for full details. Regards, Adam.
  9. adam

    support persian and arabic fonts

    Hi, The template isn't built for RTL, you'll need to convert it yourself. Regards, Adam.
  10. adam

    adam help me

    PS - Please use a more descriptive subject for your post next time...
  11. adam

    adam help me

    I don't know where you heard that but there's no documentation other than what's in the admin area. What is it you're trying to do? you can do url http://xxxx.xxx/plugins/rewards/site/rewards.html change to http://xxxx.xxx/rewards.html Not without some code amendments.
  12. adam

    I can't run manually s3backup.sh

    Yes it looks ok apart from the backup path not existing as mentioned on email.
  13. adam

    I can't run manually s3backup.sh

    I've just tried now and I get: /usr/local/cpanel/whostmgr/docroot/cgi/s3backup/s3cfg/s3backup.sh: line 37: mail: command not found The mail issue is because you're missing the mail function on your server. I've added it by running this: yum install mailx Running s3backup.sh now produces...
  14. adam

    I can't run manually s3backup.sh

    Yes please, via the contact form here: http://www.mfscripts.com/contact.html
  15. adam

    I can't run manually s3backup.sh

    Directly as root or via sudo?
  16. adam

    I can't run manually s3backup.sh

    Strange. Are you running it as the root user?
  17. adam

    I can't run manually s3backup.sh

    Hi, What happens if you run this via SSH: /usr/local/cpanel/whostmgr/docroot/cgi/s3backup/s3cfg/s3backup.sh --showlog
  18. adam

    FILE TYPES, FIX CASE SENSITIVITY doc DOC DOc Doc dOc dOC doC

    Re: FILE TYPES, FIX CASE SENSITIVITY doc DOC DOc Doc dOc dOC Ok so it's nothing to do with the server as it doesn't get that far. This is checked via Javascript. On our dev copy the line which allows for certain file types is: acceptFileTypes: /(\.|\/)(doc|gif|jpg|png)$/i Could you load your...
  19. adam

    Change 60 second count-down?? ?? (Download Page Template) :(

    Re: Change 60 second count-down?? ?? (Download Page Template v3.5.2 was out last week on yetishare.com. Keep track of releases here: http://yetishare.com/release_history.html?item=44 or via RSS: http://yetishare.com/rss.php or via Twitter (post added soon) https://twitter.com/YetiShare We...
  20. adam

    YetiShare v3.5.2 Final - Now Available!

    Hi all, We've released v3.5.2 of YetiShare. Thanks for everyone that contributed with feedback. The latest release adds some functionality to the file managers, password policy options and some minor fixes to the v3.5.1 release. If you login (and still within support) you'll see the link to...