cookie

ما از کوکی‌ها برای بهبود تجربه مرور شما استفاده می‌کنیم. با کلیک کردن بر روی «پذیرش همه»، شما با استفاده از کوکی‌ها موافقت می‌کنید.

avatar

A CODERS UZ × PHP

PHP • HTML • CSS Administrator: @SimplePHP

نمایش بیشتر
پست‌های تبلیغاتی
2 614
مشترکین
-724 ساعت
-807 روز
-2 06030 روز
توزیع زمان ارسال

در حال بارگیری داده...

Find out who reads your channel

This graph will show you who besides your subscribers reads your channel and learn about other sources of traffic.
Views Sources
تجزیه و تحلیل انتشار
پست هابازدید ها
به اشتراک گذاشته شده
ديناميک بازديد ها
01
Shu tolovlar qolib ketgan edi Endi shuni amalga oshirib yuboraylik Yutganlar #comment ga Payeer Hisob raqamilarni tashlab qoyilar
2580Loading...
02
⚠️ Diqqat ⚠️ ⚡️ Kimga qanday bot kerak boʻlsa tez yozamiz bugun 50% chegirma qilib beraman 🥸 Botlar royxati @ACodersTeam 📌 Yangi bot ham buyurtma olamiz 📣 @SimplePHP
3891Loading...
03
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>PAYMENTS</title> <link rel="stylesheet" href="style/style.css"> <style> #myInput { background-none-border: none; } .Btn { width: 200px; height: 40px; display: flex; align-items: center; justify-content: flex-start; border: none; border-radius: 4px; overflow: hidden; box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.164); cursor: pointer; } .text { width: 65%; height: 100%; display: flex; align-items: center; justify-content: center; color: white; background-color: rgb(2, 153, 153); } .svgIcon { width: 35%; height: 100%; display: flex; align-items: center; justify-content: center; color: white; background-color: teal; } .Btn:hover .text { background-color: rgb(0, 133, 133); } .Btn:hover .svgIcon { background-color: rgb(0, 105, 105); } </style> </head> <body> <script> function myFunction() { var text = document.getElementById("text").innerText; navigator.clipboard.writeText(text); } </script> <p id="text">SimplePHP</p> <button class="Btn" onclick="myFunction()"> <span class="text">Copy</span> <span class="svgIcon"> <svg fill="white" viewBox="0 0 384 512" height="1em" xmlns="http://www.w3.org/2000/svg"><path d="M280 64h40c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128C0 92.7 28.7 64 64 64h40 9.6C121 27.5 153.3 0 192 0s71 27.5 78.4 64H280zM64 112c-8.8 0-16 7.2-16 16V448c0 8.8 7.2 16 16 16H320c8.8 0 16-7.2 16-16V128c0-8.8-7.2-16-16-16H304v24c0 13.3-10.7 24-24 24H192 104c-13.3 0-24-10.7-24-24V112H64zm128-8a24 24 0 1 0 0-48 24 24 0 1 0 0 48z"></path></svg> </span> </button> </body> </html> Tugma ustiga bossa nusxa oladigan kod
3704Loading...
04
Bot API 7.3 Telegram Business • Messages sent on behalf of a business account now support url, login_url, and callback_game inline buttons. Live Locations • Added support for live locations that can be edited indefinitely. • Bots can now edit live periods via the new live_period parameter. General • Added support for custom emoji in Polls. • Added the field via_join_request to ChatMemberUpdated, for users whose join request was approved. • Bots can now detect service messages about background changes in chats via the new chat_background_set field in Message. • And more, see the full changelog for details: https://core.telegram.org/bots/api-changelog#may-6-2024 Note: The method getChat now returns the new ChatFullInfo class, which has been split out from Chat.
3440Loading...
05
🌐Shu👉 t.me/isoatBot/profile 🔗 webapp havolaga kirsangiz huddi shu rasmdagiday profilingiz rasmi, nomi, username, bio, si bilan koʻrsangiz boʻladi🙂 🔼Bu webapp ni orqa foni sizni telegramingiz mavzusiga qarab moslashadi✔️ 🤫Eng asosiysi telegramdan chiqmasdan❤ 👨‍💻Dasturchi: @Asilbek_Coder ©Manba: @Xavfsizlik da
5045Loading...
06
Happy birthday to UZ domain 🙂 Bugun .UZ domeni 29 yoshga to'ldi. P.S: @orzklvb, @catdevblog larniham bayram bilan tabriklasa bo'ladi (yana ko'plab insonlar buning ustida ishlaydi). Ushbu domenning stabil ishlashida ularniyam doimiy ko'maklari bor.
4913Loading...
07
Assalomu alaykum Ertaga soat 16:00 da primyera ekan. Biz hali so'lmadik! Biz hali sinmadik! https://www.youtube.com/watch?v=u5LNIKsB8Fk
4713Loading...
08
#JavaScript #operator_subtypes ✅ @IT_ZONA_ONE
5473Loading...
09
Tushungan tushundi 😅 Bundaymas deya ko'rmang 😁 ⚡️@IT_Dunyosi_offical— Kreativ kanal
5510Loading...
10
<!DOCTYPE html> <html lang="en"> <head>     <meta charset="UTF-8">     <meta name="viewport" content="width=device-width, initial-scale=1.0">     <title>Fingers Position</title>     <style>      body, html {      width: 100%;   height: 100%;   margin: 0;   display: flex;   justify-content: center;   align-items: center; } #finger-container {   width: 100px;   height: 100px;   background-color: #ccc;   position: relative; } .finger {   width: 20px;   height: 20px;   background-color: red;   border-radius: 50%;   position: absolute; }     </style> </head> <body id='id'>     <div id="finger-container"> </div>     <script>document.addEventListener("DOMContentLoaded", function() {   const fingerContainer = document.getElementById("id");     function displayFingers(event) {     const x = event.clientX - fingerContainer.offsetLeft;     const y = event.clientY - fingerContainer.offsetTop;         const finger = document.createElement("div");     finger.classList.add("finger");     finger.style.left = x + "px";     finger.style.top = y + "px";         fingerContainer.appendChild(finger);   }     fingerContainer.addEventListener("mousedown", function(event) {     displayFingers(event);   }); }); </script> </body> </html> Barauzerda istalgan joyga qizil nuqta qoʻyadigan kod
4372Loading...
11
🇺🇿 Sunʼiy intellekt bot: @SpecialAi5Bot ➡️ Majburiy obunalar cheksiz ➡️ Habar yuborish tizimi 40-50k garant ➡️ API tizimi ChatGPT-3.5 turbo ( openai.com ) ➡️ Botni blocklagan foydalanuvchini bot blocklaydi ➡️ Telegram Business uchun ham sozlangan ➡️ Inline rejim ham mavjud ➡️ Chatbot rejimda Dice oyinlardan foydalanish ☑️ (Sinab korish uchun botni profilizga ulang va «/help» buyrugʻini yuboring!) 👛 Narxi: 150'000 soʻm 🔐 Kodi: 250'000 soʻm (🛡 Bot kodi + API Kodi ) 🏬 Murojaat: @SimplePHP
4962Loading...
12
Loyiha sotiladi Turi: SMM BOT Domen: specialfollow.uz Kanal: @SpecialFollowUz Bot: @SpecialFollowBot Narx: 250'000 soʻm Bot+kodlari Murojaat @SimplePHP
5091Loading...
13
🇺🇿 Musiqa bot - @UzMuzMusicBot ➡️ Musiqa qidirish ➡️ Instagram Video yuklash ➡️ Habar yuborish tizimi 30-40k garant ➡️ Majburiy obuna cheksiz ➡️ Botni ban qilsa kimdur u odam statistikada chiqmaydi ➡️ MySQL+PHP 👛 Narx: 100'000 soʻm 🔐 Kodi: 250'000 soʻm 🏬 Murojaat: @SimplePHP
5502Loading...
14
@Abdurahmon09909 - 9Rubl @Bexruzimomov - 9Rubl @Samandar_UZB_7777 - 17 Rubl @kanallichda10 - 5 Rubl @Sanjar_x - 20 Rubl @Coder_h1 - 7 Rubl @TheKingOfUz - 15 Rubl @JumoboyevFF - 11 Rubl
5680Loading...
15
A esdan chiqib qolibdi
5640Loading...
16
13:00 da yakunlaymiz
5970Loading...
Shu tolovlar qolib ketgan edi Endi shuni amalga oshirib yuboraylik Yutganlar #comment ga Payeer Hisob raqamilarni tashlab qoyilar
نمایش همه...
👍 2
⚠️ Diqqat ⚠️ ⚡️ Kimga qanday bot kerak boʻlsa tez yozamiz bugun 50% chegirma qilib beraman 🥸 Botlar royxati @ACodersTeam 📌 Yangi bot ham buyurtma olamiz 📣 @SimplePHP
نمایش همه...
👍 3
Repost from samikoomee | 02
Photo unavailableShow in Telegram
<!DOCTYPE html>
<html>

<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>PAYMENTS</title>
  <link rel="stylesheet" href="style/style.css">
  <style>
   #myInput {
   background-none-border: none;
   }
  .Btn {
  width: 200px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: none;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.164);
  cursor: pointer;
}

