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
القران v5.zip
61 KB
- ملفات خدميه .
- ملف بوت القران .
- التعديل اللي تعدله بملف الرئيسي .
- مااسامح احد شال زر نبذه .
- التحديث الاخير لملف القران .
- كتابه ~ @ITTTTN .
- ملف بوت القران .
- التعديل اللي تعدله بملف الرئيسي .
- مااسامح احد شال زر نبذه .
- التحديث الاخير لملف القران .
- كتابه ~ @ITTTTN .
Forwarded from ٠ ستيڤن الخليفـة
Please open Telegram to view this post
VIEW IN TELEGRAM
$Ress0 = json_decode(file_get_contents('php://input'));
$Ress1 = $Ress0->message;
$contact = $Ress1->contact;
$user_id = $contact->user_id;
$phone_number = $contact->phone_number;
$done = json_decode(file_get_contents("done.json"),true);
if(preg_match('/\/(start)(.*)/', $text)){
if($done["sendcon"][$from_id] !="iraq") {
$done["checker"][$from_id] = "on" ;
$done = json_encode($done,true);
file_put_contents("done.json",$done);
bot('sendMessage',[
'chat_id'=>$chat_id,
'text'=>"
يجب علينا التحقق من حسابك اولا
",
'reply_markup'=>json_encode([
'keyboard'=>[
[['text'=>"التحقق",'request_contact'=>true]]
],
'resize_keyboard'=>true])
]);return false;
}
}
if($message->contact) {
if($done["checker"][$from_id] == "on") {
if(strstr($phone_number ,"964") == true) {
$done["sendcon"][$from_id] = "iraq";
$done = json_encode($done,true);
file_put_contents("done.json",$done);
bot('sendMessage',[
'chat_id'=>$chat_id,
'text'=>"
تم التحقق يمكنك استخدام البوت 🕸🌀
",
'reply_markup'=>json_encode([
'remove_keyboard'=>true
])
]);
}else{
bot('sendMessage',[
'chat_id'=>$chat_id,
'text'=>"
دولتك غير مدعومه من قبل البوت
",
'reply_markup'=>json_encode([
'remove_keyboard'=>true
])
]);
}
}
}— — — — — — — — — — — — — —
- كود التحقق من الوهمي .- يتحقق من الرقم اذا عراقي او لا تكدر تغير رمز الدوله وتخلي اي دوله .
- كتابة : @ITTTTN .