Humo Hacker | βŽ™
463 subscribers
280 photos
72 videos
299 files
359 links
πŸ‘‹ Assalomu alaykum hammaga !

Kanalga azo bo'lganingiz uchun raxmat!

Hurmat bilan: @Humo_Hacker jamoasi
©️ 2023-2026
Download Telegram
πŸ‘3❀2πŸ”₯2
<?php




// Bot tokeni qoβ€˜yiladi
define('BOT_TOKEN', 'TOKEN'); // TOKEN joyiga tokeningizni qoβ€˜ying.

$update = json_decode(file_get_contents('php://input'), true);

if (isset($update['message'])) {
$chat_id = $update['message']['chat']['id'];
$text = $update['message']['text'];

if ($text == '/random') {
// 1 dan 10 gacha boβ€˜lgan tasodifiy sonni yaratish
$random_number = rand(1, 10);

// Tasodifiy raqamni yuborish
sendMessage($chat_id, 'Sizning tasodifiy raqamingiz: ' . $random_number);
}
}

function sendMessage($chat_id, $text) {
$url = 'https://api.telegram.org/bot' . BOT_TOKEN . '/sendMessage';

$data = array(
'chat_id' => $chat_id,
'text' => $text
);

$options = array(
'http' => array(
'header' => 'Content-type: application/x-www-form-urlencoded\r\n',
'method' => 'POST',
'content' => http_build_query($data)
)
);

$context = stream_context_create($options);
$result = file_get_contents($url, false, $context);
}

?>


#function
Manba: @PHPFunctionn
πŸ‘3❀2πŸ”₯2
yangi MyClass()->method() qavssiz

O'tgan yilning oxirida men PHP sintaksisiga o'zgartirish kiritdim, bu bizga ularga kirish uchun qavslar ichiga new ifodalarni o'rashdan qochish imkonini beradi:


Yakuniy sinf MyClass
{
const CONSTANT = 'doimiy';
public static $staticProperty = 'staticProperty';
umumiy statik funktsiya staticMethod(): string { return 'staticMethod'; }
public $property = 'mulk';
public function method(): string { return "metod"; }
umumiy funktsiya __invoke(): string { return '__invoke'; }
}

var_dump(
new MyClass()::CONSTANT, // string(8) "constant"
new MyClass()::$staticProperty, // string(14) "staticProperty"
new MyClass()::staticMethod(), // string(12) "staticMethod"
new MyClass()->xususiyat, // string(8) "xususiyati"
new MyClass()->method(), // string(6) "usul"
new MyClass()(), // string(8) "__invoke"
);

Men nihoyat ichki ma'lumotlar orqali RFCni nashr qildim! Kamida ikki hafta muhokama qilinadi, keyin ovoz berishni ochaman.

RFC: https://wiki.php.net/rfc/new_without_parentheses
Amalga oshirish va testlar: https://github.com/php/php-src/pull/13029
Muhokamani veb-saytda kuzatib borishingiz yoki axborot byulleteniga obuna bo'lishingiz va unda ishtirok etishingiz mumkin.

Manba: @PHPFunctionn
πŸ‘4πŸ”₯2❀1
<?php
session_start();
$text = $_GET["text"];
if($text == null)
{
$text = rand(11111,99999);
}
$captcha_vms = substr($text, 0, 6);
$_SESSION["captcha"] = $captcha_vms;
$target = imagecreatetruecolor(80,35);
$captcha_background = imagecolorallocate($target, 128, 128, 128);
imagefill($target,0,0,$captcha_background);
$captcha_fore_color = imagecolorallocate($target, 255, 255, 255);
imagestring($target, 8, 18, 9, $captcha_vms,$captcha_fore_color);
header("Content-type: image/png");
imagejpeg($target);

?>

Manba: @PHPFunctionn
πŸ‘3πŸ”₯2❀1
<?php
if(isset($_GET['text'])){
$a = $_GET['text'];
$b = $_GET['raqam'];
header('content-type: image/jpg');
$img = imagecreatefromjpeg('img/rasm.jpg');
$font1 = "font/font.ttf";

$white = imagecolorallocate($img, 0, 0, 0);
$txt = $a;
$x = 200;
$y = 200;
imagettftext($img, 66, 0, $x,$y, $white, $font1, $txt);

$txt1 = $b;
$x1 = 200;
$y1 = 200;
imagettftext($img, 66, 0, $x1,$y1, $white, $font1, $txt1);



imagejpeg($img,"img/goto.jpg");
header ('location: img/goto.jpg');
}
?>

IMG USTIGA TEXT YOZIB BERADI GAN API
MANBA:?
πŸ‘3❀2πŸ”₯2
Sign up(@webstile).zip
1.1 MB
πŸ”₯ Sign up Page

Manba: @webstile & @WonderfulCoders

Bu kod Foydalavuvchini roΚ»yxatdan oΚ»tish sahifasi html va css yordamida mysql baza Foydalavuvchi ismi va email pochtasi bilan sql baza saqalaydi.


