I have tried this plugin. But unfortunatelly i always failed to scan all directories. because of scanner immediately stoped. and i get this message “Fatal error: Maximum execution time of 30 seconds exceeded in /home/alchazin/public_html/wp-content/plugins/gotmls/index.php on line 78″
please suggest me to solve this problem. Thanks
I am surprised to hear this is a problem. I an setting the Maximum execution time to 30 seconds for each file scanned but it would appear that is not long enough in your case.
Try changing line 229
From:
set_time_limit(30);
To:
set_time_limit(60);
Please let me know if this works for you or if you have any more trouble.