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, Done. Solved. Thanks
  4. 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) {...
  5. 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...
  6. F

    ERROR upload from the computer

    The information you gave doesn't help us at all. Give us more information. Check your system logs from admin while and after uploading a file. Check your error_log file.
  7. F

    Errors after change DNS

    Hello, This will be solved automatically as soon as your DNS are routed everywhere. Check your DNS at whatsmydns.net. Regards.
  8. F

    File hash with md5_file too slow for large files

    Processor: Intel Xeon E3-1245 RAM: 4x DDR3 8192 MB Server: Apache OS: CentOS 7.2 Moreover I may be wrong with the md5 problem. There may be something else causing the server load. I guess its md5 because of the max execution time error. I also have file with 25GB size so those files may bea...
  9. 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...
  10. 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.
  11. 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...
  12. F

    Migrate Form Apache To NGINX

    So There is no issue with data loss. I have installed NginxCP in my WHM Cpanel. Can Someone suggest proper configurations. I want to know how to enable X-accell-redirect on NginxCP. I tried to follow steps on knowledge base but failed. I dont have much Idea on how to run Nginx and Apache both...
  13. 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.
  14. F

    Chnage Admin Url

    I changed // admin paths define('ADMIN_FOLDER_NAME', 'admin'); to // admin paths define('ADMIN_FOLDER_NAME', 'newadmin'); and edited crontab to #commented out old cron #0 0 * * * php /path/to/your/install/admin/tasks/auto_prune.cron.php >> /dev/null 2>&1 #0 0 * * * php...
  15. F

    Chnage Admin Url

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

    File Leech Logins to be Submited by Users

    Thank You For Your Responses.
  17. 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...