Advertisement
Guest User

groups.physics.ox.ac.uk #TheWikiBoatBrazil

a guest
Aug 25th, 2012
1,025
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. @TheWikiBoatBR
  2. #OpFreeAssange
  3.  
  4. Target:http://groups.physics.ox.ac.uk
  5.  
  6. <?php
  7.  
  8. // Database-specific infromation
  9. DEFINE (DB_USER, "wwwthz_rw");
  10. DEFINE (DB_PASSWORD, "ohmeiH3s");
  11. DEFINE (DB_HOST, "localhost");
  12. DEFINE (DB_NAME, "wwwthz");
  13.  
  14. // connect to mysql
  15. $db_connection = mysql_connect (DB_HOST, DB_USER, DB_PASSWORD);
  16.  
  17. //select the database
  18. mysql_select_db (DB_NAME);
  19. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement