vinch1n
vinch1n
can i use handler.php/sendRequest function to buy player?
Array ( [url] => https://utas.external.s2.fut.ea.com/ut/game/fifa17/trade/190849008774/bid [content_type] => application/json;charset=utf-8 [http_code] => 200 [header_size] => 156 [request_size] => 899 [filetime] => -1 [ssl_verify_result] => 20 [redirect_count] => 0 [total_time] => 1.515 [namelookup_time]...
my code : $finalUrl = sprintf(URL::API_PLACE_BID,$tradeId); $dataAry = array( 'bid' => (int)$buynowPrice+100 ); $dataStr = json_encode($dataAry); $header = array( 'Content-type' => 'application/json', 'Accept' => 'application/json', 'Origin' => 'https://www.easports.com', 'Referer' =>...
the important thing is what's missing? i try to use "oczkers/fut" , got same premission denied error,is that ea changed auth way to prevent all bot actions? anyone knows? thanks...
okay,in the meantime,i will working on it too.
excellent ! check it immediately!
i just tried to use placebid function to buy a player , just still got 461 error message ,i wonder is that "temporary ban" rejected this request?
no stacktrace,request is successful but response is 461 error。what's invalid price? i'm setting bid price equal to buynowprice,is that correct? i wanna buy it now,so i use buynowprice to placebid,not...
ok,i will try more ways to bid , see you around.
[tradeState] => active [buyNowPrice] => 700 [currentBid] => 0 [offers] => 0 [watched] => [bidState] => none [startingBid] => 650 [confidenceValue] => 100 that's a typical form of trade data,hmm,seems...