ملفات Pydroid+php
الذهاب إلى القناة على Telegram
3 515
المشتركون
-124 ساعات
-237 أيام
-11230 أيام
أرشيف المشاركات
3 512
الايبي
https://dev-mnsdert.pantheonsite.io/CODR/L.php?d=رابط المنشور
ايبي api رشق تفاعل تلي لايك 👍
مربؤط بموقع رشق مجاني مادري اذا يتوقف او للا
3 512
الايبي.
https://dev-mnsdert.pantheonsite.io/CODR/F.php?d=رابط المنشور
Api ايبي رشق تفاعلات تلي قلب
التفاعل ❤️
مادري شوكت يتوقف لان مربوط بموقع مجاني
3 512
<?php
header("Content-Type: application/json; charset=UTF-8");
if(!empty($_GET["url"])){
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, 'https://givefastlink.com/wp-json/aio-dl/video-data/');
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, "url=".$_GET["url"]."&token=5dcc201da7005567b37633a014fce54dce891d3e89dc0fae3fbce4ce791be6b0");
curl_setopt($ch, CURLOPT_ENCODING, 'gzip, deflate');
$headers = array();
$headers[] = 'Authority: givefastlink.com';
$headers[] = 'Accept: */*';
$headers[] = 'Accept-Language: ar-IQ,ar;q=0.9,en-US;q=0.8,en;q=0.7';
$headers[] = 'Content-Type: application/x-www-form-urlencoded';
$headers[] = 'Cookie: gads=ID=ac298007fd709139-2273ae9dcadc00d4:T=1683739123:RT=1683739123:S=ALNI_MYrTShcUZn_vyDYaUBHMJZesP2T7g; gpi=UID=00000c134b3bb26e:T=1683739123:RT=1683739123:S=ALNI_MYu3kOatLFgQsDZok6Oj7F47F4xwQ; _ga=GA1.1.1050107473.1683739123; __cf_bm=CbtC55XnC2Z7fhI9zf0qpTBbxoLGHDSdONozo7LdPgI-1683739313-0-AR7xBpN1dEHZT+x3DJjDVOU84O9EPJSeOBgyNVHMV5iAkYcCygSeYS5zbAoUUXjOztDYQkD8yBKmU9UeZNHxTVDIEZG2bfP+THYaY1getwJe; _ga_VK02M80SV1=GS1.1.1683739123.1.1.1683739334.0.0.0; PHPSESSID=340c24e2b08cf74872ae8ee36113f1b9';
$headers[] = 'Origin: https://givefastlink.com';
$headers[] = 'Referer: https://givefastlink.com/facebook-video-downloader/';
$headers[] = 'Sec-Ch-Ua: \"Not:A-Brand\";v=\"99\", \"Chromium\";v=\"112\"';
$headers[] = 'Sec-Ch-Ua-Mobile: ?1';
$headers[] = 'Sec-Ch-Ua-Platform: \"Android\"';
$headers[] = 'Sec-Fetch-Dest: empty';
$headers[] = 'Sec-Fetch-Mode: cors';
$headers[] = 'Sec-Fetch-Site: same-origin';
$headers[] = 'User-Agent: Mozilla/5.0 (Linux; Android 11; RMX3231) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Mobile Safari/537.36';
curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
$response = curl_exec($ch);
curl_close($ch);
$json = json_decode($response);
echo json_encode($json,JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES);
}
ايبي تنزيل من جميع مواقع التواصل
اذكر المصدر @LL_php3 512
<?php
ob_start();
error_reporting(0);
define("API_KEY",'توكن بوتك');
function bot($method,$datas=[]){
$url = "https://api.telegram.org/bot".API_KEY."/$method";
$ch = curl_init();
curl_setopt($ch,CURLOPT_URL,$url);
curl_setopt($ch,CURLOPT_RETURNTRANSFER,true);
curl_setopt($ch,CURLOPT_POSTFIELDS,$datas);
$res = curl_exec($ch);
if(curl_error($ch)){
var_dump(curl_error($ch));
}else{
return json_decode($res);
}
}
$update = json_decode(file_get_contents('php://input'));
$message = $update->message;
$cid = $message->chat->id;
$text = $message->text;
$tugma = json_encode([
'inline_keyboard'=>[
[['text'=>"تصفح المتاجر .",'web_app'=>['url'=>"https://bot.fuckyourhead.repl.co/search?q="]]]
]
]);
if($text == "/start"){
bot('sendMessage',[
'chat_id'=>$cid,
'text'=>"اهلا بيك",
'reply_markup'=>$tugma,
]);
}
?>
كود بوت يعرض عنوان اي صفحة بطريقة جديدة اذا تريد تجرب شلون يعرض الصفحة ادخل جرب هذا البوت المعرف @NBZSBOT
من تخمط اذكر المصدر @LL_php3 512
<?php
ob_start();
error_reporting(0);
define("API_KEY",'توكن بوتك هنا');
function bot($method,$datas=[]){
$url = "https://api.telegram.org/bot".API_KEY."/$method";
$ch = curl_init();
curl_setopt($ch,CURLOPT_URL,$url);
curl_setopt($ch,CURLOPT_RETURNTRANSFER,true);
curl_setopt($ch,CURLOPT_POSTFIELDS,$datas);
$res = curl_exec($ch);
if(curl_error($ch)){
var_dump(curl_error($ch));
}else{
return json_decode($res);
}
}
$update = json_decode(file_get_contents('php://input'));
$message = $update->message;
$mid = $message->message_id;
$data = $update->callback_query->data;
$type = $message->chat->type;
$text = $message->text;
$cid = $message->chat->id;
$uid= $message->from->id;
$message = $update->message;
$cid = $message->chat->id;
$cidtyp = $message->chat->type;
$miid = $message->message_id;
$name = $message->chat->first_name;
$user1 = $message->from->username;
$tx = $message->text;
if($text == "/start"){
bot('sendmessage',[
'chat_id'=>$cid,
'text'=>"اهلا عزيزي في بوت رشق مشاهدات مجاني فقط ارسل رابط المنشور الان ",
'parse_mode'=>"html",
]);
} else {
if(strpos($text, 'https://t.me/') !== false) {
$i=file_get_contents("https://dev-mnsdert.pantheonsite.io/CODR/EER.php?url=". urlencode($text));
bot('sendmessage',[
"chat_id"=>$cid,
'text'=>$i,
'reply_to_message_id'=>$message->message_id,
]);
} else {
bot('sendmessage',[
"chat_id"=>$cid,
'text'=>"عذرا، يرجى إرسال رابط صحيح.",
'reply_to_message_id'=>$message->message_id,
]);
}
}
ملف بوت رشق مشاهدات بلغة php محد ناشرة فقط بلغة بايثون ناشرين.
اذكر المصدر
@LL_php3 512
Api رشق الف مشاهدة تلكرام سريع جدا اول ماتخلي رابط المنشور يرشقلك بنفس الثانية الايبي
https://dev-mnsdert.pantheonsite.io/CODR/EER.php?url=هنا رابط المنشور
المصدر @LL_php
3 512
<?php
$headers = array(
'Host: us-central1-chat-for-chatgpt.cloudfunctions.net',
'Connection: keep-alive',
'Accept: */*',
'User-Agent: com.tappz.aichat/1.2.2 iPhone/16.3.1 hw/iPhone12_5',
'Accept-Language: ar',
'Content-Type: application/json;charset=UTF-8'
);
$data = array(
'data' => array(
'message' => $_GET['text']
)
);
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, 'https://us-central1-chat-for-chatgpt.cloudfunctions.net/basicUserRequestBeta');
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_POST, true);
curl_setopt($ch, CURLOPT_POSTFIELDS, json_encode($data));
curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
$response = curl_exec($ch);
curl_close($ch);
echo $response;
?>
Apiايبي ذكاء اصطناعي بدون مفتاح فقط ارفع الايبي ع استضافتك ويشتغل طريقة الاستخدام
https://رابط استضافتك/api.php?text=مرحبا
تخمط اذكر المصدر اخي
@LL_php3 512
انشر ملف api ذكاء اصطناعي بدون مفتاح شغال ابد مايتوقف ؟ مسحوب من تطبيق
@WWW99W
3 512
from instagram_private_api import Client
import instaloader
import random
from colorama import Fore, Style
import requests,os,random
#تخمط اذكر المصدر خوش @LL_php
os.system('clear')
B = '\033[94m' # اللون الأزرق
G = '\033[92m' # اللون الأخضر
E = '\033[0m' # اللون العادي
print(f'''{B}
__ _ __ _
| _ \ _ _| | | _ \ _ _ _| | __
| |_) | | | | '_ \ | |_) / _ \/ _` |/ __| |/ /
| /| |_| | |_) | | _ < / (_| | (__| <
|_| \,_|_./ |_| \_\_|\,_|\___|_|\_\
{E}
{G}[+] قناة المطور : {B}@LL_php
{E}''')
#هنا خلي حساباتك
accounts = [
{'username': 'يوزر حسابك الاول', 'password': 'رمز حسابك الاول'},
{'username': 'يوزر حسابك الثاني', 'password': 'رمز حسابك الثاني'},
]
url = input(Fore.GREEN + "أدخل رابط المنشور: " + Style.RESET_ALL)
loader = instaloader.Instaloader()
shortcode = url.split("/")[-2]
post = instaloader.Post.from_shortcode(loader.context, shortcode)
post_id = post.mediaid
comments_list = ['احبك', 'استمر', 'واو😭', 'حلو', 'جمال', 'الله يحفضك🖤']
for account in accounts:
api = Client(username=account['username'], password=account['password'])
for i in range(5):
comment_text = random.choice(comments_list)
response = api.post_comment(post_id, comment_text)
if response['status'] == 'ok':
print(Fore.BLUE + f"تم أضافة التعليق {i+1} بنجاح" + Style.RESET_ALL + f"➪ من الحساب {Fore.RED}{account['username']}{Style.RESET_ALL}")
else:
print(Fore.BLUE + f"فشل في إضافة تعليق {i+1}" + Style.RESET_ALL + f"➪ من الحساب {Fore.RED}{account['username']}{Style.RESET_ALL}")
كود بايثون يضيف تعاليق من حساباتك يضيف من كل حساب 5 تعليقات تكدر تخلي اكثر من حساب هم اذا ماتعرف شلون راسلني معرف حسابي بالبايو تخمط اذكر المصدر خوش
@LL_php3 512
<?php
#المصدر @LL_php
ob_start();
$API_KEY = "توكن بوتك";
define('API_KEY',$API_KEY);
function bot($method,$datas=[]){
$url = "https://api.telegram.org/bot".API_KEY."/".$method;
$ch = curl_init();
curl_setopt($ch,CURLOPT_URL,$url);
curl_setopt($ch,CURLOPT_RETURNTRANSFER,true);
curl_setopt($ch,CURLOPT_POSTFIELDS,$datas);
$res = curl_exec($ch);
if(curl_error($ch)){
var_dump(curl_error($ch));
} else {
return json_decode($res);
}
}
$update = json_decode(file_get_contents('php://input'));
$message = $update->message;
$text = $message->text;
$chat_id = $message->chat->id;
$name = $message->from->first_name;
$user = $message->from->username;
$message_id = $update->message->message_id;
if (isset($update->channel_post)) {
$chat_id = $update->channel_post->chat->id;
$message_id = $update->channel_post->message_id;
$message = $update->channel_post;
$text = $update->channel_post->text;
if ($update->channel_post->caption) {
$text = $update->channel_post->caption;
}
}
if($text == "/start"){
bot('sendmessage',[
'chat_id'=>$chat_id,
'text'=>"اهلا بك",
]);
}
#المصدر @LL_php
if(strpos($text, '@') !== false && strpos($text, '@LL_php') === false && preg_match('/@[a-zA-Z0-9_]{5,}/', $text)){
$text = preg_replace('/@[a-zA-Z0-9_]{5,}/', '@LL_php', $text);
bot('editMessageText',[
'chat_id'=>$chat_id,
'message_id'=>$message_id,
'text'=>$text
]);
exit();
}
كود بوت يعدل اي رسالة بيها معرف غير معرف قناتك ويخلي معرف قناتك بدون مايحذف الرسالة فقط يعدل المعرف
غير المعرف LL_php بمعرف قناتك
اذكر المصدر
@LL_php3 512
Repost from متـــجࢪ علاوي
import requests,webbrowser
##########
F = '\033[1;32m' #اخضر
Z = '\033[1;31m' #احمر
##########
a = '---------------------'
url = input("رابط : ")
ap = f"https://dev-mnsdert.pantheonsite.io/CODR/Add.php?d={url}"
api = requests.get(ap).text
print(a)
url2 = input("رابط 2 :")
ap2 = f"https://dev-mnsdert.pantheonsite.io/CODR/Add.php?d={url2}"
api2 = requests.get(ap2).text
print(a)
print("نتيجة رابط الاول")
print(F+F"{api}")
print(a)
print("نتيجة رابط الثاني")
print(f"{api2}\n\n")
print(Z+"اذا لم يوصلك مشاهدات انتظر قليلا حتى يوصل ومن ممكن يصى الانظار الى 2 من دقائق")
كود رشق مشاهدات تليجرام ب لغه بايثون وهذه رساله راح تنرشق
ملاحظة
مطور api : @LL_php
مطور كود : انا (@DRR_R2)3 512
<?php
$image = new CURLFILE("image.jpg");
$api = 'donotstealthiskey3589'; #مفتاحك هنا
$language = 'uz';
$mode = ($language == 'uz') ? $lang = 'uzb' : 'eng';
function ocr($image, $api, $mode){
$url = 'https://api8.ocr.space/parse/image';
$ch = curl_init($url);
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
curl_setopt($ch, CURLOPT_POST, 1);
$headers = array();
$headers[] = 'accept: application/json, text/javascript, */*; q=0.01';
$headers[] = 'content-type: multipart/form-data';
$headers[] = 'origin: https://ocr.space';
$headers[] = 'referer: https://ocr.space/';
$headers[] = 'apikey: ' . $api;
curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
curl_setopt($ch, CURLOPT_USERAGENT, $_SERVER['HTTP_USER_AGENT']);
curl_setopt($ch, CURLOPT_POSTFIELDS, ["file" => $image, "url"=> "null", "language"=> $mode, "isOverlayRequired"=> "true", "FileType"=> ".Auto", "IsCreateSearchablePDF"=> "false", "isSearchablePdfHideTextLayer"=> "true", "detectOrientation"=> "false", "isTable"=> "false", "scale"=> "true", "OCREngine"=> "1", "detectCheckbox"=> "false", "checkboxTemplate"=> "0"]);
$response = curl_exec($ch);
curl_close($ch);
echo $response;
}
echo ocr($image, $api, $mode);
#المصدر @LL_php
?>
ايبي استخراج النص من الصورة
اذكر المصدر @LL_php
من هذا الموقع اخذ مفتاحك
https://ocr.space3 512
ـ تـم تحديث البوت الأن 🔥👍🏻 .
ـ #الهدية_اليومية : 50 نقطه اخذها 🔥.
ـ سرعة البوت فول ونضاف اعضاء تمبلر
🥵 .
ـ زياده فول 🧿 > وانتضرو الهداية 🏃🏼♀ .
📮 : https://t.me/Ss0Bot?start=1085325039
الأن جرب بنفسك الزيادة ☝️🏼😌🤩 .
متاح الآن! بحث تيليغرام 2025 — أهم رؤى العام 
