Site Activity
-
AITpro Admin replied to the topic error_log quarantine in the forum BulletProof Security Pro 2 weeks ago
Unfortunately, that is not possible to do with Regular Expressions (RegEx) code because of how this PHP function works: file_exists()
Question to AI: Can you use regular expressions for the path for the php file_exists function?
AI response: No, the PHP file_exists function does not support regular expressions for its path parameter. It accepts…[Read more]
-
Terry started the topic error_log quarantine in the forum BulletProof Security Pro 2 weeks ago
Is there a way to tell BPS not to quarantine error_log files generated by the server that occur in multiple folders without having to whitelist each one individually. I have had sites with the files in 15 to 20 different folders which I think were generated from attacks on the sites. I know how to do block BPS from checking one at a time but…[Read more]
-
AITpro Admin replied to the topic How to re-install BPS Pro after server migration debacle in the forum BulletProof Security Pro 2 weeks, 1 day ago
Your host support people must have renamed the BPS Pro plugin folder. So yeah you can manually delete the BPS Pro plugin folder here using FTP or your web host control panel file manager > /wp-content/plugins/bulletproof-security. Then reinstall the BPS Pro zip file using the WordPress Plugin upload zip installer and run the BPS Pro Setup Wizards.
-
Frank started the topic How to re-install BPS Pro after server migration debacle in the forum BulletProof Security Pro 2 weeks, 1 day ago
Hi,
My Host just moved my working, issue-free site to the cloud, it’s a nightmare. Following 500 internal errors the Host deactivated BPS Pro along with my BPS Pro .htaccess file containing custom code replacing it with another file.
The Host has now advised I can re-activate BPS Pro but cannot use the former .htaccess file. Upon clicking “…[Read more]
-
AITpro Admin replied to the topic BPS Notice: DISABLE_WP_CRON / plat-cron.php Quarantine in the forum BulletProof Security Pro 2 weeks, 2 days ago
How critical is this DISABLE_WP_CRON constant is in use error? Is this specific to GDMW?
Disabling standard WP crons is fine as long as you are enabling some other type of crons like Direct Crons or Alternative crons. BPS and most WP plugins rely on crons to perform automation. If Plat Cron is something your GDMW hosting has created or using…[Read more]
-
AITpro Admin replied to the topic BPS Notice: DISABLE_WP_CRON / plat-cron.php Quarantine in the forum BulletProof Security Pro 2 weeks, 2 days ago
BPS is compatible with Direct Crons, Alternative Crons and in this case I would call this an alternative custom cron. The default WP Core file for WP Crons is: wp-cron.php, which is located in the root folder of your WP installation. So calling this issue a compatibility issue is not using the best technical term or wording. I’m not exactly sure…[Read more]
-
bulletproof replied to the topic BPS Notice: DISABLE_WP_CRON / plat-cron.php Quarantine in the forum BulletProof Security Pro 2 weeks, 2 days ago
I know how to do a Quarantine Restore. That wasn’t my question though…
To try to be more specific:
- IS BPS Pro is compatible with plat-cron?
It appears that GDMW disabled wp cron in favor of using plat cron instead (I suspect wp cron may not be re-activatable). - IF BPS Pro is compatible with plat cron, is there anything specific I need to do…
- IS BPS Pro is compatible with plat-cron?
-
AITpro Admin replied to the topic BPS Notice: DISABLE_WP_CRON / plat-cron.php Quarantine in the forum BulletProof Security Pro 2 weeks, 2 days ago
Go to Quarantine > restore the plat-cron.php file in Quarantine > copy the entire path to the plat-cron.php file into the “Exclude Folders|Files from being checked by AutoRestore” text box. Choose “Exclude an Individual File. Click the Exclude Folder|File button.
Note: you can get the full path to the plat-cron.php file from the Quarantine Log.…[Read more]
-
bulletproof started the topic BPS Notice: DISABLE_WP_CRON / plat-cron.php Quarantine in the forum BulletProof Security Pro 2 weeks, 3 days ago
1- Getting the Error:
<span style=”color: blue;”>BPS Notice: DISABLE_WP_CRON constant is in use</span>
The WordPress DISABLE_WP_CRON constant is in use, which disables all Standard WP Crons. Several BPS Pro features use Standard WP Crons. If a plugin is being used that disables Standard WP Crons and uses Direct Cron Jobs instead or your Web Host… -
wpconvert replied to the topic php reverting to 7.4 in the forum BulletProof Security Pro 2 weeks, 3 days ago
Hi
Just noticed this post – and thought I’d respond just in case it’s relevant…
I had a similar issue on my reseller account – I host 20+ websites with no issue – a new client wanted me to take over their websites and 2 were migrated over from GoDaddy to my server. It appears that during this migration, Godaddy php settings were also carried…[Read more]
-
AITpro Admin replied to the topic File sent to Quarantine in the forum BulletProof Security Pro 2 weeks, 5 days ago
This problem was handled via direct email. The files sent to me were checked by me and they had not been tampered with. AutoRestore|Quarantine accidentally quarantined legitimate WP Core files during the recent WP 6.9.4 Automatic Update. This problem can happen if there is significant latency when the WP update occurs. The solution is to restore…[Read more]
-
Terry replied to the topic BPS reported as causing 405 errors in Link Checkers in the forum BulletProof Security Pro 3 weeks, 1 day ago
Ok, Thank you. I will go back and apply the code from the post you recommended previously to stop blocking head request.
Have a Great day
Terry
-
AITpro Admin replied to the topic BPS reported as causing 405 errors in Link Checkers in the forum BulletProof Security Pro 3 weeks, 1 day ago
Blocking HEAD Requests is a nuisance “filter” to block Bots, not a security measure. These days it is completely unnecessary to block HEAD Request. Years ago Pre-PHP 7.4 it made a difference with website performance. If you are running at least PHP 7.4 then blocking HEAD Requests is no longer necessary. I assume Rank Math Link Genius is using the…[Read more]
-
Terry replied to the topic BPS reported as causing 405 errors in Link Checkers in the forum BulletProof Security Pro 3 weeks, 1 day ago
Or is there something I am doing that is causing these head request since all I am doing is adding links to other pages on the site in the content.
-
Terry replied to the topic BPS reported as causing 405 errors in Link Checkers in the forum BulletProof Security Pro 3 weeks, 1 day ago
I don’t want to open the site up completely for head attacks if adding the suggest code would jeopardize the site. The plugin that is monitoring the links is Rank Math Link Genius. Following is the most recent logged entries in BPS security log. Is there a way to allow that plugin only to do the head request. Or what do you recommend. Thank…[Read more]
-
AITpro Admin replied to the topic BPS reported as causing 405 errors in Link Checkers in the forum BulletProof Security Pro 3 weeks, 1 day ago
Broken links typically show this Error Code: 404 Not Found, but depending on the tool you are using to check for broken links the tool itself will be blocked with a 405 error if it is making a HEAD Request. Do the steps in the link below to allow all HEAD Requests.
405 Method Not Allowed – means the web server understands the request and the URL…[Read more]
-
AITpro Admin replied to the topic File sent to Quarantine in the forum BulletProof Security Pro 3 weeks, 1 day ago
These are all legitimate WP Core files. So either a WP Automatic update occurred and these files were accidentally quarantined or these files have been tampered with. Most likely this is an accidental quarantine.
Use FTP or your web host control panel File Manager tool
Download /wp-includes/class-wp-http-ixr-client.php to your…[Read more] -
Terry started the topic BPS reported as causing 405 errors in Link Checkers in the forum BulletProof Security Pro 3 weeks, 2 days ago
I have a site that shows a lot of broken links that generate a 405 error. I contacted the datacenter to check server configuration since some reports show that 405 errors can be caused by server configurations. However the response below is from the datacenter stating that BPS appears to be the cause. Any suggestions.
Please find a summary of…[Read more]
-
Ian started the topic File sent to Quarantine in the forum BulletProof Security Pro 3 weeks, 2 days ago
Hi,
We have not been working on the website this afternoon, and I have just had an email to say the following files have been quarantined which sounds suspicious.
Do you recognise any of these files, and should we do anything in particular – This is the first time something like this has happened to us.
File: /home/sites/39b/5/583032bac8/public_…[Read more]
-
AITpro Admin replied to the topic Image Blocked by Security Plugin on Twitter / X in the forum BulletProof Security Pro 1 month ago
Looking at this X help information, you may not be able to hotlink images from your website.
X (formerly Twitter) generally does not encourage or support direct hotlinking of images hosted on its servers (
pbs.twimg.com) to external websites, such as embedding them in blog posts or as site elements. While the images may load temporarily, they often… - Load More



