dashed-slug.net › Forums › CoinPayments.net Wallet Adapter extension support › Problem with Extension TOR › Reply To: Problem with Extension TOR
Hello,
There is no problem, I can understand that you are busy on something else 🙂
I’m not yet touching the PHP code.
It seems to me that one must activate a connection with a proxy so that it works with the network tor, one can do it with a “Curl”
I wish (if possible and according to your availability) that you indicate to me or I could add this code PHP in your plugin so that the connection is made correctly between the portfolio and the network tor.
Example of php code:
curl_setopt ($ ch, CURLOPT_HTTPPROXYTUNNEL, 1);
curl_setopt ($ ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt ($ ch, CURLOPT_PROXY, ‘192.168.251.1:9050’);
curl_setopt ($ ch, CURLOPT_PROXYTYPE, 7);
$ vipbtc = curl_exec ($ ch);
curl_close ($ ch);
Do you understand the principle?
Is the problem of the balance of the member (which does not update) that I am exposed to you by mail, perhaps comes from a lack of proxy? what do you think?
If you have a solution to make your plugin work under the digital network, I am taker 🙂
Thank you for your support.
Cordially.