I reply to all queries on the forums and via email, once per day, Monday to Friday (not weekends).

If you are new here, please see some information on how to ask for support. Thank you!

Reply To: Problem with Extension TOR

#1879
Anonymous
Inactive

I think that adding a proxy in the code of the “wallets-cp.php” file with the “Curl” function is necessary for the plugin to communicate well with the coinpayment site.

Example:

curl_setopt ($ ch, CURLOPT_PROXY, ‘IP MY SERVER: 9050’);
curl_setopt ($ ch, CURLOPT_PROXYTYPE, 7);

What do you think?