One Hat Cyber Team
Your IP :
216.73.216.80
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:
reg.php3.k
<? Header("Content-Type: text/html; charset=windows-1251"); $haveheader=1; include("auth.php3"); mysql_connect("",$user,$password); $talk1 = convert_cyr_string($talk,"w","k"); $abs1 = convert_cyr_string($abs, "w","k"); $degree1 = convert_cyr_string($degree, "w","k"); mysql_db_query("conference", "update umc2001_prefs set talk='$talk1', abstract='$abs1', degree='$degree1', registered='1' where person='$id'"); $id=0; if(0){ if($letter=="eng") { $fcontents = file ('registered-en.txt'); $msg=""; while ( list( $line_num, $line ) = each( $fcontents ) ) { // Throw away the line number. $msg .= $line; // Append the line to the message. } print("$msg"); mail($lemail,"UMC2001, registration", $msg, "From: congress@imath.kiev.ua"); } else if($letter=="ukr") { $fcontents = file ('registered-ukr.txt'); $msg=""; while ( list( $line_num, $line ) = each( $fcontents ) ) { // Throw away the line number. $msg .= $line; // Append the line to the message. } print("$msg"); mail($lemail,"UMC2001, registration", $msg, "From: congress@imath.kiev.ua"); } } include("index.php3"); ?>
Simpan