Advertisement
Islam-Hacker

apostile.me #Published by JM511

Apr 30th, 2012
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.59 KB | None | 0 0
  1. ###############################
  2. # TEAM JM511 Hacker #
  3. # @JM511 #
  4. # Saudi Arabian Hacker #
  5. ###############################
  6. Greeting to Shi5-alHacker , in3ctor
  7. ##00000000000000000000000000000##
  8. # 0 0 000 0000 #
  9. # 0 0 0 0 0 #
  10. # 0 0 000 0000 #
  11. # 0 0 0 0 0 #
  12. # 0 0 000 0 0 #
  13. ##00000000000000000000000000000##
  14. apostile.me
  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', 'apostilledegree_database');
  34.  
  35. /** MySQL database username */
  36. define('DB_USER', 'apostilledegreeadmin');
  37.  
  38. /** MySQL database password */
  39. define('DB_PASSWORD', 'ts7e3N5ho6dv');
  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', 'put your unique phrase here');
  60. define('SECURE_AUTH_KEY', 'put your unique phrase here');
  61. define('LOGGED_IN_KEY', 'put your unique phrase here');
  62. define('NONCE_KEY', 'put your unique phrase here');
  63. define('AUTH_SALT', 'put your unique phrase here');
  64. define('SECURE_AUTH_SALT', 'put your unique phrase here');
  65. define('LOGGED_IN_SALT', 'put your unique phrase here');
  66. define('NONCE_SALT', 'put your unique phrase here');
  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
Advertisement