Advertisement
D3vBl4ck

Hide ipv4

Feb 5th, 2020
17,622
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.15 KB | None | 0 0
  1. <?php
  2. //hidden ipv4
  3. echo implode("", array_replace(explode(".", "152.26.142.95"), array(1 => ".***.", 2 => "***.")));
  4. //result => 152.***.***.95
  5.  
  6. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement