Advertisement
Guest User

Untitled

a guest
Feb 9th, 2016
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. <?php
  2.  
  3. //LAST UPDATE
  4. // 27-09-2007
  5.  
  6. // Set Mysql Variables
  7. //Change the following
  8.  
  9.  
  10. $dbhost="93.119.26.250"; #SQL Database Hostname (Most is: 93.119.26.250)
  11. $dbusername="zp_hid6512"; #SQL Username
  12. $dbpassword="bagamiaspula"; #SQL Password
  13. $dbname="zp_hid6512"; #SQL Database Name
  14.  
  15. #for support please email me: m@maaking.com
  16.  
  17.  
  18. // Don't touch here anything.
  19. // Connect to Mysql
  20. $connect = mysql_connect($dbhost, $dbusername, $dbpassword);
  21. //Select the correct database.
  22. $db = mysql_select_db($dbname,$connect) or die ("Could not select database");
  23. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement