piterskiy

Check IP

Mar 28th, 2016
24,266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <?
  2.  
  3. $ip="112.222.333.444"; // ip пользователя
  4.  
  5. $baza=file('stop.txt');
  6. $true="";
  7. foreach($baza as $ops)
  8. {
  9.     $true.=$ops==$ip?"in base":"";
  10. }  
  11. $true=empty($true)?"not in base":$true;
  12.  
  13. echo $true;
  14.  
  15. ?>
Add Comment
Please, Sign In to add comment