ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
That is what I thought to understand based on the statement of revision:Regardless, and if the option is still there, I will need to review how the assignments are made and what I did to incorporate them. I thought I used functions existent with what was included with this plugin, so that changes would not require reprogramming, but still will need to look at the package to see what changes might be necessary. I had figured out ways to do things like take an ip span of allowed ip's and block just one of the ip addresses in it and keep a span of addresses rather than explode all of the addresses. Of course that depends on the number of addresses in the span and where in the span the address was (first, last, one away from either, somewhere in the middle) and block that one address. I hadn't worked out yet a make a span of addresses based on existing "neighboting" addresses, but figured that might be something to do after a large number had been identified.This version provides a single screen for the admin configuration, provides IP address "consolidation", no longer used two database fields to store your selections (to reduce database space)
I also am trying to figure out what it will take to include in the user tracking list ip addresses that have attempted to use the special signin area, but haven't tried hard enough. So far issue is that user tracking relies on the footer being loaded, and it almost seems that there is no desire to do that in this plugin, because of the nature of it's features, so, need to figure out what code and in what "format" to load it from user tracking so that with ip blocker being loaded when it is and "redirecting" to the special login page, that data can still be captured.
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
Previous versions of the plugin stored the expanded IP list used in the store-side processing as well as the "textarea" editable/viewable version used by the admin for each of the block- and allow-lists. This version of the plugin no longer stores the "textarea" editable/viewable format, but simply calculates the display information from the store-side information.
I've asked before ... could we please use this thread as the support thread for the IP Blocker?
I've just updated to 2.1.0 and I've received an error log file
PHP Warning: implode(): Invalid arguments passed in /home/MYACCOUNT/public_html/MYADMIN/ip_blocker.php on line 70
I did an overwrite of the aforementioned file from previous version.
Any thoughts gratefully received.
Arggh.That because the previous version didn't encode an empty string properly (I'm guessing that your previous "Allowed IP Address" list was blank). Patch forthcoming ...
Bookmarks