";
}
?>
CLOSE ADS
CLOSE ADS
$file,
'size' => 'auto'
);
curl_setopt($ch, CURLOPT_POSTFIELDS, $post);
$headers = array();
$headers[] = 'X-Api-Key: API_KEY';
curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
$result = curl_exec($ch);
curl_close($ch);
$fp=fopen('remove/'.$rand.'.png',"wb");
fwrite($fp,$result);
fclose($fp);
echo "
";
}
?>
";
}
?>