Česlav Przywara
Forum Replies Created
-
6G blocks TimThumb because of the poor security record it has made over the years. If you really need TimThumb to work, you have to disable 6G.
If you’d like to keep other 6G rules, but don’t like inserting permanent rules via Custom Rules tab, you can store them in your
.htaccessfile directly – only make sure to insert them outside of “# BEGIN All In One WP Security” – “# END All In One WP Security” block.I’m marking the topic as resolved.
@aldemarcalazans According to 6G notes, you may also need to comment out the following line from
6G:[QUERY STRINGS]section:RewriteCond %{QUERY_STRING} (thumbs?(_editor|open)?|tim(thumb)?)\.php [NC,OR]Cheers,
ČeslavHi apkajanu,
This is really strange, because the error message you mention is only displayed by function that runs on user authentification, ie. after login form is submitted.
Are there any entries in the list of locked IP addresses? Have you emptied it as I suggested?
Greets,
ČeslavHi Bryan,
I have to admit this is the first time I hear about WordPress install that has backend running on a different domain than frontend.
AFAIK, the plugin does nothing special when it sets cookies, except that it performs
COOKIE_DOMAINfall-back to ensure compatibility with multisite installs.Maybe you can try to set the
COOKIE_DOMAINjust tomysite.com(without www or wp subdomains) in yourwp-config.php:define( 'COOKIE_DOMAIN', 'mysite.com' );
This way cookies set on front-end domain should be also valid for back-end domain.
I guess some
aiowps_cookie_domainfilter could be added to the plugin to support your setup, but it is rather rare and I cannot speak for plugin authors.Greets,
ČeslavHi apkajanu,
Most likely your “tablet” users are connected to the Internet via a single public IP and some of them got locked out.
Please go to Dashboard > Locked IP Addresses and remove any locked IP addresses from the list.
Greets,
ČeslavHi Silvio,
I’m glad you’ve managed to get your site back.
As for the database management tool, I can recommend Adminer. Unlike phpMyAdmin, Adminer comes in a single file, but it has almost the same functionality and much cleaner interface.
If you’re going to give the All In One WP Security & Firewall another try, be careful when activating the features. Read all information on the page and perform recommended actions! If you’re going to try to “rename your database prefix”, be sure to make a database backup in advance. As @wpsolutions mentioned above, most likely this was the feature that caused trouble on your website.
I’m marking the topic as resolved for now, but feel free to open a new one if you have any other problems/questions.
Greets,
ČeslavHi Silvio,
The content of pages/posts etc. is not stored on FTP, but in a database. So depending on how you made the reinstall, it might or might not still be there. Did you use the same database name for the reinstall?
As for the FTP, you usually need to only upload contents of your
wp-contentfolder when you are restoring from backup, but you might want to skipwp-content/plugins/all-in-one-wp-security-and-firewall, if you suspect that the plugin is causing your troubles.Cheers,
ČeslavForum: Plugins
In reply to: [Simple Share Buttons Light] Simple Share Button – color of iconsHi,
I don’t know of any simple way, but there is a way:
1) Visit https://make.simplesharebuttons.com/ and grab the buttons in color of your choice (either circle or square-sized).
2) Extract the zip file from step 1) and run the png file with email button through base64 encoding – you can use some online service for that like https://www.base64-image.de/
3) Replace the legacy string with base64-encoded image either in
simple-share-buttons-light/buttons/circle.phporsimple-share-buttons-light/buttons/square.php. Be careful to not replace the encoding preamble (ie. thedata:image/png;base64,string).Important: Note that your changes will be lost when you update the plugin, but given the frequency of plugin updates, this won’t happen often 😉
Cheers,
Česlav@jwmckenzie, the plugin won’t help you with that, but you might find the following codex article helpful: https://codex.wordpress.org/Administration_Over_SSL
Greets,
Česlav@disturbed-pixel If you update AIOWPSF to recent version, you have an option to activate 6G firewall instead of (out-dated) 5G.
5G firewall could be updated as per Hans recommendation, but one would still have to re-save firewall rules to apply such changes, therefore I think it makes more sense to just switch to 6G.
Greets,
ČeslavForum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] Locking our legit usersHi enquirer32,
is there a system for locking out multiple failed login attempts?
Yes, there is and, as @mbrsolution already mentioned, its the Login Lockdown feature that you can find and configure under “User Login” menu.
The “Login Whitelist” feature is completely unrelated to it. As the description on the page says: “This feature will deny login access for all IP addresses which are not in your whitelist”. So, if you need your legit users to log in from different (unknown) IP addresses, you cannot use “Login Whitelist” feature…
Cheers,
ČeslavForum: Plugins
In reply to: [Polylang] Fix PHPDoc commentsHi Chouby,
Thanks for addressing this issue in 1.9! 🙂
Cheers,
ČeslavForum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] Blacklist not workHi albator13,
Can you elaborate a bit more on this:
the people (i try on differents computers & ip) can to access the website and rea texts, etc… only pictures are deleted…
Do you mean that the website normally loads, just no images are loaded when someone visits the site from blacklisted IP?
Is it possible to access WordPress admin (or login page) from blacklisted IP?
Last question: do you know if your website is installed in subdirectory?
Cheers,
ČeslavForum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] Related Posts ImagesHi morio2,
Please, deactivate “Advanced Character String Filter” and keep it deactivated. Then wait some time (30 mins or more) and check if the problem persists or not.
I have no experience with CloudFlare, but from what you described (problem reappearing when firewall is activated, but only after some time), it seems that CloudFlare has some caching mechanism in place. So you have to give it some time to catch up when you disable/enable any firewall feature.
Alternatively, you can ask CloudFlare support if they cache URL requests that are answered with “403 Forbidden” (and for how long).
Cheers,
ČeslavForum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] Related Posts ImagesHi morio2,
If you are having problems with images being blocked on mobile devices, try to turn off “Advanced Character String Filter” (under Firewall > Additional Firewall Rules) as it blocks any request with “@” sign in it. Often (and it seems to be your case too) retina-ready images that are served on mobile have “@2x” appended to the filename.
Cheers,
Česlav