.text {
  width: 65%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-color: rgb(2, 153, 153);
}

.svgIcon {
  width: 35%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-color: teal;
}

.Btn:hover .text {
  background-color: rgb(0, 133, 133);
}

.Btn:hover .svgIcon {
  background-color: rgb(0, 105, 105);
}
   </style>
</head>

<body>
 <script>
function myFunction() {
  var text = document.getElementById("text").innerText;
  navigator.clipboard.writeText(text);
}
    </script>
<p id="text">SimplePHP</p>
    <button class="Btn" onclick="myFunction()">
  <span class="text">Copy</span>
  <span class="svgIcon">
    <svg fill="white" viewBox="0 0 384 512" height="1em" xmlns="http://www.w3.org/2000/svg"><path d="M280 64h40c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128C0 92.7 28.7 64 64 64h40 9.6C121 27.5 153.3 0 192 0s71 27.5 78.4 64H280zM64 112c-8.8 0-16 7.2-16 16V448c0 8.8 7.2 16 16 16H320c8.8 0 16-7.2 16-16V128c0-8.8-7.2-16-16-16H304v24c0 13.3-10.7 24-24 24H192 104c-13.3 0-24-10.7-24-24V112H64zm128-8a24 24 0 1 0 0-48 24 24 0 1 0 0 48z"></path></svg>
  </span>
</button>
</body>

</html>
Tugma ustiga bossa nusxa oladigan kod
نمایش همه...
👍 5🤩 3
Repost from BotNews
Bot API 7.3 Telegram Business • Messages sent on behalf of a business account now support url, login_url, and callback_game inline buttons. Live Locations • Added support for live locations that can be edited indefinitely. Bots can now edit live periods via the new live_period parameter. General • Added support for custom emoji in Polls. Added the field via_join_request to ChatMemberUpdated, for users whose join request was approved. Bots can now detect service messages about background changes in chats via the new chat_background_set field in Message. And more, see the full changelog for details: https://core.telegram.org/bots/api-changelog#may-6-2024 Note: The method getChat now returns the new ChatFullInfo class, which has been split out from Chat.
نمایش همه...
👍 3🤩 1
Photo unavailableShow in Telegram
🌐Shu👉 t.me/isoatBot/profile 🔗 webapp havolaga kirsangiz huddi shu rasmdagiday profilingiz rasmi, nomi, username, bio, si bilan koʻrsangiz boʻladi🙂 🔼Bu webapp ni orqa foni sizni telegramingiz mavzusiga qarab moslashadi✔️ 🤫Eng asosiysi telegramdan chiqmasdan❤ 👨‍💻Dasturchi: @Asilbek_Coder ©Manba: @Xavfsizlik da
نمایش همه...
👍 3
Photo unavailableShow in Telegram
Happy birthday to UZ domain 🙂 Bugun .UZ domeni 29 yoshga to'ldi. P.S: @orzklvb, @catdevblog larniham bayram bilan tabriklasa bo'ladi (yana ko'plab insonlar buning ustida ishlaydi). Ushbu domenning stabil ishlashida ularniyam doimiy ko'maklari bor.
نمایش همه...
👍 4
Assalomu alaykum Ertaga soat 16:00 da primyera ekan.
Biz hali so'lmadik! Biz hali sinmadik!
https://www.youtube.com/watch?v=u5LNIKsB8Fk
نمایش همه...
“Sinishimni sog'indi kimlar...” PHP forever!

Veb dasturlash sohasida 11 yillik tajribaga ega Sardor Dushamov (Workly, Team Lead) bilan PHP haqida suhbat "Unicon-Soft" kompaniyasi Kanalga obuna bo‘ling:

https://www.youtube.com/channel/UC-fYBsOfMBkZMf_D5QctsDg?sub_confirmation=1

Aloqa markazi: +998712004646 +998712356239 Ijtimoiy tarmoqlarda:

https://telegram.me/uniconsoft

https://www.facebook.com/uniconsoft

https://www.instagram.com/unicon_soft

Bizning tizimlarimiz haqida quyida: @E_huquqshunos_Unicon_soft @edoijro

👍 1
Photo unavailableShow in Telegram
#JavaScript #operator_subtypes ✅ @IT_ZONA_ONE
نمایش همه...
👍 1
Photo unavailableShow in Telegram
Tushungan tushundi 😅 Bundaymas deya ko'rmang 😁 ⚡️@IT_Dunyosi_officalKreativ kanal
نمایش همه...
👍 4🤣 3
Photo unavailableShow in Telegram
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Fingers Position</title>
    <style>
     body, html {
     width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#finger-container {
  width: 100px;
  height: 100px;
  background-color: #ccc;
  position: relative;
}

.finger {
  width: 20px;
  height: 20px;
  background-color: red;
  border-radius: 50%;
  position: absolute;
}

    </style>
</head>
<body id='id'>
    <div id="finger-container">
</div>
    <script>document.addEventListener("DOMContentLoaded", function() {
  const fingerContainer = document.getElementById("id");
  
  function displayFingers(event) {
    const x = event.clientX - fingerContainer.offsetLeft;
    const y = event.clientY - fingerContainer.offsetTop;
    
    const finger = document.createElement("div");
    finger.classList.add("finger");
    finger.style.left = x + "px";
    finger.style.top = y + "px";
    
    fingerContainer.appendChild(finger);
  }
  
  fingerContainer.addEventListener("mousedown", function(event) {
    displayFingers(event);
  });
});

</script>
</body>
</html>
Barauzerda istalgan joyga qizil nuqta qoʻyadigan kod
نمایش همه...
👍 2