Search results

  1. H

    High loads on mysql after 4.2 upgrade

    My server goes out of memory everyday after the 4.2 upgrade. I have tried several things to optimize mysql but could not solve this. I get the below email everyday and when i check the server it show very high loads and then mysql goes down, which i have to restart :
  2. H

    All pages showing 404 error all of asudden

    My site used to work fine but now i get 404 error on every file i have uploaded. I tried to repair database as i was not able to login to admin so i get this error : [video.background_task_log] error: Can't create new tempfile: './video19_floby19/background_task_log.TMD'...
  3. H

    uTorrent plugin not working

    I just restarted my server and now utorrent plugin has stopped working, i used this command to restart the torrent engine : But this is not helping as i get this result : And when i go to gui and login, it shows blank page.
  4. H

    error in uTorrent installation on cent os

    While installing utorrent on cent os server, i get this error : utserver: error while loading shared libraries: libssl.so.0.9.8: cannot open shared object file: No such file or directory I installed openssl /usr/bin/openssl /usr/lib64/.libcrypto.so.1.0.1e.hmac...
  5. H

    z-o-o-m uploader support

    Hi, Please add z-o-o-m uploader support for larger files as currently it is only working for small files of upto 200 MB. Thanks.
  6. H

    Problem with PPD plugin and Nginx logs mod

    Hi, I am facing problems with complete download mod as when i turn on XAccelRedirect, downloads work fine, but the rewards are not counted. I contacted yetishare and it seems they are not able to fix this problem(I am frustrated now). Any one else facing this problem? I updated nginx config...
  7. H

    Rewards Plugin Group ranges

    Hi, How can i remove group ranges (File Size) in rewards plugin. I tried to remove it from database table "plugin_reward_ppd_range". Do i need to change anything else? Will this count PPD correctly? or do i need to change anything in this table "plugin_reward_ppd_group_rate" Will appreciate...
  8. H

    Mediaconverter & Rewards plugin problem

    Hi, 1. I am facing problem with the converter plugin, conversion starts fine and i can see the process in server as well, but after 5-6 hours it goes away in server but shows in plugin page on website and after 12 hours result is failed conversion. In notes it says : Error: Could not get file...
  9. H

    Database connection error

    Hi, I just upgraded to 3.5.2 version but i am getting error : Database Error: Failed connecting to the database with the supplied connection details. Please check the details are correct and your MySQL user has permissions to access this database. (host: localhost, user: vi*****_******...
  10. H

    How do i select all files to get the BB code

    Hi, I need to create a check mark box, which will help users to select all files. What code should i use? Please check the attachment as well. Any help will be appreciated. Thanks.
  11. H

    Problem with using nginx on fileserver

    Hi, I installed Nginx and got error uploading files. I installed it only on the main server where the script is installed, i think the problem is sessions or timeouts. Here is the config file : user nobody; # no need for more workers in the proxy mode worker_processes 2; error_log...
  12. H

    What does this number of threads in active downloads mean?

    I see that in active downloads section of the script, there is a section showing threads. What is that?
  13. H

    How to restrict download in media player plugin to Premium

    Hi, How can i restrict download for free users in media player plug in. If i restrict downloads in website settings, it restricts everything. I want to display the download button and the media player, but when a free user clicks on the download button, it should redirect to premium upgrade...
  14. H

    How to put ads on video player?

    Hi, I will like to add some ads on the video player, how can we do it? Is there a possibility? Thanks.
  15. H

    New server error

    I added the new server via ftp and got this error. I have created the file folder in the destination server. Errors : There was a problem uploading the file to Then when i test the ftp in admin panel : Changing to storage directory: files/... Could not find storage directory!
  16. H

    How to create PPD groups based on file size

    Hi, Can somebody please let me know how i can restrict or create download groups based on size of the file downloaded, example : We are talking about changes in rewards plugin. I will appreciate any help or direction. Thanks.
  17. H

    Insert ads below Media player

    How and where can i add this ad code <!-- bottom ads --> <div class="metaRedirectWrapperBottomAds"> <?php echo SITE_CONFIG_ADVERT_DELAYED_REDIRECT_BOTTOM; ?> </div> to display ads under the media player. I need to display ad between player and file detail.
  18. H

    Stop public access to files and folders

    How can we stop public access to folders and files on the script. This is a security concern as anybody can access the uploaded files and all other script folders. Please suggest how to restrict public access to files. Example : http://www.yoursite.com/admin/assets
  19. H

    Please suggest robots.txt file

    Hi, Please suggest a proper robots.txt file for the file hosting script. I see stange files getting indexed in google with long code or something. Thanks.