One Hat Cyber Team
Your IP :
216.73.216.24
Server IP :
194.44.31.54
Server :
Linux zen.imath.kiev.ua 4.18.0-553.77.1.el8_10.x86_64 #1 SMP Fri Oct 3 14:30:23 UTC 2025 x86_64
Server Software :
Apache/2.4.37 (Rocky Linux) OpenSSL/1.1.1k
PHP Version :
5.6.40
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
nosc
/
public_html
/
phmailer
/
Edit File:
mailtest.php
<html> <head> <title>phMailer Test Script</title> </head> <body> <?php If($_POST['submit']==true) { extract($_POST, EXTR_SKIP); If(mail($email,"Testing PHP Mail","This is a test email. Mail seems to be working fine =). Enjoy this script.","From: \"PHP Mail Test\" <$email>")) { exit("Mail sent <b>ok</b>. Please check your email in a few minutes. If you recieved an email, then mail is setup correctly. If you got any errors or you did not recieve any email, please contact your host as mail may not be avaliable to you, or it is not working properly."); } Else { exit("Sending mail <b>failed</b>. Please contact your host as php mail may not be avaliable to you, or it is not working properly."); } } ?> <form action="<?=$_SERVER['PHP_SELF'];?>" method="post"> Your Email: <input type="text" name="email"> <input type="hidden" name="submit" value="true"> <input type="submit" value=" Test Email "> </form> </body> </html> ?>
Simpan