Guest User

Untitled

a guest
Aug 30th, 2018
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. private $host = "localhost";
  2. private $user = "playserp";
  3. private $pass = "123456";
  4. private $link = mysql_connect(':/var/run/mysqld/mysqld.sock', 'playserp', '123456');
  5. private $database = "playserp_games";
  6. //private $database = "test";
  7. private $charset = "utf-8";
  8.  
  9. public $query;
Add Comment
Please, Sign In to add comment