Need some guidance on GOTMLS plugin
-
Hi – I have your GOTMLS plugin installed, and did a first complete scan of my website today. Some things I need guidance with:
1. The complete scan took 2 hours 40 minutes to complete. Is it normal for a full scan duration? Or is it because I also have a test staging site and backups within my public_html folder, which are causing the scan to take so long. Any way to speed it up?
2. The scan detected on threat in my .htaccess file, specified below:
RewriteCond %{HTTP_USER_AGENT} ^.*(Baiduspider|HTTrack|Yandex|spbot).*$ [NC]
RewriteRule .* – [R=403,L]Now, I have set up the above condition in .htaccess file to stop these bot agents from accessing my site, as they are not relevant for me. Can I ignore this warning?
3. Recently, I activated a cronjob for a new plugin on my site for time based check scheduled to run every 12 hours. Now, everytime this cron-job runs, I receive a PHP notice related to GOTMLS plugin immediately after the cron job, as shown below:
Undefined offset: 2
Type: PHP Notice Line: 132
File: /home/wwwfin5/public_html/wp-content/plugins/gotmls/images/index.phpThe above line refers to the following code in the mentioned index.php file in images folder of GOTMLS:
GOTMLS_define(“GOTMLS_siteurl”, get_option(“siteurl”, $GLOBALS[“GOTMLS”][“tmp”][“protocol”].$SERVER_parts[1].((count($SERVER_parts) > 2 && ($SERVER_parts[2] == ’80’ || $SERVER_parts[2] == ‘443’))?””:”:”.$SERVER_parts[2]).”/”));
I have no idea what it means, or if it should be a cause of concern, but just wanted to check with you. Just to clarify here, I receive 3 additional PHP notices at the time of cron job run (2 related to ip-geo-block plugin, and 1 related to wp-includes/vars.php) in addition to yours (for vars.php it is similar to gotmls):
Undefined offset: 1
Type: PHP Notice Line: 31
File: /home/wwwfin5/public_html/wp-includes/vars.phpUndefined index: REQUEST_METHOD
Type: PHP Notice Line: 105
File: /home/wwwfin5/public_html/wp-content/plugins/ip-geo-block/classes/class-ip-geo-block.phpUndefined index: SCRIPT_NAME
Type: PHP Notice Line: 63
File: /home/wwwfin5/public_html/wp-content/plugins/ip-geo-block/classes/class-ip-geo-block.phpRequest you to kindly clarify on the above points. Thanks for your help.
Regards,
Ambuj
- The topic ‘Need some guidance on GOTMLS plugin’ is closed to new replies.