Advertisement
Guest User

politicolnews.com mysql

a guest
Jun 8th, 2014
759
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.20 KB | None | 0 0
  1. Target: http://www.politicolnews.com/
  2.  
  3. Oh look what we found from http://www.politicolnews.com/wp-config.bak:
  4.  
  5.  
  6. <?php
  7. /** Enable W3 Total Cache */
  8. //Added by WP-Cache Manager
  9.  
  10. /**
  11. * The base configurations of the WordPress.
  12. *
  13. * This file has the following configurations: MySQL settings, Table Prefix,
  14. * Secret Keys, WordPress Language, and ABSPATH. You can find more information by
  15. * visiting {@link http://codex.wordpress.org/Editing_wp-config.php Editing
  16. * wp-config.php} Codex page. You can get the MySQL settings from your web host.
  17. *
  18. * This file is used by the wp-config.php creation script during the
  19. * installation. You don't have to use the web site, you can just copy this file
  20. * to "wp-config.php" and fill in the values.
  21. *
  22. * @package WordPress
  23. */
  24.  
  25. // ** MySQL settings - You can get this info from your web host ** //
  26. /** The name of the database for WordPress */
  27. //Added by WP-Cache Manager
  28. define('WP_CACHE', true); //Added by WP-Cache Manager
  29. define( 'WPCACHEHOME', '/home/politico/public_html/wp-content/plugins/wp-super-cache/' ); //Added by WP-Cache Manager
  30. //Added by WP-Cache Manager
  31. define('DB_NAME', 'politico_wrdp2'); #ro0ted #ro0ted
  32.  
  33. /** MySQL database username */
  34. define('DB_USER', 'politico_wrdp2'); #ro0ted #ro0ted
  35.  
  36. /** MySQL database password */
  37. define('DB_PASSWORD', '7VeFE{SyvW6Q'); #ro0ted #ro0ted
  38.  
  39. /** MySQL hostname */
  40. define('DB_HOST', 'localhost');
  41.  
  42. /** Database Charset to use in creating database tables. */
  43. define('DB_CHARSET', 'utf8');
  44.  
  45. /** The Database Collate type. Don't change this if in doubt. */
  46. define('DB_COLLATE', '');
  47.  
  48. /**#@+
  49. * Authentication Unique Keys.
  50. *
  51. * Change these to different unique phrases!
  52. * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/ WordPress.org secret-key service}
  53. * 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.
  54. *
  55. * @since 2.6.0
  56. */
  57. define('AUTH_KEY', 'f7sXx[2wbB@LBwlxS{A56y>+7VeFE{SyvW6QXz iq\\Ms}?(;_a#ypoR5\'3w<G5>FL~1X');
  58. define('SECURE_AUTH_KEY', '-\"r642fed3E1d>}MdGFlh@tR!QPU%/!S_6;CjO0}^>6T7VeFE{SyvW6Q+ <?)3 U#*X;');
  59. define('LOGGED_IN_KEY', 'Q^l\"6-pL7VeFE{SyvW6Q\zkw>OG<U$%u0:9H:Jl)+d$~jIBTt&CPL[Dp<KY4zL3y');
  60. define('NONCE_KEY', 'asdasdjkasdjk7VeFE{SyvW6Qjklasdjklasdkl&^%^&*(&*(jklasdjklasdjkl&*)))');
  61. /**#@-*/
  62.  
  63. /**
  64. * WordPress Database Table prefix.
  65. *
  66. * You can have multiple installations in one database if you give each a unique
  67. * prefix. Only numbers, letters, and underscores please!
  68. */
  69. $table_prefix = 'wp_';
  70.  
  71. /**
  72. * WordPress Localized Language, defaults to English.
  73. *
  74. * Change this to localize WordPress. A corresponding MO file for the chosen
  75. * language must be installed to wp-content/languages. For example, install
  76. * de.mo to wp-content/languages and set WPLANG to 'de' to enable German
  77. * language support.
  78. */
  79. define ('WPLANG', '');
  80.  
  81. /* That's all, stop editing! Happy blogging. */
  82.  
  83. /** Absolute path to the WordPress directory. */
  84. if ( !defined('ABSPATH') )
  85. define('ABSPATH', dirname(__FILE__) . '/');
  86.  
  87. /** Sets up WordPress vars and included files. */
  88. require_once(ABSPATH . 'wp-settings.php');
  89. #ro0ted #ro0ted #ro0ted #ro0ted st0rm
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement