PHP
550 subscribers
69 photos
19 videos
90 files
76 links
Director:
Download Telegram
cvt.su/radio boshidegi 4 ta radiostansiya ishlagani yoq kororasila kimdirga keredir.
👍2
<?php
$instagramUrl = $_GET["url"];
$apiUrl = 'https://cvt.su/v2/instagram/index.php/' . urlencode($instagramUrl);
# curl orqali API so'rovni jo'natish
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $apiUrl);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); #So'rov natijasini olish
$response = curl_exec($ch);
curl_close($ch);
# JSON formatidagi natijani array ga o'girish
$result = json_decode($response, true);
# Natijalarni korsatish:
if (isset($result['thumbnail_link']) && isset($result['download_link'])) {
echo "Rasm link: " . $result['thumbnail_link'] . "\n";
echo "Video link: " . $result['download_link'] . "\n";
} else {
echo "Videoni yuklab olishda xatolik yuz berdi.\n";
}
# by @winistorm 🦅 ft @ACode_UI
# insta: reels, stories, rasm, IGTV hulas hamasini yukledi.
?>

Manba: @ACode_UI
Bot uchun insta downloader funksiyasi shunchaki kodni copy qib kodizmi luboy bir qismiga qoyasiz ishlayveradi

Manba: @ACode_UI
$update = json_decode(file_get_contents("php://input"));
$message = $update->message;
$chat_id = $message->chat->id;
$text = $message->text;

if(strpos($text, "instagram")!==false){
$instagramUrl = $text;
$apiUrl = 'https://cvt.su/v2/instagram/index.php/' . urlencode($instagramUrl);
# curl orqali API so'rovni jo'natish
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $apiUrl);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); #So'rov natijasini olish
$response = curl_exec($ch);
curl_close($ch);
# JSON formatidagi natijani array ga o'girish
$result = json_decode($response, true);
# Natijalarni korsatish:
if (isset($result['download_link'])) {
bot(sendVideo, [
chat_id => $chat_id,
video => $result['download_link'],
caption => "Muvaffaqqiyatli yuklab olindi"
]);
} else {
bot(sendMessage,
chat_id => $chat_id,
text => "video topilmadi"
]);
}
}
# by @winistorm 🦅 ft @ACode_UI
# insta: reels, stories, IGTV hulas hamasini yukledi.
?>
👍2
PHP
Photo
5G-New-Invest-SC.zip
80.1 MB
👍1
Agar kanal azolari 1.5k beznakrutka kotarilsa shuni kodini tashayman
Live stream started
@E_URLbot.zip
2.7 MB
Vada berganday admin paneli bor Bot token va APi key @E_URLBOT dan qoʻyasiz boʻldi.PHP MySql da ishladi.Yaxshi kod.

🥲 Shuncha mexnat qadri manbaga tegmang qolsin.
🔥 Manba - @Webstile
🍃 ByDev -
@Reladevuz
👍4
Trader_VIP_AI-V2.zip
122.2 MB
👍3
bot.php
25.1 KB
updatet code
demo: @instatunesbot
Apiseeenbot.zip
3.9 MB
Manba: @phpsuz || @iskandarNet
Tarqalganlar ham bor
Tarqalmgank ham menda yngi yilga sovgʻa kodlar chopilgan.SQL malumotlar ham bor.
Shunga yarasha manba bilna olayik
👍1