hqpeak
Forum Replies Created
-
Forum: Plugins
In reply to: [Tor Blocker] permissions cause fatal error with ip geo blockit will scan for new version of the .dat file.
Forum: Plugins
In reply to: [Tor Blocker] Error 500 after latest upgradegive it geoip/geoip.dat write/read permissions
Forum: Plugins
In reply to: [Tor Blocker] Fatal error:Thank you for reporting! Much appreciated!
Forum: Plugins
In reply to: [Tor Blocker] Plugin upgrade breaks sitepushed on the repo, just download the plugin, rewrite its contents and will work. Thx for the report!
Forum: Plugins
In reply to: [Tor Blocker] Fatal error:sorry forgot to add the geoip code. I have added it to the plugin. Please download it again and will work!
Forum: Plugins
In reply to: [Tor Blocker] Plugin upgrade breaks sitewill fix now… forgot to push them
Forum: Plugins
In reply to: [Tor Blocker] Errare humanum estno problem at all, at the moment I’m expanding/developing functionality with extra feature and after that I’ll do that. Thanks!
Forum: Plugins
In reply to: [Tor Blocker] Errare humanum estYup, but focus on the typing would be fine too ?? Thanks will push update right now ??
Forum: Plugins
In reply to: [Tor Blocker] more error log* delete permissions e.g. check if “delete from tor_blocker_table” works for you.
Forum: Plugins
In reply to: [Tor Blocker] errors in loghttps://gist.github.com/Slavco/2740fe2d7be17158a456 here it is fixed version. Just replace the plugin torblocker.php with the content of the gist.
edit: changed link for the gist. This is the right one. replace torblocker.php with content of this file.
Regards
Forum: Plugins
In reply to: [Tor Blocker] more error logMost probably your db user isn’t able to perform truncate on the DB table and when new list is received then errors rise as duplicates are found.
2 solutions:
– make sure db user your wp use have truncate permissions
– remove index from this table ( if you do this make sure you empty the table minimum 2 times a day at least by hand or by cron/scheduled job )Forum: Plugins
In reply to: [Tor Blocker] errors in logThis errors could be caused by the following scenario:
1. remote address could not be resolved
2. Forwarded for header is sent but it is emptyAnyway this is case scenario that should not rise errors. Fast fix would be to add ” ( single quotes ) around ip variable and query will return an empty result e.g. not found. If this is the case all the time then check if your php is able to resolve client remote ip.
Forum: Plugins
In reply to: [Tor Blocker] How does "Requests to deny" worklet say the robots are sending the following parameters:
get params: a=1&key=35
post params: username=test&password=testIn the text area just set the parameters you want to deny separated by comma:
a, key, username, password
Forum: Plugins
In reply to: [Tor Blocker] No Logo or IP DisplayedHi,
If you tick the checkbox then you have an image and ip address of the exit node but only if message field is empty. If you type the message you got message displayed. The message field accepts full html code and this means that you can design this message / page how you like.
Regards
Forum: Plugins
In reply to: [Tor Blocker] Failed to activateIt is due php version. It seems it is lower than 5.3. I’ll publish update for this case scenario but if you need to try this plugin asap here it is torblocker.php file for you. https://gist.github.com/Slavco/2740fe2d7be17158a456 Just replace with this file file from the plugin.
Regards