Advertisement
Guest User

Untitled

a guest
Sep 6th, 2016
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <?
  2. $DB_USER="USERNAME";u939406589_pasuz //Database Username
  3. $DB_PASS="PASSWORD";YeMeSCvlRN //Database Password
  4. $DB_HOST="localhost";mysql.hostinger.de //Database Hostname
  5. $DB_NAME="DATABASENAME";u939406589_saqyj //Database Databasename
  6.  
  7. if ($DB_USER.$DB_PASS.$DB_HOST.$DB_NAME == "u939406589"){
  8. echo "You must edit the dbconnect.php file to set it up for your database.";
  9. }
  10. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement