pkaroukin
Forum Replies Created
-
Forum: Plugins
In reply to: [Hashcash] Is the plugin still maintained? Is it GDPR compliant?It is in maintenance mode, i.e. fixing existing functionality breakage (if any). I am working on the next version of the backend which will result in the completely different wordpress plugin likely (hence no new features).
Regarding GDRP – I am not quite familiar with it. You can review code here – https://github.com/hashcash/wordpress-hashcash and here – https://github.com/hashcash/jquery.hashcash.io
I don’t think anything of it falls under GDPR stuff, but feel free to submit PR and if it not going to break anything and fix any GDPR issue, I will be more than happy to merge it.
Forum: Plugins
In reply to: [Hashcash] Plugin compromised?Unable to replicate. Feel free to reach me out directly at [email protected] if you see something funky.
Forum: Plugins
In reply to: [Hashcash] Plugin compromised?Could you give me URL of page with this malicious URL embeded to take a look?
Forum: Plugins
In reply to: [Hashcash] Error on loginHi, thanks for reporting this! It appears it was ssl configuration issue on the server. Should be fixed now. Please let me know if it works for you.
Forum: Reviews
In reply to: [Hashcash] Simply PowerfulI am really happy to find it solved your problem! Thank you for your feedback!
Forum: Reviews
In reply to: [Hashcash] i like this pluginThanks!
Forum: Plugins
In reply to: [Hashcash] How to get it work with Multisite?Opened ticket at https://github.com/hashcash/wordpress-hashcash/issues/16 to track this issue
Forum: Plugins
In reply to: [Hashcash] How to get it work with Multisite?I am glad this plugin is helpful!
I am not very familiar with multi-site installations. Care to provide some link I could follow to setup local dev environment, to see why plugin do not show up?
Forum: Plugins
In reply to: [Hashcash] Get an error on login when the Authy plugin is installledAlrighty, 1.0.12 version is published. Thank you again for catching this and helping test solution!
Forum: Plugins
In reply to: [Hashcash] Get an error on login when the Authy plugin is installledYeah, this sounds right. This file was moved to public/assets/css/wp-hashcash.css inside plugin’s folder. This css file responsible for rendering lock button, so if it displays properly – correct .css file is used.
Forum: Plugins
In reply to: [Hashcash] Get an error on login when the Authy plugin is installledThank you for reporting this.
Could you try latest development version – https://github.com/hashcash/wordpress-hashcash/archive/master.zip ? I just made a change which should avoid this problem with Authy plugin, but I will appreciate additional testing before I publish this version.
Forum: Reviews
In reply to: [Hashcash] Nice way to block spamThank you!
Forum: Plugins
In reply to: [Hashcash] Submission failed after attempt to log onAlright, so so far it looks like problem is with GoDaddy’s PHP version limiting access to get_file_contents – https://forums.phpfreaks.com/topic/105109-fopen-and-file-get-contents-alternatives/ . I am keeping this open to keep track of this issue and also creating two separate tickets on github:
https://github.com/hashcash/wordpress-hashcash/issues/10
https://github.com/hashcash/wordpress-hashcash/issues/11Forum: Plugins
In reply to: [Hashcash] Submission failed after attempt to log onHey, thanks for submitting this issue.
Widget itself seems to work just fine on login page, validation is what seems to break. My first suspicion will be broken keys. Could you get new ones on hashcash.io and configure plugin to use these? If after test with new keys it still fails – could you send me over keys you used to [email protected] so I could take a look locally what is going on.
Forum: Plugins
In reply to: [Hashcash] Memory usage pushed to 99%I am sorry, forgot to provide my email – [email protected]