HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: /home/mmickelson/martyknows.com/spi/tests/image.php
<?php

$image = file_get_contents('https://ibalancer.silcn.co/creatives/e3b34cd0-5ab8-11e8-905f-a54196d37af8.png');
file_put_contents('./image.png', $image); //Where to save the image on your server
header("Location: http://martyknows.com/spi/tests/image.png");
die();
?>