Search results

  1. A

    FTP plugin Settings for paid and free

    On the FTP plugin the Quota limit in the plugin settings is currently set for anyone who has ftp plugin I would like to see multiple quota settings for paid and free since I allow free and paid users to use ftp.
  2. A

    ftp file size upload limit bug?

    update I set the ftp account quota to 10mb to test it and found you can still upload files larger than the quota. using a ftp client. I was unable to complete the transfer because I also changed the ftp upload size in the settings but it still allowed to upload to the ftp larger than the...
  3. A

    ftp file size upload limit bug?

    ok for some reason I forgot to set a value there had 0 so I will try uploading a 2gb file since I now have it set on 1gb limit and will report back. I was able to remove the gb file the user contacted me upset I told him that he was only allowed 700mb and it was an error but I removed it. Will...
  4. A

    ftp file size upload limit bug?

    ok here is my situation. I have set the max filesize upload for free users to 700mb on my site but I also allow free users to upload via ftp using the ftp plugin. even tho I have it set to allow only 700mb in the free_user_max_upload and free_user_max_ftp_upload they can upload via ftp any file...
  5. A

    french languauge

    You will have to edit the translation text to make one for French. "Vous devrez réviser le texte de traduction pour faire un pour le français. Il est trouvé la section Admin sous la configuration."
  6. A

    Ftp transfer

    Yes that fixed it Thanks
  7. A

    Ftp transfer

    Sorry this is the error I get in the logs [06-Dec-2013 02:02:38 UTC] PHP Fatal error: Call to undefined method uploader::has_error() in /home/storeit/public_html/plugins/ftpupload/pluginFtpupload.class.php on line 310
  8. A

    Ftp transfer

    Getting this error when I go to the ftp tab to move my file from ftp to the site. Failed to get file, possible ajax issue any other upload works fine only the file retrieval issue for the ftp
  9. A

    3.4 database management error

    When I go to the database management in the admin dashboard and go to execute sql I get an invalid database because its pointing here I have fixed it in the php but this happened on both my developer site and main site when I upgraded...
  10. A

    New Yetishare v3.4 Beta - Troubleshooting

    ok then hopefully this will be addressed in the final release. The faq.php only shows the maximum file size for free and paid users the non users needs to be added and also only shows the free and paid file expiry date I use different ones for non free and paid. hope this is addressed in the...
  11. A

    Downloading File 100MB

    ok everything in your php.ini is set correct to allow up to 2G file size in the sete config make sure you have put the maximum allowed file upload allowed for each group to what ever size you want in bytes. you can use an online byte calculator if you just want to convert...
  12. A

    Installation

    Did you make sure your selecting the correct database in the config.php I know it sounds simple but that might be doing it. If not you could try to manually enter the database entries by doing an import of the database.sql found in the offline folder of the script.
  13. A

    Password reset timeout

    Hey I have a question I noticed that the password reset email doesn't time out, for example the email sent should say this link is only good for 24 hrs or something and after that the hash it puts in the database should not work. Any way of adding this or letting me know how to do it.
  14. A

    Multiple Delete Option / Users & Files

    There was a version for this in the 3.3 release at http://www.yetisharemods.com it was a paid plugin but with the new file system it doesnt work with 3.4 this may be fixed once the final 3.4 is released
  15. A

    Contact Page

    You can visit here there is already a contact us add on for FREE http://www.yetisharemods.com/topic/2-contact-us-page/
  16. A

    password reset timeout

    Hey I have a question I noticed that the password reset email doesn't time out, for example the email sent should say this link is only good for 24 hrs or something and after that the hash it puts in the database should not work. Any way of adding this or letting me know how to do it. Thanks
  17. A

    New Yetishare v3.4 Beta - Troubleshooting

    1.This can be added easily in the database through mysql, if you dontknow how to do this then I can make something or show you how it can be done evem in the admin panel since you can manage the database settings from there. 2.You have to edit the compare.php or download the one I edited here...
  18. A

    where i can change download link with a button

    This no longer works with 3.4
  19. A

    where i can change download link with a button

    Open up share_file.php it should be in the root of your site. I will show you both places Find: <?php echo safeOutputToScreen($file->originalFilename, null, 70); ?>&nbsp;&nbsp;<a href="<?php echo safeOutputToScreen($file->getFullShortUrl()); ?>" target="_blank">(<?php echo t('download'...