Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?
- $ip="112.222.333.444"; // ip пользователя
- $baza=file('stop.txt');
- $true="";
- foreach($baza as $ops)
- {
- $true.=$ops==$ip?"in base":"";
- }
- $true=empty($true)?"not in base":$true;
- echo $true;
- ?>
Advertisement
Add Comment
Please, Sign In to add comment