Advertisement
Guest User

Untitled

a guest
Jul 4th, 2017
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.98 KB | None | 0 0
  1.                     $this->ID = $d["id"];
  2.                     $this->RANK = $d["rank"];
  3.                     $this->USERNAME = $d["username"];
  4.                     $this->PASSWORD = $d["password"];
  5.                     $this->EMAIL = $d["email"];
  6.                     $this->TITLE = $d["title"];
  7.                     $this->REALNAME = $d["realname"];
  8.                     $this->CITY = $d["city"];
  9.                     $this->BIRTHDAY = $d["birthday"];
  10.                     $this->GENDER = $d["gender"];
  11.                     $this->MSN = $d["msn"];
  12.                     $this->SKYPE = $d["skype"];
  13.                     $this->FACEBOOK = $d["facebook"];
  14.                     $this->TWITTER = $d["twitter"];
  15.                     $this->WEBSITE = $d["website"];
  16.                     $this->STEAM = $d["steam"];
  17.                     $this->XBOXLIVE = $d["xboxlive"];
  18.                     $this->PS3 = $d["ps3"];
  19.                     $this->SIGNATURE = $d["signature"];
  20.                     $this->PROFILE = $d["profile"];
  21.                     $this->LAST_VISIT = $d["last_visit"];
  22.                     $this->POSTCOUNT = $d["postcount"];
  23.                     $this->WORDCOUNT = $d["wordcount"];
  24.                     $this->REGDATE = $d["regdate"];
  25.                     $this->ACTIVATED = $d["activated"];
  26.                     $this->ACTIVATE_KEY = $d["activate_key"];
  27.                     $this->IP = $d["ip"];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement