Skip to content

Commit

Permalink
initial app code commit
Browse files Browse the repository at this point in the history
  • Loading branch information
petergibbons committed Feb 24, 2014
1 parent 5e4cdee commit 14e0d4d
Show file tree
Hide file tree
Showing 1,337 changed files with 326,421 additions and 8 deletions.
103 changes: 95 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,100 @@
.htaccess
*~
.DS_Store
.svn
.cvs
*.bak
*.swp
Thumbs.db

# wordpress specific
wp-config.php
wp-content/uploads/
wp-content/blogs.dir/
wp-content/upgrade/
wp-content/backup-db/
wp-content/upgrade/*
wp-content/backup-db/*
wp-content/advanced-cache.php
wp-content/wp-cache-config.php
sitemap.xml
*.log
wp-content/cache/
wp-content/backups/
sitemap.xml.gz
wp-content/cache/*
wp-content/cache/supercache/*

# wpengine specific
.smushit-status
.gitattributes
_wpeprivate
wp-content/object-cache.php
wp-content/mu-plugins/mu-plugin.php
wp-content/mu-plugins/slt-force-strong-passwords.php
wp-content/mu-plugins/limit-login-attempts
wp-content/mu-plugins/wpengine-common
wp-content/mysql.sql

# wp core (as of 3.4.1)
/db-config.php
/index.php
/license.txt
/readme.html
/wp-activate.php
/wp-app.php
/wp-atom.php
/wp-blog-header.php
/wp-comments-post.php
/wp-commentsrss2.php
/wp-config-sample.php
/wp-cron.php
/wp-feed.php
/wp-links-opml.php
/wp-load.php
/wp-login.php
/wp-mail.php
/wp-rdf.php
/wp-rss.php
/wp-rss2.php
/wp-pass.php
/wp-register.php
/wp-settings.php
/wp-signup.php
/wp-trackback.php
/xmlrpc.php
/wp-admin
/wp-includes
/wp-content/index.php
/wp-content/themes/twentyten
/wp-content/themes/index.php
/wp-content/plugins/index.php

# large/disallowed file types
# a CDN should be used for these
*.hqx
*.bin
*.exe
*.dll
*.deb
*.dmg
*.iso
*.img
*.msi
*.msp
*.msm
*.mid
*.midi
*.kar
*.mp3
*.ogg
*.m4a
*.ra
*.3gpp
*.3gp
*.mp4
*.mpeg
*.mpg
*.mov
*.webm
*.flv
*.m4v
*.mng
*.asx
*.asf
*.wmv
*.avi

wp-content/mu-plugins/dbug
129 changes: 129 additions & 0 deletions _wp-config_old.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,129 @@
<?php

// qdi478t.wpengine.com

if( !defined('ABSPATH') )
define( 'ABSPATH', dirname(__FILE__) . '/' );

if( file_exists(ABSPATH.'env.development.php') ){
$config = include ABSPATH.'env.development.php';
} elseif( file_exists(ABSPATH.'env.staging.php') ){
$config = include ABSPATH.'env.staging.php';
} elseif( file_exists(ABSPATH.'env.production.php') ){
$config = include ABSPATH.'env.production.php';
} else {
header( 'HTTP/1.0 500 Server Misconfiguration' );
die( 'Missing or invalid environment' );
}

if( empty($config) ){
header( 'HTTP/1.0 500 Server Misconfiguration' );
die( 'Missing or empty config for active-env' );
}


foreach( $config as $config_key => $config_value ){
if( strtoupper( $config_key ) === $config_key ){
define( $config_key, $config_value );
} else {
$GLOBALS[$config_key] = $config_value;
}
}

unset( $config );

/*SSLSTART*/ if ( isset($_SERVER['HTTP_X_WPE_SSL']) && $_SERVER['HTTP_X_WPE_SSL'] ) $_SERVER['HTTPS'] = 'on'; /*SSLEND*/

umask(0002);

$wpe_cdn_uris=array ();

$wpe_no_cdn_uris=array ();

$wpe_content_regexs=array ();

$wpe_all_domains=array ( 0 => 'kcmo.gov', 1 => 'qdi478t.wpengine.com',);

$wpe_varnish_servers=array ( 0 => 'pod-1598',);

$wpe_special_ips=array ();

$wpe_ec_servers=array ();

$wpe_largefs=array ();

$wpe_netdna_domains=array ( 0 => array ( 'match' => 'qdi478t.wpengine.com', 'zone' => '3b6mh91it59y1qcgu6f75y09nm', 'enabled' => true, ),);

$wpe_netdna_domains_secure=array ();

$wpe_netdna_push_domains=array ();

$wpe_domain_mappings=array ();

$memcached_servers=array ( 'default' => array ( 0 => 'unix:///tmp/memcached.sock', ),);

require_once ABSPATH . 'wp-settings.php';

$_wpe_preamble_path = null; if(false){}

define('DB_HOST','127.0.0.1');

define('DB_HOST_SLAVE','localhost');

define('DB_NAME','wp_qdi478t');

define('DB_USER','qdi478t');

define('DB_PASSWORD','WLlmIQspex6n8lAUAwLf');

define('WP_CACHE',TRUE);

define('WP_AUTO_UPDATE_CORE',false);

define('PWP_NAME','qdi478t');

define('FS_METHOD','direct');

define('FS_CHMOD_DIR',0775);

