Sandor Kovacs
Forum Replies Created
-
Forum: Plugins
In reply to: [IP Ban] Do you use .htaccess SyntaxHello,
In the latest version 1.3.0 the ip range checker was updated. Now it is stable.
Best Regards,
SandorForum: Plugins
In reply to: [IP Ban] PLUGIN NOT WORKINGHello,
You can add only IP range, the plugin doesn’t support IP with * at the end.
Banning Ip Range Examples:
Ex1: 71.12.23.1-71.12.23.255
Ex2: 71.12.1.1-71.12.255.255
Ex3: 71.1.1.1-71.255.255.255Best Regards,
SandorForum: Plugins
In reply to: [IP Ban] User agentIt was added to protect from worst bots. Compared to blocking threats by IP, blocking by user-agent is more effective as a general security strategy.
This field it’s not mandatory, If you prefer you can keep it empty or feel free to add User Agent Blacklist.
Best Regards,
SandorForum: Plugins
In reply to: [IP Ban] ban ip rangeBanning Ip Range Examples:
Ex1: 71.12.23.1-71.12.23.255
Ex2: 71.12.1.1-71.12.255.255
Ex3: 71.1.1.1-71.255.255.255In your case Example3 is the solution.
Best Regards,
SandorForum: Plugins
In reply to: [Regenerate post permalink] Incorrect pathsThis is the way how it was concepted.
Forum: Plugins
In reply to: [Simple Sticky Footer] Sticky footer covering sidebarHello,
If you want to align with the actual text of page /post you won’t need sticky footer. Just simply embed your image / page or other objects in your content.
Sticky footer is always visible on top your layout.
Forum: Plugins
In reply to: [IP Ban] Upload IP list via FTPHi,
You may define more ip ranges instead of ip addresses, it could save some space.
I didn’t test with a long list of ip addresses. Could you tell how much ip address do you have? thousands? hundred of thousands? …
I can make some test in the near future and in the coming versions it could be integrated.
Best Regards,
SandorForum: Plugins
In reply to: [IP Ban] Do you use .htaccess SyntaxHi,
It should work like in example: 82.11.22.100-82.11.22.177
Best Regards,
SandorForum: Plugins
In reply to: [IP Ban] reportsHello,
It’s a good idea, I will think about it. Good to see the reports, but that information need to be stored, and at every block should execute an insert.
Thanks for the point,
Sandor.Forum: Plugins
In reply to: [Regenerate post permalink] Latin charactersHello,
Over 50 diacritics were included in the version 1.0.2. Please check it out.
Best Regards!
Forum: Plugins
In reply to: [Regenerate post permalink] exceeded timeSo 5 minutes were enough. If you have a lot of posts you might increase execution time and memory limit.
Forum: Plugins
In reply to: [IP Ban] Warning: Missing argument 2 for wp_kses() error messageHello,
Thank you for your feedback.
It was fixed in the latest version.
Have a nice day.
Forum: Plugins
In reply to: [Simple Sticky Footer] Sticky Footer to attach to SubfooterIt’s not that part. You have to use css combined with javascript / jQuery.
Forum: Plugins
In reply to: [Simple Sticky Footer] Sticky Footer to attach to SubfooterHi,
I had a quick look to the given example site. You may write a short javascript or maybe it’s possible only with css.
You don’t have to modify the plugin, just add some javascript code which can calculate if you are at the bottom of the page and disable the “sticky css”. If you scroll up again you have to enable “sticky css”.
I mean “sticky css” is contains few css line which make it sticky.
Forum: Plugins
In reply to: [Simple Sticky Footer] How to keep footer at the bottom—alwaysHello,
This is why it’s called sticky, the sticky footer is always visible.
What you can do is the add few jQuery / javascript code like: if the window / view is smaller than X * Y pixels hide element #simple-sticky-footer-container
Best Regards,
Sandor