Advertisement
Guest User

Untitled

a guest
Jul 24th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. $this->chat = $chat[0]['id'];
  2. $myNick = explode("##", $this->nickname, 2);
  3. $myNick[0] = htmlspecialchars(html_entity_decode(htmlspecialchars_decode($myNick[0])));
  4. $myNick = count($myNick) > 1 ? implode("##", $myNick) : $myNick[0];
  5. $time = time();
  6. if($this->id == 2) $this->id = rand(1111111,9999999) . rand(1111111,9999999);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement