hjogiupdraftplus
Forum Replies Created
-
Hi @postcd,
Changing the database table prefix is a lengthy database operation, as it renames and updates each table. The time required depends on the size of your database tables. As warned in the plugin, you should take a full database backup before proceeding.
It is recommended that you perform a database backup before using this feature.
If any issues occur during the process, you may need to restore the database from your backup and then ensure that the correct
$table_prefixvalue is configured inwp-config.php. Simply renaming the AIOS plugin folder, .htaccess update will not resolve the issue.I would suggest to take full site backup before doing such operations.
Regards
Hi @edo888,
Let me create an internal ticket for your suggestion that
get_server_detected_user_ip_address()and/orget_user_ip_address()should have a filter. However, we will need to carefully consider the security implications of allowing plugins to modify the detected IP address.I will also discuss your other request with the team regarding the possibility of adding default support for your proxy network. I’ll get back to you as soon as I have an update.
Regards
Hi @postcd,
AIOS currently includes the 6G PerishablePress firewall rules.
We used the nG rule because we had already planned and developed the 8G firewall rules, which have not yet been released.
AIOS will also incorporate the 8G rules as an nG rule in the future.
Regards
Hi @postcd
If you enabled the AIOS Salt postfix it logout the user as AUTH salt postfix changed.
You have renamed the login page and trying accessing right now the admin page which shows “You do not have permission to access this page. Please log in and try again.”
https://snipboard.io/dsmUk2.jpg
Now if you try access the {site_url}/{login_slug} and if not showing the loging page to login and shows not found there seems an issue.
IF you try access any other url like /wp-admin/{login_slug}?page=aiowpsec_usersec&tab=salt it will show 404 error.
Regards
Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] captcha code not workingHi @webbud65,
Based on the settings you exported, I tested the configuration locally and the Google reCAPTCHA field is displayed correctly on the contact page.
https://snipboard.io/i5eW9z.jpg
I also noticed the
rocketlazyloadscript, which indicates that a caching plugin is active, along with other plugins. This suggests that the issue may be caused by a conflict with a plugin or the theme rather than being a general issue with the functionality itself.You mentioned that the problem persists even after disabling all plugins, which makes it difficult to determine the root cause. Additionally, we have not received any other support requests reporting a similar issue.
We will try investigate more if can replicate the issue.
Regards
Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] 404 Not FoundHi @opusvista
The issue is marked as resolved. Has it actually been resolved?
You should check the error logs to see whether the site encountered any issues while updating the plugin.
Regards
Hi @marcinek28
OK, please keep me posted on the response from the Amelia developers. I’ve created an internal ticket and will update you as soon as I receive any updates.
Regards
Hi @thefitrv,
Let me check internally whether it is possible to disable the heartbeat for this scanner in AIOS. I don’t think it is likely, as there doesn’t appear to be a setting for this.
The
HEARTBEAT_INTERVALis set to 10 seconds, not 60 seconds.The mechanism here works by retrieving the status of the scan task from the database at regular intervals.
I need to look into this in more detail to understand exactly how it works for scheduled scans. As the scan progresses, its state is stored in the database, with statuses such as: started, initialised, starting, fetching, scanning, comparing, saving, and completed.
Regards
Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] captcha code not workingHi @webbud65,
Thanks for that exported setting. If I check the aiowps_default_captcha is blank means AIOS > Brute force > Captcha settings – Default Captcha is not selected.
https://snipboard.io/waps2c.jpg
Can you please cross-check.
Regards
Hi @marcinek28
AIOS 5.4.9 have TEAK: Added a filter that validates POST requests containing UDRPC messages.
It needs to check that plugin Booking for Appointments and Events Calendar – Amelia uses UDRPC?
I will create an internal ticket to check this issue in detail.
Regards
Hi @mohsinworld
If AIOS’s renamed login page URL feature is enabled, accessing wp-login.php should display a 404 Not Found page and should not redirect.
It is strange that wp-login.php is redirecting to the renamed login page. Could you please try accessing it in an incognito/private browsing window and let me know the result?
In the meantime, I will create an internal ticket for our team to investigate this issue.
Regards
Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] captcha code not workingHi @webbud65,
Ok, Thanks.
Pastebin allows you to paste the exported AIOS settings text and generates a URL that you can share.
You can also use the Burn After Read option, which means the content can only be viewed once. In that case, it will most likely only be read by me when I review it.
https://snipboard.io/a2gI7c.jpg
Regards
Hi @thefitrv,
The latest AIOS updates for scanner tasks use an AJAX-based polling system.
Previously, a scan would start and you would only be notified once it had completed. Now, the browser periodically checks the progress of the scan and updates the interface as the task progresses.
The scanner is not cron-based. The scan task is stored in the database, and the Heartbeat API is used to track its progress and relay status updates back to the browser.
No blog content or site information is transmitted. The AJAX requests are used solely to check the status and progress of the scanner task running on your site.
I will create an internal ticket for the issue you have raised so that we can investigate it further.
Regards
Hi @viche
Glad to know issue is identified.
Would you mind writing a quick five-star review on ww.wp.xz.cn?
https://ww.wp.xz.cn/support/plugin/all-in-one-wp-security-and-firewall/reviews/#new-post
Reviews also help others to make confident decisions about our plugin.
Regards
Hi @m0n0mind,
I’m glad to hear that using the
aiowps_ip_blocked_output_pagefilter hook made it possible to work around the issue and get the AJAX request working.I’ll create an internal ticket as an improvement request so that the login lockout feature can better support AJAX-based login forms as well.
Would you mind writing a quick five-star review on ww.wp.xz.cn?
https://ww.wp.xz.cn/support/plugin/all-in-one-wp-security-and-firewall/reviews/#new-post
Reviews also help others to make confident decisions about our plugin.
Regards