YeiZeta

Webs & passwords admins

Nov 27th, 2012
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. www.cs.wichita.ed
  2.  
  3. #define HOST "kirk"
  4. #define USER "cs655"
  5. #define PASSWD "abc123Z" // If running on kirk, the passsword is "abc123".
  6. #define DB_NAME "cs655"
  7. #define DB_TABLE "Phonebook"
  8. #define LEN 120
  9. #define FIELD_LEN 40
  10.  
  11. http://www.mexicanfiesta.org
  12.  
  13. <?
  14. /*
  15. define (DB_LOCATION,'localhost');
  16. define (DB_USER,'killerspin');
  17. define (DB_PASSWORD,'killerspin');
  18. define (DB_NAME,'killerspin_store');
  19. */
  20. define (DB_LOCATION,'localhost');
  21. define (DB_USER,'whsfgolfreg');
  22. define (DB_PASSWORD,'w,H8RhjCjTFpDfhb');
  23. define (DB_NAME,'whsf_onlineTickets');
  24.  
  25. ?>
  26.  
  27. http://www.entrancei.com
  28.  
  29. define("HOST_NAME", "localhost");
  30. define("DB_USER","entrance_entranc");
  31. define("DB_PASS","AdIQMsdaTo123");
  32.  
  33.  
  34.  
  35.  
  36. http://n-haus.com
  37.  
  38. define('DB_NAME', 'haus_movadofb');
  39. define('DB_HOST', 'localhost');
  40. define('DB_USER', 'haus_movado');
  41. define('DB_PASS', 'movado123456');
  42. define('DB_TYPE', 'mysql');
  43. define('DB_PREFIX', '');
  44.  
  45.  
  46. http://unlimitedindiacalling.com
  47.  
  48.  
  49. //This Constant is used to store the MySQL Server Name or address. Usually localhost is used .
  50. define('DB_HOST', "localhost");
  51.  
  52. //This Constant is used to store the MySQL DataBase Name.
  53. define('DB_NAME', "unlimind_dbcallindia");
  54.  
  55. //This Constant is used to store the MySQL DataBase User Name.
  56. define('DB_USER', "unlimind_mypak12");
  57.  
  58. //This Constant is used to store the MySQL DataBase Password.
  59. define('DB_PASSWORD', "calling{}…123");
Add Comment
Please, Sign In to add comment