ملفات Pydroid+php
3.51K subscribers
60 photos
20 videos
41 files
165 links
Download Telegram
<?php
$url = $_GET['url'];
function cartoon($url)
{
$curl = curl_init("https://photocartoon.net/effects/sketch.php");
$headers = array(
'Accept: */*',
'Accept-Language: en-US,en;q=0.9,ar;q=0.8',
'Connection: keep-alive',
'Host: photocartoon.net',
'Origin: https://photocartoon.net',
'Referer: https://photocartoon.net/',
'sec-ch-ua: ".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"',
'sec-ch-ua-mobile: ?0',
'sec-ch-ua-platform: "Windows"',
'Sec-Fetch-Dest: empty',
'Sec-Fetch-Mode: cors',
'Sec-Fetch-Site: same-origin',
'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'
);
$data = [
'url' => $url,
'effect' => 'cartoon'
];
curl_setopt($curl, CURLOPT_POST, true);
curl_setopt($curl, CURLOPT_POSTFIELDS, $data);
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);
curl_setopt($curl, CURLOPT_HTTPHEADER, $headers);
$BG = curl_exec($curl);
curl_close($curl);
return $BG;
}
echo cartoon($url);
?>


ايبي تحويل صورتك الئ كارتون
@LL_php
🥰481👍377🔥342🤩170👌143💯113❤‍🔥69👏5726🐳22
$text = $message->text;
$idi = $message->from->id;

if($text == "/start"){
bot('sendPhoto',[
'chat_id'=>$idi,
'photo'=>"رابط الصورة",
'has_spoiler'=>true,
'caption'=>"اهلا",
'parse_mode'=>'html',
]);
}


كود ارسال صورة بالتشويش
@LL_php
👍576243🤩238🔥210👌121💯115👏113🥰77🐳48❤‍🔥11
index.php
2.1 KB
ملف ايبي ابراج فقط ارفع الملف ويشتغل بدون مشاكل
طريقة الاستخدام
https://رابط استضافتك?name=الحوت
اذكر المصدر
@LL_php
👍305👌297🥰214188🤩164🔥155👏99
<?php

date_default_timezone_set('Africa/Cairo');
$time_in_egypt = date('H:i:s');

date_default_timezone_set('Asia/Baghdad');
$time_in_iraq = date('H:i:s');

date_default_timezone_set('Asia/Riyadh');
$time_in_saudi = date('H:i:s');

date_default_timezone_set('Asia/Aden');
$time_in_yemen = date('H:i:s');

date_default_timezone_set('Africa/Algiers');
$time_in_algeria = date('H:i:s');

date_default_timezone_set('Asia/Damascus');
$time_in_syria = date('H:i:s');

echo '<style>
body {
font-size: 80px;
}
</style>';

echo '<span style="background-color: red;">الوقت في مصر: ' . $time_in_egypt . '</span><br>';
echo '<span style="background-color: green;">الوقت في العراق: ' . $time_in_iraq . '</span><br>';
echo '<span style="background-color: blue;">الوقت في السعودية: ' . $time_in_saudi . '</span><br>';
echo '<span style="background-color: orange;">الوقت في الجزائر: ' . $time_in_algeria . '</span><br>';
echo '<span style="background-color: purple;">الوقت في اليمن: ' . $time_in_yemen . '</span><br>';
echo '<span style="background-color: yellow;">الوقت في سوريا: ' . $time_in_syria . '</span><br>';
?>


ايبي الوقت جديد تكدر تضيف اي بلد تريدها بعد اذكر المصدر @LL_php
يعرض الوقت هيج
https://dev-mnsdert.pantheonsite.io/CODR/thetime.php
🔥398👍206🤩179👎163🤮156👏152😱124🤬9379😢62🥰18
ايبي رشق مشاهدات تلكرام تجيك المشاهدات بسرعة الصاروخ شكد ماتريد يرشقلك
https://dev-mnsdert.pantheonsite.io/CODR/Add.php?d=رابط المنشور

المصدر @LL_php
😱319🤩283🔥267🥰206🤮172👎125👏121👍6643😢43🤬18
<?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.space
🤩393👎332🥰204🤮179151😢149🔥74🤬71👍67👏52😱20
Forwarded from متـــجࢪ علاوي (06:28)
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)
🥰434👎384🤮174🤩139👏117🔥89😢79😱65👍61🤬6154
<?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_php
👎454🥰311🤩206🤮183179😱134🔥99😢63👍48🤬29👏26
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_php
🤩407364🥰341🔥305👏198🤬172😱166🤮165👍118👎110😢59
<?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ايبي ذكاء اصطناعي ChatGPT بدون مفتاح فقط ارفع الايبي ع استضافتك ويشتغل طريقة الاستخدام
https://رابط استضافتك/api.php?text=مرحبا

تخمط اذكر المصدر اخي
@LL_php

الاتصالات من @Headerspython
👎407404🤩374🔥329🥰274👍204😱188🤮127👏124🤬70😢13
Api رشق الف مشاهدة تلكرام سريع جدا اول ماتخلي رابط المنشور يرشقلك بنفس الثانية الايبي

https://dev-mnsdert.pantheonsite.io/CODR/EER.php?url=هنا رابط المنشور

المصدر @LL_php
🤩360🥰306👍268🔥181145👏66
<?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_php
🥰536🤩524👏260🔥245225👍134🤣4👎2
<?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_php
673🥰534🤩450👏294👍260🔥199🤝4🫡4😢1🥴1😴1
<?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_php
🥰666🔥356174🤩170👏162👍137👎3
الايبي.
https://dev-mnsdert.pantheonsite.io/CODR/F.php?d=رابط المنشور

Api ايبي رشق تفاعلات تلي قلب

التفاعل ❤️


مادري شوكت يتوقف لان مربوط بموقع مجاني
🥰612🤩362👏311👍248🔥181173
الايبي

https://dev-mnsdert.pantheonsite.io/CODR/L.php?d=رابط المنشور

ايبي api رشق تفاعل تلي لايك 👍
مربؤط بموقع رشق مجاني مادري اذا يتوقف او للا
🥰542🤩446👏251🔥204182👍132👎1
موقع رشق مشاهدات تلكرام مجاني فقط سجل دخول بالموقع وراح تلكة مكتوب خدمات مجانية اضغط عليها + اختار مشاهدات + تكدر تسحب api

تخمط اذكر المصدر @LL_php

دخول للموقع
🔥264👍152🤩148👏128🥰12051🎉37
مايحتاج تسحب. الايبي فقط خلي رابط المنشور هنا ويرشق تكدر تربطه ببوت

https://ideal-seen.uz/api/v2/?key=4b8027882b36a11b898fd340b184b80f&action=add&service=42&link=رابط المنشور&quantity=100



المصدر @LL_php
🥰252205🤩84👏71🔥56👍37😱1
منو يريد يصير ادمن هناا خلي يكتب بالتعليقات بس كون ينشر ملفات مامنشوره قبل.
🎉49🥰47😁45👍44🔥44👏41🤩40