403Webshell
Server IP : 209.209.40.120  /  Your IP : 216.73.217.112
Web Server : Microsoft-IIS/10.0
System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586
User : NEWWWW$ ( 0)
PHP Version : 8.3.30
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/HostingSpaces/admin/penpalamerica.com/wwwroot/penpal/backup/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : C:/HostingSpaces/admin/penpalamerica.com/wwwroot/penpal/backup/penpaltesttextimage.php
<?php
// (A) NEW EMPTY IMAGE OBJECT
$img = imagecreate(80, 150);
$img2 = imagecreate(40, 100);
 
// (B) SET COLORS
$green = imagecolorallocate($img, 0, 255, 0);
$black = imagecolorallocate($img, 0, 0, 0);
 
$green2 = imagecolorallocate($img2, 255, 255, 255);
// (C) EMPTY GREEN RECTANGLE
imagefilledrectangle($img, 0, 0, 150, 80, $green);
imagefilledrectangle($img, 10, 10, 100, 40, $green2);
 
 
// (D) WRITE TEXT
imagestringup($img, 5, 10, 100, "FOO BAR!", $black);

imagestringup($img, 5, 10, 100, $img2, $black);



$img_width=80;
 
imageline($img, $img_width*9/10, 50, $img_width*9/10, 50, $green2);



 
// (E) OUTPUT
header("Content-type: image/png");
imagepng($img);
imagedestroy($img);

?>

Youez - 2016 - github.com/yon3zu
LinuXploit