WP Doctorワードプレスドクター
Forum Replies Created
-
OK
How about changing to //set_time_limit(60*10);
set_time_limit(60*10); -> //set_time_limit(60*10);
Please try it
Perhaps your server is unusual and set_time_limit() function is not available.
In wpinfecscanlite/wpinfecscanlite.php, line 488, try adding @ before set_time_limit and it may work.
It looks something like this
@set_time_limitPresumably your PHP settings include
disable_functions = set_time_limit.I would appreciate it if you could enable the set_time_limit function in your PHP configuration!
Forum: Fixing WordPress
In reply to: I need help identifying the source of & removing malware?HI
In this case, the hacker may have repeatedly infected the site through a backdoor.
Use plugin to detect and remove the backdoor.
Next, investigate and plug vulnerabilities in the site.
Here are some malware search and deletion plug-ins.
https://www.wordfence.com
If you can’t detect it, try using the following
https://website-malware-removal.com/en/
20% of the vulnerabilities are due to insufficient password complexity for the admin user and 60% of the vulnerabilities are due to old plugins.
Vulnerabilities of individual plug-ins can be checked at the following sites.
https://wpscan.com/plugins/