Guest User

Untitled

a guest
Apr 10th, 2018
1,205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. function login($user, $pass) {
  2. $this->LUSER = $user;
  3. $this->LPASS = $pass;
  4. $this->connect("68.48.26.64", "1243");
  5. $this->write('<login username="'.$user.'" password="'.$pass.'" />');
  6. return true;
  7. }
Add Comment
Please, Sign In to add comment