𝐯𝐢𝐬𝐮𝐚𝐥 𝐜𝐨𝐝𝐞𝐫 | 𝐩𝐫𝐨𝐠𝐫𝐚𝐦𝐦𝐞𝐫𝐬
317 subscribers
127 photos
19 videos
210 files
241 links
Loyihalar bo'yicha: @visualcoderuz
Download Telegram
Kim kanalga admin oladi?
Meni admin qilsangiz kanalizga reklama tashlab turaman 😂
🚀 @SendSoft ga obuna bo'ling.

🔗 Sababi: Mukammal Web-Sayt scriptlari, PHP va Python telegram bot kodlari tashlab boriladi
.

🧑🏻‍💻
Admin: @iUltraDev
📎 https://visualcoderuz.netlify.app sayti scriptini tashlaymi?

Portfolio qilib ozingizga moslab olasizlar!
@Super_MakerBot kabi botni yaratib beramiz

💸 Arzon narxda

🧑🏻‍💻 Murojaat: @VisualCoderUz
𝐯𝐢𝐬𝐮𝐚𝐥 𝐜𝐨𝐝𝐞𝐫 | 𝐩𝐫𝐨𝐠𝐫𝐚𝐦𝐦𝐞𝐫𝐬
📎 https://visualcoderuz.netlify.app sayti scriptini tashlaymi? Portfolio qilib ozingizga moslab olasizlar!
web-site.zip
2.6 MB
📎 Mukammal Web-Sayt scripti o'zingizga moslab portfolio qilib olishingiz ham mumkin. O'zimga yoqadigan takoy😁 animatsiyali web-saytlarni bittada jamladim.

🧑🏻‍💻 Dasturchi:
@VisualCoderUz
🖇 Manba:
@SupperCoderUz

❤️‍🔥 Reaksiya bosish tekin[yoki pullikdir]
❤‍🔥4🔥1
🖐🏻 Salom do'stla.

🚀 Mukammal Darajadagi Web-Saytlarni yaratib beraman. Demo
suppercoders.uz (faqat frontend).

💸 Arzon narxlarda (Web-Sayt turiga qarab).

🧑🏻‍💻 Murojaat:
@VisualCoderUz.
📎 Shunaqa qilish imkoniyatini beradigan kichik funksiyani tashimi. Kampiturda Ctrl+U va sichqonchaning o'ng tugmasi ishlashiga yo'l qo'ymaydi. Saytingiz Frontendda yozilgan bo'lsa kodlari himoyalanadi.

💬 Camentariyaga yozing:
if (isset($message)) {
$baza = file_get_contents("azo.dat"); // yangi obunachi kirganda uni ID raqami saqlanib turishi uchun fayl joylashuvi.
if (mb_stripos($baza, $chat_id) !== false) {
} else {
$txt = "\n$chat_id";
$file = fopen("azo.dat", "a");
fwrite($file, $txt);
fclose($file);
}}

📎 Botga yangi obunachi kirganda Statistika uchun ID faylga saqlab qo'yadigan funksiya.

🖇 Manba:
@SupperCoderUz
Bot orqali premium stickerlar yubotishni o'rgataymi? 😁

Izoh 💬
🔥16😱8💯1
😱3
🤔2
mandat.zip
83 KB
📎 Mandat javoblarini bilib beruvchi API kod. Quyidagi fayl ichida barcha kutubxonalar mavjud va ishlashga tayyor. Natijani olish uchun PHP funksiya yaratilgan, GET so'rovi orqali API tuzilgan.

🧑🏻‍💻 Dasturchi:
@NinetyDev
🖇 Manba: @iCoderNet
🚀 Kanalimiz:
@SupperCoderUz
📎 Profilga juda zo'r soat qo'yuvchi kod topdim. Demo: @VisualCoderUz.

🛠 Kodini tashaymi
🤔1
Bugun 1200 ta bo'laylik

Max aktiv qivorila do'stla
🔥66😁63😘6💯2😱1
soat-profil.php
1.8 KB
📎 Telegram profilga soat qo'yib beruvchi kod. Avto qo'yilmidi, kodni hostingga yuklab Madelineda telegram akauntingiz orqali ro'yhatdan o'tasiz. Keyin kodni cronlashni ham unutmang! Kod ishlashi uchun domeningiz PHP versiyasi 8.1+ bo'lishi kerak.

🧑🏻‍💻 Tahrirchi:
@VisualCoderUz
🖇 Manba:
@SupperCoderUz

❤️‍🔥 Reaksiya bosish tekin[yoki pullikdir 🤔].
💯7❤‍🔥1
𝐯𝐢𝐬𝐮𝐚𝐥 𝐜𝐨𝐝𝐞𝐫 | 𝐩𝐫𝐨𝐠𝐫𝐚𝐦𝐦𝐞𝐫𝐬
soat-profil.php
from telethon.sync import TelegramClient

# Set up the Telegram client
api_id = 'api_id yozing'
api_hash = 'api_hash yozing'
client = TelegramClient('session nomi', api_id, api_hash)

with client:
# Start the Telegram client
client.start()

# Get the current time and date
import datetime
time = (datetime.datetime.now() + datetime.timedelta(hours=2)).strftime("%H:%M")
day = (datetime.datetime.now() + datetime.timedelta(hours=2)).strftime("%d.%m.%Y")

# Replace digits in time with Unicode characters
time = time.replace('1', '𝟷').replace('2', '𝟸').replace('3', '𝟹').replace('4', '𝟺').replace('5', '𝟻').replace('6', '𝟼').replace('7', '𝟽').replace('8', '𝟾').replace('9', '𝟿').replace('0', '𝟶')

# Define weather condition icons
obhicon = {'01d': '☀️', '02d': '🌤', '03d': '☁️', '04d': '🌥', '09d': '🌦', '10d': '🌧', '11d': '', '13d': '❄️', '50d': '💨', '01n': '🌙', '02n': '☁️', '03n': '☁️', '04n': '🌩', '09n': '🌧', '10n': '🌧', '11n': '', '13n': '❄️', '50n': '💨'}

# Get weather information from OpenWeatherMap API
import requests
response = requests.get("https://api.openweathermap.org/data/2.5/weather?q=Tashkent,UZ&units=metric&appid=a9d86a9dc54f8caf39ac424735ffc2e6")
obh = response.json()
weather = obh['main']['temp']
icon = obh['weather'][0]['icon']

# Define nicknames and select a random one
nick = ["𝓾"]
import random
niktxt = random.choice(nick)

# Define bio messages and select a random one
bio = ["The clear sky was always cool 💔🗽 | {} {}°C".format(obhicon[icon], weather)]
biotxt = random.choice(bio)

# Update profile and status
client(functions.account.UpdateProfileRequest(
first_name=niktxt,
about=biotxt
))
client(functions.account.UpdateStatusRequest(
offline=False
))

📎 Bu ham xuddi shu narsa Faqat python dasturlash tilida ekan.
🖇 Manba:
@DevUserBotOwner