These forums have been archived and are now read-only.
The new forums are live and can be found at https://forums.eveonline.com/
EVE SSO available for everyone?
Woo! CSM XI!
Fuzzwork Enterprises
Twitter: @fuzzysteve on Twitter
authenticate_2("https://login.eveonline.com/oauth/token", $auth_code, $client_id, $secret_key);function authenticate_2($url, $code, $clientid, $secret) { $useragent="TEST"; //Do the initial check. $header='Authorization: Basic '.base64_encode($clientid.':'.$secret); $fields_string=''; $fields=array( 'grant_type' => 'authorization_code', 'code' => $code ); foreach ($fields as $key => $value) { $fields_string .= $key.'='.$value.'&'; } rtrim($fields_string, '&'); $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_USERAGENT, $useragent); curl_setopt($ch, CURLOPT_HTTPHEADER, array($header)); curl_setopt($ch, CURLOPT_POST, count($fields)); curl_setopt($ch, CURLOPT_POSTFIELDS, $fields_string); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, true); curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 2); $result = curl_exec($ch); var_dump($result);}
[Lotteries] New Eden Grand --{ LIVE }--
https://nexusdev.net/negrand/