Advertisement
shredded

Harvards /// DB /// Login

May 22nd, 2014
645
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.78 KB | None | 0 0
  1. Enjoy harvard's Database everyone Credit to MLT i would use this but I don't care for universities,
  2. so enjoy everyone. - Syncing
  3.  
  4. http://www.fas.harvard.edu/~cafrica/wp-config.php
  5.  
  6. <?php
  7. /** Enable W3 Total Cache */
  8. define('WP_CACHE', true); // Added by W3 Total Cache
  9.  
  10.  
  11. /**
  12. * The base configurations of the WordPress.
  13. *
  14. * This file has the following configurations: MySQL settings, Table Prefix,
  15. * Secret Keys, WordPress Language, and ABSPATH. You can find more information
  16. * by visiting {@link http://codex.wordpress.org/Editing_wp-config.php Editing
  17. * wp-config.php} Codex page. You can get the MySQL settings from your web host.
  18. *
  19. * This file is used by the wp-config.php creation script during the
  20. * installation. You don't have to use the web site, you can just copy this file
  21. * to "wp-config.php" and fill in the values.
  22. *
  23. * @package WordPress
  24. */
  25. // ** MySQL settings - You can get this info from your web host ** //
  26. /** The name of the database for WordPress */
  27. define('DB_NAME', 'm_africa');
  28.  
  29. /** MySQL database username */
  30. define('DB_USER', 'm_africa');
  31.  
  32. /** MySQL database password */
  33. define('DB_PASSWORD', 'Nev6Oil2rea5');
  34.  
  35. /** MySQL hostname */
  36. define('DB_HOST', 'sitesdbprd301.unix.fas.harvard.edu');
  37.  
  38. /** Database Charset to use in creating database tables. */
  39. define('DB_CHARSET', 'utf8');
  40.  
  41. /** The Database Collate type. Don't change this if in doubt. */
  42. define('DB_COLLATE', '');
  43.  
  44. /** HUIT HTTP Proxy Settings **/
  45. define('WP_PROXY_HOST', 'proxy.unix.fas.harvard.edu');
  46. define('WP_PROXY_PORT', '8888');
  47. define('WP_PROXY_BYPASS_HOSTS', 'harvard.edu');
  48.  
  49. /**#@+
  50. * Authentication Unique Keys and Salts.
  51. *
  52. * Change these to different unique phrases!
  53. * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}
  54. * You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again.
  55. *
  56. * @since 2.6.0
  57. */
  58. define('AUTH_KEY', '];+JqO<kkeS Z_apJO`MvaP(qo+;S;3]TQcs+93V6f%G6hREO{BtMpl#i+ayR`Ll');
  59. define('SECURE_AUTH_KEY', ';BW5Sg`EegOKk:cQ5#$?K-+H+K6#Zi<7a).Lq0ez2sF(DLE8go|WA1PVW5CL+6T<');
  60. define('LOGGED_IN_KEY', '-6_}__}/wGRRAI{:&%*|_.J;|]|cr/|=u 9!72Mmu@{llGf,P}xP_g8BF)i|>|K_');
  61. define('NONCE_KEY', 'EAlP7L.qRg]_8Zig-XwO+:fTa-Z?_!cx[p72/@-FTf!+t7eiE-fW<HZ[XfZG=.Fr');
  62. define('AUTH_SALT', '{njn7q8i``V*)rT}M0/MHpccHiEaANm4`^n%78O,I0X?F&YBP;U0j}f0%:OgFr<-');
  63. define('SECURE_AUTH_SALT', '-nFlQfTss.1/Vo{)GKKlkT0jIZ(z(>;;nHVp]Ab9V=SPT0uaaT7B,JSZTS.kgs$|');
  64. define('LOGGED_IN_SALT', '[#f[B5mDs-]8Pls4!+lj6bJ0/ikhk8^rZi7#(nHt9_#aBN?+DTIXgR*25--W[ilZ');
  65. define('NONCE_SALT', '-02U/uHD).dl{L-8xqDiQ1z9F0)VQlS<Gm<eCv2&7H(9=Gp/wY~qryQ*qg~KuViE');
  66. /**#@-*/
  67. /**
  68. * WordPress Database Table prefix.
  69. *
  70. * You can have multiple installations in one database if you give each a unique
  71. * prefix. Only numbers, letters, and underscores please!
  72. */
  73. $table_prefix = 'cas_';
  74. /**
  75. * WordPress Localized Language, defaults to English.
  76. *
  77. * Change this to localize WordPress. A corresponding MO file for the chosen
  78. * language must be installed to wp-content/languages. For example, install
  79. * de_DE.mo to wp-content/languages and set WPLANG to 'de_DE' to enable German
  80. * language support.
  81. */
  82. define('WPLANG', '');
  83. /**
  84. * For developers: WordPress debugging mode.
  85. *
  86. * Change this to true to enable the display of notices during development.
  87. * It is strongly recommended that plugin and theme developers use WP_DEBUG
  88. * in their development environments.
  89. */
  90. define('WP_DEBUG', false);
  91. /* That's all, stop editing! Happy blogging. */
  92. /** Absolute path to the WordPress directory. */
  93. if ( !defined('ABSPATH') )
  94. define('ABSPATH', dirname(__FILE__) . '/');
  95. /** Sets up WordPress vars and included files. */
  96. require_once(ABSPATH . 'wp-settings.php');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement