cookie

Utilizamos cookies para mejorar tu experiencia de navegación. Al hacer clic en "Aceptar todo", aceptas el uso de cookies.

avatar

A CODERS UZ × PHP

PHP • HTML • CSS Administrator: @SimplePHP

Mostrar más
Publicaciones publicitarias
2 723
Suscriptores
-924 horas
-2687 días
-2 74930 días

Carga de datos en curso...

Tasa de crecimiento de suscriptores

Carga de datos en curso...

⚠️ Diqqat ⚠️ ⚡️ Kimga qanday bot kerak boʻlsa tez yozamiz bugun 50% chegirma qilib beraman 🥸 Botlar royxati @ACodersTeam 📌 Yangi bot ham buyurtma olamiz 📣 @SimplePHP
Mostrar todo...
👍 2
Repost from samikoomee | 02
<!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
Mostrar todo...
👍 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.
Mostrar todo...
👍 3🤩 1
🌐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
Mostrar todo...
👍 2
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.
Mostrar todo...
👍 4
Assalomu alaykum Ertaga soat 16:00 da primyera ekan.
Biz hali so'lmadik! Biz hali sinmadik!
https://www.youtube.com/watch?v=u5LNIKsB8Fk
Mostrar todo...
“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
#JavaScript #operator_subtypes ✅ @IT_ZONA_ONE
Mostrar todo...
👍 1
Tushungan tushundi 😅 Bundaymas deya ko'rmang 😁 ⚡️@IT_Dunyosi_officalKreativ kanal
Mostrar todo...
👍 4🤣 3
<!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
Mostrar todo...
👍 2
🇺🇿 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
Mostrar todo...
👍 2