define('FS_CHMOD_FILE',0664);

define('PWP_ROOT_DIR','/nas/wp');

define('WPE_APIKEY','77cb26c233cd28562c1834a5f8f3315a7011056d');

define('WPE_FOOTER_HTML',"");

define('WPE_CLUSTER_ID','1598');

define('WPE_CLUSTER_TYPE','pod');

define('WPE_ISP',true);

define('WPE_BPOD',false);

define('WPE_RO_FILESYSTEM',false);

define('WPE_LARGEFS_BUCKET','largefs.wpengine');

define('WPE_CDN_DISABLE_ALLOWED',true);

define('DISALLOW_FILE_EDIT',FALSE);

define('DISALLOW_FILE_MODS',FALSE);

define('DISABLE_WP_CRON',false);

define('WPE_FORCE_SSL_LOGIN',false);

define('FORCE_SSL_LOGIN',false);

define('WPE_EXTERNAL_URL',false);

define('WP_POST_REVISIONS',FALSE);

define('WPE_WHITELABEL','wpengine');

define('WP_TURN_OFF_ADMIN_BAR',false);

define('WPE_BETA_TESTER',false);
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file added apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
69 changes: 69 additions & 0 deletions env.production.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
<?php

// @see https://github.com/x-team/config-driven-wp/
return array(
// wp_engine prod
'DB_HOST' => '127.0.0.1',
'DB_HOST_SLAVE' => 'localhost',
'DB_NAME' => 'wp_qdi478t',
'DB_PASSWORD' => 'WLlmIQspex6n8lAUAwLf',
'DB_USER' => 'qdi478t',
'DB_CHARSET' => 'utf8',
'DB_COLLATE' => 'utf8_unicode_ci',

'table_prefix' => 'kcmosand_', //'wp_'

'WP_DEBUG' => TRUE,
'WPLANG' => '',

'ENVIRONMENT' => 'PROD', // custom

// http://strongpasswordgenerator.com/ use 40+ characters
'AUTH_KEY' => 'Mx9TDkGrRgHGSXE4GeOgRqIfIZgfOZoKmau7aEjnEfINfgP8mr',
'SECURE_AUTH_KEY' => 'e5baofWk6DsitCSVOcnkxGC3BipTlAkYOs3MWQkUzet8dZ6e4P',
'LOGGED_IN_KEY' => '35AM80EqH426196F2eZ4pEJ4yd18cE101mF4wua3jh8a0ie0Gf',
'NONCE_KEY' => 'f3ImD0Y24D0z634Y71C34UCYqd66267o4NwF83J4B234C84gdb',
'AUTH_SALT' => 'S6gv4ySDO18BvR8NdBR06dGpG7bHqQF143282273Y0umJO7tlZ',
'SECURE_AUTH_SALT' => 'dV7HTiVf82OTDWckHbuEyaBs2xuyxuLijeMFRTNZgwq8I6bIuc',
'LOGGED_IN_SALT' => 'V75252N6f3vG2e3G4E1443nMjz734y2p26EEc5XmsWo0YY4pFs',
'NONCE_SALT' => '17ymMLf8ka0x5rme3s2Hdgk97Xv8G7Z78QuWD73831IQEXO3mH',
'WP_CACHE' => FALSE,
'WP_AUTO_UPDATE_CORE' => FALSE,
'PWP_NAME' => 'qdi478t',

'FS_METHOD' => 'direct',
'FS_CHMOD_DIR' => 0775,
'FS_CHMOD_FILE' => 0664,
'PWP_ROOT_DIR' => '/nas/wp',
'WPE_APIKEY' => '77cb26c233cd28562c1834a5f8f3315a7011056d',
'WPE_FOOTER_HTML' => '',
'WPE_CLUSTER_ID' => '1598',
'WPE_CLUSTER_TYPE' => 'pod',
'WPE_ISP' => TRUE,
'WPE_BPOD' => FALSE,
'WPE_RO_FILESYSTEM' => FALSE,
'WPE_LARGEFS_BUCKET' => 'largefs.wpengine',
'WPE_CDN_DISABLE_ALLOWED' => TRUE,
'DISALLOW_FILE_EDIT' => FALSE,
'DISALLOW_FILE_MODS' => FALSE,
'DISABLE_WP_CRON' => FALSE,
'WPE_FORCE_SSL_LOGIN' => FALSE,
'FORCE_SSL_LOGIN' => FALSE,
'WPE_EXTERNAL_URL' => FALSE,
'WP_POST_REVISIONS' => FALSE,
'WPE_WHITELABEL' => 'wpengine',
'WP_TURN_OFF_ADMIN_BAR' => FALSE,
'WPE_BETA_TESTER' => FALSE,
//

// Multisite constants
'WP_ALLOW_MULTISITE' => TRUE,
'MULTISITE' => TRUE,
'SUBDOMAIN_INSTALL' => FALSE,
'base' => '/',
//'DOMAIN_CURRENT_SITE' => 'kcmo.gov',
'DOMAIN_CURRENT_SITE' => 'qdi478t.wpengine.com',
'PATH_CURRENT_SITE' => '/',
'SITE_ID_CURRENT_SITE' => 1,
//'BLOG_ID_CURRENT_SITE' => 1
);
Empty file added favicon.ico
Empty file.
Loading

0 comments on commit 14e0d4d

Please sign in to comment.