Manba bilan oling!
πŸ‘3⚑2❀1πŸ”₯1🍾1
Assalomu aleykum
πŸ‘5❀2πŸ”₯2❀‍πŸ”₯1⚑1πŸ†1
Yana go?
πŸ‘4❀‍πŸ”₯3⚑2❀2πŸ”₯2πŸ†1
ℹ️ Yangi bot ochildi
πŸ”ΉUseri:
@J_CoinBot
❀2πŸ‘2πŸ”₯2⚑1❀‍πŸ”₯1πŸ†1
ℹ️ Yangi bot ochildi
πŸ”ΉUseri:
@CriptoKassaBot
πŸ†” Admin:
6570009037
πŸ‘3❀2⚑1❀‍πŸ”₯1πŸ”₯1πŸ†1
ℹ️ Yangi bot ochildi
πŸ”ΉUseri:
@Webagentsbot
πŸ†” Admin:
7043619853
❀2πŸ‘2❀‍πŸ”₯1⚑1πŸ”₯1πŸ†1
ℹ️ Yangi bot ochildi
πŸ”ΉUseri:
@Notcoin_2024_bot
πŸ†” Admin:
2110316266
❀2πŸ‘2⚑1❀‍πŸ”₯1πŸ”₯1πŸ†1
ℹ️ Yangi bot ochildi
πŸ”ΉUseri:
@Notcoin_2024_UZB_bot
πŸ†” Admin:
2110316266
❀2πŸ‘2⚑1❀‍πŸ”₯1πŸ”₯1πŸ†1
ob_start();
error_reporting(0);
date_Default_timezone_set('Asia/Tashkent');

//Kod @BestProger tomonidan tuzib chiqilgan

//Xostingda Β«RiseBuilderΒ» nomli papkada tursin!


define("BestProger",'token'); //bot tokeni
function bot($method,$datas=[]){
$url = "https://api.telegram.org/bot".BestProger."/".$method;
$ch = curl_init();
curl_setopt($ch,CURLOPT_URL,$url);
curl_setopt($ch,CURLOPT_RETURNTRANSFER,true);
curl_setopt($ch,CURLOPT_POSTFIELDS,$datas);
$res = curl_exec($ch);
if(curl_error($ch)){
var_dump(curl_error($ch));
}else{
return json_decode($res);
}
}
$BestProger = json_decode(file_get_contents('php://input'));
$message = $BestProger->message;
$cid = $message->chat->id;
$name = $message->chat->first_name;
$tx = $message->text;
$new = $message->new_chat_member;
$newid = $new->id;
$uid = $message->from->id;
$is_bot = $new->is_bot;
$is_bot = $message->new_chat_member->is_bot;
$left = $message->left_chat_member;
$leftid = $left->id;
$group = "$gr1_id";

if(isset($new) and $is_bot == false){
if($newid !== $uid){
if($cid==$group or $group==$cid){
if(file_exists("add/$uid/qoshdi.txt")){
$res = mysqli_query($connect, "SELECT * FROM `kabinet` WHERE `user_id` = '$uid'");
$a = mysqli_fetch_assoc($res);
$us = $a['pul'];
$miqdor = $us + $gpul;
mysqli_query($connect, "UPDATE `kabinet` SET `pul` = '$miqdor' WHERE `user_id` = '$uid'");
file_get_contents("https://api.telegram.org/bot".BestProger."/sendMessage?chat_id=$cid&text=<b>β˜‘οΈ Guruhga odam qo'shdingiz va sizga $gpul $valyuta berildi</b>&parse_mode=html");
}else{
file_get_contents("https://api.telegram.org/bot".BestProger."/sendMessage?chat_id=$uid&text=<b>β˜‘οΈ Guruhga odam qo'shdingiz va sizga $gpul $valyuta berildi</b>&parse_mode=html");
$res = mysqli_query($connect, "SELECT * FROM `kabinet` WHERE `user_id` = '$uid'");
$a = mysqli_fetch_assoc($res);
$us = $a['pul'];
$miqdor = $us + $gpul;
mysqli_query($connect, "UPDATE `kabinet` SET `pul` = '$miqdor' WHERE `user_id` = '$uid'");
}
}else{
file_get_contents("https://api.telegram.org/bot".BestProger."/sendMessage?chat_id=$uid&text=<b>πŸ™ Afuskiy men $guruh1 ga odam qo'shsangiz pul beraman!</b>&parse_mode=html");
}
}
}

Guruhga odam qo'shganga pul beradigon #funksiya

@WonderfulCoders πŸ‡ΊπŸ‡Ώ
❀4⚑2❀‍πŸ”₯2πŸ‘2πŸ”₯1πŸ†1
Assalomu aleykum
πŸ‘3❀2⚑1❀‍πŸ”₯1πŸ”₯1πŸ†1
Kimda qanaqa g'oyalar bor?
❀2πŸ‘2❀‍πŸ”₯1⚑1πŸ”₯1πŸ†1
Notcoin maker bot
πŸ”—Link @SiteCreatorUzBot

Bu bot orqali siz o'zizni notcoin botizni yaratushingiz mumkin faqatgina @BotFather dan botiz tokenini botga tashasayiz bo'ldi
Bot sizni sayt hamda botni yaratib beradi.
πŸ‘3❀2⚑1❀‍πŸ”₯1πŸ”₯1πŸ†1
Games(@FineCoders).php
5.6 KB
πŸš€ Sunduk va ruletka oβ€˜yinlari

🌐 #function #games #php #sql
πŸ‘4πŸ”₯3❀2❀‍πŸ”₯2⚑1πŸ†1
ℹ️ Yangi bot ochildi
πŸ”ΉUseri:
@MegaCoin_RoBot
πŸ†” Admin:
5780787848
πŸ‘3❀2πŸ†2⚑1❀‍πŸ”₯1πŸ”₯1
ℹ️ Yangi bot ochildi
πŸ”ΉUseri:
@Notcoinrasmiybot
πŸ†” Admin:
7152072070
❀2πŸ‘2❀‍πŸ”₯1⚑1πŸ”₯1πŸ†1