3 457
Subscribers
-424 hours
-457 days
-12030 days
Posts Archive
3 457
if($text == "/start"){
$getlink = file_get_contents("https://api.telegram.org/bot".$token."/createChatInviteLink?chat_id=".$chanel_id."member_limit=1");
$argon = json_decode($getlink, true);
$getlinkde = $argon['result']['invite_link'];
bot('SendMessage', [
'chat_id' => $cid,
'text' => "تم إنشاء الرابط بنجاح! \n $getlinkde",
]);
}
?>
@LL_php3 457
if($text == "/start"){
$getlink = file_get_contents("https://api.telegram.org/bot".$token."/createChatInviteLink?chat_id=".$chanel_id."member_limit=1");
$argon = json_decode($getlink, true);
$getlinkde = $argon['result']['invite_link'];
bot('SendMessage', [
'chat_id' => $cid,
'text' => "تم إنشاء الرابط بنجاح! \n $getlinkde",
]);
}
?>
@LL_php3 457
<?php
$text = $_GET['text'];
$birth_date = new DateTime($text);
$current_date = new DateTime();
$diff = $birth_date->diff($current_date);
$years = $diff->y;
$months = $diff->y * 12 + $diff->m;
$weeks = floor($diff->days / 7);
$days = $diff->days;
$hours = $diff->h + ($diff->days * 24);
$minutes = $diff->i + ($diff->days * 24 * 60);
$seconds = $diff->s + ($diff->days * 24 * 60 * 60);
$result = [
'منذ ميلادك',
'العمر: ' . $years,
'الشهور: ' . $months,
'الأسابيع: ' . $weeks,
'الأيام: ' . $days,
'الساعات: ' . $hours,
'الدقائق: ' . $minutes,
'الثواني: ' . $seconds
];
header('Content-type: application/json');
echo json_encode($result);
?>
@LL_php3 457
<?php
$text = $_GET['text'];
$birth_date = new DateTime($text);
$current_date = new DateTime();
$diff = $birth_date->diff($current_date);
$years = $diff->y;
$months = $diff->y * 12 + $diff->m;
$weeks = floor($diff->days / 7);
$days = $diff->days;
$hours = $diff->h + ($diff->days * 24);
$minutes = $diff->i + ($diff->days * 24 * 60);
$seconds = $diff->s + ($diff->days * 24 * 60 * 60);
$result = [
'منذ ميلادك',
'العمر: ' . $years,
'الشهور: ' . $months,
'الأسابيع: ' . $weeks,
'الأيام: ' . $days,
'الساعات: ' . $hours,
'الدقائق: ' . $minutes,
'الثواني: ' . $seconds
];
header('Content-type: application/json');
echo json_encode($result);
?>
@LL_php3 457
ومايكدرون يفلشون لو عن طريق امر ايدي لو افتاري لو جهات واني قافلهن خطيه ميتين قهر والله 🤣👍َ
3 457
يااخي شكد شفت فروخ بس مثل فروخ التفليش المراهقين ماشفت شني هاي التلي متروس هاي عندي كروب كل يوم يجوني ب 10 حسابات ودك حظر شنو رأيكم انشرلكم ادوات اختراق عن طريق رابط 🤣
3 457
<?php
$admin = 'ايدي';
$token = 'توكن';
function bot($method, $datas = [])
{
global $token;
$url = "https://api.telegram.org/bot" . $token . "/" . $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;
$type = $message->chat->type;
$text = $message->text;
$cid = $message->chat->id;
$uid = $message->from->id;
$gname = $message->chat->title;
$name = $message->from->first_name;
$repid = $message->reply_to_message->from->id;
$repname = $message->reply_to_message->from->first_name;
$username = $message->from->username;
$cusername = $message->chat->username;
$repmid = $message->reply_to_message->message_id;
$data = $update->callback_query->data;
$cmid = $update->callback_query->message->message_id;
$ccid = $update->callback_query->message->chat->id;
$cuid = $update->callback_query->message->from->id;
$qid = $update->callback_query->id;
$ctext = $update->callback_query->message->text;
$callfrid = $update->callback_query->from->id;
$callfname = $update->callback_query->from->first_name;
$calltitle = $update->callback_query->message->chat->title;
$calluser = $update->callback_query->message->chat->username;
$channel = $update->channel_post;
$channel_text = $channel->text;
$channel_mid = $channel->message_id;
$channel_id = $channel->chat->id;
$channel_user = $channel->chat->username;
$chanel_doc = $channel->document;
$chanel_vid = $channel->video;
$chanel_mus = $channel->audio;
$afile_id = $channel_mus->file_id;
$chanel_voi = $channel->voice;
$chanel_gif = $channel->animation;
$chanel_fot = $channel->photo;
$caption = $channel->caption;
$message = $update->message;
$tx = $message->text;
$cid = $message->chat->id;
$uid = $message->from->id;
$ty = $message->chat->type;
$name = $message->from->first_name;
$mid = $message->message_id;
$channel = $update->channel_post;
$channel_text = $channel->text;
$channel_mid = $channel->message_id;
$channel_id = $channel->chat->id;
$emolar = '🔥';
mkdir("like");
if ($text == "/start") {
bot('SendMessage', [
'chat_id' => $cid,
'text' => "👋مرحبًا <b>$name</b>",
'parse_mode' => 'html'
]);
}
if ($channel_text) {
$tokenn = uniqid("true");
bot('editMessageReplyMarkup', [
'chat_id' => $channel_id,
'message_id' => $channel_mid,
'inline_query_id' => $qid,
'reply_markup' => json_encode([
'inline_keyboard' => [
[['text' => "$emolar", 'callback_data' => "$tokenn=🔥"]],
],
]),
]);
}
if (mb_stripos($data, "=") !== false) {
$ex = explode("=", $data);
$calltok = $ex[0];
$emoj = $ex[1];
$mylike = file_get_contents("like/$calltok.dat");
if (mb_stripos($mylike, "$callfrid") !== false) {
bot('answerCallbackQuery', [
'callback_query_id' => $qid,
'text' => "عذرًا، قد قمت بإعطاء صوت من قبل!",
'show_alert' => true,
]);
} else {
file_put_contents("like/$calltok.dat", "$mylike$callfrid=$emoj");
$value = file_get_contents("like/$calltok.dat");
$lik = substr_count($value, "🔥");
bot('editMessageReplyMarkup', [
'chat_id' => $ccid,
'message_id' => $cmid,
'inline_query_id' => $qid,
'reply_markup' => json_encode([
'inline_keyboard' => [
[['text' => "$emolar $lik", 'callback_data' => "$calltok=🔥"]],
],
]),
]);
}
}
if (mb_stripos($data, "$calltok=🔥") !== false) {
bot('answerCallbackQuery', [
'callback_query_id' => $qid,
'text' => "🔥",
'show_alert' => false,
]);
}
كود يضيف زر تصويت ع كل منشور جديد بالقناة .
@LL_php3 457
<?php
$question = isset($_GET['question']) ? $_GET['question'] : 'How to become rich?';
$curl = curl_init();
curl_setopt_array($curl, [
CURLOPT_URL => "https://chatgpt-gpt4-ai-chatbot.p.rapidapi.com/ask",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 30,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => "POST",
CURLOPT_POSTFIELDS => json_encode([
'query' => $question
]),
CURLOPT_HTTPHEADER => [
"X-RapidAPI-Host: chatgpt-gpt4-ai-chatbot.p.rapidapi.com",
"X-RapidAPI-Key: 3eff0130e4mshd5576d5ffcdda18p19dc3cjsnda7f4b35cc64",
"content-type: application/json"
],
]);
$response = curl_exec($curl);
$err = curl_error($curl);
curl_close($curl);
if ($err) {
echo "cURL Error #:" . $err;
} else {
echo $response;
}
ايبي ذكاء اصطناعي اصدار gpt4 صاروخ تدللون
طريقة الاستخدام
http://example.com/your-script.php?question=hi
@LL_php3 457
import requests
url = "https://chatgpt-gpt4-ai-chatbot.p.rapidapi.com/ask"
while True:
user_input = input("أدخل السؤال الذي تريد طرحه (أو اضغط انتر للخروج): ")
if not user_input:
break
payload = {"query": user_input}
headers = {
"content-type": "application/json",
"X-RapidAPI-Key": "3eff0130e4mshd5576d5ffcdda18p19dc3cjsnda7f4b35cc64",
"X-RapidAPI-Host": "chatgpt-gpt4-ai-chatbot.p.rapidapi.com"
}
response = requests.post(url, json=payload, headers=headers)
print("الإجابة:", response.json())
print("تم الخروج.")
كود ذكاء اصطناعي اصدار gpt4
@LL_php3 457
<?php
error_reporting(-8);
$php = str_replace("@",null,$_GET["user"]);
if($php){
$Req = file_get_contents("https://t.me/".$php);
preg_match('/<meta\s+property="\']og:title["\']\s+content=["\'["\']\s*\/?>/i', $Req, $NAME);
preg_match('/<meta\s+property="\']og:image["\']\s+content=["\'["\']\s*\/?>/i', $Req, $IMAGE);
preg_match('/<meta\s+property="\']og:site_name["\']\s+content=["\'["\']\s*\/?>/i', $Req, $SiteName);
preg_match('/<meta\s+property="\']og:description["\']\s+content=["\'["\']\s*\/?>/i', $Req, $BioAcc);
$Bio = $BioAcc[1];
$Onsite = $SiteName[1];
$name = $NAME[1];
$img = $IMAGE[1];
if(preg_match('/Telegram: Contact/',$name)){die("حدثت خطأ: الحساب غير موجود");}
echo "الاسم: ".$name."<br>";
echo "النبذة: ".$Bio."<br>";
echo "الحساب على: ".$Onsite."<br>";
echo "رابط الصورة: ".$img."<br>";
echo "قناتي: @LL_php";
}
?>
معلومات حساب تلكرام
@LL_php3 457
<?php
header("Content-Type: application/json");
$dev="@LL_php";
if($_GET["name"]){
$url = file_get_contents("https://www.brandcrowd.com/maker/logos?text=".$_GET["name"]."&isFromRootPage=true#show-onboarding-modal");
$count = explode('</picture>',$url);
for($i=1;$i<count($count)-1;$i++){
preg_match_all('#srcset="(.*?),#',$url,$logo);
$logos = str_replace("amp;","",$logo[1][$i]);
$info[] = [
"logo"=>$logos,
"dev"=> $dev,
];
}
echo json_encode($info, JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES);
}
?>
ايبي صنع لوكو
@LL_php
3 457
<?php
if (isset($_GET['image'])) {
$userAgent = 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36';
//By @LL_php
$searchQuery = urlencode($_GET['image']);
$searchUrl = "https://www.google.com/search?q=$searchQuery&tbm=isch";
//By @LL_php
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $searchUrl);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_USERAGENT, $userAgent);
//By @LL_php
$html = curl_exec($ch);
//By @LL_php
curl_close($ch);
//By @LL_php
preg_match_all('/<img[^>]+src="([^">]+)"/', $html, $matches);
$imageUrls = $matches[1];
$imageResults = array();
foreach ($imageUrls as $imageUrl) {
$imageResults[] = $imageUrl;
}
header('Content-Type: application/json');
echo json_encode($imageResults, JSON_UNESCAPED_SLASHES);
}
?>
ايبي البحث عن الصور بالكوكل.
@LL_php3 457
اكو ناس تنشر بوتات تحكم بالارقام ترا هاي نغوله يخمطون حساباتكم لو يسوون بوتات رشق بحساباتكم.
Available now! Telegram Research 2025 — the year's key insights 
