etsythemeshop
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
Forum: Plugins
In reply to: [WooCommerce Show Attributes] HTML Attribute Values@mtgarmorydotcom — yes, but it’s very difficult. There are no actions/hooks provided by woo-commerce. You need to find a way to cleanly hook into wp_clean yourself and stop it from doing it’s thing to *just* the attributes. Good luck!
Forum: Fixing WordPress
In reply to: Redirect loop upon installing SSL certificate on BluehostThank you!
Forum: Plugins
In reply to: [WP fail2ban - Advanced Security] Couple of Bugs – 3.5.1for #1) There is a DDOS XMLRPC attack that is carried out by hitting xmlrpc.php many times in succession without triggering the authentication failure — it’s very common so I do believe it should be rate-limited.
Forum: Plugins
In reply to: [WP fail2ban - Advanced Security] Doesn't seem to block IPsAdding this to jail.local fixed my problem in ubuntu 14.04 LTS:
[DEFAULT] backend = polling
Forum: Plugins
In reply to: [WP fail2ban - Advanced Security] error with new filtersI had to put this line to each [wordpress-*] subsection:
port = http,httpsForum: Plugins
In reply to: [WP fail2ban - Advanced Security] Doesn't seem to block IPswould you mind posting your fixes independently?
Forum: Plugins
In reply to: [WP fail2ban - Advanced Security] Doesn't seem to block IPstmacka88, did you find it out? I have the same problem.
fail2ban-regex /var/log/auth.log /etc/fail2ban/filter.d/wordpress.conf Running tests ============= Use failregex file : /etc/fail2ban/filter.d/wordpress.conf Use log file : /var/log/auth.log Results ======= Failregex: 74 total |- #) [# of hits] regular expression | 7) [74] ^\s*(<[^.]+\.[^.]+>)?\s*(?:\S+ )?(?:kernel: \[\d+\.\d+\] )?(?:@vserver_\S+ )?(?:(?:\[\d+\])?:\s+[\[\(]?wordpress(?:\(\S+\))?[\]\)]?:?|[\[\(]?wordpress(?:\(\S+\))?[\]\)]?:?(?:\[\d+\])?:?)?\s(?:\[ID \d+ \S+\])?\s*Pingback error \d+ generated from <HOST>$
–
fail2ban-client status wordpress Status for the jail: wordpress |- filter | |- File list: /var/log/auth.log | |- Currently failed: 0 |
– Total failed: 0
- action |- Currently banned: 0 |
– IP list:
`- Total banned: 0
`
Viewing 7 replies - 1 through 7 (of 7 total)