Silk Road forums
Discussion => Security => Topic started by: zexorx on April 15, 2012, 03:46 pm
-
So this site offers "bitpoints" which can be converted into bitcoins for completing various third party offers such as surveys or mobile subscriptions, etc. However the site seems to be malfunctioning because everytime i try to cashout i get this damned error:
Warning (2): file_get_contents(https://api.tradehill.com/APIv1/USD/Ticker) [http://php.net/function.file-get-contents]: failed to open stream: Connection timed out [APP/models/cashout.php, line 48]
Code
file_get_contents - [internal], line ??
Cashout::bitCoinValue() - APP/models/cashout.php, line 48
CashoutsController::cashout() - APP/controllers/cashouts_controller.php, line 145
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 83
Warning (2): Division by zero [APP/controllers/cashouts_controller.php, line 147]
Code | Context
$bitCoinValue = $this->Cashout->bitCoinValue();
$cashout = ($user['Balance']['balance'] + $user['ReferralBalance']['balance']) / $bitCoinValue;
CashoutsController::cashout() - APP/controllers/cashouts_controller.php, line 147
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 83
Anyone know what this bullshit means? THanks :)
-
Warning (2): file_get_contents(https://api.tradehill.com/APIv1/USD/Ticker) [http://php.net/function.file-get-contents]: failed to open stream: Connection timed out [APP/models/cashout.php, line 48]
They are trying to connect to the TradeHill API server, which, given the woes that TH has had over the past few months, probably no longer exists - and so, the script is timing out.