tgoop.com/SAEEDFiles/3757
Create:
Last Update:
Last Update:
// By @LSaied & @Botate- فكشن الإتصال يعمل على aba و zzz لا يدعم الميديا لكن يدعم الاشتراك الاجباري، تم تشغيله بواسطة استضافة مجانية لهيك السرعة رح تكون مو زيادة اكيد 🌚
$Token = "توكن_بوتك";
define("API_KEY",$Token);
function bot($method, $datas=[]){
$Saied_Botate = "https://dev-saied.pantheonsite.io/api.php?bot=".API_KEY."&method=".$method;
$saied_botate = null;
if(!empty($datas)){
$boundary = uniqid();
$saied_botate = buildMultipartData($datas,$boundary);
$Saied = ['http'=>[
'header'=>"Content-Type: multipart/form-data; boundary=$boundary\r\n",
'method'=>'POST',
'content'=>$saied_botate,
],];
}
if($saied_botate !== null){
$saied = stream_context_create($Saied);
$saied_result = file_get_contents($Saied_Botate, false, $saied);
}else{
$saied_result = file_get_contents($Saied_Botate);
}
if($saied_result === false){
return "Error: ".error_get_last()['message'];
}else{
return json_decode($saied_result);
}
}
// فكشن الاتصال كتابة { @LSaied }
// تابع جديدنا { @Botate }
function buildMultipartData($data,$boundary){
$SaiedData = '';
foreach($data as $key => $value){
if($value instanceof CURLFile){
$fileContents = file_get_contents($value->getFilename());
$fileName = basename($value->getFilename());
$fileMimeType = $value->getMimeType();
$SaiedData .= "--" . $boundary . "\r\n";
$SaiedData .= 'Content-Disposition: form-data; name="' . $key . '"; filename="' . $fileName . '"' . "\r\n";
$SaiedData .= 'Content-Type: ' . $fileMimeType . "\r\n\r\n";
$SaiedData .= $fileContents . "\r\n";
}else{
$SaiedData .= "--" . $boundary . "\r\n";
$SaiedData .= 'Content-Disposition: form-data; name="' . $key . '"' . "\r\n\r\n";
$SaiedData .= $value . "\r\n";
}
}
$SaiedData .= "--" . $boundary . "--\r\n";
return $SaiedData;
}
// By @LSaied & @Botate
لو بدك بوتاتك تكون سريعة وتدعم الميديا والاشتراك الاجباري وكلشي بخص بوتات التيليجرام فيك تشتري استضافة وهي التفاصيل https://www.tgoop.com/SAEEDFiles/3756
- تنقل اترك حقوقي 🌚
- @Botate - @SaeedFiles
BY ❖¦SAIED Files ؛ 📁
Share with your friend now:
tgoop.com/SAEEDFiles/3757