One Hat Cyber Team
Your IP :
216.73.216.135
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:
sort2.php3~
<html> <head> </head> <body> <h2>Participant details</h2> <? include("auth1.php3"); mysql_connect("",$user,$password); $result=mysql_db_query("conference", "select * from $table where id=$id"); $row=mysql_fetch_array($result); $lastname=$row["lastname"]; $firstname=$row["firstname"]; $middlename=$row["middlename"]; $institution=$row["institution"]; $position=$row["position"]; $city=$row["city"]; $country=$row["country"]; $talk=$row["talk"]; $abstract=$row["abstract"]; $email=$row["email"]; $fax=$row["fax"]; $phone=$row["phone"]; $address=$row["address"]; ?> <FORM ACTION="sort3.php3" METHOD=POST> <input type="hidden" name="id" value="<? echo $id; ?>"> Input section number: <INPUT NAME="secnumber" SIZE="5"> <br> Name:<br> <? echo "$firstname $lastname $middlename";?></br> Institution:<br> <? echo "$institution ($city, $country)";?> Position:<br> <? echo "$position";?><br> Title of the talk:<br> <? echo "$talk";?><br> Abstract of the talk:<br> <? echo nl2br($abstract);?><br> email:<br> <? echo "$email" ?><br> Fax number:<br> <? echo "$fax";?><br> Phone:<br> <? echo "$phone";?><br> Address:<br> <? echo nl2br($address);?> <br> <INPUT TYPE=submit name="todo" VALUE="ADD_THIS"> <br> <hr> <? $wlastname=convert_cyr_string($lastname,"w","k"); $wfirstname=convert_cyr_string($firstname,"w","k"); $wmiddlename=convert_cyr_string($middlename,"w","k"); $winstitution=convert_cyr_string($institution,"w","k"); $wposition=convert_cyr_string($position,"w","k"); $wcity=convert_cyr_string($city,"w","k"); $wcountry=convert_cyr_string($country,"w","k"); $wtalk=convert_cyr_string($talk,"w","k"); $wabstract=convert_cyr_string($abstract,"w","k"); $waddress=convert_cyr_string($address,"w","k"); ?> Name:<br> <? echo "$wfirstname $wlastname $wmiddlename";?></br> Institution:<br> <? echo "$winstitution ($wcity, $wcountry)";?> Position:<br> <? echo "$wposition";?><br> Title of the talk:<br> <? echo "$wtalk";?><br> Abstract of the talk:<br> <? echo nl2br($wabstract);?><br> email:<br> <? echo "$email" ?><br> Fax number:<br> <? echo "$fax";?><br> Phone:<br> <? echo "$phone";?><br> Address:<br> <? echo nl2br($waddress);?> <br> <INPUT TYPE=submit name="todo" VALUE="ADD_FROM_W"> <br> <hr> <? $ilastname=convert_cyr_string($lastname,"i","k"); $ifirstname=convert_cyr_string($firstname,"i","k"); $imiddlename=convert_cyr_string($middlename,"i","k"); $iinstitution=convert_cyr_string($institution,"i","k"); $iposition=convert_cyr_string($position,"i","k"); $icity=convert_cyr_string($city,"i","k"); $icountry=convert_cyr_string($country,"i","k"); $italk=convert_cyr_string($talk,"i","k"); $iabstract=convert_cyr_string($abstract,"i","k"); $iaddress=convert_cyr_string($address,"i","k"); ?> Name:<br> <? echo "$ifirstname $ilastname $imiddlename";?></br> Institution:<br> <? echo "$iinstitution ($icity, $icountry)";?> Position:<br> <? echo "$iposition";?><br> Title of the talk:<br> <? echo "$italk";?><br> Abstract of the talk:<br> <? echo nl2br($iabstract);?><br> email:<br> <? echo "$email" ?><br> Fax number:<br> <? echo "$fax";?><br> Phone:<br> <? echo "$phone";?><br> Address:<br> <? echo nl2br($iaddress);?> <br> <INPUT TYPE=submit name="todo" VALUE="ADD_FROM_I"> <br> <hr> <? $alastname=convert_cyr_string($lastname,"a","k"); $afirstname=convert_cyr_string($firstname,"a","k"); $amiddlename=convert_cyr_string($middlename,"a","k"); $ainstitution=convert_cyr_string($institution,"a","k"); $aposition=convert_cyr_string($position,"a","k"); $acity=convert_cyr_string($city,"a","k"); $acountry=convert_cyr_string($country,"a","k"); $atalk=convert_cyr_string($talk,"a","k"); $aabstract=convert_cyr_string($abstract,"a","k"); $aaddress=convert_cyr_string($address,"a","k"); ?> Name:<br> <? echo "$afirstname $alastname $amiddlename";?></br> Institution:<br> <? echo "$ainstitution ($acity, $acountry)";?> Position:<br> <? echo "$aposition";?><br> Title of the talk:<br> <? echo "$atalk";?><br> Abstract of the talk:<br> <? echo nl2br($aabstract);?><br> email:<br> <? echo "$email" ?><br> Fax number:<br> <? echo "$fax";?><br> Phone:<br> <? echo "$phone";?><br> Address:<br> <? echo nl2br($aaddress);?> <br> <INPUT TYPE=submit name="todo" VALUE="ADD_FROM_A"> </FORM> </body>
Simpan