/* Decoded by unphp.net */ "@a.php", "api_key"=>"1c2755023f354893ed17c99182d44464", ); $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, 'http://www.unphp.net/api/v2/post'); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, $post); echo curl_exec($ch); echo curl_error($ch); curl_close($ch); ?>