Guest User

Untitled

a guest
Oct 13th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.53 KB | None | 0 0
  1. Deltawaters.co.bw
  2.  
  3.  I'll have to admit, it's hard to access your site xD..... but i'm getting there
  4. Source to config.php:
  5. <?php
  6.  
  7. //database connections
  8. /*
  9. $hostname="localhost";
  10. $serveruser="root";
  11. $serverpass="";
  12. $databasename="deltaWaters";
  13. */
  14. //Remote database connections
  15.  
  16. $hostname="localhost";
  17. $serveruser="deltaWaters";
  18. $serverpass="deltametsi";
  19. $databasename="pono_delta";
  20.  
  21.  
  22.  
  23. $con = mysql_connect($hostname, $serveruser, $serverpass);
  24.  
  25. mysql_select_db($databasename,$con);
  26. ?>
  27.  
  28. DeCepTioN
  29. in a UG
Add Comment
Please, Sign In to add comment