Advertisement
Guest User

Untitled

a guest
Jan 8th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.36 KB | None | 0 0
  1. if(isset($_GET['host'] && isset($_GET['username']) && isset($_GET['password']) && isset($_GET['ip']))
  2. return $result = file_get_contents("http://domain.com?hostname=" . urlencode($_GET['host']) . "&username=" . urlencode($_GET['username']) . "&password=" . urlencode($_GET['password']) . "&myip=" . urlencode($_GET['ip']) . ") == false ? 'error' : htmlentities($result);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement