One Hat Cyber Team
Your IP :
216.73.216.62
Server IP :
122.155.17.190
Server :
Linux cat17190.thaihostserver.com 5.10.0-21-amd64 #1 SMP Debian 5.10.162-1 (2023-01-21) x86_64
Server Software :
Apache/2
PHP Version :
5.6.40
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
neunkho
/
domains
/
neunkho.go.th
/
public_html
/
View File Name :
pic_text.php
<?php $w="70"; $h="20"; $im=ImageCreate($w,$h); $black=imagecolorallocate($im,200,239,239); $while=imagecolorallocate($im,0,64,128); imagestring($im,6,1,1,$str,$while); header('Content-type: image/png'); imagePng($im); ?>