Search results

  1. S

    Use the field paidExpiryDate to check if the user is premium

    gotcha!! well admins will be able to help more regarding this.. I am curious about this too now..
  2. S

    FFMPEG no working

    Did you run the cron job for conversion ? Use this command, your conversion should kick in as long as you followed proper instructions to install ffmpeg: php /home/filecad/public_html/plugins/mediaconverter/converter/convert.php FFMPEG installation: wget...
  3. S

    Use the field paidExpiryDate to check if the user is premium

    you are right, i didnt.. this is what happens you are tired. Anyways, i don't think there will be much performance issue even when dealing with thousands of accounts because all this is doing is executing single SQL command. I have a test site with 5000 dummy users on it and i just upgraded...
  4. S

    how to add SSL on my domain

    it has to be done from cpanel or whatever web hosting software you are using. The only setting on your file hosting script is to put "https" in your "_config.inc.php" file instead of "http" and that should do the trick.
  5. S

    Use the field paidExpiryDate to check if the user is premium

    0 * * * * php /path/to/admin/tasks/downgrade_accounts.cron.php >> /dev/null 2>&1 Just make the script run hourly instead of daily..
  6. S

    webDAV internal server error on your demo site

    Hi Admins, Just realized that the webDAV isnt working on your demo website, i am able to login and see all the files, i can download the existing files but cant upload or delete any files from there. Is this a glitch in new version ?
  7. S

    Documents, pictures, etc folders dont show up for new users

    okay, i thought this was set as default in the version before. 4.1.1 ? I may be wrong. Its all good.. Thanks for replying though.
  8. S

    Documents, pictures, etc folders dont show up for new users

    Hi there, Just realized that when a new user registers and logs in, the file manager is supposed to show Documents, Pictures, Music etc folders but they doesn't get created. I don't think it ever worked as i have never seen them even in test environment either where i created multiple accounts...
  9. S

    API for yetishare

    i am not an expert here but thanks, i will maybe try to find a freelancer to build me API for it then. I was hoping yetishare / mfscripts could help us out in this rather than us paying someone else to do it for us.
  10. S

    API for yetishare

    Can you guys get us the API feature for the script ? i am not an expert but i think we already have an API but we just don't know how to use it so any help here would be great..
  11. S

    [RESOLVED] Account lock doesnt work in 4.2

    uploaded these 2 files and it works fine. thanks Adam.
  12. S

    [RESOLVED] Account lock doesnt work in 4.2

    Re: Account lock doesnt work in 4.2 yes even in the new flow theme, i see these issues. The message on the top right comes up saying account has been locked but the webpage still shows unlocked and i can still see all the user info in there.. Now it does email the code to the user and i see the...
  13. S

    [RESOLVED] Account lock doesnt work in 4.2

    Re: Account lock doesnt work in 4.2 Adam, Simon: can you look into this pls.
  14. S

    Upgrade question

    you would have to upload all the files and then redo all the modifications to your theme again unfortunately. alot of the files have changed so you cant just replace a bunch of files to upgrade to new version..
  15. S

    SMTP And email_method php Not Work

    can you run this command on your server terminal and see if you receive email, if no, check the error logs to see what you get ? echo "test content" | mailx -s "test subject" [email protected] Also make sure sendmail is running on your server.
  16. S

    SMTP And email_method php Not Work

    not a big email server expert but do you want to try installing postfix and see if it works ?
  17. S

    forgot_password Bug

    If you look at the image you posted, the popup there shows the website address.. yekupload.com
  18. S

    forgot_password Bug

    i went to your website but i dont see this error... not sure if you fixed it already.
  19. S

    Can't Upload

    check permissions to files folder ? Also may need to repair tables in the database.. I am assuming you did import the SQL files that came with latest 4.2 package right ?