Advertisement
Guest User

Untitled

a guest
Jun 24th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1.  
  2. <img src="https://lnaff.pl/WYSWIETLENIE_IMG/eaVB4jxq5MJ2qgr6Al0y/" style="height:1px;width:1px;"/>
  3. <?php
  4.  
  5. if(!empty($_POST["kod_dostepu"])){
  6. $zawartosc= file_get_contents("https://lnaff.pl/content_locker_sprawdz_sms.php?hash=eaVB4jxq5MJ2qgr6Al0y&kod=".$_POST["kod_dostepu"]);
  7. $status=json_decode($zawartosc);
  8. if($status)
  9. {
  10. echo "Wysłano poprawnie SMS";
  11. }else{
  12. echo "Błędny kod SMS";
  13. }
  14. }
  15.  
  16. echo '
  17. <form method="POST">
  18. <input type="text" name="kod_dostepu"/>
  19. <input type="submit" value="Sprawdz kod!"/>
  20. </form>
  21. ';
  22.  
  23. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement