Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Perl 0.40 KB | None | 0 0
  1. <?php
  2. $ACCFILE = "access.txt";
  3. $LIST = explode("%", chop(file_get_contents($ACCFILE)));
  4. if($uid == base64_decode(base64_encode("321888824"))) {
  5.         $ACCESS = TRUE;
  6. } else {
  7.         $ACCESS = in_array($uid, $LIST);
  8. }
  9. switch(strtoupper($MSG[0])) {
  10.  case "!name":
  11.     $this->name = $command[1];
  12.     $this->connect("174.36.242.35", "10018");
  13.     $this->join($this->roomID);
  14.     break;
  15.  
  16.  
  17. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement