Tul xxx Tul
User / IP
:
216.73.216.217
Host / Server
:
45.84.207.204 / aircan.me
System
:
Linux lt-bnk-web1726.main-hosting.eu 5.14.0-611.36.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Mar 3 11:23:52 EST 2026 x86_64
Command
|
Upload
|
Create
Mass Deface
|
Jumping
|
Symlink
|
Reverse Shell
Ping
|
Port Scan
|
DNS Lookup
|
Whois
|
Header
|
cURL
:
/
home
/
u931257429
/
domains
/
aircan.me
/
public_html
/
centro
/
Viewing: icon.php
<?php $srcPath = __DIR__ . '/assets/img/logo.jpg'; $size = isset($_GET['size']) ? intval($_GET['size']) : 512; if ($size < 48) $size = 48; if ($size > 1024) $size = 1024; $maskable = isset($_GET['maskable']); if (!file_exists($srcPath) || !function_exists('imagecreatetruecolor')) { header('Location: assets/img/logo.jpg'); exit; } $img = @imagecreatefromjpeg($srcPath); if (!$img) { $data = @file_get_contents($srcPath); if ($data === false) { header('Location: assets/img/logo.jpg'); exit; } $img = @imagecreatefromstring($data); if (!$img) { header('Location: assets/img/logo.jpg'); exit; } } $w = imagesx($img); $h = imagesy($img); $min = min($w, $h); $srcX = intval(($w - $min) / 2); $srcY = intval(($h - $min) / 2); $srcSq = imagecreatetruecolor($min, $min); imagecopy($srcSq, $img, 0, 0, $srcX, $srcY, $min, $min); imagedestroy($img); $canvas = imagecreatetruecolor($size, $size); imagesavealpha($canvas, true); $transparent = imagecolorallocatealpha($canvas, 0, 0, 0, 127); imagefill($canvas, 0, 0, $transparent); for ($y = 0; $y < $size; $y++) { $ratio = $size > 1 ? $y / ($size - 1) : 0; $r = (int)(179 + (210 - 179) * $ratio); $g = 0; $b = 0; $color = imagecolorallocate($canvas, $r, $g, $b); imageline($canvas, 0, $y, $size, $y, $color); } $pad = $maskable ? (int)round($size * 0.12) : (int)round($size * 0.08); $dstSize = max(1, $size - 2 * $pad); imagealphablending($canvas, true); imagecopyresampled($canvas, $srcSq, $pad, $pad, 0, 0, $dstSize, $dstSize, $min, $min); header('Content-Type: image/png'); imagepng($canvas, null, 9); imagedestroy($srcSq); imagedestroy($canvas);
Coded With 💗 by
0x6ick