- New Api .
— — — — — — — — — —
http://hrby.ml/api/Youtube-Search.php?search=
— — — — — — — — — —
- مثال :
http://hrby.ml/api/Youtube-Search.php?search=اترو
— — — — — — — — — —
- بحث يوتيوب .
- Youtube search .
— — — — — — — — — –
— — — — — — — — — —
http://hrby.ml/api/Youtube-Search.php?search=
— — — — — — — — — —
- مثال :
http://hrby.ml/api/Youtube-Search.php?search=اترو
— — — — — — — — — —
- بحث يوتيوب .
- Youtube search .
— — — — — — — — — –
Php
Photo
- New Code .
— — — — — — — — — — — — — —
- كود تحويل الفديو الئ بصمة صوتية .
- الكود كتابة : @ITTTTN .
- لغه الكود : PHP .
— — — — — — — — — — — — — —
— — — — — — — — — — — — — —
$TokenInfo = json_decode(file_get_contents("https://api.telegram.org/bot".API_KEY."/getMe"));
$UserBot = $TokenInfo->result->username;
$revideo = $message->reply_to_message->video;
if($revideo && $text == "بصمه"){
$file = $revideo->file_id;
$get = bot('getfile',['file_id'=>$file]);
$patch = $get->result->file_path;
$x = curl_file_create('https://api.telegram.org/file/bot'.$token.'/'.$patch,"$UserBot.voice");
bot('sendvoice',[
'chat_id'=>$chat_id,
'voice'=>$x,
'caption'=>"↯︙تم تحويل بواسطة ⇜ @$UserBot 🎧 .",
'reply_to_message_id' =>$message->message_id,
]);
}
if($revideo && $text == "اغنية" or $text == "اغنيه"){
$file = $revideo->file_id;
$get = bot('getfile',['file_id'=>$file]);
$patc = $get->result->file_path;
$x = curl_file_create('https://api.telegram.org/file/bot'.$token.'/'.$patc,"type","$name.mp3");
bot('Sendaudio',[
'chat_id'=>$chat_id,
'message_id'=>$message_id,
'audio'=>$x,
'performer'=>"@$UserBot : $casss",
'caption'=>"↯︙تم تحويل بواسطة ⇜ @$UserBot 🎧 .",
'reply_to_message_id' =>$message->message_id,
]);
}- كود تحويل الفديو الئ بصمة صوتية .
- الكود كتابة : @ITTTTN .
- لغه الكود : PHP .
— — — — — — — — — — — — — —
$rand = [10,20, 30,40,50,60,70,80,90,100];
$abo = array_rand($rand,1);
$s = $rand[$abo];
if($text == "نسبه جمالي"){
$username = $message->from->username;
$photo = "http://telegram.me/$username";
bot('SendPhoto',[
'chat_id'=>$chat_id,
'photo'=>$photo,
'caption'=>"
نسبة جمالك هي $s% .
",
'parse_mode'=>"markdown",
]);
}
كود نسبه جمالك عن طريق صورتك
الكود كتابة > @ITTTTN
rdod(@s5llll).php
8.2 KB
- ملف ردود جديد كامل .
- يفيد بوتات الحماية .
- اوامر الردود :
- تفعيل ~ تعطيل › الردود .
- كتابتي وتعبت بي تنشر اذكر المصدر .
- Dev : @ITTTTN
— — — — — — — — — — — — — —
- يفيد بوتات الحماية .
- اوامر الردود :
- تفعيل ~ تعطيل › الردود .
- كتابتي وتعبت بي تنشر اذكر المصدر .
- Dev : @ITTTTN
— — — — — — — — — — — — — —
YouTube-new.php
32.3 KB
T.php
63.6 KB
B.php
63.9 KB
User.php
70.3 KB