Advertisement
Guest User

Untitled

a guest
Oct 25th, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. <?PHP
  2. include("config.php");
  3. $stack = "https://www.stackoverflow.com";
  4. header('Location: '.$stack);
  5. ?>
  6.  
  7. <?PHP
  8. error_reporting(0);
  9. $DB_HOST = "localhost";
  10. $DB_USER = "0000000000000";
  11. $DB_PASSWORD = "000000000000000000";
  12. $DB_NAME = "0000000000000000000000000000000";
  13. $timeoutseconds = 100;
  14. $timestamp=time();
  15. $timeout=$timestamp-$timeoutseconds;
  16. $db_mysqli = mysqli_connect($DB_HOST, $DB_USER, $DB_PASSWORD, $DB_NAME) or die("Could not connect.");
  17. ?>
  18.  
  19. include("config.php");
  20. $stack = "https://www.stackoverflow.com";
  21. header('Location: '.$stack);
  22.  
  23.  
  24. //error_reporting(0);
  25. $DB_HOST = "localhost";
  26. $DB_USER = "root";
  27. $DB_PASSWORD = "";
  28. $DB_NAME = "test";
  29. $timeoutseconds = 100;
  30. $timestamp=time();
  31. $timeout=$timestamp-$timeoutseconds;
  32. $db_mysqli = mysqli_connect($DB_HOST, $DB_USER, $DB_PASSWORD, $DB_NAME) or die("Could not connect.");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement