gesman
Forum Replies Created
-
Forum: Plugins
In reply to: [Fast Secure Contact Form] Download previous version: 3.1.8.1 ?You may navigate it via browser:
http://plugins.svn.wordpress.org/si-contact-form/tags/3.1.8.1/To get hold of all files in one shot:
– Create new directory on your local harddisk
– Make sure console mode SVN is installed
– Issue command:
svn co http://plugins.svn.wordpress.org/si-contact-form/tags/3.1.8.1/ .
– Deactivate plugin and delete contents of it’s directory on your webserver.
– Copy 3.1.8.1 files (on your website) with these.
– Reactivate.
– Enjoy working Captcha.Gleb
I presume you run wallet on your computer, but operate website on a different server.
Regardless – you should protect wallet with password on your own computer. This of course has nothing to do with plugin – but how secure your computer, where you run wallet is.
Hi Lubino,
Emails delivery could have tons of problems (anti-spam rules, blacklists, etc..) unrelated to anything else.
The beauty of Electrum wallet option – is that it does not matter how insecure your server is. It is impossible to steal your funds as no private keys are stored there.
With blockchain.info option – it takes days before payment is confirmed. I do not recommend using it and keep it within plugin just because API support for it already there.
Forum: Plugins
In reply to: [Bitcoin Payments for WooCommerce] Order stuck "on-hold" after payment madeWordPress (soft) cron needs someone to visit website to execute crons.
So make sure you click on your home page or something.Forum: Plugins
In reply to: [Bitcoin Payments for WooCommerce] Switching to "hard" cron jobsI will update instructions sometime.
But for now you may do this:- Disable soft cron from Plugin settings.
You’d have to deactivate and then reactivate plugin for this to take effect. - Add this URL to your cron job (replace it with your domain of course):
http://example.com/wp-content/plugins/bitcoin-payments-for-woocommerce/bwwc-cron.php?hardcron=1 - Note: you may precede it with your favourite way of running PHP scripts, such as:
wget -O /dev/null http://example.com/... - Make it run every 2.5 – 5 minutes or so
- NOTE: plugin cashes requests to blockchain services so that requests for bitcoin address balances will not be issued more often than once in 10 minutes. So even if you execute cron job every 30 seconds – it will not detect new payment right away. This is to prevent yourself from being blocked away by blockchain services for overloading their servers.
Gleb
Forum: Plugins
In reply to: Why plugin screenshots wont appear?Ok, I put screenshots images inside of /assets/ :
http://plugins.svn.wordpress.org/bitcoin-payments-for-woocommerce/assets/but it still won’t appear here:
http://wordpress.org/extend/plugins/bitcoin-payments-for-woocommerce/screenshots/Mystery! 🙁
Gleb
Forum: Plugins
In reply to: Why plugin screenshots wont appear?Thanks!
I’ll try that – missed that part.Forum: Plugins
In reply to: Why plugin screenshots wont appear?Here they are:
http://plugins.svn.wordpress.org/bitcoin-payments-for-woocommerce/trunk/assets/All code including assets and images suppose to be in /trunk/ ?
Gleb
Forum: Plugins
In reply to: Why plugin screenshots wont appear?Thank you, but images are in assets folder and they are named:
screenshot-1.png, screenshot-2.png, screenshot-3.png
How come you didn’t see them??Forum: Plugins
In reply to: [Bitcoin Payments for WooCommerce] WP Warning Error and Currency IssueDo this:
– Go to plugin settings
– Check checkbox “Delete all plugin-specific settings”
– Deactivate and then delete plugin completely
– Reinstall plugin
– Select “Electrum wallet” as a service provider.
– Set all settings a new.
– SaveForum: Plugins
In reply to: [Bitcoin Payments for WooCommerce] Order stuck "on-hold" after payment madeThis could be IF:
– You placed order without sending a miner’s fee. Make it 0.0005 or whatever is recommended by your wallet.
Otherwise payment may get stuck for days in unconfirmed state.– You used blockchain.info API as a service provider. It is very slow even if payment is confirmed. Could take up to 48 hours after payment is confirmed for blockchain.info API to send final API notification.
It is recommended to switch to the latest version of plugin and use Electrum wallet. And pay miner’s fee of course.
Update: 2.10 version just released.
Includes:
– great speed improvement at a checkout due to implementation of the more advanced and faster math algorithms to generate (calculate) bitcoin addresses.– enhancement to support older version of PHP to support wider range of hosting accounts.
Forum: Reviews
In reply to: [Bitcoin Payments for WooCommerce] Works well so farDirect to wallet payments are now available and fully implemented as of 2.x+ version of plugin.
Gleb
Forum: Plugins
In reply to: [Bitcoin Payments for WooCommerce] Please provide previous versionTry 2.10 now – just released. Possibly will fix your issues and you’ll get faster and much improved functionality.
Forum: Plugins
In reply to: [Bitcoin Payments for WooCommerce] Please provide previous versionI will deploy new update tonight that should fix it.
Alternatively I think this error disappears if you’ll manage to update to PHP 5.3+Gleb
- Disable soft cron from Plugin settings.