This media is not supported in your browser
VIEW IN TELEGRAM
🤔11❤🔥3🔥2😁1😱1💯1
𝐯𝐢𝐬𝐮𝐚𝐥 𝐜𝐨𝐝𝐞𝐫 | 𝐩𝐫𝐨𝐠𝐫𝐚𝐦𝐦𝐞𝐫𝐬
sysdc.uz scripti keremi Hozirgisi 10+ reaksiya bolsa tarqataman
sysdc.uz.zip
1.2 MB
🖇 sysdc.uz web-sati scripti. FrontEnd Qismi. Login va ro'yhatdan o'tish bo'limlari hammasi bor, Undan davomi yo'q.
🧑🏻💻 Dasturchi: Ma'lum emas
📎 Manba: @SupperCoderUz
❤️🔥 10+ goo
🧑🏻💻 Dasturchi: Ma'lum emas
📎 Manba: @SupperCoderUz
❤️🔥 10+ goo
🔥3😁2
save.php
6 KB
🖇 Instagram, Tiktok, likee dan video yuklaydigan bot kodi judayam sodda tuzilgan admin paneli bor.
🧑🏻💻 Dasturchi: @WebKoderUz
📎 Manba: @SupperCoderUz
❤️🔥 10+ goo
🧑🏻💻 Dasturchi: @WebKoderUz
📎 Manba: @SupperCoderUz
❤️🔥 10+ goo
🔥6
𝐯𝐢𝐬𝐮𝐚𝐥 𝐜𝐨𝐝𝐞𝐫 | 𝐩𝐫𝐨𝐠𝐫𝐚𝐦𝐦𝐞𝐫𝐬
save.php
ha etgande save api ulangan
🔥8
𝐯𝐢𝐬𝐮𝐚𝐥 𝐜𝐨𝐝𝐞𝐫 | 𝐩𝐫𝐨𝐠𝐫𝐚𝐦𝐦𝐞𝐫𝐬
@Grand_Hosting_Bot kodini tashaymi Lekin hali biroz ishlari bor
bot yuklab hosting qb kordizlami ishlayaptimi
𝐯𝐢𝐬𝐮𝐚𝐥 𝐜𝐨𝐝𝐞𝐫 | 𝐩𝐫𝐨𝐠𝐫𝐚𝐦𝐦𝐞𝐫𝐬
@Grand_Hosting_Bot kodini tashaymi Lekin hali biroz ishlari bor
Hozirdan shunde bolsa 🤣🤣
😱6
host.php
82.1 KB
🖇 @Grand_Hosting_Bot kodi textlarida xatoliklar bo'lishi mumkin o'zila tog'irlab olaszlar. togri tahrirlasela 100% ishlidi kod hostingda cronlanishi shart bolmasa ishlamidi.
🧑🏻💻 Dasturchi: ma'lum emas
🖇 Manba: @SupperCoderUz
❤️🔥 20+ goo
Man botimni o'chrib qoydim tag'in shell yuklavormela db 🤣🤣
🧑🏻💻 Dasturchi: ma'lum emas
🖇 Manba: @SupperCoderUz
❤️🔥 20+ goo
Man botimni o'chrib qoydim tag'in shell yuklavormela db 🤣🤣
❤🔥15
Dostla kanalni 1100 ta qlilu ertagacha. Nakrutkasiz real albatta. Qo'ldan kegancha rek qberila Adduwi yurakdasizlar 😊✊👊
☄️ Instagram uchun top 7ta 100% tekin nakrutka saytlar!
1) https://www.mrinsta.com
2) https://www.instafollowers.co/free-instagram-followers
3) https://followeran.com/en/free-instagram-followers/
4) https://famoid.com/get-free-instagram-followers/
5) https://www.getinsfollowers.com/
6) https://en.mrpopular.net/get-free-instagram-followers.php
7) https://www.mixx.com/free-instagram-followers
➡️ Manba: @UzModder
1) https://www.mrinsta.com
2) https://www.instafollowers.co/free-instagram-followers
3) https://followeran.com/en/free-instagram-followers/
4) https://famoid.com/get-free-instagram-followers/
5) https://www.getinsfollowers.com/
6) https://en.mrpopular.net/get-free-instagram-followers.php
7) https://www.mixx.com/free-instagram-followers
➡️ Manba: @UzModder
"
<?php
require_once('vendor/autoload.php'); // Include the Telegram Bot API PHP SDK
use Telegram\Bot\Api;
use Telegram\Bot\Exceptions\TelegramResponseException;
$telegram = new Api('YOUR BOT TOKEN'); // Replace YOUR BOT TOKEN with the API token you received from BotFather
// Replace ADMIN CHAT ID(S) with the chat ID(s) of the admin(s) who should receive the messages
$admin_chat_id_list = ['ADMIN CHAT ID 1', 'ADMIN CHAT ID 2'];
// Set up a webhook to receive messages from users
$update = $telegram->getWebhookUpdate();
if ($update->getMessage()) {
$message = $update->getMessage();
if ($message->getText()) {
foreach ($admin_chat_id_list as $admin_chat_id) {
try {
// Send the message to the admin(s)
$telegram->sendMessage(['chat_id' => $admin_chat_id, 'text' => $message->getText()]);
} catch (TelegramResponseException $e) {
// Handle any exceptions that occur when sending the message
// (e.g. the admin(s) may have blocked the bot)
}
}
// Send a reply to the user to let them know their message was sent
$telegram->sendMessage(['chat_id' => $message->getChat()->getId(), 'text' => 'Thank you for your message! An admin will reply to you soon.']);
} else {
// Send a reply to the user if they didn't include a message with their /contact command
$telegram->sendMessage(['chat_id' => $message->getChat()->getId(), 'text' => 'Please send a message with your /contact command.']);
}
}
"
PHP da yozilgan admin bilan aloqa bot
Yaratuvchi: @MohirAIChatBot
<?php
require_once('vendor/autoload.php'); // Include the Telegram Bot API PHP SDK
use Telegram\Bot\Api;
use Telegram\Bot\Exceptions\TelegramResponseException;
$telegram = new Api('YOUR BOT TOKEN'); // Replace YOUR BOT TOKEN with the API token you received from BotFather
// Replace ADMIN CHAT ID(S) with the chat ID(s) of the admin(s) who should receive the messages
$admin_chat_id_list = ['ADMIN CHAT ID 1', 'ADMIN CHAT ID 2'];
// Set up a webhook to receive messages from users
$update = $telegram->getWebhookUpdate();
if ($update->getMessage()) {
$message = $update->getMessage();
if ($message->getText()) {
foreach ($admin_chat_id_list as $admin_chat_id) {
try {
// Send the message to the admin(s)
$telegram->sendMessage(['chat_id' => $admin_chat_id, 'text' => $message->getText()]);
} catch (TelegramResponseException $e) {
// Handle any exceptions that occur when sending the message
// (e.g. the admin(s) may have blocked the bot)
}
}
// Send a reply to the user to let them know their message was sent
$telegram->sendMessage(['chat_id' => $message->getChat()->getId(), 'text' => 'Thank you for your message! An admin will reply to you soon.']);
} else {
// Send a reply to the user if they didn't include a message with their /contact command
$telegram->sendMessage(['chat_id' => $message->getChat()->getId(), 'text' => 'Please send a message with your /contact command.']);
}
}
"
PHP da yozilgan admin bilan aloqa bot
Yaratuvchi: @MohirAIChatBot
❤🔥7😱2
pubgmobile.zip
10.4 MB
🖇 pubgmobile.com web-sayti scripti. animatsiyalari vashe chotki. Asosiy kodi
🧑🏻💻 Dasturchi: Krafton campany
🖇 Manba: @SupperCoderUz
❤️🔥 10+ goo
en-US nomli papkada🧑🏻💻 Dasturchi: Krafton campany
🖇 Manba: @SupperCoderUz
❤️🔥 10+ goo
❤🔥9
𝐯𝐢𝐬𝐮𝐚𝐥 𝐜𝐨𝐝𝐞𝐫 | 𝐩𝐫𝐨𝐠𝐫𝐚𝐦𝐦𝐞𝐫𝐬
pubgmobile.zip
yana qaysi sayt scripti kere kodlarini yuklab olib tarqatama frontendini
Web-Sayt yaratishni o'rgataymi 0 dan
Dars 45 kun bo'ladi Darslar so'ngida bitta web-sayt yaratib olasiz
Dars 45 kun bo'ladi Darslar so'ngida bitta web-sayt yaratib olasiz
❤🔥4🔥3😱2