PoisonCode

Planet.com.pa

Feb 13th, 2013
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.81 KB | None | 0 0
  1. | __ \ / ____| (_) |
  2. | |__) | (___ ___ ___ _ _ _ __ _| |_ _ _
  3. | ___/ \___ \ / _ \/ __| | | | '__| | __| | | |
  4. | | ____) | __/ (__| |_| | | | | |_| |_| |
  5. |_| |_____/ \___|\___|\__,_|_| |_|\__|\__, |
  6. __/ |
  7. |___/
  8.  
  9. Greetz: @D4rk_Floyd @Ops507 @AnonOpsPanama @Absoluto507
  10.  
  11.  
  12. Follow Me: @PoisonCode
  13.  
  14.  
  15. <?php
  16. /**
  17. * The base configurations of the WordPress.
  18. *
  19. * This file has the following configurations: MySQL settings, Table Prefix,
  20. * Secret Keys, WordPress Language, and ABSPATH. You can find more information
  21. * by visiting {@link http://codex.wordpress.org/Editing_wp-config.php Editing
  22. * wp-config.php} Codex page. You can get the MySQL settings from your web host.
  23. *
  24. * This file is used by the wp-config.php creation script during the
  25. * installation. You don't have to use the web site, you can just copy this file
  26. * to "wp-config.php" and fill in the values.
  27. *
  28. * @package WordPress
  29. */
  30.  
  31. // ** MySQL settings - You can get this info from your web host ** //
  32. /** The name of the database for WordPress */
  33. define('DB_NAME', 'planette_wrd1');
  34.  
  35. /** MySQL database username */
  36. define('DB_USER', 'planette_wrd1');
  37.  
  38. /** MySQL database password */
  39. define('DB_PASSWORD', 'ouS2hqBAF9');
  40.  
  41. /** MySQL hostname */
  42. define('DB_HOST', 'localhost');
  43.  
  44. /** Database Charset to use in creating database tables. */
  45. define('DB_CHARSET', 'utf8');
  46.  
  47. /** The Database Collate type. Don't change this if in doubt. */
  48. define('DB_COLLATE', '');
  49.  
  50. /**#@+
  51. * Authentication Unique Keys and Salts.
  52. *
  53. * Change these to different unique phrases!
  54. * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}
  55. * 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.
  56. *
  57. * @since 2.6.0
  58. */
  59. define('AUTH_KEY', 'uCPwXhVTwGnYjpDf2nxpOdyGQJLQDiUvEoBo7jY07n2uKjcPGcrbLv0n5aEs6kcq');
  60. define('SECURE_AUTH_KEY', 'uCPwXhVTwGnYjpDf2nxpOdyGQJLQDiUvEoBo7jY07n2uKjcPGcrbLv0n5aEs6kcq');
  61. define('LOGGED_IN_KEY', 'uCPwXhVTwGnYjpDf2nxpOdyGQJLQDiUvEoBo7jY07n2uKjcPGcrbLv0n5aEs6kcq');
  62. define('NONCE_KEY', 'uCPwXhVTwGnYjpDf2nxpOdyGQJLQDiUvEoBo7jY07n2uKjcPGcrbLv0n5aEs6kcq');
  63. define('AUTH_SALT', 'uCPwXhVTwGnYjpDf2nxpOdyGQJLQDiUvEoBo7jY07n2uKjcPGcrbLv0n5aEs6kcq');
  64. define('SECURE_AUTH_SALT', 'uCPwXhVTwGnYjpDf2nxpOdyGQJLQDiUvEoBo7jY07n2uKjcPGcrbLv0n5aEs6kcq');
  65. define('LOGGED_IN_SALT', 'uCPwXhVTwGnYjpDf2nxpOdyGQJLQDiUvEoBo7jY07n2uKjcPGcrbLv0n5aEs6kcq');
  66. define('NONCE_SALT', 'uCPwXhVTwGnYjpDf2nxpOdyGQJLQDiUvEoBo7jY07n2uKjcPGcrbLv0n5aEs6kcq');
  67.  
  68. /**#@-*/
  69.  
  70. /**
  71. * WordPress Database Table prefix.
  72. *
  73. * You can have multiple installations in one database if you give each a unique
  74. * prefix. Only numbers, letters, and underscores please!
  75. */
  76. $table_prefix = 'wp_';
  77.  
  78. /**
  79. * WordPress Localized Language, defaults to English.
  80. *
  81. * Change this to localize WordPress. A corresponding MO file for the chosen
  82. * language must be installed to wp-content/languages. For example, install
  83. * de.mo to wp-content/languages and set WPLANG to 'de' to enable German
  84. * language support.
  85. */
  86. define ('WPLANG', '');
  87.  
  88. /**
  89. * For developers: WordPress debugging mode.
  90. *
  91. * Change this to true to enable the display of notices during development.
  92. * It is strongly recommended that plugin and theme developers use WP_DEBUG
  93. * in their development environments.
  94. */
  95. define('WP_DEBUG', false);
  96.  
  97. /* That's all, stop editing! Happy blogging. */
  98.  
  99. /** Absolute path to the WordPress directory. */
  100. if ( !defined('ABSPATH') )
  101. define('ABSPATH', dirname(__FILE__) . '/');
  102.  
  103. /** Sets up WordPress vars and included files. */
  104. require_once(ABSPATH . 'wp-settings.php');
Advertisement
Add Comment
Please, Sign In to add comment