One Hat Cyber Team
Your IP :
216.73.216.216
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
/
congress
/
public_html
/
admin
/
Edit File:
send_email.php3
<? if(!($haveheader)){ Header("Content-Type: text/html; charset=windows-1251"); } $haveheader=1; ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <HTML> <HEAD> <TITLE></TITLE> </HEAD> <BODY BGCOLOR="#FFFFFF"> <? include("auth.php3"); mysql_connect("","$user","$password"); print("<h2> E-Mail has been sent to the following addresses:<h2> <br>"); $result=mysql_db_query("conference", "select email,lastname,firstname from umc2001_local left join umc2001_prefs on umc2001_local.id=umc2001_prefs.person where umc2001_prefs.section=3"); while($row=mysql_fetch_array($result)){; $lemail=$row["email"]; $llast=$row["lastname"]; $lfirst=$row["firstname"]; $lname=$llast . " " . $lfirst; $lname=convert_cyr_string($lname,"k","w"); if ($lemail){ $len=strlen($lemail); print("$lemail ($lname); <br>"); $etail=$lemail[$len-2].$lemail[$len-1]; if ($etail=='ua'){ $fcontents = file ('1st-anno-ua.txt'); $msg=""; while ( list( $line_num, $line ) = each( $fcontents ) ) { // Throw away the line number. $msg .= $line; // Append the line to the message. } mail($lemail,"UMC2001, first announcement", $msg, "From: congress@imath.kiev.ua"); print("ukraine<br>"); } else { $fcontents = file ('1st-anno-en.txt'); $msg=""; while ( list( $line_num, $line ) = each( $fcontents ) ) { // Throw away the line number. $msg .= $line; // Append the line to the message. } mail($lemail,"UMC2001, first announcement", $msg, "From: congress@imath.kiev.ua"); print("other<br>"); }; } } mysql_free_result($result); ?> </BODY> </HTML>
Simpan