Advertisement
Guest User

Untitled

a guest
Jun 29th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.44 KB | None | 0 0
  1. <? // Configuration file
  2.  
  3. // Website Details
  4.     $sitename = "Your site title";
  5.  
  6. // Database Credentials
  7.     // If you do not know how to set up the database information by hand,
  8.     // use the pre-created settings editor your site was given.
  9.     $mysql_host = "127.0.0.1"; // Mysql Server IP
  10.     $mysql_db = "realmd"; // Mysql Database Name
  11.     $mysql_user = "admin"; // Mysql Username Information
  12.     $mysql_pass = "ascent"; // Mysql Database Password
  13.  
  14. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement