mrppp
Forum Replies Created
-
Forum: Plugins
In reply to: [BulletProof Security] Brute Force Loginso am i correct in
# Protect wp-login.php from Brute Force Login Attacks based on Server Protocol or IP # All legitimate humans and bots should be using Server Protocol HTTP/1.1 RewriteCond %{REQUEST_URI} ^/wp-login\.php$ RewriteCond %{THE_REQUEST} HTTP/1\.0 [OR] RewriteCond %{REMOTE_ADDR} !^xxx\.xxx\.xxx\.$ RewriteRule ^(.*)$ - [F,L]and replace this with my isp ip as so
RewriteCond %{REMOTE_ADDR} !^65\.100\.xxx\.$only 2 octets
Forum: Plugins
In reply to: [BulletProof Security] Brute Force LoginOk so using
# Protect wp-login.php from Brute Force Login Attacks based on IP Address <FilesMatch "^(wp-login\.php)"> Order Deny,Allow Allow from 65.100.50. </FilesMatch>and only have this in the box and remove the server one i have
# BRUTE FORCE LOGIN PAGE PROTECTION # Protects the Login page from SpamBots, HackerBots & Proxies # that use Server Protocol HTTP/1.0 or a blank User Agent RewriteCond %{REQUEST_URI} ^(/wp-login\.php|.*wp-login\.php.*)$ RewriteCond %{HTTP_USER_AGENT} ^$ [OR] RewriteCond %{THE_REQUEST} HTTP/1\.0$ [OR] RewriteCond %{SERVER_PROTOCOL} HTTP/1\.0$ RewriteRule ^(.*)$ - [F,L]But using two octets of my ISP ip
Forum: Plugins
In reply to: [Snow Flurry] mobileIt works fine on my desktop touch screen
Forum: Plugins
In reply to: [Snow Flurry] mobileSeems fine on normal touch screen
Forum: Plugins
In reply to: [Snow Flurry] mobileGreat. Will that stop on normal monitors too if touch screen?
Forum: Plugins
In reply to: [Display Widgets] WordPress 4.0 TestingSo has it been updated, know to be ok in version 4?
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] UpdatesHi, no nothing in particular, just been a while and was just curious. Happy as it is running fine at the moment
Forum: Plugins
In reply to: [Snow Flurry] mobileOk thanks.
Forum: Plugins
In reply to: [BulletProof Security] update link 404Ok thank you, i will see if it happens again. Thought it was a hacker!
Forum: Plugins
In reply to: [BulletProof Security] update link 404I found recently in one of my sites directories a file called core.525009 about 114Mb in size, no idea what it is or how it got there but i have removed it and site still works. If i open with notepad i just get a lot of rubbish (coding) ` >
any thoughts on what it might beIGNORE something to do with my events plugin
Forum: Plugins
In reply to: [BulletProof Security] update link 404I see thank you. i will see what i have then.
I have a .ftpquota so i could add that
# DENY ACCESS TO PROTECTED SERVER FILES AND FOLDERS # Use BPS Custom Code to modify/edit/change this code and to save it permanently. # Files and folders starting with a dot: .htaccess, .htpasswd, .errordocs, .logs RedirectMatch 403 \.(htaccess|htpasswd|errordocs|ftpquota|logs )$Forum: Plugins
In reply to: [BulletProof Security] update link 404cool, anything advisable to put in these new boxes?
Forum: Plugins
In reply to: [BulletProof Security] RedirectAppears Ok
Forum: Fixing WordPress
In reply to: replace charactor on pagesOK managed it
UPDATE awx_posts SET post_content = REPLACE (
post_content,
‘Ã’,
‘and’)`Forum: Plugins
In reply to: [BulletProof Security] PageSpeed InsightsOk, its an image from a tweet displayed on page. Thanks