· 8 years ago · Dec 08, 2017, 11:54 AM
1 __ __ ______ __ __ ______ ______
2 | \| \ / \ | \ | \ / \ / \
3 _| $$| $$_ | $$$$$$\ ______ | $$ | $$| $$$$$$\| $$$$$$\
4| $$ $$ \| $$ | $$ / \ | $$ | $$| $$___\$$| $$__| $$
5 \$$$$$$$$$$| $$ | $$| $$$$$$\| $$ | $$ \$$ \ | $$ $$
6| $$ $$ \| $$ | $$| $$ | $$| $$ | $$ _\$$$$$$\| $$$$$$$$
7 \$$$$$$$$$$| $$__/ $$| $$__/ $$| $$__/ $$| \__| $$| $$ | $$
8 | $$| $$ \$$ $$| $$ $$ \$$ $$ \$$ $$| $$ | $$
9 \$$ \$$ \$$$$$$ | $$$$$$$ \$$$$$$ \$$$$$$ \$$ \$$
10 | $$
11 | $$ #Anonymous | #AnonGhost | #GatorLeague.
12 \$$ Just a few simple google-dorks for IL and .US.
13=========================================================================
14www.TLCModels.com 0> wordpress/MySQL credentials.
15==========================================================================
16<?php
17/** Enable W3 Total Cache */
18 //Added by WP-Cache Manager
19
20 ob_start();
21
22
23/**
24 * The base configuration for WordPress
25 *
26 * The wp-config.php creation script uses this file during the
27 * installation. You don't have to use the web site, you can
28 * copy this file to "wp-config.php" and fill in the values.
29 *
30 * This file contains the following configurations:
31 *
32 * * MySQL settings
33 * * Secret keys
34 * * Database table prefix
35 * * ABSPATH
36 *
37 * @link https://codex.wordpress.org/Editing_wp-config.php
38 *
39 * @package WordPress
40 */
41
42// ** MySQL settings - You can get this info from your web host ** //
43/** The name of the database for WordPress */
44 //Added by WP-Cache Manager
45define( 'WPCACHEHOME', '/home/tlcmodels/public_html/wp-content/plugins/wp-super-cache/' ); //Added by WP-Cache Manager
46define('DB_NAME', 'tlcmodel_live_v1');
47
48/** MySQL database username */
49define('DB_USER', 'tlcmodel_liveusr');
50
51/** MySQL database password */
52define('DB_PASSWORD', 'CrK~J{k$_Hxfmf-LIO');
53
54/** MySQL hostname */
55define('DB_HOST', 'localhost');
56
57/** Database Charset to use in creating database tables. */
58define('DB_CHARSET', 'utf8mb4');
59
60/** The Database Collate type. Don't change this if in doubt. */
61define('DB_COLLATE', '');
62
63/**#@+
64 * Authentication Unique Keys and Salts.
65 *
66 * Change these to different unique phrases!
67 * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}
68 * 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.
69 *
70 * @since 2.6.0
71 */
72define('AUTH_KEY', 'ozls>/Djjdb[H7P0:RDbPv)uWA3,G:.~ga#EkVy-%!w?T^bh6f&Y$S?=GKE5Ld_p');
73define('SECURE_AUTH_KEY', '4&c;!08D_#_]`/ /,NUT/;Xj}M<-VIKp}WX_6LFmycA|B~Aoh&,nv-L^<maf]d&');
74define('LOGGED_IN_KEY', '%/z@yX=WI`= GEIN2A@o)2ww5.B^owxg!zDfHeOdki.-:2y4S>uH 4(3qtj^be[D');
75define('NONCE_KEY', 'C/ZNBOD]Ay_@6^h-rEJgX_KK{^,|y#TbBpFNG2Ji|9#hh w2b!JGZ{4d2WA(ORml');
76define('AUTH_SALT', 'e)]]`9F+i>~w:x@R++QX<-+,:YDF;5~1/ah%66_,~T:lr+m!D,8#3M7|A(HfF7UQ');
77define('SECURE_AUTH_SALT', 'HchhN@<@XG@dV?!}UA&v]]aS~mQHCo5&Ew2 z/Lrs}MdZ$&YaX/YD<$jVe$F8zy/');
78define('LOGGED_IN_SALT', 'Yu$K=,B=b]})v2pe%~m,:?}p%!%*Kol9r3K99@s6<a2>IS5}w9#BhaQ2aE1&26YL');
79define('NONCE_SALT', '^&61^EM)naY-&XG_1a+vCu@e;]q|mHgZi^-KR++K;j0NPFd^aR&XWmVf?-YXVk7c');
80
81/**#@-*/
82
83/**
84 * WordPress Database Table prefix.
85 *
86 * You can have multiple installations in one database if you give each
87 * a unique prefix. Only numbers, letters, and underscores please!
88 */
89$table_prefix = 'wp_';
90
91/**
92 * For developers: WordPress debugging mode.
93 *
94 * Change this to true to enable the display of notices during development.
95 * It is strongly recommended that plugin and theme developers use WP_DEBUG
96 * in their development environments.
97 *
98 * For information on other constants that can be used for debugging,
99 * visit the Codex.
100 *
101 * @link https://codex.wordpress.org/Debugging_in_WordPress
102 */
103define('WP_DEBUG', true);
104define('WP_DEBUG_DISPLAY', false);
105
106@ini_set( 'log_errors', 'Off' );
107@ini_set( 'display_errors', 'On' );
108// define('WP_HOME','http://www.tlcmodels.com');
109define('WP_SITEURL','http://www.tlcmodels.com');
110
111/* That's all, stop editing! Happy blogging. */
112
113/** Absolute path to the WordPress directory. */
114if ( !defined('ABSPATH') )
115 define('ABSPATH', dirname(__FILE__) . '/');
116
117/** Sets up WordPress vars and included files. */
118require_once(ABSPATH . 'wp-settings.php');