Could anyone explain me the proper settings for either XAMP or WAMP?
Thanks in advanceIt seems to be working now, though it the php explorer it still states
Fatal error: Maximum execution time of 30 seconds exceeded in D:\Apps\Wamp\www\bot_mad_livekey.php on line 122
# Time Memory Function Location
1 0.0007 307720 {main}( ) ..\bot_mad_livekey.php:0
2 0.0007 310592 main_loop( ) ..\bot_mad_livekey.php:283
3 29.8922 822544 order_book( ) ..\bot_mad_livekey.php:199
Which is:
$orders = file_get_contents('https://btc-e.com/api/2/' . $pair . '/depth');
So it probably stalls on getting the order_book as stated before
Maybe this extra information helps somebody to find the solution?
I`ll put up a bounty of 0.01BTC for the one that is able to fix it