Advertisement
Guest User

Untitled

a guest
Jun 15th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.34 KB | None | 0 0
  1. <?php
  2. //POST wysyłany podczas logowanie -> /index.php?action=login&server_pl46 user=alsonm&password=231efa5034b242c612494a516572531084cfb45d
  3. //TODO: Budowanie z omnięciem zabezpieczenia :).
  4. include ("funkcje.php");
  5.  
  6. $nick = "alsonm";
  7. $hash_hasla = "231efa5034b242c612494a516572531084cfb45d";
  8. $swiat = "42";
  9.  
  10. logowanie($nick,$hash_hasla);
  11. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement