mrppp
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Booking formyers tried several, in admin when i approve it says “Booking approved. Email Sent.” but nothing is sent
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Booking formyes, nothing in any
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Bookingsok found it
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Google Chromesolved
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Google ChromeIt is ok now, i think an adsense ad was causing it
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Event timesYep that works thank you
Could this be added
<input class="em-time-input em-time-start" type="text" name="event_start_time" value="11:45 PM" />Does that mean any back ups done with old version will now not work with new version?
hi, i now get Requirements: Pass so appears ok thank you
Yep ok cheers will give it a go
Yes but to remove it uninstall current version from plugin folder
Ok thanks i will have a go in the morning. Do i just un enable current plugin then delete all files?
Forum: Plugins
In reply to: [BulletProof Security] Think i have this wrongCheers top man!!
Forum: Plugins
In reply to: [BulletProof Security] Think i have this wrong# 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] # BLOCK/FORBID Spammers etc Order Allow,Deny Deny from 95.211.156.228 Deny from 178.162.199.35 Deny from 178.162.199.78 Deny from 178.162.199.70 Deny from 95.211.159.93 Deny from 95.211.159.66 Deny from 178.162.199.87 Deny from 186.87.168.204 Deny from 187.94.215.191 Deny from 187.6.232.44 Deny from 151.77.47.183 Deny from 151.77.47.183 Deny from 187.6.232.44 Allow from allForum: Plugins
In reply to: [BulletProof Security] Think i have this wrongOk so use
# BRUTE FORCE LOGIN PAGE PROTECTION # Protects the Login page from SpamBots & 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]with
# BLOCK/FORBID Spammers etc Order Allow,Deny Deny from 95.211.156.228 Deny from 178.162.199.35 Deny from 178.162.199.78 Deny from 178.162.199.70 Deny from 95.211.159.93 Deny from 95.211.159.66 Deny from 178.162.199.87 Deny from 186.87.168.204 Deny from 187.94.215.191 Deny from 187.6.232.44 Deny from 151.77.47.183 Deny from 151.77.47.183 Deny from 187.6.232.44 Allow from allin
CUSTOM CODE BOTTOM HOTLINKING/FORBID COMMENT SPAMMERS/BLOCK BOTS/BLOCK IP/REDIRECT CODEas
# BRUTE FORCE LOGIN PAGE PROTECTION # Protects the Login page from SpamBots & 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] # BLOCK/FORBID Spammers etc Order Allow,Deny Deny from 95.211.156.228 Deny from 178.162.199.35 Deny from 178.162.199.78 Deny from 178.162.199.70 Deny from 95.211.159.93 Deny from 95.211.159.66 Deny from 178.162.199.87 Deny from 186.87.168.204 Deny from 187.94.215.191 Deny from 187.6.232.44 Deny from 151.77.47.183 Deny from 151.77.47.183 Deny from 187.6.232.44 Allow from allForum: Plugins
In reply to: [BulletProof Security] Think i have this wrongThank you.