Search results

  1. F

    Admin area Abuse report dialog/modal bug [4.4]

    Hello Adam, These is a minor issue in admin area. When a Abuse report is accepted, the acceptReport() function still closes the dialog while it should hide modal. Here's the little code that needs to be changes function acceptReport(abuseId) { gAbuseId = abuseId; // accept...
  2. F

    Whitelisting an IP

    Hello, How do I add an IP to whitelist. So that even if that IP makes too many failed logins... Its should not be banned? Thank You.
  3. F

    404 Not Found Page

    Hello, I want to show a 404 Not Found Page if the URL is really not on the server. For e.g example.com/iamnotafile This shows a blank page instead of 404 page. How do i show a 404 Page? Here's what I understand. In file_download.php // could not load the file if (!$file) {...
  4. F

    Reward plugin with Pay Per View

    Hello, Reward plugin currently has PPS and PPD. Can you add PPV Pay Per View or Pay Per Thousand View? I would prefer Pay Per Thousand View instead of PPD for users. Moreover it can have the option. if user is using adblock, don't count as reward. If this is done I would buy reward...
  5. F

    File hash with md5_file too slow for large files

    Hello, I am getting this error in my error_log file PHP Fatal error: Maximum execution time of 180 seconds exceeded in /core/includes/uploader.class.php on line 920 This is line 920's code // create file hash $fileHash = md5_file($tmpFile); Whenever I upload a large file (1GB+) my server load...
  6. F

    Inactive Files Days With File Size Settings

    Hello, A setting in user packages where we can set file size to be deleted in these many days. For eg. a file greater than 1 GB will be deleted in 30 days while less than 1 GB will stay for 60 days. This would be a little bit complex but can this be done? Thank You.
  7. F

    [URGENT] WHM Server High Load Average - More than 500

    Hello, I am getting high server load on my server. The load average in my WHM is almost 500. This is the process that I see alot on WHM > System Health > Process Manager 17158 (Trace) (Kill) nobody 0 10.95 0.12 /usr/local/apache/bin/httpd -k graceful I am no server expert. please Help Me...
  8. F

    Migrate Form Apache To NGINX

    Hello, I have a server with Apache and WHM Cpanel installed. I want to migrate it to Nginx as it is recommended by Yetishare. Can someone show me exacts methods to migrate safely without any data loss. My Server have active live sites in it. Thank You, Farida Dobani.
  9. F

    Chnage Admin Url

    Hello, Is there any way to change admin url from /admin to something else? Thank you.
  10. F

    File Leech Logins to be Submited by Users

    Hello, I request you to add a feature so that logins for file leech can be submitted by users. For eg. mirrorcreator asks for password from users to upload files to their account. same way can you add a feature to so that users logins will be used for downloading files with File Leech Plugin...