Advertisement
Guest User

Untitled

a guest
Mar 19th, 2011
3,343
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 216.38 KB | None | 0 0
  1.  
  2. i?php
  3.     require_once('chorus/Utils.php');
  4.     require_once('chorus/Kestrel.php');
  5.     require_once('chorus/DataService.php');
  6.     require_once('chorus/Shard.php');
  7.  
  8.     Database::set_defaults(array(
  9.         'user'     => 'tumblr3',
  10.         'password' => 'm3MpH1C0Koh39AQD83TFhsBPlOM1Rx9eW55Z8YWStbgTmcgQWJvFt4',
  11.         'database' => 'tumblr3',
  12.     //    'write_lock_tables' => '*',
  13.         'extended_log' => (idate('G') == 17 && intval(idate('i')) == 56 && trim(`hostname`) == 'web10.tumblr.com')
  14.     ));
  15.  
  16.     if (__FILE__ == '/var/www/apps/tumblr/config/config.php' || __FILE__ == '/data/tumblr/config/config.php') {
  17.         define('ENVIRONMENT',      'production');
  18.         if (! defined('DEFAULT_DATABASE')) define('DEFAULT_DATABASE', 'primary');
  19.         define('S3_BUCKET',        'data.tumblr.com');
  20.         define('ENABLE_PANTHER',   true);
  21.         define('ENABLE_MEDIA_CDN', true);
  22.         define('ASSETS_URL',       (ENABLE_MEDIA_CDN && ! (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS']) ? 'http://assets.tumblr.com' : ''));
  23.         define('MEMCACHE_HOST',         '10.252.0.68');
  24.         define('MEMCACHE_VERSION_HOST', '10.252.0.67');
  25.         define('VALIDATION_FAILURE_LOG', BASE_PATH . '/validate.log');
  26.         define('REDIRECT_403_LOG',  BASE_PATH . '/403.log');
  27.        
  28.         define(
  29.             'GOOGLE_API_KEY',
  30.             (isset($_SERVER['HTTP_HOST']) && $_SERVER['HTTP_HOST'] == 'www.tumblr-beta.com')
  31.                 ? 'ABQIAAAAJlAd0HJn-kbPSqUsrS6CyhTpoeXstiwCMpsI5pU3slU-WDRPJxQts41ksQogKsyRsq_7Er6g4bSs0g'
  32.                 : 'ABQIAAAAJlAd0HJn-kbPSqUsrS6CyhTRJXjjauvD2gSXXVziOjeBJgmKOBTPW-8l5i5Pbk9Bvb1VCh4uVklE2g'
  33.         );
  34.        
  35.         Database::add('primary',      array('host' => '192.168.200.142'));
  36.         Database::add('db-tumblelogs', array('host' => '192.168.200.103'));
  37.         //Database::add('db1',          array('host' => '192.168.200.113' /* db-notifs */));
  38.         //Database::add('db1',          array('host' => '192.168.201.58' /* db-notifs mmm writer */));
  39.         Database::add('db1',          array('host' => '192.168.201.56' /* db-notifs01 */));
  40.         Database::add('db2',          array('host' => '192.168.200.35'));
  41.         Database::add('db3',          array('host' => '192.168.201.71'));
  42.         Database::add('db4',          array('host' => '192.168.200.37'));
  43.         Database::add('db-index-dashboard', array('host' => '192.168.200.115' /* slave-notes05 */));
  44.         Database::add('tumblr_feeds', array('host' => '192.168.200.100', 'database' => 'tumblr_feeds'));
  45.         Database::add('stats_heap',   array('host' => '192.168.200.100'));
  46.         Database::add('tumblelogs-index', array('host' => '192.168.200.118'));
  47.         Database::add('db-likes',     array('host' => '192.168.200.236'));
  48.         Database::add('db-tags',      array('host' => '10.42.0.134'));
  49.         //Database::add('db-users',     array('host' => '192.168.200.117'));
  50.         Database::add('db-users',     array('host' => '192.168.200.137'));
  51.         Database::add('db-notes',     array('host' => '192.168.200.116'));
  52.         Database::add('db-logs',      array('host' => '192.168.200.81'));
  53.         Database::add('db-themebackups',      array('host' => '192.168.200.115'));
  54.         Database::add('db-globaltags',      array('host' => '192.168.200.83'));
  55.  
  56.  
  57.         Database::add('db-primary01', array('host' => '192.168.200.22'));
  58.         Database::add('db-primary02', array('host' => '10.42.0.253')); //dbm-blogsB100.d2
  59.         //Database::add('db-primary03', array('host' => '192.168.200.190'));
  60.         Database::add('db-primary03', array('host' => '10.42.1.1')); //dbm-blogsC100.d2
  61.        // Database::add('db-primary04', array('host' => '192.168.200.101'));
  62.         Database::add('db-primary04', array('host' => '10.42.0.245'));
  63.         Database::add('db-primary05', array('host' => '192.168.201.51')); // shard 05 mmm writer vip
  64.     //Database::add('dbm-blogsF', array('host' => '10.42.0.180')); //dbm-blogsF100.d2
  65.     Database::add('dbm-blogsF', array('host' => '10.42.0.172')); //dbm-blogsF101.d2
  66.  
  67.         Database::add('dbm-unpublishedpostsref', array('host' => '10.252.0.138'));
  68.         Database::add('dbs-unpublishedpostsref',  array(
  69.             'host' => array(
  70.                 '10.252.0.138', // db-tags.tumblr.com (master)
  71.             ),
  72.         ));
  73.        
  74.  
  75.     Database::add('dbm-legacy-nonpost', array('host' => '10.252.0.142'));
  76.     Database::add('dbs-legacy-nonpost',  array(
  77.             'host' => array(
  78.                 '10.42.0.144', // legacy-slave1.d2.tumblr.com
  79.                 '10.42.0.146', // legacy-slave2.d2.tumblr.com
  80.             ),
  81.     ));
  82.  
  83.         Database::add('slave-globaltags',  array(
  84.             'host' => array(
  85.                 '192.168.200.83' // master
  86.             ),
  87.             'inherit' => 'db-globaltags',
  88.             'failover' => 'db-globaltags'
  89.         ));
  90.  
  91.         Database::add('slave-users',  array(
  92.         'host' => array(
  93.         '192.168.200.137', // db-users (MASTER)
  94.         //'192.168.200.117', // slave-users01 (THIS WAS MASTER, ISSUES)
  95.         '192.168.200.158', // slave-users02 (SLAVE)
  96.         '192.168.200.159', // slave-users03 (backups)
  97.         //'192.168.201.72', // slave-users04 (slave?)
  98.         ),
  99.         'inherit' => 'db-users',
  100.         'failover' => 'db-users'
  101.     ));        
  102.  
  103.         Database::add('slave-likes',  array(
  104.         'host' => array(       
  105.                 '192.168.200.236', // db-likes01.tumblr.com (master)
  106.         '192.168.200.102', // slave-likes01.tumblr.com
  107.         '192.168.200.102', // (x2)
  108.         //'192.168.200.157', // slave-likes02.tumblr.com (backups)
  109.         ),
  110.         'inherit' => 'db-likes',
  111.         'failover' => 'db-likes'
  112.     ));
  113.  
  114.         Database::add('slave',        array(
  115.             'host' => array(
  116.                 //'192.168.200.54', // slave11 (slow slave)
  117.                 '192.168.200.55', // slave12
  118.                 '192.168.200.56', // slave13
  119.                 '192.168.200.57', // slave14
  120.                 '192.168.200.58', // slave15
  121.                 //'192.168.200.77', // slave16
  122.                 //'192.168.200.112', // slave17 - spare (backups)
  123.             ),
  124.             'write_lock_tables' => '*',
  125.             'failover'          => 'primary'
  126.         ));
  127.  
  128.         Database::add('db-friends',   array('host' => '192.168.200.120'));
  129.         Database::add('slave-friends',   array(
  130.             'host' => array(
  131.                 '192.168.200.121', // slave-friends01
  132.         '192.168.200.120', // db-friends (master)
  133.         //'10.42.0.136', // dbs-friends100.d2.tumblr.com (backups)
  134.             ),
  135.             'failover' => 'db-friends'
  136.         ));
  137.  
  138.         Database::add('slave-themebackups',   array(
  139.             'host' => array(
  140.                 '10.252.0.115', // db-themebackups.tumblr.com (master)
  141.                 '10.42.0.217', // dbs-themebackups100.d2.tumblr.com
  142.                 //'10.42.0.229', // dbs-themebackups101.d2.tumblr.com (backups)
  143.             ),
  144.             'failover' => 'db-themebackups'
  145.         ));
  146.  
  147.         Database::add('slave-following', array(
  148.             'host' => array(
  149.                 //'192.168.200.54', // slave11 (moved to slow-slave, ugh)
  150.                 '192.168.200.55', // slave12
  151.                 '192.168.200.56', // slave13
  152.                 '192.168.200.57', // slave14
  153.                 '192.168.200.58', // slave15
  154.                 //'192.168.200.77', // slave16
  155.                 //'192.168.200.112', // slave17 - spare (backups)
  156.             ),
  157.             'write_lock_tables' => '*',
  158.             'failover'          => 'primary'
  159.         ));
  160.  
  161.         Database::add('slave3', array('inherit' => 'slave', 'host' => '192.168.200.12'));
  162.         Database::add('slave-notes', array(
  163.             'host' => array(
  164.                 '192.168.200.23', // slave-notes01
  165.                 '192.168.200.116', // db-notes (master)
  166.         //'192.168.200.82', // slave-notes02
  167.                 //'192.168.200.116',  // slave-notes09 (being used by david, new notes_dev)
  168.                 //'192.168.200.17', // slave5 - spare (backups)
  169.             ),
  170.             'failover' => 'db-notes'
  171.         ));
  172.         Database::add('slave-db1', array(
  173.             'host' => array(
  174.                 //'192.168.201.59', // db-notifs mmm reader
  175.                 '192.168.201.57', // db-notifs02
  176.                 //'192.168.200.34', // slave-notifs01
  177.                 //'192.168.200.59', // slave-notifs02
  178.         ),
  179.             'failover' => 'db1'
  180.         ));
  181.         Database::add('slave-notifs', array(
  182.             'host' => array(   
  183.                 //'192.168.201.59', // db-notifs mmm reader
  184.                 '192.168.201.57', // db-notifs02
  185.                 //'192.168.200.34', // slave-notifs01
  186.                 //'192.168.200.59', // slave-notifs02
  187.         ),
  188.             'failover' => 'db1'
  189.         ));
  190.         Database::add('slave-tumblelogs', array(
  191.             'inherit' => 'slave',
  192.             'host' => array(
  193.                 //'192.168.200.78', // slave-tumblelogs01
  194.                 //'192.168.200.60', // slave-tumblelogs02
  195.                 //'192.168.200.37', // slave-tumblelogs03 - spare
  196.                 '192.168.200.39', // slave-tumblelogs04 - ssd
  197.                 '192.168.200.113', // slave-tumblelogs05 - ssd
  198.                 //'10.42.0.140', // dbs-tumblelogs100.d2 - ssd
  199.             ),
  200.             'failover' => 'db-tumblelogs'
  201.         ));
  202.         Database::add('slave-tumblelogs-index', array(
  203.             'host' => array(
  204.                 '192.168.200.119', // slave-tumbleindex01
  205.                 '192.168.200.139', // slave-tumbleindex02
  206.             ),
  207.             'failover' => 'tumblelogs-index'
  208.         ));
  209.         Database::add('slave-tags',  array(
  210.             'host' => array(
  211.                 //'192.168.200.164', // slave-tags01.tumblr.com
  212.                 '10.42.0.182', // dbs-posttags.d2
  213.                 //'192.168.200.150', // slave-tags.tumblr.com (backups)
  214.             ),
  215.             //'failover' => 'db-tags'
  216.         ));
  217.         Database::add('slave-index-dashboard',  array(
  218.             'host' => array(
  219.                 //'192.168.200.115', // slave-notes05.tumblr.com (master)
  220.                 '192.168.200.160', // slave-postsindex01.tumblr.com
  221.                 //'192.168.200.161', // spare-ssd01.tumblr.com
  222.             ),
  223.             'failover' => 'db-index-dashboard'
  224.         ));
  225.         Database::add('slave-ref', array(
  226.             'inherit' => 'slave',
  227.             'host' => array(
  228.                 //'10.252.0.191',   // db-postref
  229.                 //'192.168.200.79',   // slave-ref01
  230.                 //'192.168.200.80',   // slave-ref02
  231.                 //'192.168.200.81',   // slave-ref03
  232.                 '192.168.200.155',  // slave-ref05
  233.                 '192.168.200.163',  // slave-ref06
  234.                 // '192.168.200.122',  // slave-ref07
  235.                 '192.168.200.123',  // slave-ref08
  236.                 '192.168.200.114',  // slave-ref09
  237.                 '192.168.200.124',  // slave-ref10
  238.                 //'192.168.200.162',  // slave-ref11
  239.                 //'192.168.201.71',  // slave-ref12
  240.                 //'192.168.200.38', // slave10 - notes backups
  241.         '10.42.0.138', // dbs-postref100.d2
  242.             ),
  243.             'failover' => 'db3'
  244.         ));
  245.         Database::add('slave-slow', array(
  246.             'inherit' => 'slave',
  247.             'host' => array(
  248.                 //'192.168.200.61',  // slave19
  249.                 //'192.168.200.135', // slave20
  250.                 '192.168.200.189', // slave21
  251.                 //'192.168.200.54',  // slave11
  252.             ),
  253.             'failover' => 'slave'
  254.         ));
  255.         Database::add('slave-search-local', array(
  256.             'inherit' => 'slave',
  257.             'host' => array(
  258.                 //'127.0.0.1', // localhost
  259. // slave-slow
  260.                 //'192.168.200.22', // slave7
  261.                 //'192.168.200.61',  // slave19
  262.                 '192.168.200.135', // slave20
  263.                 '192.168.200.189', // slave21
  264.                 '192.168.200.54', // slave11
  265.                 //'192.168.200.33', // db1
  266. // slave (main)
  267.                 //'192.168.200.55', // slave12
  268.                 //'192.168.200.56', // slave13
  269.                 //'192.168.200.57', // slave14
  270.                 //'192.168.200.58', // slave15
  271.             )
  272.         ));
  273.  
  274.         Database::add('slave-primary05',  array(
  275.             'host' => array(
  276.                 '192.168.201.52', // slave-primary05
  277.                 // original - '192.168.201.54', // mmm reader virtual ip associated with db-primary05 (master)
  278.                 //'192.168.201.55', // mmm reader virutal ip associated with slave-primary05
  279.             ),
  280.             'inherit' => 'db-primary05',
  281.             'failover' => 'db-primary05'
  282.         ));
  283.  
  284.    Kestrel::configure(array(
  285.         '192.168.200.147',
  286.         '192.168.200.148',
  287.         '192.168.200.149',
  288.         '192.168.200.187',
  289.         '192.168.200.188',
  290.         '192.168.200.204',
  291.         '192.168.200.205',
  292.         '192.168.200.206',
  293.         '192.168.200.207',
  294.         '192.168.200.208',
  295.      ));
  296.  
  297.     define('POST_ID_URL', 'http://192.168.200.20:9000/next-id');
  298.     define('KESTREL_MASTER', '192.168.200.100'); // app2        
  299.  
  300.     define('VARNISH_IP_AL', '10.42.0.102'); // varnish1.d2.tumblr.com
  301.     define('VARNISH_IP_MZ', '10.42.0.106'); // varnish2.d2.tumblr.com  
  302.  
  303.     define('SKIP_EAGER_CACHE_SET_CHANCE', 0.65);
  304.     } else {
  305.         define('ENVIRONMENT',      'development');
  306.         if (! defined('DEFAULT_DATABASE')) define('DEFAULT_DATABASE', 'primary');
  307.         define('S3_BUCKET',        'data.tumblr.com');
  308.         define('ASSETS_URL',       '');
  309.         define('ENABLE_PANTHER',   true);
  310.         define('ENABLE_MEDIA_CDN', true);
  311.         define('VALIDATION_FAILURE_LOG', BASE_PATH . '/validate.log');
  312.         define('REDIRECT_403_LOG',  BASE_PATH . '/403.log');
  313.         define(
  314.             'GOOGLE_API_KEY',
  315.             'ABQIAAAAJlAd0HJn-kbPSqUsrS6CyhRHynFsxzvvL0_IN23RhygKuIhc7hTTV_TXEiR9100ct2lSZ6t7sb2eHg'
  316.         );
  317.         define('MEMCACHE_HOST',         '127.0.0.1');
  318.         define('MEMCACHE_VERSION_HOST', '127.0.0.1');
  319.  
  320.         Database::add('primary',      array('host' => '127.0.0.1:3400'));
  321.         Database::add('db-tumblelogs', array('host' => '127.0.0.1:3430'));
  322.         Database::add('db1',          array('host' => '127.0.0.1:3410'));
  323.         Database::add('slave-db1',    array('host' => '127.0.0.1:3410')); // just db1 for now
  324.         Database::add('db2',          array('host' => '127.0.0.1:3412'));
  325.         Database::add('db3',          array('host' => '127.0.0.1:3413'));
  326.         Database::add('db4',          array('host' => '127.0.0.1:3414'));
  327.         Database::add('db-index-dashboard', array('host' => '127.0.0.1:3432' /* slave-notes05 */));
  328.         Database::add('slave-index-dashboard', array('host' => '127.0.0.1:3441', 'inherit' => 'db-index-dashboard'));
  329.         Database::add('tumblr_feeds', array('host' => '127.0.0.1:3399', 'database' => 'tumblr_feeds'));
  330.         Database::add('stats_heap',   array('host' => '127.0.0.1:3399'));
  331.         Database::add('tumblelogs-index', array('host' => '127.0.0.1:3417'));
  332.         Database::add('db-likes',     array('host' => '127.0.0.1:3435' /* slave-notes03 */));
  333.         Database::add('slave-likes',  array('host' => '127.0.0.1:3435', 'inherit' => 'db-likes'));
  334.         Database::add('db-tags',      array('host' => '127.0.0.1:3437'));
  335.         Database::add('slave-tags',   array('host' => '127.0.0.1:3440'));
  336.         Database::add('db-users',     array('host' => '127.0.0.1:3438'));
  337.         Database::add('slave-users',  array('host' => '127.0.0.1:3439', 'inherit' => 'db-users'));  
  338.         Database::add('db-notes',     array('host' => '127.0.0.1:3450'));
  339.         Database::add('db-logs',      array('host' => '127.0.0.1:3452'));            
  340.  
  341.         Database::add('db-primary01', array('host' => '127.0.0.1:3460'));
  342.         Database::add('db-primary02', array('host' => '127.0.0.1:3461'));
  343.         Database::add('db-primary03', array('host' => '127.0.0.1:3462'));
  344.         Database::add('db-primary04', array('host' => '127.0.0.1:3463'));
  345.  
  346.         Database::add('slave',        array(
  347.             'host' => array(
  348.                 '127.0.0.1:3401', // slave12
  349.             ),
  350.             'write_lock_tables' => '*',
  351.             'failover'          => 'primary'
  352.         ));
  353.        
  354.         Database::add('db-friends',   array('host' => '127.0.0.1:3433'));
  355.         Database::add('slave-friends',   array(
  356.             'host' => array(
  357.                 '127.0.0.1:3434' /* slave-friends01 */
  358.             ),
  359.             'failover' => 'db-friends'
  360.         ));
  361.        
  362.         Database::add('slave-following', array('inherit' => 'slave'));
  363.  
  364.         Database::add('slave-notes',  array('inherit' => 'db2'));
  365.         Database::add('slave-tumblelogs', array('host' => '127.0.0.1:3431' /* slave-tumblelogs01 */));
  366.         Database::add('slave-tumblelogs-index', array(
  367.             'host' => array(
  368.                 '127.0.0.1:3418', // slave-tumbleindex01
  369.             )
  370.         ));
  371.         Database::add('slave-ref', array(
  372.             'inherit' => 'slave',
  373.             'host' => array(
  374.                 '127.0.0.1:3420', // slave10
  375.             ),
  376.             'write_lock_tables' => '*',
  377.             'failover' => 'slave'
  378.         ));
  379.         Database::add('slave-slow', array(
  380.             'inherit' => 'slave',
  381.             'host' => array(
  382.                 '127.0.0.1:3407', // slave7
  383.             ),
  384.             'failover' => 'slave'
  385.         ));
  386.         Database::add('slave-search-local', array('inherit' => 'slave-slow'));
  387.  
  388.         Database::add('slave-search', array('inherit' => 'slave', 'host' => '127.0.0.1:3411' /* search1 */));
  389.        
  390.         Kestrel::configure(array()); // no servers -- will call run() on all tasks, instead of actually queueing
  391.        
  392.         // define('DEBUG_REDIRECTS', true);
  393.         // define('STRICT_DEVELOPMENT_MODE', true);
  394.     }
  395.    
  396.     // Shard configuration
  397.     ShardManager::add(array(
  398.       'db'        => 'db-primary01',
  399.       'callback'  => function($key) { return ($key['tumblelog_id'] < 3000000); },
  400.     ));
  401.     ShardManager::add(array(
  402.       'db'        => 'db-primary02',
  403.       'callback'  => function($key) { return ($key['tumblelog_id'] >= 3000000 && $key['tumblelog_id'] < 6000000); },
  404.     ));
  405.     ShardManager::add(array(
  406.       'db'        => 'db-primary03',
  407.       'callback'  => function($key) { return ($key['tumblelog_id'] >= 6000000 && $key['tumblelog_id'] < 9000000); },
  408.     ));
  409.     ShardManager::add(array(
  410.       'db'        => 'db-primary04',
  411.       'callback'  => function($key) { return ($key['tumblelog_id'] >= 9000000 && $key['tumblelog_id'] < 12695000); },
  412.     ));
  413.     ShardManager::add(array(
  414.       'db'        => 'db-primary05',
  415.       'callback'  => function($key) { return ($key['tumblelog_id'] >= 12695000); },
  416.     ));
  417.     // Mirroring
  418.     ShardManager::add(array(
  419.       'db'             => 'dbm-blogsF',
  420.       'write_callback' => function($key) { return ($key['tumblelog_id'] >= 5000000 && $key['tumblelog_id'] < 6000000); },
  421.     ));
  422.  
  423.     define(
  424.         'IS_SAFE_DOT_TUMBLR',
  425.         isset($_SERVER['HTTP_HOST']) &&
  426.         in_array(
  427.             $_SERVER['HTTP_HOST'],
  428.             array('safe.tumblr.com', 'safe.tumblr', 'safe.tumblr-beta.com')
  429.         )
  430.     );
  431.    
  432.     define(
  433.         'SAFE_DOMAIN',
  434.         (isset($_SERVER['HTTP_HOST']) && ends_with($_SERVER['HTTP_HOST'], 'tumblr.com')) ?
  435.         'safe.tumblr.com' :
  436.         (
  437.             (isset($_SERVER['HTTP_HOST']) && ends_with($_SERVER['HTTP_HOST'], 'tumblr-beta.com')) ?
  438.             'safe.tumblr-beta.com' :
  439.             'safe.tumblr'
  440.         )
  441.     );
  442.    
  443.     define(
  444.         'IS_TUMBLR_DOT_COM',
  445.         isset($_SERVER['HTTP_HOST']) && in_array($_SERVER['HTTP_HOST'], array('184.73.227.231', 'www.tumblr.com', 'tumblr.com', 'tumblr', 'www.tumblr-beta.com', 'tumblr-beta.com'))
  446.     );
  447.    
  448.     define('LOGIN_SSL_PREFIX',
  449.         isset($_SERVER['HTTP_HOST']) && $_SERVER['HTTP_HOST'] == 'tumblr' ?
  450.         'http://tumblr' :
  451.         (0 || isset($_REQUEST['ssllogin']) ? 'https://www.tumblr.com' : 'http://www.tumblr.com')
  452.     );
  453.  
  454.     define('ROUTES_404_CONTROLLER', 'tumblelog');
  455.     define('ROUTES_404_ACTION',     'execute_router_404');
  456.  
  457.     define('POSTS_PER_PUBLISHER_PAGE', 10);
  458.  
  459.     define('S3_KEY_ID',     '0RYTHV9YYQ4W5Q3HQMG2');
  460.     define('S3_SECRET_KEY', '+m8pTe0qHJ69tlLhj3Sx7k0Xd44nebi3JkaKT688');
  461.     define('S3_URL',        'http://s3.amazonaws.com/' . S3_BUCKET . '/');
  462.     define('S3_ASSETS_BUCKET', '');
  463.    
  464.     define('HEYWATCH_API_USER', 'tumblr');
  465.     define('HEYWATCH_API_PASSWORD', '3GI14tn2mYHhyP');
  466.     define('HEYWATCH_API_URL', 'https://heywatch.com');
  467.     define('HEYWATCH_S3_PICKUP_BUCKET', 'precoded.video.tumblr.com');
  468.     define('HEYWATCH_S3_KEY_ID', 'AKIAIIR72ADPMGUFFGGA');
  469.     define('HEYWATCH_S3_SECRET_KEY', 'iaWOJLOgCVJ4eKc6k0O60L2smWx42vXl/mxncMoF');
  470.     define('HEYWATCH_S3_BUCKET', 'video.tumblr.com');
  471.    
  472.     define('AUTHORIZE_ID',         '55SS24VbfX');
  473.     define('AUTHORIZE_SECRET_KEY', '5W43msChsX8B7B57');
  474.    
  475.     define('MEDIA_HOST', 'media.tumblr.com');
  476.    
  477.     define('SERVER_TIMEZONE', 'US/Eastern');
  478.  
  479.     define('VIMEO_API_KEY',     'f40bbbfaf1194768cb17c4368c8f2e74');
  480.     define('VIMEO_API_SECRET',  '16b9ec6c0');
  481.  
  482.     define('CLICKATELL_USER',     'davidkarp');
  483.     define('CLICKATELL_PASSWORD', 'JLVchl23');
  484.     define('CLICKATELL_API_ID',   '3096519');
  485.  
  486.     define('P3P_CP', 'ALL ADM DEV PSAi COM OUR OTRo STP IND ONL');
  487.  
  488.     define('PHOTOSET_PHOTO_LIMIT', 10);
  489.    
  490.     define('APP_LOG_DATABASE', 'db1');
  491.    
  492.     define('FACEBOOK_API_KEY',    '12b9890602a9c4d25a6233b0bfae6d98');
  493.     define('FACEBOOK_SECRET_KEY', '35e59c2d28e668c21ec2d2a9f0e94125');
  494.  
  495.     if (! defined('SEARCH_INDEXING')) define('SEARCH_INDEXING', false);
  496.    
  497.     if (ENVIRONMENT == 'development') {
  498.         define('RECAPTCHA_PUBLIC_KEY', '6Ldk0goAAAAAAK9OygnYgrQm1QdORWaSPt2OBqy7');
  499.         define('RECAPTCHA_PRIVATE_KEY', '6Ldk0goAAAAAABsd6y9vEjsSQRWKraQMmBKsr2ll');
  500.     } else {
  501.         define('RECAPTCHA_PUBLIC_KEY', '6Ld0xAoAAAAAAJAlxwY5F687b2n2cgXoBhwy_xtC');
  502.         define('RECAPTCHA_PRIVATE_KEY', '6Ld0xAoAAAAAAF5sofH5JYS9u22Bhjx2u9IA85HQ');
  503.     }
  504.    
  505.     define('TWITTER_OAUTH_CONSUMER_KEY', 'OaoQcfFKB3I1Ei9JC7Qkg');
  506.     define('TWITTER_OAUTH_CONSUMER_SECRET', 'yqeoAV0gH885SPirdW30ZeIKME63lPqi8hq2tYNUIGg');
  507.    
  508.     // Memcache pools
  509.     require_once('chorus/Cache.php');
  510.     if (ENVIRONMENT == 'development') {
  511.         $posts = new FileCache('posts');
  512.         $tumblelogs = new FileCache('tumblelogs');
  513.         $users = new FileCache('users');
  514.         $auto = new FileCache('auto');
  515.         $tumblelog_html = new FileCache('tumblelog_html');
  516.         $notes = new FileCache('notes');
  517.         $following = new FileCache('following');
  518.         $pages = new FileCache('pages');
  519.         $oauth = new FileCache('oauth');
  520.         $performance = new FileCache('performance');
  521.         $performance_uncompressed = new FileCache('performance_uncompressed');
  522.         $performance_uncompressed->compression = false;
  523.         $performance_uncompressed->serialization = false;
  524.         $dashboard_post_ids = new FileCache('dashboard_post_ids');
  525.         $liked_post_count = new FileCache('liked_post_count');
  526.         $twitter_api = new FileCache('twitter_api');
  527.         $tag_channel = new FileCache('tag_channel');
  528.         $tumblelog_tags = new FileCache('tumblelog_tags');
  529.         $notifications = new FileCache('notifications');
  530.         $cs_array_schema = new FileCache('cs_array_schema');
  531.         $compact_tumblelog = new FileCache('compact_tumblelog');
  532.         $local = new FileCache('local');
  533.     } else {
  534.         // -------- Localhost pool on each webserver, use like APC -----------
  535.         $local = new MemcachedCache('local');
  536.         $local->addServer('127.0.0.1');
  537.  
  538.         // ----- Main pool: Models, small- to medium-sized, low evictions ----
  539.         // cache1, 2, 4, 5, 6, 7, 8, 10
  540.        
  541.         $posts = new MemcachedCache('posts');
  542.         $posts->addServer('10.252.0.40');  // cache1
  543.         $posts->addServer('10.252.2.64');  // cache2
  544.         $posts->addServer('10.252.0.41');  // cache4
  545.         $posts->addServer('10.252.0.66');  // cache6
  546.         $posts->addServer('10.252.0.68');  // cache8
  547.         $posts->addServer('10.252.0.129'); // cache10
  548.         $posts->addServer('10.252.0.67');  // cache7
  549.         $posts->addServer('10.252.0.65');  // cache5
  550.         $posts->addServer('10.42.0.110');  // memcache-objects100.d2
  551.  
  552.         $tumblelogs = new MemcachedCache('tumblelogs');
  553.         $tumblelogs->addServer('10.252.0.40');  // cache1
  554.         $tumblelogs->addServer('10.252.2.64');  // cache2
  555.         $tumblelogs->addServer('10.252.0.41');  // cache4
  556.         $tumblelogs->addServer('10.252.0.66');  // cache6
  557.         $tumblelogs->addServer('10.252.0.68');  // cache8
  558.         $tumblelogs->addServer('10.252.0.129'); // cache10
  559.         $tumblelogs->addServer('10.252.0.67');  // cache7
  560.         $tumblelogs->addServer('10.252.0.65');  // cache5
  561.     $tumblelogs->addServer('10.42.0.110');  // memcache-objects100.d2
  562.        
  563.         $compact_tumblelog = new MemcachedCache('compact_tumblelog');
  564.         $compact_tumblelog->addServer('10.252.0.40');  // cache1
  565.         $compact_tumblelog->addServer('10.252.2.64');  // cache2
  566.         $compact_tumblelog->addServer('10.252.0.41');  // cache4
  567.         $compact_tumblelog->addServer('10.252.0.66');  // cache6
  568.         $compact_tumblelog->addServer('10.252.0.68');  // cache8
  569.         $compact_tumblelog->addServer('10.252.0.129'); // cache10
  570.         $compact_tumblelog->addServer('10.252.0.67');  // cache7
  571.         $compact_tumblelog->addServer('10.252.0.65');  // cache5
  572.     $compact_tumblelog->addServer('10.42.0.110');  // memcache-objects100.d2
  573.                        
  574.         $users = new MemcachedCache('users');
  575.         $users->addServer('10.252.0.40');  // cache1
  576.         $users->addServer('10.252.2.64');  // cache2
  577.         $users->addServer('10.252.0.41');  // cache4
  578.         $users->addServer('10.252.0.66');  // cache6
  579.         $users->addServer('10.252.0.68');  // cache8
  580.         $users->addServer('10.252.0.129'); // cache10
  581.         $users->addServer('10.252.0.67');  // cache7
  582.         $users->addServer('10.252.0.65');  // cache5
  583.     $users->addServer('10.42.0.110');  // memcache-objects100.d2
  584.  
  585.         $notifications = new MemcachedCache('notifications');
  586.         $notifications->addServer('10.252.0.40');  // cache1
  587.         $notifications->addServer('10.252.2.64');  // cache2
  588.         $notifications->addServer('10.252.0.41');  // cache4
  589.         $notifications->addServer('10.252.0.66');  // cache6
  590.         $notifications->addServer('10.252.0.68');  // cache8
  591.         $notifications->addServer('10.252.0.129'); // cache10
  592.         $notifications->addServer('10.252.0.67');  // cache7
  593.         $notifications->addServer('10.252.0.65');  // cache5
  594.     $notifications->addServer('10.42.0.110');  // memcache-objects100.d2
  595.        
  596.         $notes = new MemcachedCache('notes');
  597.         $notes->addServer('10.252.0.40'); // cache1
  598.         $notes->addServer('10.252.2.64'); // cache2
  599.         $notes->addServer('10.252.0.41'); // cache4
  600.         $notes->addServer('10.252.0.66'); // cache6
  601.         $notes->addServer('10.252.0.68'); // cache8
  602.         $notes->addServer('10.252.0.129'); // cache10
  603.         $notes->addServer('10.252.0.67');  // cache7
  604.         $notes->addServer('10.252.0.65');  // cache5
  605.     $notes->addServer('10.42.0.110');  // memcache-objects100.d2
  606.  
  607.         $pages = new MemcachedCache('pages');
  608.         $pages->addServer('10.252.0.40'); // cache1
  609.         $pages->addServer('10.252.2.64'); // cache2
  610.         $pages->addServer('10.252.0.41'); // cache4
  611.         $pages->addServer('10.252.0.66'); // cache6
  612.         $pages->addServer('10.252.0.68'); // cache8
  613.         $pages->addServer('10.252.0.129'); // cache10
  614.         $pages->addServer('10.252.0.67');  // cache7
  615.         $pages->addServer('10.252.0.65');  // cache5
  616.     $pages->addServer('10.42.0.110');  // memcache-objects100.d2
  617.                
  618.         $oauth = new MemcachedCache('oauth');
  619.         $oauth->addServer('10.252.0.40'); // cache1
  620.         $oauth->addServer('10.252.2.64'); // cache2
  621.         $oauth->addServer('10.252.0.41'); // cache4
  622.         $oauth->addServer('10.252.0.66'); // cache6
  623.         $oauth->addServer('10.252.0.68'); // cache8
  624.         $oauth->addServer('10.252.0.129'); // cache10
  625.         $oauth->addServer('10.252.0.67');  // cache7
  626.         $oauth->addServer('10.252.0.65');  // cache5
  627.     $oauth->addServer('10.42.0.110');  // memcache-objects100.d2
  628.        
  629.         // this does a LOT of connections
  630.         $cs_array_schema = new MemcachedCache('cs_array_schema');
  631.         $cs_array_schema->addServer('10.252.0.40');  // cache1
  632.         $cs_array_schema->addServer('10.252.2.64');  // cache2
  633.         $cs_array_schema->addServer('10.252.0.41');  // cache4
  634.         $cs_array_schema->addServer('10.252.0.66');  // cache6
  635.         $cs_array_schema->addServer('10.252.0.68');  // cache8
  636.         $cs_array_schema->addServer('10.252.0.129'); // cache10
  637.         $cs_array_schema->addServer('10.252.0.67');  // cache7
  638.         $cs_array_schema->addServer('10.252.0.65');  // cache5
  639.     $cs_array_schema->addServer('10.42.0.110');  // memcache-objects100.d2
  640.        
  641.         Cache::set_automatic_params('MemcachedCache', array(
  642.             '10.252.0.40',  // cache1
  643.             '10.252.2.64',  // cache2
  644.             '10.252.0.41',  // cache4
  645.             '10.252.0.66',  // cache6
  646.             '10.252.0.68',  // cache8
  647.             '10.252.0.129', // cache10
  648.             '10.252.0.67',  // cache7
  649.             '10.252.0.65',  // cache5
  650.         '10.42.0.110',  // memcache-objects100.d2
  651.         ));
  652.        
  653.         // ------- Performance pools: Small items, almost never evicted ------
  654.         // cache13, 14, 12 and cache9, 11
  655.  
  656.         $performance = new MemcachedCache('performance');
  657.         $performance->addServer('10.252.0.143'); // cache13
  658.         $performance->addServer('10.252.0.144'); // cache14
  659.         $performance->addServer('10.252.0.131'); // cache12
  660.  
  661.         $performance_uncompressed = new MemcachedCache('performance_uncompressed', false, false);
  662.         $performance_uncompressed->serialization = false;
  663.         $performance_uncompressed->addServer('10.252.0.143'); // cache13
  664.         $performance_uncompressed->addServer('10.252.0.144'); // cache14
  665.         $performance_uncompressed->addServer('10.252.0.131'); // cache12
  666.  
  667.         $dashboard_post_ids = new MemcachedCache('dashboard_post_ids', false, false);
  668.         $dashboard_post_ids->serialization = false;
  669.         $dashboard_post_ids->addServer('10.252.0.143'); // cache13
  670.         $dashboard_post_ids->addServer('10.252.0.144'); // cache14
  671.         $dashboard_post_ids->addServer('10.252.0.131'); // cache12
  672.  
  673.         $liked_post_count = new MemcachedCache('liked_post_count', false, false);
  674.         $liked_post_count->addServer('10.252.0.143'); // cache13
  675.         $liked_post_count->addServer('10.252.0.144'); // cache14
  676.         $liked_post_count->addServer('10.252.0.131'); // cache12
  677.  
  678.         $following = new MemcachedCache('following');
  679.         $following->addServer('10.252.0.128'); // cache9
  680.         $following->addServer('10.252.0.130'); // cache11
  681.        
  682.         // --------------- Large items, frequent eviction ---------------------
  683.         // cache3, 5, 7
  684.         $auto = new MemcachedCache('auto');
  685.         $auto->addServer('10.252.0.42'); // cache3
  686.         //$auto->memcached->setOption(Memcached::OPT_BINARY_PROTOCOL, false);
  687.         //$auto->addServer('192.168.200.203', 11280); // cache3 via moxi-app4
  688.  
  689.         $twitter_api = new MemcachedCache('twitter_api');
  690.         $twitter_api->addServer('10.252.0.42'); // cache3
  691.         //$twitter_api->memcached->setOption(Memcached::OPT_BINARY_PROTOCOL, false);
  692.         //$twitter_api->addServer('192.168.200.203', 11280); // cache3 via moxi-app4
  693.        
  694.         $tumblelog_html = new MemcachedCache('tumblelog_html');
  695.         $tumblelog_html->addServer('10.252.0.42'); // cache3
  696.         //$tumblelog_html->memcached->setOption(Memcached::OPT_BINARY_PROTOCOL, false);
  697.         //$tumblelog_html->addServer('192.168.200.203', 11280); // cache3 via moxi-app4
  698.  
  699.         $tumblelog_tags = new MemcachedCache('tumblelog_tags');
  700.         $tumblelog_tags->addServer('10.252.0.42'); // cache3
  701.         //$tumblelog_tags->memcached->setOption(Memcached::OPT_BINARY_PROTOCOL, false);
  702.         //$tumblelog_tags->addServer('192.168.200.203', 11280); // cache3 via moxi-app4
  703.  
  704.         $tag_channel = new MemcachedCache('tag_channel');
  705.         $tag_channel->addServer('10.252.0.42'); // cache3
  706.         //$tag_channel->memcached->setOption(Memcached::OPT_BINARY_PROTOCOL, false);
  707.         //$tag_channel->addServer('192.168.200.203', 11280); // cache3 via moxi-app4
  708.     }
  709.     Cache::add_instance('posts', $posts);
  710.     Cache::add_instance('tumblelogs', $tumblelogs);
  711.     Cache::add_instance('users', $users);
  712.     Cache::add_instance('notes', $notes);
  713.     Cache::add_instance('following', $following);
  714.     Cache::add_instance('oauth', $oauth);
  715.     Cache::add_instance('performance', $performance);
  716.     Cache::add_instance('performance_uncompressed', $performance_uncompressed);
  717.     Cache::add_instance('pages', $pages);
  718.     Cache::add_instance('dashboard_post_ids', $dashboard_post_ids);
  719.     Cache::add_instance('liked_post_count', $liked_post_count);
  720.     Cache::add_instance('tumblelog_html', $tumblelog_html);
  721.     Cache::add_instance('twitter_api', $twitter_api);
  722.     Cache::add_instance('tag_channel', $tag_channel);
  723.     Cache::add_instance('tumblelog_tags', $tumblelog_tags);
  724.     Cache::add_instance('notifications', $notifications);
  725.     Cache::add_instance('cs_array_schema', $cs_array_schema);
  726.     Cache::add_instance('compact_tumblelog', $compact_tumblelog);
  727.     Cache::add_instance('local', $local);
  728.     Cache::add_instance('auto', $auto);
  729.  
  730.     $new_post_counts = new MemcachedCache('new_post_counts', false, false);
  731.     $new_post_counts->addServer('10.252.0.144'); // cache14
  732.     Cache::add_instance('new_post_counts', $new_post_counts);
  733.  
  734.     Cache::set_default('auto');
  735.  
  736.     DataService::add_config('192.168.200.83');
  737.  
  738.     define('USE_POSTS_REF_CACHE', true);
  739.     define('UPDATE_POSTS_REF_CACHE', false);
  740.    
  741.     define('USE_LIKES_TABLE', false);
  742.     define('WRITE_TO_LIKES_TABLE', true);
  743.  
  744.     define('ENABLE_CHECK_FOR_NEW_POSTS_FREQUENCY', 1);
  745.    
  746.     require_once('lib/GiantOctopus.php');
  747.     require_once('lib/TumblrOAuth.php');
  748.  
  749. <table border="0" cellpadding="0" cellspacing="0" width="750"><tr>
  750.             <td style="font:Bold 24px Helvetica; color:#DC6B11;">Fatal Error</td></tr>
  751.             <tr><td height="50" style="font:Normal 13px Courier; color:#222;">In
  752.             <b>/var/www/apps/tumblr/app/controllers/app.php</b> at line <b>104</b></td></tr><tr><td
  753.             bgcolor="#FFFFCC" style="border:solid 3px #FFEA85; font:Normal 16px Helvetica;
  754.             padding:6px;"><pre>
  755.  
  756. Cannot modify header information - headers already sent by (output started at /var/www/apps/tumblr/config/config.php:748)</pre></td></tr><tr><td height="20"><tr><td
  757.             bgcolor="#94CE50" style="font:Bold 14px Helvetica; color:#fff; padding:6px;">
  758.             Stack Trace</td></tr><tr><td height="4" bgcolor="#AAE06B"></td></tr><tr>
  759.             <td bgcolor="#C9F695"><ul style="font:Normal 13px Courier;
  760.             list-style-type:square; margin:0px; padding-top:10px;"><li><b>error_handler(2, "Cannot modify header information - headers already sent by (output started at /var/www/apps/tumblr/config/config.php:748)", "/var/www/apps/tumblr/app/controllers/app.php", 104, Array(4))</b><br/><span style="font-size:11px;"></span><br/><br/> </li><li><b>header("P3P: CP="P3P_CP"")</b><br/><span style="font-size:11px;"><div style="margin-bottom: 5px;"><a href="#" style="color: #00f;" onclick="var c = document.getElementById('context1'); if (c.style.display == 'block') c.style.display = 'none'; else c.style.display = 'block'; this.blur(); return false;">app/controllers/app.php:104</a><pre id="context1" style="margin-top: 0px; margin-bottom: 0px; display: none; background-color: #fff; margin-right: 10px; font-size: 11px; line-height: 1.2em; overflow: auto; border: 1px solid #555; padding: 3px;"><span style="color: #aaa;">  101: </span>        }
  761. <span style="color: #aaa;">  102: </span>        
  762. <span style="color: #aaa;">  103: </span>
  763. <span style="color: #aaa;">  104: </span><span style="background-color: #ffa;  padding-top: 2px; padding-bottom: 1px;">        header(&#039;P3P: CP=&quot;&#039; . P3P_CP . &#039;&quot;&#039;);        
  764. </span><span style="color: #aaa;">  105: </span>        $host = substring_before($_SERVER[&#039;HTTP_HOST&#039;], &#039;:&#039;);
  765. <span style="color: #aaa;">  106: </span>        
  766. <span style="color: #aaa;">  107: </span>        // data.tumblr
  767. </pre></div></span><br/><br/> </li><li><b>AppController->__construct()</b><br/><span style="font-size:11px;"><div style="margin-bottom: 5px;"><a href="#" style="color: #00f;" onclick="var c = document.getElementById('context2'); if (c.style.display == 'block') c.style.display = 'none'; else c.style.display = 'block'; this.blur(); return false;">app/controllers/dashboard.php:16</a><pre id="context2" style="margin-top: 0px; margin-bottom: 0px; display: none; background-color: #fff; margin-right: 10px; font-size: 11px; line-height: 1.2em; overflow: auto; border: 1px solid #555; padding: 3px;"><span style="color: #aaa;">   13: </span>
  768. <span style="color: #aaa;">   14: </span>    public function __construct()
  769. <span style="color: #aaa;">   15: </span>    {
  770. <span style="color: #aaa;">   16: </span><span style="background-color: #ffa;  padding-top: 2px; padding-bottom: 1px;">        parent::__construct();
  771. </span><span style="color: #aaa;">   17: </span>        
  772. <span style="color: #aaa;">   18: </span>        // Disable the Dashboard?
  773. <span style="color: #aaa;">   19: </span>        if (false) {
  774. </pre></div></span><br/><br/> </li><li><b>DashboardController->__construct()</b><br/><span style="font-size:11px;"><div style="margin-bottom: 5px;"><a href="#" style="color: #00f;" onclick="var c = document.getElementById('context3'); if (c.style.display == 'block') c.style.display = 'none'; else c.style.display = 'block'; this.blur(); return false;">chorus/Controller.php:71</a><pre id="context3" style="margin-top: 0px; margin-bottom: 0px; display: none; background-color: #fff; margin-right: 10px; font-size: 11px; line-height: 1.2em; overflow: auto; border: 1px solid #555; padding: 3px;"><span style="color: #aaa;">   68: </span>            
  775. <span style="color: #aaa;">   69: </span>            if ($controller &amp;&amp; class_exists($controller_class_name)) {
  776. <span style="color: #aaa;">   70: </span>                Log::start_timer(&#039;construct&#039;);
  777. <span style="color: #aaa;">   71: </span><span style="background-color: #ffa;  padding-top: 2px; padding-bottom: 1px;">                $controller_obj = new $controller_class_name;
  778. </span><span style="color: #aaa;">   72: </span>                Log::stop_timer(&#039;construct&#039;);
  779. <span style="color: #aaa;">   73: </span>                self::$current_controller = $controller_obj;
  780. <span style="color: #aaa;">   74: </span>                
  781. </pre></div></span><br/><br/> </li><li><b>Controller::execute("dashboard", "index")</b><br/><span style="font-size:11px;"><div style="margin-bottom: 5px;"><a href="#" style="color: #00f;" onclick="var c = document.getElementById('context4'); if (c.style.display == 'block') c.style.display = 'none'; else c.style.display = 'block'; this.blur(); return false;">chorus/Dispatch.php:186</a><pre id="context4" style="margin-top: 0px; margin-bottom: 0px; display: none; background-color: #fff; margin-right: 10px; font-size: 11px; line-height: 1.2em; overflow: auto; border: 1px solid #555; padding: 3px;"><span style="color: #aaa;">  183: </span>
  782. <span style="color: #aaa;">  184: </span>/* Controller */
  783. <span style="color: #aaa;">  185: </span>Log::start_timer(&#039;exec&#039;);
  784. <span style="color: #aaa;">  186: </span><span style="background-color: #ffa;  padding-top: 2px; padding-bottom: 1px;">$out = Controller::execute($_GET[&#039;controller&#039;], $_GET[&#039;action&#039;]);
  785. </span><span style="color: #aaa;">  187: </span>Log::stop_timer(&#039;exec&#039;);
  786. <span style="color: #aaa;">  188: </span>Log::start_timer(&#039;shutdown&#039;);
  787. <span style="color: #aaa;">  189: </span>Log::update_profiling_header();
  788. </pre></div></span><br/><br/> </li><li><b>require_once("/var/www/apps/chorus/Dispatch.php")</b><br/><span style="font-size:11px;"><div style="margin-bottom: 5px;"><a href="#" style="color: #00f;" onclick="var c = document.getElementById('context5'); if (c.style.display == 'block') c.style.display = 'none'; else c.style.display = 'block'; this.blur(); return false;">www/dispatch.php:83</a><pre id="context5" style="margin-top: 0px; margin-bottom: 0px; display: none; background-color: #fff; margin-right: 10px; font-size: 11px; line-height: 1.2em; overflow: auto; border: 1px solid #555; padding: 3px;"><span style="color: #aaa;">   80: </span>}
  789. <span style="color: #aaa;">   81: </span>
  790. <span style="color: #aaa;">   82: </span>require_once(&#039;chorus/Paths.php&#039;);
  791. <span style="color: #aaa;">   83: </span><span style="background-color: #ffa;  padding-top: 2px; padding-bottom: 1px;">require_once(&#039;chorus/Dispatch.php&#039;);
  792. </span></pre></div></span><br/><br/> </li></ul>        <style type="text/css">
  793.         #chorus_errors {
  794.                        margin-top: 2em;
  795.                         background-color: #fff;
  796.            color: #000;
  797.            padding: 3px;
  798.             font-size: 9px;
  799.             font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
  800.             z-index: 9999;
  801.         }
  802.        
  803.         #chorus_errors, #chorus_errors td, #chorus_errors th {
  804.            color: #000;
  805.            font-size: 9px;
  806.             font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
  807.         }
  808.        
  809.         #chorus_errors table { border-collapse: collapse; }
  810.        #chorus_errors td { border-top: 1px solid #ccc; border-right: 1px solid #ccc;}
  811.        #chorus_errors th { border-bottom: 1px solid #fcc; }
  812.        
  813.         #chorus_errors li {
  814.            margin-bottom: 4px;
  815.         }
  816.        
  817.         .chorus_errors_warning {
  818.             color: #fff;
  819.            background-color: #c00;
  820.            font-weight: bold;
  821.             font-size: 12px;
  822.             padding: 2px;
  823.         }
  824.        
  825.         .chorus_errors_info {
  826.             padding: 5px;
  827.         }
  828.        
  829.         .chorus_trace { background-color: #eef; }
  830.        .chorus_trace_arg_num { color: #c00; }
  831.        .chorus_trace_arg_str { color: #0c0; }
  832.        .chorus_trace_arg_arr { color: #00c; }
  833.        
  834.         </style>
  835.         <script type="text/javascript">
  836.             function chorus_errors_dropdown(id)
  837.             {
  838.                 var e = document.getElementById(id);
  839.                 if (e.style.display == 'block') e.style.display = 'none';
  840.                 else e.style.display = 'block';
  841.             }
  842.         </script>
  843.         <div id="chorus_errors">
  844.                     <div id="chorus_inner_errors">
  845.                                                     <b>notice (4)</b>
  846.               <ol>
  847.                                 <li>
  848.                   0 ms:
  849.                   <a href="javascript:chorus_errors_dropdown('chorus_log_1_0')"
  850.                   >[trace]</a>
  851.                   <span class="chorus_errors_warning">
  852.                     config/routes.php:30: Use of undefined constant IS_TUMBLR_DOT_COM - assumed &#039;IS_TUMBLR_DOT_COM&#039;                  </span>
  853.                  <div id="chorus_log_1_0" class="chorus_trace" style="display: none;">
  854.                     <ul>
  855.                       <li><b>error_handler(8, "Use of undefined constant IS_TUMBLR_DOT_COM - assumed 'IS_TUMBLR_DOT_COM'", "/var/www/apps/tumblr/config/routes.php", 30, Array(25))</b><br/><span style="font-size:11px;"><div style="margin-bottom: 5px;"><a href="#" style="color: #00f;" onclick="var c = document.getElementById('context6'); if (c.style.display == 'block') c.style.display = 'none'; else c.style.display = 'block'; this.blur(); return false;">config/routes.php:30</a><pre id="context6" style="margin-top: 0px; margin-bottom: 0px; display: block; background-color: #fff; margin-right: 10px; font-size: 11px; line-height: 1.2em; overflow: auto; border: 1px solid #555; padding: 3px;"><span style="color: #aaa;">   27: </span>$_SERVER[&#039;REQUEST_URI&#039;] = $path . ($qs === false ? &#039;&#039; : &#039;?&#039; . $qs);
  856. <span style="color: #aaa;">   28: </span>
  857. <span style="color: #aaa;">   29: </span>// Host-specific
  858. <span style="color: #aaa;">   30: </span><span style="background-color: #faa;  padding-top: 2px; padding-bottom: 1px;">if (IS_TUMBLR_DOT_COM) {
  859. </span><span style="color: #aaa;">   31: </span>    // Tumblr domains
  860. <span style="color: #aaa;">   32: </span>    $router-&gt;map(&quot;/crossdomain.xml&quot;,    array(&#039;controller&#039; =&gt; &#039;main&#039;,      &#039;action&#039; =&gt; &#039;crossdomain_xml&#039;));
  861. <span style="color: #aaa;">   33: </span>    $router-&gt;map(&quot;/search/:q&quot;,                array(&#039;controller&#039; =&gt; &#039;main&#039;, &#039;action&#039; =&gt; &#039;radar&#039;));
  862. </pre></div></span><br/><br/> </li><li><b>include("/var/www/apps/tumblr/config/routes.php")</b><br/><span style="font-size:11px;"><div style="margin-bottom: 5px;"><a href="#" style="color: #00f;" onclick="var c = document.getElementById('context7'); if (c.style.display == 'block') c.style.display = 'none'; else c.style.display = 'block'; this.blur(); return false;">chorus/Dispatch.php:178</a><pre id="context7" style="margin-top: 0px; margin-bottom: 0px; display: none; background-color: #fff; margin-right: 10px; font-size: 11px; line-height: 1.2em; overflow: auto; border: 1px solid #555; padding: 3px;"><span style="color: #aaa;">  175: </span>
  863. <span style="color: #aaa;">  176: </span>/* Router */
  864. <span style="color: #aaa;">  177: </span>$router = new Router;
  865. <span style="color: #aaa;">  178: </span><span style="background-color: #ffa;  padding-top: 2px; padding-bottom: 1px;">include(BASE_PATH . &#039;/config/routes.php&#039;);
  866. </span><span style="color: #aaa;">  179: </span>$vars     = array_map(&#039;urldecode&#039;, $router-&gt;parse($_SERVER[&#039;REQUEST_URI&#039;]));
  867. <span style="color: #aaa;">  180: </span>if (! isset($vars[&#039;action&#039;]) || ! $vars[&#039;action&#039;]) $vars[&#039;action&#039;] = &#039;index&#039;;
  868. <span style="color: #aaa;">  181: </span>$_GET     = array_merge($_GET,     $vars);
  869. </pre></div></span><br/><br/> </li><li><b>require_once("/var/www/apps/chorus/Dispatch.php")</b><br/><span style="font-size:11px;"><div style="margin-bottom: 5px;"><a href="#" style="color: #00f;" onclick="var c = document.getElementById('context8'); if (c.style.display == 'block') c.style.display = 'none'; else c.style.display = 'block'; this.blur(); return false;">www/dispatch.php:83</a><pre id="context8" style="margin-top: 0px; margin-bottom: 0px; display: none; background-color: #fff; margin-right: 10px; font-size: 11px; line-height: 1.2em; overflow: auto; border: 1px solid #555; padding: 3px;"><span style="color: #aaa;">   80: </span>}
  870. <span style="color: #aaa;">   81: </span>
  871. <span style="color: #aaa;">   82: </span>require_once(&#039;chorus/Paths.php&#039;);
  872. <span style="color: #aaa;">   83: </span><span style="background-color: #ffa;  padding-top: 2px; padding-bottom: 1px;">require_once(&#039;chorus/Dispatch.php&#039;);
  873. </span></pre></div></span><br/><br/> </li>                    </ul>
  874.                   </div>
  875.                 </li>
  876.                                 <li>
  877.                   1 ms:
  878.                   <a href="javascript:chorus_errors_dropdown('chorus_log_1_1')"
  879.                   >[trace]</a>
  880.                   <span class="chorus_errors_warning">
  881.                     config/routes.php:620: Use of undefined constant IS_TUMBLR_DOT_COM - assumed &#039;IS_TUMBLR_DOT_COM&#039;                  </span>
  882.                  <div id="chorus_log_1_1" class="chorus_trace" style="display: none;">
  883.                     <ul>
  884.                       <li><b>error_handler(8, "Use of undefined constant IS_TUMBLR_DOT_COM - assumed 'IS_TUMBLR_DOT_COM'", "/var/www/apps/tumblr/config/routes.php", 620, Array(25))</b><br/><span style="font-size:11px;"><div style="margin-bottom: 5px;"><a href="#" style="color: #00f;" onclick="var c = document.getElementById('context9'); if (c.style.display == 'block') c.style.display = 'none'; else c.style.display = 'block'; this.blur(); return false;">config/routes.php:620</a><pre id="context9" style="margin-top: 0px; margin-bottom: 0px; display: block; background-color: #fff; margin-right: 10px; font-size: 11px; line-height: 1.2em; overflow: auto; border: 1px solid #555; padding: 3px;"><span style="color: #aaa;">  617: </span>// $router-&gt;map(&quot;/explore&quot;,                  array(&#039;controller&#039; =&gt; &#039;main&#039;, &#039;action&#039; =&gt; &#039;explore&#039;));
  885. <span style="color: #aaa;">  618: </span>// $router-&gt;map(&quot;/radar&quot;,                    array(&#039;controller&#039; =&gt; &#039;main&#039;, &#039;action&#039; =&gt; &#039;radar&#039;));
  886. <span style="color: #aaa;">  619: </span>
  887. <span style="color: #aaa;">  620: </span><span style="background-color: #faa;  padding-top: 2px; padding-bottom: 1px;">if (IS_TUMBLR_DOT_COM) {
  888. </span><span style="color: #aaa;">  621: </span>    $router-&gt;map(&quot;/help/query&quot;,           array(&#039;controller&#039; =&gt; &#039;main&#039;, &#039;action&#039; =&gt; &#039;log_help_query&#039;));
  889. <span style="color: #aaa;">  622: </span>    $router-&gt;map(&quot;/help/:lang&quot;,           array(&#039;controller&#039; =&gt; &#039;main&#039;, &#039;action&#039; =&gt; &#039;doc_page&#039;));
  890. <span style="color: #aaa;">  623: </span>    $router-&gt;map(&quot;/help/edit&quot;,                array(&#039;controller&#039; =&gt; &#039;main&#039;, &#039;action&#039; =&gt; &#039;edit_doc_page&#039;, &#039;name&#039; =&gt; &#039;index&#039;));
  891. </pre></div></span><br/><br/> </li><li><b>include("/var/www/apps/tumblr/config/routes.php")</b><br/><span style="font-size:11px;"><div style="margin-bottom: 5px;"><a href="#" style="color: #00f;" onclick="var c = document.getElementById('context10'); if (c.style.display == 'block') c.style.display = 'none'; else c.style.display = 'block'; this.blur(); return false;">chorus/Dispatch.php:178</a><pre id="context10" style="margin-top: 0px; margin-bottom: 0px; display: none; background-color: #fff; margin-right: 10px; font-size: 11px; line-height: 1.2em; overflow: auto; border: 1px solid #555; padding: 3px;"><span style="color: #aaa;">  175: </span>
  892. <span style="color: #aaa;">  176: </span>/* Router */
  893. <span style="color: #aaa;">  177: </span>$router = new Router;
  894. <span style="color: #aaa;">  178: </span><span style="background-color: #ffa;  padding-top: 2px; padding-bottom: 1px;">include(BASE_PATH . &#039;/config/routes.php&#039;);
  895. </span><span style="color: #aaa;">  179: </span>$vars     = array_map(&#039;urldecode&#039;, $router-&gt;parse($_SERVER[&#039;REQUEST_URI&#039;]));
  896. <span style="color: #aaa;">  180: </span>if (! isset($vars[&#039;action&#039;]) || ! $vars[&#039;action&#039;]) $vars[&#039;action&#039;] = &#039;index&#039;;
  897. <span style="color: #aaa;">  181: </span>$_GET     = array_merge($_GET,     $vars);
  898. </pre></div></span><br/><br/> </li><li><b>require_once("/var/www/apps/chorus/Dispatch.php")</b><br/><span style="font-size:11px;"><div style="margin-bottom: 5px;"><a href="#" style="color: #00f;" onclick="var c = document.getElementById('context11'); if (c.style.display == 'block') c.style.display = 'none'; else c.style.display = 'block'; this.blur(); return false;">www/dispatch.php:83</a><pre id="context11" style="margin-top: 0px; margin-bottom: 0px; display: none; background-color: #fff; margin-right: 10px; font-size: 11px; line-height: 1.2em; overflow: auto; border: 1px solid #555; padding: 3px;"><span style="color: #aaa;">   80: </span>}
  899. <span style="color: #aaa;">   81: </span>
  900. <span style="color: #aaa;">   82: </span>require_once(&#039;chorus/Paths.php&#039;);
  901. <span style="color: #aaa;">   83: </span><span style="background-color: #ffa;  padding-top: 2px; padding-bottom: 1px;">require_once(&#039;chorus/Dispatch.php&#039;);
  902. </span></pre></div></span><br/><br/> </li>                    </ul>
  903.                   </div>
  904.                 </li>
  905.                                 <li>
  906.                   1 ms:
  907.                   <a href="javascript:chorus_errors_dropdown('chorus_log_1_2')"
  908.                   >[trace]</a>
  909.                   <span class="chorus_errors_warning">
  910.                     config/routes.php:649: Use of undefined constant IS_TUMBLR_DOT_COM - assumed &#039;IS_TUMBLR_DOT_COM&#039;                  </span>
  911.                  <div id="chorus_log_1_2" class="chorus_trace" style="display: none;">
  912.                     <ul>
  913.                       <li><b>error_handler(8, "Use of undefined constant IS_TUMBLR_DOT_COM - assumed 'IS_TUMBLR_DOT_COM'", "/var/www/apps/tumblr/config/routes.php", 649, Array(25))</b><br/><span style="font-size:11px;"><div style="margin-bottom: 5px;"><a href="#" style="color: #00f;" onclick="var c = document.getElementById('context12'); if (c.style.display == 'block') c.style.display = 'none'; else c.style.display = 'block'; this.blur(); return false;">config/routes.php:649</a><pre id="context12" style="margin-top: 0px; margin-bottom: 0px; display: block; background-color: #fff; margin-right: 10px; font-size: 11px; line-height: 1.2em; overflow: auto; border: 1px solid #555; padding: 3px;"><span style="color: #aaa;">  646: </span>$router-&gt;map(&quot;/sitemap.xml&quot;,              array(&#039;controller&#039; =&gt; &#039;tumblelog&#039;, &#039;action&#039; =&gt; &#039;sitemap_index&#039;));
  914. <span style="color: #aaa;">  647: </span>$router-&gt;map(&quot;/private/:id/rss/:key&quot;,     array(&#039;controller&#039; =&gt; &#039;main&#039;, &#039;action&#039; =&gt; &#039;private_tumblelog_rss&#039;));
  915. <span style="color: #aaa;">  648: </span>
  916. <span style="color: #aaa;">  649: </span><span style="background-color: #faa;  padding-top: 2px; padding-bottom: 1px;">if (IS_TUMBLR_DOT_COM) {
  917. </span><span style="color: #aaa;">  650: </span>    $router-&gt;map(&quot;/:action/:id&quot;,              array(&#039;controller&#039; =&gt; &#039;main&#039;));
  918. <span style="color: #aaa;">  651: </span>    $router-&gt;map(&quot;/:action&quot;,                  array(&#039;controller&#039; =&gt; &#039;main&#039;));
  919. <span style="color: #aaa;">  652: </span>} else {
  920. </pre></div></span><br/><br/> </li><li><b>include("/var/www/apps/tumblr/config/routes.php")</b><br/><span style="font-size:11px;"><div style="margin-bottom: 5px;"><a href="#" style="color: #00f;" onclick="var c = document.getElementById('context13'); if (c.style.display == 'block') c.style.display = 'none'; else c.style.display = 'block'; this.blur(); return false;">chorus/Dispatch.php:178</a><pre id="context13" style="margin-top: 0px; margin-bottom: 0px; display: none; background-color: #fff; margin-right: 10px; font-size: 11px; line-height: 1.2em; overflow: auto; border: 1px solid #555; padding: 3px;"><span style="color: #aaa;">  175: </span>
  921. <span style="color: #aaa;">  176: </span>/* Router */
  922. <span style="color: #aaa;">  177: </span>$router = new Router;
  923. <span style="color: #aaa;">  178: </span><span style="background-color: #ffa;  padding-top: 2px; padding-bottom: 1px;">include(BASE_PATH . &#039;/config/routes.php&#039;);
  924. </span><span style="color: #aaa;">  179: </span>$vars     = array_map(&#039;urldecode&#039;, $router-&gt;parse($_SERVER[&#039;REQUEST_URI&#039;]));
  925. <span style="color: #aaa;">  180: </span>if (! isset($vars[&#039;action&#039;]) || ! $vars[&#039;action&#039;]) $vars[&#039;action&#039;] = &#039;index&#039;;
  926. <span style="color: #aaa;">  181: </span>$_GET     = array_merge($_GET,     $vars);
  927. </pre></div></span><br/><br/> </li><li><b>require_once("/var/www/apps/chorus/Dispatch.php")</b><br/><span style="font-size:11px;"><div style="margin-bottom: 5px;"><a href="#" style="color: #00f;" onclick="var c = document.getElementById('context14'); if (c.style.display == 'block') c.style.display = 'none'; else c.style.display = 'block'; this.blur(); return false;">www/dispatch.php:83</a><pre id="context14" style="margin-top: 0px; margin-bottom: 0px; display: none; background-color: #fff; margin-right: 10px; font-size: 11px; line-height: 1.2em; overflow: auto; border: 1px solid #555; padding: 3px;"><span style="color: #aaa;">   80: </span>}
  928. <span style="color: #aaa;">   81: </span>
  929. <span style="color: #aaa;">   82: </span>require_once(&#039;chorus/Paths.php&#039;);
  930. <span style="color: #aaa;">   83: </span><span style="background-color: #ffa;  padding-top: 2px; padding-bottom: 1px;">require_once(&#039;chorus/Dispatch.php&#039;);
  931. </span></pre></div></span><br/><br/> </li>                    </ul>
  932.                   </div>
  933.                 </li>
  934.                                 <li>
  935.                   12 ms:
  936.                   <a href="javascript:chorus_errors_dropdown('chorus_log_1_3')"
  937.                   >[trace]</a>
  938.                   <span class="chorus_errors_warning">
  939.                     app/controllers/app.php:104: Use of undefined constant P3P_CP - assumed &#039;P3P_CP&#039;                  </span>
  940.                  <div id="chorus_log_1_3" class="chorus_trace" style="display: none;">
  941.                     <ul>
  942.                       <li><b>error_handler(8, "Use of undefined constant P3P_CP - assumed 'P3P_CP'", "/var/www/apps/tumblr/app/controllers/app.php", 104, Array(4))</b><br/><span style="font-size:11px;"><div style="margin-bottom: 5px;"><a href="#" style="color: #00f;" onclick="var c = document.getElementById('context15'); if (c.style.display == 'block') c.style.display = 'none'; else c.style.display = 'block'; this.blur(); return false;">app/controllers/app.php:104</a><pre id="context15" style="margin-top: 0px; margin-bottom: 0px; display: block; background-color: #fff; margin-right: 10px; font-size: 11px; line-height: 1.2em; overflow: auto; border: 1px solid #555; padding: 3px;"><span style="color: #aaa;">  101: </span>        }
  943. <span style="color: #aaa;">  102: </span>        
  944. <span style="color: #aaa;">  103: </span>
  945. <span style="color: #aaa;">  104: </span><span style="background-color: #faa;  padding-top: 2px; padding-bottom: 1px;">        header(&#039;P3P: CP=&quot;&#039; . P3P_CP . &#039;&quot;&#039;);        
  946. </span><span style="color: #aaa;">  105: </span>        $host = substring_before($_SERVER[&#039;HTTP_HOST&#039;], &#039;:&#039;);
  947. <span style="color: #aaa;">  106: </span>        
  948. <span style="color: #aaa;">  107: </span>        // data.tumblr
  949. </pre></div></span><br/><br/> </li><li><b>AppController->__construct()</b><br/><span style="font-size:11px;"><div style="margin-bottom: 5px;"><a href="#" style="color: #00f;" onclick="var c = document.getElementById('context16'); if (c.style.display == 'block') c.style.display = 'none'; else c.style.display = 'block'; this.blur(); return false;">app/controllers/dashboard.php:16</a><pre id="context16" style="margin-top: 0px; margin-bottom: 0px; display: none; background-color: #fff; margin-right: 10px; font-size: 11px; line-height: 1.2em; overflow: auto; border: 1px solid #555; padding: 3px;"><span style="color: #aaa;">   13: </span>
  950. <span style="color: #aaa;">   14: </span>    public function __construct()
  951. <span style="color: #aaa;">   15: </span>    {
  952. <span style="color: #aaa;">   16: </span><span style="background-color: #ffa;  padding-top: 2px; padding-bottom: 1px;">        parent::__construct();
  953. </span><span style="color: #aaa;">   17: </span>        
  954. <span style="color: #aaa;">   18: </span>        // Disable the Dashboard?
  955. <span style="color: #aaa;">   19: </span>        if (false) {
  956. </pre></div></span><br/><br/> </li><li><b>DashboardController->__construct()</b><br/><span style="font-size:11px;"><div style="margin-bottom: 5px;"><a href="#" style="color: #00f;" onclick="var c = document.getElementById('context17'); if (c.style.display == 'block') c.style.display = 'none'; else c.style.display = 'block'; this.blur(); return false;">chorus/Controller.php:71</a><pre id="context17" style="margin-top: 0px; margin-bottom: 0px; display: none; background-color: #fff; margin-right: 10px; font-size: 11px; line-height: 1.2em; overflow: auto; border: 1px solid #555; padding: 3px;"><span style="color: #aaa;">   68: </span>            
  957. <span style="color: #aaa;">   69: </span>            if ($controller &amp;&amp; class_exists($controller_class_name)) {
  958. <span style="color: #aaa;">   70: </span>                Log::start_timer(&#039;construct&#039;);
  959. <span style="color: #aaa;">   71: </span><span style="background-color: #ffa;  padding-top: 2px; padding-bottom: 1px;">                $controller_obj = new $controller_class_name;
  960. </span><span style="color: #aaa;">   72: </span>                Log::stop_timer(&#039;construct&#039;);
  961. <span style="color: #aaa;">   73: </span>                self::$current_controller = $controller_obj;
  962. <span style="color: #aaa;">   74: </span>                
  963. </pre></div></span><br/><br/> </li><li><b>Controller::execute("dashboard", "index")</b><br/><span style="font-size:11px;"><div style="margin-bottom: 5px;"><a href="#" style="color: #00f;" onclick="var c = document.getElementById('context18'); if (c.style.display == 'block') c.style.display = 'none'; else c.style.display = 'block'; this.blur(); return false;">chorus/Dispatch.php:186</a><pre id="context18" style="margin-top: 0px; margin-bottom: 0px; display: none; background-color: #fff; margin-right: 10px; font-size: 11px; line-height: 1.2em; overflow: auto; border: 1px solid #555; padding: 3px;"><span style="color: #aaa;">  183: </span>
  964. <span style="color: #aaa;">  184: </span>/* Controller */
  965. <span style="color: #aaa;">  185: </span>Log::start_timer(&#039;exec&#039;);
  966. <span style="color: #aaa;">  186: </span><span style="background-color: #ffa;  padding-top: 2px; padding-bottom: 1px;">$out = Controller::execute($_GET[&#039;controller&#039;], $_GET[&#039;action&#039;]);
  967. </span><span style="color: #aaa;">  187: </span>Log::stop_timer(&#039;exec&#039;);
  968. <span style="color: #aaa;">  188: </span>Log::start_timer(&#039;shutdown&#039;);
  969. <span style="color: #aaa;">  189: </span>Log::update_profiling_header();
  970. </pre></div></span><br/><br/> </li><li><b>require_once("/var/www/apps/chorus/Dispatch.php")</b><br/><span style="font-size:11px;"><div style="margin-bottom: 5px;"><a href="#" style="color: #00f;" onclick="var c = document.getElementById('context19'); if (c.style.display == 'block') c.style.display = 'none'; else c.style.display = 'block'; this.blur(); return false;">www/dispatch.php:83</a><pre id="context19" style="margin-top: 0px; margin-bottom: 0px; display: none; background-color: #fff; margin-right: 10px; font-size: 11px; line-height: 1.2em; overflow: auto; border: 1px solid #555; padding: 3px;"><span style="color: #aaa;">   80: </span>}
  971. <span style="color: #aaa;">   81: </span>
  972. <span style="color: #aaa;">   82: </span>require_once(&#039;chorus/Paths.php&#039;);
  973. <span style="color: #aaa;">   83: </span><span style="background-color: #ffa;  padding-top: 2px; padding-bottom: 1px;">require_once(&#039;chorus/Dispatch.php&#039;);
  974. </span></pre></div></span><br/><br/> </li>                    </ul>
  975.                   </div>
  976.                 </li>
  977.                               </ol>
  978.                                         <b>cache (1)</b>
  979.               <ol>
  980.                                 <li>
  981.                   12 ms:
  982.                   <a href="javascript:chorus_errors_dropdown('chorus_log_2_0')"
  983.                   >[trace]</a>
  984.                   <span class="chorus_errors_info">
  985.                     Missed rate-limiter:n-app-58.175.96.15-29b2a7afec65cc1f6fc0b25c220c8e1d-i-03                  </span>
  986.                   <div id="chorus_log_2_0" class="chorus_trace" style="display: none;">
  987.                     <ul>
  988.                       <li><b>Cache::get("rate-limiter", "n-app-58.175.96.15-29b2a7afec65cc1f6fc0b25c220c8e1d-i-03")</b><br/><span style="font-size:11px;"><div style="margin-bottom: 5px;"><a href="#" style="color: #00f;" onclick="var c = document.getElementById('context20'); if (c.style.display == 'block') c.style.display = 'none'; else c.style.display = 'block'; this.blur(); return false;">lib/RateLimiter.php:39</a><pre id="context20" style="margin-top: 0px; margin-bottom: 0px; display: block; background-color: #fff; margin-right: 10px; font-size: 11px; line-height: 1.2em; overflow: auto; border: 1px solid #555; padding: 3px;"><span style="color: #aaa;">   36: </span>
  989. <span style="color: #aaa;">   37: </span>
  990. <span style="color: #aaa;">   38: </span>        $key = &#039;n-&#039; . $title . &#039;-&#039; . self::request_id() . &#039;-&#039; . $unit_dateformat . &#039;-&#039; . date($unit_dateformat);
  991. <span style="color: #aaa;">   39: </span><span style="background-color: #faa;  padding-top: 2px; padding-bottom: 1px;">        $count = intval(Cache::get(&#039;rate-limiter&#039;, $key));
  992. </span><span style="color: #aaa;">   40: </span>
  993. <span style="color: #aaa;">   41: </span>        // Use this to test if scribe is running and we&#039;re logging the right stuff for requests
  994. <span style="color: #aaa;">   42: </span>        // GiantOctopus::log_rate_limit($id, $key, $count, tracked_request_ip(), $_SERVER);
  995. </pre></div></span><br/><br/> </li><li><b>RateLimiter::hit("app-58.175.96.15", 300, "i", 60)</b><br/><span style="font-size:11px;"><div style="margin-bottom: 5px;"><a href="#" style="color: #00f;" onclick="var c = document.getElementById('context21'); if (c.style.display == 'block') c.style.display = 'none'; else c.style.display = 'block'; this.blur(); return false;">lib/RateLimiter.php:23</a><pre id="context21" style="margin-top: 0px; margin-bottom: 0px; display: none; background-color: #fff; margin-right: 10px; font-size: 11px; line-height: 1.2em; overflow: auto; border: 1px solid #555; padding: 3px;"><span style="color: #aaa;">   20: </span>    
  996. <span style="color: #aaa;">   21: </span>    public static function per_minute($title, $limit)
  997. <span style="color: #aaa;">   22: </span>    {
  998. <span style="color: #aaa;">   23: </span><span style="background-color: #ffa;  padding-top: 2px; padding-bottom: 1px;">        return self::hit($title, $limit, &#039;i&#039;, SECONDS_PER_MINUTE);
  999. </span><span style="color: #aaa;">   24: </span>    }
  1000. <span style="color: #aaa;">   25: </span>
  1001. <span style="color: #aaa;">   26: </span>    public static function request_id(){
  1002. </pre></div></span><br/><br/> </li><li><b>RateLimiter::per_minute("app-58.175.96.15", 300)</b><br/><span style="font-size:11px;"><div style="margin-bottom: 5px;"><a href="#" style="color: #00f;" onclick="var c = document.getElementById('context22'); if (c.style.display == 'block') c.style.display = 'none'; else c.style.display = 'block'; this.blur(); return false;">app/controllers/app.php:99</a><pre id="context22" style="margin-top: 0px; margin-bottom: 0px; display: none; background-color: #fff; margin-right: 10px; font-size: 11px; line-height: 1.2em; overflow: auto; border: 1px solid #555; padding: 3px;"><span style="color: #aaa;">   96: </span>                // Philippines
  1003. <span style="color: #aaa;">   97: </span>                RateLimiter::per_minute(&#039;app-&#039; . $ip, 2500);
  1004. <span style="color: #aaa;">   98: </span>            } else {
  1005. <span style="color: #aaa;">   99: </span><span style="background-color: #ffa;  padding-top: 2px; padding-bottom: 1px;">                RateLimiter::per_minute(&#039;app-&#039; . $ip, _key($limit_per_minute, $ip, $limit_per_minute[&#039;default&#039;]));
  1006. </span><span style="color: #aaa;">  100: </span>            }
  1007. <span style="color: #aaa;">  101: </span>        }
  1008. <span style="color: #aaa;">  102: </span>        
  1009. </pre></div></span><br/><br/> </li><li><b>AppController->__construct()</b><br/><span style="font-size:11px;"><div style="margin-bottom: 5px;"><a href="#" style="color: #00f;" onclick="var c = document.getElementById('context23'); if (c.style.display == 'block') c.style.display = 'none'; else c.style.display = 'block'; this.blur(); return false;">app/controllers/dashboard.php:16</a><pre id="context23" style="margin-top: 0px; margin-bottom: 0px; display: none; background-color: #fff; margin-right: 10px; font-size: 11px; line-height: 1.2em; overflow: auto; border: 1px solid #555; padding: 3px;"><span style="color: #aaa;">   13: </span>
  1010. <span style="color: #aaa;">   14: </span>    public function __construct()
  1011. <span style="color: #aaa;">   15: </span>    {
  1012. <span style="color: #aaa;">   16: </span><span style="background-color: #ffa;  padding-top: 2px; padding-bottom: 1px;">        parent::__construct();
  1013. </span><span style="color: #aaa;">   17: </span>        
  1014. <span style="color: #aaa;">   18: </span>        // Disable the Dashboard?
  1015. <span style="color: #aaa;">   19: </span>        if (false) {
  1016. </pre></div></span><br/><br/> </li><li><b>DashboardController->__construct()</b><br/><span style="font-size:11px;"><div style="margin-bottom: 5px;"><a href="#" style="color: #00f;" onclick="var c = document.getElementById('context24'); if (c.style.display == 'block') c.style.display = 'none'; else c.style.display = 'block'; this.blur(); return false;">chorus/Controller.php:71</a><pre id="context24" style="margin-top: 0px; margin-bottom: 0px; display: none; background-color: #fff; margin-right: 10px; font-size: 11px; line-height: 1.2em; overflow: auto; border: 1px solid #555; padding: 3px;"><span style="color: #aaa;">   68: </span>            
  1017. <span style="color: #aaa;">   69: </span>            if ($controller &amp;&amp; class_exists($controller_class_name)) {
  1018. <span style="color: #aaa;">   70: </span>                Log::start_timer(&#039;construct&#039;);
  1019. <span style="color: #aaa;">   71: </span><span style="background-color: #ffa;  padding-top: 2px; padding-bottom: 1px;">                $controller_obj = new $controller_class_name;
  1020. </span><span style="color: #aaa;">   72: </span>                Log::stop_timer(&#039;construct&#039;);
  1021. <span style="color: #aaa;">   73: </span>                self::$current_controller = $controller_obj;
  1022. <span style="color: #aaa;">   74: </span>                
  1023. </pre></div></span><br/><br/> </li><li><b>Controller::execute("dashboard", "index")</b><br/><span style="font-size:11px;"><div style="margin-bottom: 5px;"><a href="#" style="color: #00f;" onclick="var c = document.getElementById('context25'); if (c.style.display == 'block') c.style.display = 'none'; else c.style.display = 'block'; this.blur(); return false;">chorus/Dispatch.php:186</a><pre id="context25" style="margin-top: 0px; margin-bottom: 0px; display: none; background-color: #fff; margin-right: 10px; font-size: 11px; line-height: 1.2em; overflow: auto; border: 1px solid #555; padding: 3px;"><span style="color: #aaa;">  183: </span>
  1024. <span style="color: #aaa;">  184: </span>/* Controller */
  1025. <span style="color: #aaa;">  185: </span>Log::start_timer(&#039;exec&#039;);
  1026. <span style="color: #aaa;">  186: </span><span style="background-color: #ffa;  padding-top: 2px; padding-bottom: 1px;">$out = Controller::execute($_GET[&#039;controller&#039;], $_GET[&#039;action&#039;]);
  1027. </span><span style="color: #aaa;">  187: </span>Log::stop_timer(&#039;exec&#039;);
  1028. <span style="color: #aaa;">  188: </span>Log::start_timer(&#039;shutdown&#039;);
  1029. <span style="color: #aaa;">  189: </span>Log::update_profiling_header();
  1030. </pre></div></span><br/><br/> </li><li><b>require_once("/var/www/apps/chorus/Dispatch.php")</b><br/><span style="font-size:11px;"><div style="margin-bottom: 5px;"><a href="#" style="color: #00f;" onclick="var c = document.getElementById('context26'); if (c.style.display == 'block') c.style.display = 'none'; else c.style.display = 'block'; this.blur(); return false;">www/dispatch.php:83</a><pre id="context26" style="margin-top: 0px; margin-bottom: 0px; display: none; background-color: #fff; margin-right: 10px; font-size: 11px; line-height: 1.2em; overflow: auto; border: 1px solid #555; padding: 3px;"><span style="color: #aaa;">   80: </span>}
  1031. <span style="color: #aaa;">   81: </span>
  1032. <span style="color: #aaa;">   82: </span>require_once(&#039;chorus/Paths.php&#039;);
  1033. <span style="color: #aaa;">   83: </span><span style="background-color: #ffa;  padding-top: 2px; padding-bottom: 1px;">require_once(&#039;chorus/Dispatch.php&#039;);
  1034. </span></pre></div></span><br/><br/> </li>                    </ul>
  1035.                   </div>
  1036.                 </li>
  1037.                               </ol>
  1038.                                         <b>memory (1)</b>
  1039.               <ol>
  1040.                                 <li>
  1041.                   16 ms:
  1042.                   <a href="javascript:chorus_errors_dropdown('chorus_log_3_0')"
  1043.                   >[trace]</a>
  1044.                   <span class="chorus_errors_info">
  1045.                     4.9MB in use, 6.0 MB peak                  </span>
  1046.                   <div id="chorus_log_3_0" class="chorus_trace" style="display: none;">
  1047.                     <ul>
  1048.                       <li><b>Log::render_html("1", false)</b><br/><span style="font-size:11px;"><div style="margin-bottom: 5px;"><a href="#" style="color: #00f;" onclick="var c = document.getElementById('context27'); if (c.style.display == 'block') c.style.display = 'none'; else c.style.display = 'block'; this.blur(); return false;">chorus/Log.php:434</a><pre id="context27" style="margin-top: 0px; margin-bottom: 0px; display: block; background-color: #fff; margin-right: 10px; font-size: 11px; line-height: 1.2em; overflow: auto; border: 1px solid #555; padding: 3px;"><span style="color: #aaa;">  431: </span>         
  1049. <span style="color: #aaa;">  432: </span>       $html .= self::trace_to_html((array) $e-&gt;getTrace()) . &#039;&lt;/ul&gt;&#039;;
  1050. <span style="color: #aaa;">  433: </span>      
  1051. <span style="color: #aaa;">  434: </span><span style="background-color: #faa;  padding-top: 2px; padding-bottom: 1px;">     $html .= self::render_html(true, false);
  1052. </span><span style="color: #aaa;">  435: </span>       
  1053. <span style="color: #aaa;">  436: </span>       $html .= &quot;&lt;tr&gt;&lt;td height=\&quot;20\&quot;&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td bgcolor=\&quot;#459EE0\&quot;
  1054. <span style="color: #aaa;">  437: </span>                 style=\&quot;font:Bold 14px Helvetica; color:#fff; padding:6px;\&quot;&gt;Variables&lt;/td&gt;
  1055. </pre></div></span><br/><br/> </li><li><b>Log::exception("exception 'OverridableException' with message 'Cannot modify header information - headers already sent by (output started at /var/www/apps/tumblr/config/config.php:748)' in /var/www/apps/tumblr/app/controllers/app.php:104.Stack trace:.#0 [internal function]: error_handler(2, 'Cannot modify h...', '/var/www/apps/t...', 104, Array).#1 /var/www/apps/tumblr/app/controllers/app.php(104): header('P3P: CP="P3P_CP...').#2 /var/www/apps/tumblr/app/controllers/dashboard.php(16): AppController->__construct [... 757 chars]")</b><br/><span style="font-size:11px;"><div style="margin-bottom: 5px;"><a href="#" style="color: #00f;" onclick="var c = document.getElementById('context28'); if (c.style.display == 'block') c.style.display = 'none'; else c.style.display = 'block'; this.blur(); return false;">chorus/Base.php:85</a><pre id="context28" style="margin-top: 0px; margin-bottom: 0px; display: none; background-color: #fff; margin-right: 10px; font-size: 11px; line-height: 1.2em; overflow: auto; border: 1px solid #555; padding: 3px;"><span style="color: #aaa;">   82: </span>    
  1056. <span style="color: #aaa;">   83: </span>    error_log(Log::exception_plaintext($e));
  1057. <span style="color: #aaa;">   84: </span>    
  1058. <span style="color: #aaa;">   85: </span><span style="background-color: #ffa;  padding-top: 2px; padding-bottom: 1px;">    $html = Log::exception($e);
  1059. </span><span style="color: #aaa;">   86: </span>    if (ENVIRONMENT === &#039;production&#039;) {
  1060. <span style="color: #aaa;">   87: </span>       if ((
  1061. <span style="color: #aaa;">   88: </span>               class_exists(&#039;DatabaseTableLockException&#039;) &amp;&amp;
  1062. </pre></div></span><br/><br/> </li><li><b>exception_handler("exception 'OverridableException' with message 'Cannot modify header information - headers already sent by (output started at /var/www/apps/tumblr/config/config.php:748)' in /var/www/apps/tumblr/app/controllers/app.php:104.Stack trace:.#0 [internal function]: error_handler(2, 'Cannot modify h...', '/var/www/apps/t...', 104, Array).#1 /var/www/apps/tumblr/app/controllers/app.php(104): header('P3P: CP="P3P_CP...').#2 /var/www/apps/tumblr/app/controllers/dashboard.php(16): AppController->__construct [... 757 chars]")</b><br/><span style="font-size:11px;"></span><br/><br/> </li>                    </ul>
  1063.                   </div>
  1064.                 </li>
  1065.                               </ol>
  1066.                        
  1067.             <b>Server</b><br />
  1068.             <ul style="list-style-type:none"><li>174.121.66.224</li></ul>
  1069.            
  1070.             <br />
  1071.             <b>Timers</b><br/>
  1072.             <table border="0">
  1073.               <tr>
  1074.                 <th>Time</th><th>Execs</th><th>Mem</th><th>Timer</th>
  1075.               </tr>
  1076.               <tr>
  1077.                 <td>
  1078.                   29 ms
  1079.                 </td>
  1080.                 <td> </td>
  1081.                 <td> </td>
  1082.                 <td>Total</td>
  1083.               </tr>
  1084.                                           <tr>
  1085.                 <td>10 ms</td>
  1086.                 <td>1</td>
  1087.                 <td>3517 KB</td>
  1088.                 <td>include</td>
  1089.               </tr>
  1090.                             <tr>
  1091.                 <td>0 ms</td>
  1092.                 <td>2</td>
  1093.                 <td>2 KB</td>
  1094.                 <td>cache</td>
  1095.               </tr>
  1096.                             <tr>
  1097.                 <td>0 ms</td>
  1098.                 <td>1</td>
  1099.                 <td>19 KB</td>
  1100.                 <td>Cache::[rate-limiter] GET n-app-58.175.96.15-29b2a7afec65cc1f6fc0b25c220c8e1d-i-03</td>
  1101.               </tr>
  1102.                             <tr>
  1103.                 <td>0 ms</td>
  1104.                 <td>1</td>
  1105.                 <td>1 KB</td>
  1106.                 <td>Cache::[rate-limiter] SET n-app-58.175.96.15-29b2a7afec65cc1f6fc0b25c220c8e1d-i-03</td>
  1107.               </tr>
  1108.                             <tr>
  1109.                 <td>0 ms</td>
  1110.                 <td>0</td>
  1111.                 <td>0 KB</td>
  1112.                 <td>construct</td>
  1113.               </tr>
  1114.                             <tr>
  1115.                 <td>0 ms</td>
  1116.                 <td>0</td>
  1117.                 <td>0 KB</td>
  1118.                 <td>exec</td>
  1119.               </tr>
  1120.                           </table>
  1121.            
  1122.           </div>
  1123.         </div>
  1124.         <tr><td height="20"></td></tr><tr><td bgcolor="#459EE0"
  1125.                   style="font:Bold 14px Helvetica; color:#fff; padding:6px;">Variables</td>
  1126.                   </tr><tr><td bgcolor="#A3D8FF"><table border="0" width="750"
  1127.                   cellspacing="4" cellpadding="3" bgcolor="#80C9FF"
  1128.                   style="font:normal 12px Courier; line-height:12px;"><tr bgcolor="#A3D8FF"><td valign="top"><div style="
  1129.                          width:240px; word-wrap:break-word;"><b>$REDIRECT_STATUS</b></div></td><td width="500" valign="top"><div style="
  1130.                          width:450px; word-wrap:break-word;">200</div></td></tr>
  1131. <tr bgcolor="#A3D8FF"><td valign="top"><div style="
  1132.                          width:240px; word-wrap:break-word;"><b>$HTTP_HOST</b></div></td><td width="500" valign="top"><div style="
  1133.                          width:450px; word-wrap:break-word;">www.tumblr.com</div></td></tr>
  1134. <tr bgcolor="#A3D8FF"><td valign="top"><div style="
  1135.                          width:240px; word-wrap:break-word;"><b>$HTTP_USER_AGENT</b></div></td><td width="500" valign="top"><div style="
  1136.                          width:450px; word-wrap:break-word;">Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US)<br/>
  1137. AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.151<br/>
  1138. Safari/534.16</div></td></tr>
  1139. <tr bgcolor="#A3D8FF"><td valign="top"><div style="
  1140.                          width:240px; word-wrap:break-word;"><b>$HTTP_ACCEPT</b></div></td><td width="500" valign="top"><div style="
  1141.                          width:450px; word-wrap:break-word;">application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;<br/>
  1142. q=0.8,image/png,*/*;q=0.5</div></td></tr>
  1143. <tr bgcolor="#A3D8FF"><td valign="top"><div style="
  1144.                           width:240px; word-wrap:break-word;"><b>$HTTP_ACCEPT_ENCODING</b></div></td><td width="500" valign="top"><div style="
  1145.                           width:450px; word-wrap:break-word;">gzip,deflate,sdch</div></td></tr>
  1146. <tr bgcolor="#A3D8FF"><td valign="top"><div style="
  1147.                           width:240px; word-wrap:break-word;"><b>$HTTP_ACCEPT_LANGUAGE</b></div></td><td width="500" valign="top"><div style="
  1148.                           width:450px; word-wrap:break-word;">en-US,en;q=0.8</div></td></tr>
  1149. <tr bgcolor="#A3D8FF"><td valign="top"><div style="
  1150.                           width:240px; word-wrap:break-word;"><b>$HTTP_ACCEPT_CHARSET</b></div></td><td width="500" valign="top"><div style="
  1151.                           width:450px; word-wrap:break-word;">ISO-8859-1,utf-8;q=0.7,*;q=0.3</div></td></tr>
  1152. <tr bgcolor="#A3D8FF"><td valign="top"><div style="
  1153.                           width:240px; word-wrap:break-word;"><b>$HTTP_COOKIE</b></div></td><td width="500" valign="top"><div style="
  1154.                           width:450px; word-wrap:break-word;">tmgioct=zyKrq2pS9RgsiPEKF3BZUQJq;<br/>
  1155. __qca=P0-1527424703-1294652069478; pfu=12104240;<br/>
  1156. pfp=oMwtU5tCs795rZtLtAvH6X0R2uDjidPIAZYhcKo4; pfe=1329550461;<br/>
  1157. logged_in=1; hide_explore_new_badge=1;<br/>
  1158. __utmz=189990958.1300276517.130.33.utmcsr=assets.tumblr.com|utmcc<br/>
  1159. n=(referral)|utmcmd=referral|utmcct=/iframe.html;<br/>
  1160. __utma=189990958.787160712.1294652069.1300521718.1300531209.139;<br/>
  1161. __utmc=189990958; __utmb=189990958.4.10.1300531209</div></td></tr>
  1162. <tr bgcolor="#A3D8FF"><td valign="top"><div style="
  1163.                           width:240px; word-wrap:break-word;"><b>$HTTP_X_FORWARDED_FOR</b></div></td><td width="500" valign="top"><div style="
  1164.                           width:450px; word-wrap:break-word;">58.175.96.15</div></td></tr>
  1165. <tr bgcolor="#A3D8FF"><td valign="top"><div style="
  1166.                           width:240px; word-wrap:break-word;"><b>$HTTP_CONNECTION</b></div></td><td width="500" valign="top"><div style="
  1167.                           width:450px; word-wrap:break-word;">close</div></td></tr>
  1168. <tr bgcolor="#A3D8FF"><td valign="top"><div style="
  1169.                           width:240px; word-wrap:break-word;"><b>$PATH</b></div></td><td width="500" valign="top"><div style="
  1170.                           width:450px; word-wrap:break-word;">/sbin:/usr/sbin:/bin:/usr/bin</div></td></tr>
  1171. <tr bgcolor="#A3D8FF"><td valign="top"><div style="
  1172.                           width:240px; word-wrap:break-word;"><b>$SERVER_SIGNATURE</b></div></td><td width="500" valign="top"><div style="
  1173.                           width:450px; word-wrap:break-word;"><address>Apache/2.2.3 (CentOS) Server at www.tumblr.com Port<br/>
  1174. 80</address>
  1175. </div></td></tr>
  1176. <tr bgcolor="#A3D8FF"><td valign="top"><div style="
  1177.                           width:240px; word-wrap:break-word;"><b>$SERVER_SOFTWARE</b></div></td><td width="500" valign="top"><div style="
  1178.                           width:450px; word-wrap:break-word;">Apache/2.2.3 (CentOS)</div></td></tr>
  1179. <tr bgcolor="#A3D8FF"><td valign="top"><div style="
  1180.                           width:240px; word-wrap:break-word;"><b>$SERVER_NAME</b></div></td><td width="500" valign="top"><div style="
  1181.                           width:450px; word-wrap:break-word;">www.tumblr.com</div></td></tr>
  1182. <tr bgcolor="#A3D8FF"><td valign="top"><div style="
  1183.                           width:240px; word-wrap:break-word;"><b>$SERVER_ADDR</b></div></td><td width="500" valign="top"><div style="
  1184.                           width:450px; word-wrap:break-word;">174.121.66.224</div></td></tr>
  1185. <tr bgcolor="#A3D8FF"><td valign="top"><div style="
  1186.                           width:240px; word-wrap:break-word;"><b>$SERVER_PORT</b></div></td><td width="500" valign="top"><div style="
  1187.                           width:450px; word-wrap:break-word;">80</div></td></tr>
  1188. <tr bgcolor="#A3D8FF"><td valign="top"><div style="
  1189.                           width:240px; word-wrap:break-word;"><b>$REMOTE_ADDR</b></div></td><td width="500" valign="top"><div style="
  1190.                           width:450px; word-wrap:break-word;">174.121.194.34</div></td></tr>
  1191. <tr bgcolor="#A3D8FF"><td valign="top"><div style="
  1192.                           width:240px; word-wrap:break-word;"><b>$DOCUMENT_ROOT</b></div></td><td width="500" valign="top"><div style="
  1193.                           width:450px; word-wrap:break-word;">/var/www/apps/tumblr/www</div></td></tr>
  1194. <tr bgcolor="#A3D8FF"><td valign="top"><div style="
  1195.                           width:240px; word-wrap:break-word;"><b>$SERVER_ADMIN</b></div></td><td width="500" valign="top"><div style="
  1196.                           width:450px; word-wrap:break-word;">root@localhost</div></td></tr>
  1197. <tr bgcolor="#A3D8FF"><td valign="top"><div style="
  1198.                           width:240px; word-wrap:break-word;"><b>$SCRIPT_FILENAME</b></div></td><td width="500" valign="top"><div style="
  1199.                           width:450px; word-wrap:break-word;">/var/www/apps/tumblr/www/dispatch.php</div></td></tr>
  1200. <tr bgcolor="#A3D8FF"><td valign="top"><div style="
  1201.                           width:240px; word-wrap:break-word;"><b>$REMOTE_PORT</b></div></td><td width="500" valign="top"><div style="
  1202.                           width:450px; word-wrap:break-word;">44957</div></td></tr>
  1203. <tr bgcolor="#A3D8FF"><td valign="top"><div style="
  1204.                           width:240px; word-wrap:break-word;"><b>$REDIRECT_URL</b></div></td><td width="500" valign="top"><div style="
  1205.                           width:450px; word-wrap:break-word;">/dashboard</div></td></tr>
  1206. <tr bgcolor="#A3D8FF"><td valign="top"><div style="
  1207.                           width:240px; word-wrap:break-word;"><b>$GATEWAY_INTERFACE</b></div></td><td width="500" valign="top"><div style="
  1208.                           width:450px; word-wrap:break-word;">CGI/1.1</div></td></tr>
  1209. <tr bgcolor="#A3D8FF"><td valign="top"><div style="
  1210.                           width:240px; word-wrap:break-word;"><b>$SERVER_PROTOCOL</b></div></td><td width="500" valign="top"><div style="
  1211.                           width:450px; word-wrap:break-word;">HTTP/1.1</div></td></tr>
  1212. <tr bgcolor="#A3D8FF"><td valign="top"><div style="
  1213.                           width:240px; word-wrap:break-word;"><b>$REQUEST_METHOD</b></div></td><td width="500" valign="top"><div style="
  1214.                           width:450px; word-wrap:break-word;">GET</div></td></tr>
  1215. <tr bgcolor="#A3D8FF"><td valign="top"><div style="
  1216.                           width:240px; word-wrap:break-word;"><b>$QUERY_STRING</b></div></td><td width="500" valign="top"><div style="
  1217.                           width:450px; word-wrap:break-word;"></div></td></tr>
  1218. <tr bgcolor="#A3D8FF"><td valign="top"><div style="
  1219.                           width:240px; word-wrap:break-word;"><b>$REQUEST_URI</b></div></td><td width="500" valign="top"><div style="
  1220.                           width:450px; word-wrap:break-word;">/dashboard</div></td></tr>
  1221. <tr bgcolor="#A3D8FF"><td valign="top"><div style="
  1222.                           width:240px; word-wrap:break-word;"><b>$SCRIPT_NAME</b></div></td><td width="500" valign="top"><div style="
  1223.                           width:450px; word-wrap:break-word;">/dispatch.php</div></td></tr>
  1224. <tr bgcolor="#A3D8FF"><td valign="top"><div style="
  1225.                           width:240px; word-wrap:break-word;"><b>$PHP_SELF</b></div></td><td width="500" valign="top"><div style="
  1226.                           width:450px; word-wrap:break-word;">/dispatch.php</div></td></tr>
  1227. <tr bgcolor="#A3D8FF"><td valign="top"><div style="
  1228.                           width:240px; word-wrap:break-word;"><b>$REQUEST_TIME</b></div></td><td width="500" valign="top"><div style="
  1229.                           width:450px; word-wrap:break-word;">1300532603</div></td></tr>
  1230. <tr bgcolor="#A3D8FF"><td valign="top"><div style="
  1231.                           width:240px; word-wrap:break-word;"><b>$UNFILTERED_REQUEST_URI</b></div></td><td width="500" valign="top"><div style="
  1232.                           width:450px; word-wrap:break-word;">/dashboard</div></td></tr>
  1233. <tr bgcolor="#A3D8FF"><td valign="top"><div style="
  1234.                           width:240px; word-wrap:break-word;"><b>$load_avg</b></div></td><td width="500" valign="top"><div style="
  1235.                           width:450px; word-wrap:break-word;">1.04</div></td></tr>
  1236. <tr bgcolor="#A3D8FF"><td valign="top"><div style="
  1237.                           width:240px; word-wrap:break-word;"><b>$base</b></div></td><td width="500" valign="top"><div style="
  1238.                           width:450px; word-wrap:break-word;">/var/www/apps/tumblr</div></td></tr>
  1239. <tr bgcolor="#A3D8FF"><td valign="top"><div style="
  1240.                           width:240px; word-wrap:break-word;"><b>$tz</b></div></td><td width="500" valign="top"><div style="
  1241.                           width:450px; word-wrap:break-word;">America/New_York</div></td></tr>
  1242. <tr bgcolor="#A3D8FF"><td valign="top"><div style="
  1243.                           width:240px; word-wrap:break-word;"><b>$router</b></div></td><td width="500" valign="top"><div style="
  1244.                           width:450px; word-wrap:break-word;"><a href="#" onclick="document.getElementById('object_1').style.display='inline'; return false;">Router Object</a><br/><pre id="object_1" style="display:none;">Router Object
  1245. (
  1246.     [routes:Router:private] => Array
  1247.         (
  1248.             [0] => Array
  1249.                 (
  1250.                     [0] => /crossdomain.xml
  1251.                     [1] => Array
  1252.                         (
  1253.                             [controller] => main
  1254.                             [action] => crossdomain_xml
  1255.                         )
  1256.  
  1257.                 )
  1258.  
  1259.             [1] => Array
  1260.                 (
  1261.                     [0] => /search/:q
  1262.                     [1] => Array
  1263.                         (
  1264.                             [controller] => main
  1265.                             [action] => radar
  1266.                         )
  1267.  
  1268.                 )
  1269.  
  1270.             [2] => Array
  1271.                 (
  1272.                     [0] => /search
  1273.                     [1] => Array
  1274.                         (
  1275.                             [controller] => main
  1276.                             [action] => search
  1277.                         )
  1278.  
  1279.                 )
  1280.  
  1281.             [3] => Array
  1282.                 (
  1283.                     [0] => /tagged/:tag
  1284.                     [1] => Array
  1285.                         (
  1286.                             [controller] => main
  1287.                             [action] => tag
  1288.                         )
  1289.  
  1290.                 )
  1291.  
  1292.             [4] => Array
  1293.                 (
  1294.                     [0] => /tagged/:tag/popular
  1295.                     [1] => Array
  1296.                         (
  1297.                             [controller] => main
  1298.                             [action] => tag
  1299.                             [popular] => 1
  1300.                         )
  1301.  
  1302.                 )
  1303.  
  1304.             [5] => Array
  1305.                 (
  1306.                     [0] => /tagged/:tag/everything
  1307.                     [1] => Array
  1308.                         (
  1309.                             [controller] => main
  1310.                             [action] => tag
  1311.                             [everything] => 1
  1312.                         )
  1313.  
  1314.                 )
  1315.  
  1316.             [6] => Array
  1317.                 (
  1318.                     [0] => /tagged/pic+pick
  1319.                     [1] => Array
  1320.                         (
  1321.                             [controller] => main
  1322.                             [action] => pic_pick
  1323.                         )
  1324.  
  1325.                 )
  1326.  
  1327.             [7] => Array
  1328.                 (
  1329.                     [0] => /tagged/:tag/page/:page/:last_id_chain
  1330.                     [1] => Array
  1331.                         (
  1332.                             [controller] => main
  1333.                             [action] => tag
  1334.                         )
  1335.  
  1336.                 )
  1337.  
  1338.             [8] => Array
  1339.                 (
  1340.                     [0] => /check_for_new_tag_posts/:tag/:quality/:last_post_id
  1341.                     [1] => Array
  1342.                         (
  1343.                             [controller] => main
  1344.                             [action] => check_for_new_tag_posts
  1345.                         )
  1346.  
  1347.                 )
  1348.  
  1349.             [9] => Array
  1350.                 (
  1351.                     [0] => /bad_token
  1352.                     [1] => Array
  1353.                         (
  1354.                             [controller] => secure
  1355.                             [action] => bad_token
  1356.                         )
  1357.  
  1358.                 )
  1359.  
  1360.             [10] => Array
  1361.                 (
  1362.                     [0] => /pay
  1363.                     [1] => Array
  1364.                         (
  1365.                             [controller] => secure
  1366.                             [action] => pay
  1367.                         )
  1368.  
  1369.                 )
  1370.  
  1371.             [11] => Array
  1372.                 (
  1373.                     [0] => /track_tag/:tag
  1374.                     [1] => Array
  1375.                         (
  1376.                             [controller] => dashboard
  1377.                             [action] => track_tag
  1378.                         )
  1379.  
  1380.                 )
  1381.  
  1382.             [12] => Array
  1383.                 (
  1384.                     [0] => /untrack_tag/:tag
  1385.                     [1] => Array
  1386.                         (
  1387.                             [controller] => dashboard
  1388.                             [action] => untrack_tag
  1389.                         )
  1390.  
  1391.                 )
  1392.  
  1393.             [13] => Array
  1394.                 (
  1395.                     [0] => /facebook/canvas/:action
  1396.                     [1] => Array
  1397.                         (
  1398.                             [controller] => facebook
  1399.                         )
  1400.  
  1401.                 )
  1402.  
  1403.             [14] => Array
  1404.                 (
  1405.                     [0] => /facebook/canvas
  1406.                     [1] => Array
  1407.                         (
  1408.                             [controller] => facebook
  1409.                             [action] => setup
  1410.                         )
  1411.  
  1412.                 )
  1413.  
  1414.             [15] => Array
  1415.                 (
  1416.                     [0] => /follow/:id
  1417.                     [1] => Array
  1418.                         (
  1419.                             [controller] => dashboard
  1420.                             [action] => follow
  1421.                         )
  1422.  
  1423.                 )
  1424.  
  1425.             [16] => Array
  1426.                 (
  1427.                     [0] => /languages/:language/strings.js
  1428.                     [1] => Array
  1429.                         (
  1430.                             [controller] => main
  1431.                             [action] => js_strings
  1432.                         )
  1433.  
  1434.                 )
  1435.  
  1436.             [17] => Array
  1437.                 (
  1438.                     [0] => /promote
  1439.                     [1] => Array
  1440.                         (
  1441.                             [controller] => dashboard
  1442.                             [action] => promote_post
  1443.                         )
  1444.  
  1445.                 )
  1446.  
  1447.             [18] => Array
  1448.                 (
  1449.                     [0] => /unpromote
  1450.                     [1] => Array
  1451.                         (
  1452.                             [controller] => dashboard
  1453.                             [action] => unpromote_post
  1454.                         )
  1455.  
  1456.                 )
  1457.  
  1458.             [19] => Array
  1459.                 (
  1460.                     [0] => /gnip
  1461.                     [1] => Array
  1462.                         (
  1463.                             [controller] => main
  1464.                             [action] => gnip
  1465.                         )
  1466.  
  1467.                 )
  1468.  
  1469.             [20] => Array
  1470.                 (
  1471.                     [0] => /gpoyw
  1472.                     [1] => Array
  1473.                         (
  1474.                             [controller] => main
  1475.                             [action] => gpoyw
  1476.                         )
  1477.  
  1478.                 )
  1479.  
  1480.             [21] => Array
  1481.                 (
  1482.                     [0] => /directory/ban/:tumblelog_id/:directory_id
  1483.                     [1] => Array
  1484.                         (
  1485.                             [controller] => dashboard
  1486.                             [action] => ban_from_directory
  1487.                         )
  1488.  
  1489.                 )
  1490.  
  1491.             [22] => Array
  1492.                 (
  1493.                     [0] => /directory/add/:tumblelog
  1494.                     [1] => Array
  1495.                         (
  1496.                             [controller] => dashboard
  1497.                             [action] => add_to_directory
  1498.                         )
  1499.  
  1500.                 )
  1501.  
  1502.             [23] => Array
  1503.                 (
  1504.                     [0] => /directory/add
  1505.                     [1] => Array
  1506.                         (
  1507.                             [controller] => dashboard
  1508.                             [action] => add_to_directory
  1509.                         )
  1510.  
  1511.                 )
  1512.  
  1513.             [24] => Array
  1514.                 (
  1515.                     [0] => /directory/tags
  1516.                     [1] => Array
  1517.                         (
  1518.                             [controller] => main
  1519.                             [action] => directory_page
  1520.                             [browse_tags] => 1
  1521.                         )
  1522.  
  1523.                 )
  1524.  
  1525.             [25] => Array
  1526.                 (
  1527.                     [0] => /directory/recommend/stickers
  1528.                     [1] => Array
  1529.                         (
  1530.                             [controller] => dashboard
  1531.                             [action] => add_sticker
  1532.                         )
  1533.  
  1534.                 )
  1535.  
  1536.             [26] => Array
  1537.                 (
  1538.                     [0] => /directory/recommend/:directory_name/:tumblelog_name
  1539.                     [1] => Array
  1540.                         (
  1541.                             [controller] => dashboard
  1542.                             [action] => recommend
  1543.                         )
  1544.  
  1545.                 )
  1546.  
  1547.             [27] => Array
  1548.                 (
  1549.                     [0] => /directory/recommend/:directory_name
  1550.                     [1] => Array
  1551.                         (
  1552.                             [controller] => dashboard
  1553.                             [action] => recommend
  1554.                         )
  1555.  
  1556.                 )
  1557.  
  1558.             [28] => Array
  1559.                 (
  1560.                     [0] => /directory/recommend
  1561.                     [1] => Array
  1562.                         (
  1563.                             [controller] => dashboard
  1564.                             [action] => recommend
  1565.                         )
  1566.  
  1567.                 )
  1568.  
  1569.             [29] => Array
  1570.                 (
  1571.                     [0] => /directory/feature/confirmation
  1572.                     [1] => Array
  1573.                         (
  1574.                             [controller] => main
  1575.                             [action] => directory_feature_confirmation
  1576.                         )
  1577.  
  1578.                 )
  1579.  
  1580.             [30] => Array
  1581.                 (
  1582.                     [0] => /directory/feature
  1583.                     [1] => Array
  1584.                         (
  1585.                             [controller] => dashboard
  1586.                             [action] => purchase_directory_feature
  1587.                         )
  1588.  
  1589.                 )
  1590.  
  1591.             [31] => Array
  1592.                 (
  1593.                     [0] => /directory/get-listed/:directory_name
  1594.                     [1] => Array
  1595.                         (
  1596.                             [controller] => dashboard
  1597.                             [action] => get_listed
  1598.                         )
  1599.  
  1600.                 )
  1601.  
  1602.             [32] => Array
  1603.                 (
  1604.                     [0] => /directory/get-listed
  1605.                     [1] => Array
  1606.                         (
  1607.                             [controller] => dashboard
  1608.                             [action] => get_listed
  1609.                         )
  1610.  
  1611.                 )
  1612.  
  1613.             [33] => Array
  1614.                 (
  1615.                     [0] => /directory/:tag/page/:page
  1616.                     [1] => Array
  1617.                         (
  1618.                             [controller] => main
  1619.                             [action] => directory_page
  1620.                         )
  1621.  
  1622.                 )
  1623.  
  1624.             [34] => Array
  1625.                 (
  1626.                     [0] => /directory/:tag
  1627.                     [1] => Array
  1628.                         (
  1629.                             [controller] => main
  1630.                             [action] => directory_page
  1631.                         )
  1632.  
  1633.                 )
  1634.  
  1635.             [35] => Array
  1636.                 (
  1637.                     [0] => /directory
  1638.                     [1] => Array
  1639.                         (
  1640.                             [controller] => main
  1641.                             [action] => directory
  1642.                         )
  1643.  
  1644.                 )
  1645.  
  1646.             [36] => Array
  1647.                 (
  1648.                     [0] => /popular/top
  1649.                     [1] => Array
  1650.                         (
  1651.                             [controller] => dashboard
  1652.                             [action] => popular_top
  1653.                         )
  1654.  
  1655.                 )
  1656.  
  1657.             [37] => Array
  1658.                 (
  1659.                     [0] => /popular
  1660.                     [1] => Array
  1661.                         (
  1662.                             [controller] => main
  1663.                             [action] => wire
  1664.                         )
  1665.  
  1666.                 )
  1667.  
  1668.             [38] => Array
  1669.                 (
  1670.                     [0] => /report/copyright-infringement
  1671.                     [1] => Array
  1672.                         (
  1673.                             [controller] => main
  1674.                             [action] => report_copyright_infringement
  1675.                         )
  1676.  
  1677.                 )
  1678.  
  1679.             [39] => Array
  1680.                 (
  1681.                     [0] => /
  1682.                     [1] => Array
  1683.                         (
  1684.                             [controller] => tumblelog
  1685.                             [action] => index
  1686.                         )
  1687.  
  1688.                 )
  1689.  
  1690.             [40] => Array
  1691.                 (
  1692.                     [0] => /disable_mobile_interface
  1693.                     [1] => Array
  1694.                         (
  1695.                             [controller] => tumblelog
  1696.                             [action] => disable_mobile_interface
  1697.                         )
  1698.  
  1699.                 )
  1700.  
  1701.             [41] => Array
  1702.                 (
  1703.                     [0] => /page/:page
  1704.                     [1] => Array
  1705.                         (
  1706.                             [controller] => tumblelog
  1707.                             [action] => index
  1708.                         )
  1709.  
  1710.                 )
  1711.  
  1712.             [42] => Array
  1713.                 (
  1714.                     [0] => /day/:yyyy/:mm/:dd
  1715.                     [1] => Array
  1716.                         (
  1717.                             [controller] => tumblelog
  1718.                             [action] => index
  1719.                         )
  1720.  
  1721.                 )
  1722.  
  1723.             [43] => Array
  1724.                 (
  1725.                     [0] => /post/:id/:summary
  1726.                     [1] => Array
  1727.                         (
  1728.                             [controller] => tumblelog
  1729.                             [action] => post
  1730.                         )
  1731.  
  1732.                 )
  1733.  
  1734.             [44] => Array
  1735.                 (
  1736.                     [0] => /post/:id
  1737.                     [1] => Array
  1738.                         (
  1739.                             [controller] => tumblelog
  1740.                             [action] => post
  1741.                         )
  1742.  
  1743.                 )
  1744.  
  1745.             [45] => Array
  1746.                 (
  1747.                     [0] => /private/:id/:key
  1748.                     [1] => Array
  1749.                         (
  1750.                             [controller] => tumblelog
  1751.                             [action] => private_post
  1752.                         )
  1753.  
  1754.                 )
  1755.  
  1756.             [46] => Array
  1757.                 (
  1758.                     [0] => /video/thumbnail/:id
  1759.                     [1] => Array
  1760.                         (
  1761.                             [controller] => tumblelog
  1762.                             [action] => video_thumbnail
  1763.                         )
  1764.  
  1765.                 )
  1766.  
  1767.             [47] => Array
  1768.                 (
  1769.                     [0] => /js
  1770.                     [1] => Array
  1771.                         (
  1772.                             [controller] => tumblelog
  1773.                             [action] => index
  1774.                             [render_js] => 1
  1775.                         )
  1776.  
  1777.                 )
  1778.  
  1779.             [48] => Array
  1780.                 (
  1781.                     [0] => /mobile
  1782.                     [1] => Array
  1783.                         (
  1784.                             [controller] => tumblelog
  1785.                             [action] => index
  1786.                             [mobile] => 1
  1787.                         )
  1788.  
  1789.                 )
  1790.  
  1791.             [49] => Array
  1792.                 (
  1793.                     [0] => /mobile/page/:page
  1794.                     [1] => Array
  1795.                         (
  1796.                             [controller] => tumblelog
  1797.                             [action] => index
  1798.                             [mobile] => 1
  1799.                         )
  1800.  
  1801.                 )
  1802.  
  1803.             [50] => Array
  1804.                 (
  1805.                     [0] => /mobile/post/:id
  1806.                     [1] => Array
  1807.                         (
  1808.                             [controller] => tumblelog
  1809.                             [action] => post
  1810.                             [mobile] => 1
  1811.                         )
  1812.  
  1813.                 )
  1814.  
  1815.             [51] => Array
  1816.                 (
  1817.                     [0] => /archive/:year/:month
  1818.                     [1] => Array
  1819.                         (
  1820.                             [controller] => tumblelog
  1821.                             [action] => archive
  1822.                         )
  1823.  
  1824.                 )
  1825.  
  1826.             [52] => Array
  1827.                 (
  1828.                     [0] => /archive
  1829.                     [1] => Array
  1830.                         (
  1831.                             [controller] => tumblelog
  1832.                             [action] => archive
  1833.                         )
  1834.  
  1835.                 )
  1836.  
  1837.             [53] => Array
  1838.                 (
  1839.                     [0] => /rss/original
  1840.                     [1] => Array
  1841.                         (
  1842.                             [controller] => tumblelog
  1843.                             [action] => rss
  1844.                             [original_only] => 1
  1845.                         )
  1846.  
  1847.                 )
  1848.  
  1849.             [54] => Array
  1850.                 (
  1851.                     [0] => /rss
  1852.                     [1] => Array
  1853.                         (
  1854.                             [controller] => tumblelog
  1855.                             [action] => rss
  1856.                         )
  1857.  
  1858.                 )
  1859.  
  1860.             [55] => Array
  1861.                 (
  1862.                     [0] => /rss/photos
  1863.                     [1] => Array
  1864.                         (
  1865.                             [controller] => tumblelog
  1866.                             [action] => rss
  1867.                             [photos] => 1
  1868.                         )
  1869.  
  1870.                 )
  1871.  
  1872.             [56] => Array
  1873.                 (
  1874.                     [0] => /rss.xml
  1875.                     [1] => Array
  1876.                         (
  1877.                             [controller] => tumblelog
  1878.                             [action] => rss_redirect
  1879.                         )
  1880.  
  1881.                 )
  1882.  
  1883.             [57] => Array
  1884.                 (
  1885.                     [0] => /rss/links
  1886.                     [1] => Array
  1887.                         (
  1888.                             [controller] => tumblelog
  1889.                             [action] => rss
  1890.                             [direct_links] => 1
  1891.                         )
  1892.  
  1893.                 )
  1894.  
  1895.             [58] => Array
  1896.                 (
  1897.                     [0] => /submit_form_js/:key/:time/submit.js
  1898.                     [1] => Array
  1899.                         (
  1900.                             [controller] => main
  1901.                             [action] => submit_form_js
  1902.                         )
  1903.  
  1904.                 )
  1905.  
  1906.             [59] => Array
  1907.                 (
  1908.                     [0] => /submit_form/:tumblelog_url/success
  1909.                     [1] => Array
  1910.                         (
  1911.                             [controller] => main
  1912.                             [action] => submit_form
  1913.                             [success] => 1
  1914.                         )
  1915.  
  1916.                 )
  1917.  
  1918.             [60] => Array
  1919.                 (
  1920.                     [0] => /submit_form/:tumblelog_url/:type
  1921.                     [1] => Array
  1922.                         (
  1923.                             [controller] => main
  1924.                             [action] => submit_form
  1925.                         )
  1926.  
  1927.                 )
  1928.  
  1929.             [61] => Array
  1930.                 (
  1931.                     [0] => /submit_form/:tumblelog_url
  1932.                     [1] => Array
  1933.                         (
  1934.                             [controller] => main
  1935.                             [action] => submit_form
  1936.                         )
  1937.  
  1938.                 )
  1939.  
  1940.             [62] => Array
  1941.                 (
  1942.                     [0] => /ask_form/:tumblelog_url/success
  1943.                     [1] => Array
  1944.                         (
  1945.                             [controller] => main
  1946.                             [action] => ask_form
  1947.                             [success] => 1
  1948.                         )
  1949.  
  1950.                 )
  1951.  
  1952.             [63] => Array
  1953.                 (
  1954.                     [0] => /ask_form/:tumblelog_url/:type
  1955.                     [1] => Array
  1956.                         (
  1957.                             [controller] => main
  1958.                             [action] => ask_form
  1959.                         )
  1960.  
  1961.                 )
  1962.  
  1963.             [64] => Array
  1964.                 (
  1965.                     [0] => /ask_form/:tumblelog_url
  1966.                     [1] => Array
  1967.                         (
  1968.                             [controller] => main
  1969.                             [action] => ask_form
  1970.                         )
  1971.  
  1972.                 )
  1973.  
  1974.             [65] => Array
  1975.                 (
  1976.                     [0] => /submit/:type
  1977.                     [1] => Array
  1978.                         (
  1979.                             [controller] => tumblelog
  1980.                             [action] => index
  1981.                             [submission_page] => 1
  1982.                         )
  1983.  
  1984.                 )
  1985.  
  1986.             [66] => Array
  1987.                 (
  1988.                     [0] => /submit
  1989.                     [1] => Array
  1990.                         (
  1991.                             [controller] => tumblelog
  1992.                             [action] => index
  1993.                             [submission_page] => 1
  1994.                         )
  1995.  
  1996.                 )
  1997.  
  1998.             [67] => Array
  1999.                 (
  2000.                     [0] => /ask
  2001.                     [1] => Array
  2002.                         (
  2003.                             [controller] => tumblelog
  2004.                             [action] => index
  2005.                             [ask_page] => 1
  2006.                         )
  2007.  
  2008.                 )
  2009.  
  2010.             [68] => Array
  2011.                 (
  2012.                     [0] => /contribute
  2013.                     [1] => Array
  2014.                         (
  2015.                             [controller] => tumblelog
  2016.                             [action] => submit
  2017.                         )
  2018.  
  2019.                 )
  2020.  
  2021.             [69] => Array
  2022.                 (
  2023.                     [0] => /podcast
  2024.                     [1] => Array
  2025.                         (
  2026.                             [controller] => tumblelog
  2027.                             [action] => podcast
  2028.                         )
  2029.  
  2030.                 )
  2031.  
  2032.             [70] => Array
  2033.                 (
  2034.                     [0] => /video_podcast
  2035.                     [1] => Array
  2036.                         (
  2037.                             [controller] => tumblelog
  2038.                             [action] => video_podcast
  2039.                         )
  2040.  
  2041.                 )
  2042.  
  2043.             [71] => Array
  2044.                 (
  2045.                     [0] => /hype_machine_rss
  2046.                     [1] => Array
  2047.                         (
  2048.                             [controller] => tumblelog
  2049.                             [action] => hype_machine_rss
  2050.                         )
  2051.  
  2052.                 )
  2053.  
  2054.             [72] => Array
  2055.                 (
  2056.                     [0] => /random
  2057.                     [1] => Array
  2058.                         (
  2059.                             [controller] => tumblelog
  2060.                             [action] => random
  2061.                         )
  2062.  
  2063.                 )
  2064.  
  2065.             [73] => Array
  2066.                 (
  2067.                     [0] => /embed/:type
  2068.                     [1] => Array
  2069.                         (
  2070.                             [controller] => tumblelog
  2071.                             [action] => widget
  2072.                         )
  2073.  
  2074.                 )
  2075.  
  2076.             [74] => Array
  2077.                 (
  2078.                     [0] => /terms_of_submission
  2079.                     [1] => Array
  2080.                         (
  2081.                             [controller] => tumblelog
  2082.                             [action] => terms_of_submission
  2083.                         )
  2084.  
  2085.                 )
  2086.  
  2087.             [75] => Array
  2088.                 (
  2089.                     [0] => /theme/submit_feedback
  2090.                     [1] => Array
  2091.                         (
  2092.                             [controller] => dashboard
  2093.                             [action] => submit_theme_feedback
  2094.                         )
  2095.  
  2096.                 )
  2097.  
  2098.             [76] => Array
  2099.                 (
  2100.                     [0] => /theme/submit_response
  2101.                     [1] => Array
  2102.                         (
  2103.                             [controller] => dashboard
  2104.                             [action] => submit_theme_feedback_response
  2105.                         )
  2106.  
  2107.                 )
  2108.  
  2109.             [77] => Array
  2110.                 (
  2111.                     [0] => /theme/preview/:theme
  2112.                     [1] => Array
  2113.                         (
  2114.                             [controller] => dashboard
  2115.                             [action] => render_demo_theme
  2116.                         )
  2117.  
  2118.                 )
  2119.  
  2120.             [78] => Array
  2121.                 (
  2122.                     [0] => /theme/:tumblelog/:theme
  2123.                     [1] => Array
  2124.                         (
  2125.                             [controller] => dashboard
  2126.                             [action] => render_demo_theme
  2127.                         )
  2128.  
  2129.                 )
  2130.  
  2131.             [79] => Array
  2132.                 (
  2133.                     [0] => /submissions/rss/:key
  2134.                     [1] => Array
  2135.                         (
  2136.                             [controller] => tumblelog
  2137.                             [action] => submissions_rss
  2138.                         )
  2139.  
  2140.                 )
  2141.  
  2142.             [80] => Array
  2143.                 (
  2144.                     [0] => /answer
  2145.                     [1] => Array
  2146.                         (
  2147.                             [controller] => main
  2148.                             [action] => answer
  2149.                         )
  2150.  
  2151.                 )
  2152.  
  2153.             [81] => Array
  2154.                 (
  2155.                     [0] => /answer_form/:post_id/:key
  2156.                     [1] => Array
  2157.                         (
  2158.                             [controller] => main
  2159.                             [action] => answer_form
  2160.                         )
  2161.  
  2162.                 )
  2163.  
  2164.             [82] => Array
  2165.                 (
  2166.                     [0] => /confirm/answer/:id/:confirmation_key
  2167.                     [1] => Array
  2168.                         (
  2169.                             [controller] => main
  2170.                             [action] => confirm_answer
  2171.                         )
  2172.  
  2173.                 )
  2174.  
  2175.             [83] => Array
  2176.                 (
  2177.                     [0] => /tweets.js
  2178.                     [1] => Array
  2179.                         (
  2180.                             [controller] => tumblelog
  2181.                             [action] => recent_tweets
  2182.                         )
  2183.  
  2184.                 )
  2185.  
  2186.             [84] => Array
  2187.                 (
  2188.                     [0] => /get_upload_status/:key
  2189.                     [1] => Array
  2190.                         (
  2191.                             [controller] => main
  2192.                             [action] => get_upload_status
  2193.                         )
  2194.  
  2195.                 )
  2196.  
  2197.             [85] => Array
  2198.                 (
  2199.                     [0] => /login/follow/:follow
  2200.                     [1] => Array
  2201.                         (
  2202.                             [controller] => account
  2203.                             [action] => login
  2204.                         )
  2205.  
  2206.                 )
  2207.  
  2208.             [86] => Array
  2209.                 (
  2210.                     [0] => /login
  2211.                     [1] => Array
  2212.                         (
  2213.                             [controller] => account
  2214.                             [action] => login
  2215.                         )
  2216.  
  2217.                 )
  2218.  
  2219.             [87] => Array
  2220.                 (
  2221.                     [0] => /login/error
  2222.                     [1] => Array
  2223.                         (
  2224.                             [controller] => account
  2225.                             [action] => login
  2226.                             [error] => 1
  2227.                         )
  2228.  
  2229.                 )
  2230.  
  2231.             [88] => Array
  2232.                 (
  2233.                     [0] => /login/basic
  2234.                     [1] => Array
  2235.                         (
  2236.                             [controller] => account
  2237.                             [action] => login
  2238.                             [basic] => 1
  2239.                         )
  2240.  
  2241.                 )
  2242.  
  2243.             [89] => Array
  2244.                 (
  2245.                     [0] => /login/basic/error
  2246.                     [1] => Array
  2247.                         (
  2248.                             [controller] => account
  2249.                             [action] => login
  2250.                             [basic] => 1
  2251.                             [error] => 1
  2252.                         )
  2253.  
  2254.                 )
  2255.  
  2256.             [90] => Array
  2257.                 (
  2258.                     [0] => /login/ssl
  2259.                     [1] => Array
  2260.                         (
  2261.                             [controller] => account
  2262.                             [action] => login
  2263.                             [enable_ssl] => 1
  2264.                         )
  2265.  
  2266.                 )
  2267.  
  2268.             [91] => Array
  2269.                 (
  2270.                     [0] => /logout
  2271.                     [1] => Array
  2272.                         (
  2273.                             [controller] => account
  2274.                             [action] => logout
  2275.                         )
  2276.  
  2277.                 )
  2278.  
  2279.             [92] => Array
  2280.                 (
  2281.                     [0] => /forgot_password
  2282.                     [1] => Array
  2283.                         (
  2284.                             [controller] => account
  2285.                             [action] => forgot_password
  2286.                         )
  2287.  
  2288.                 )
  2289.  
  2290.             [93] => Array
  2291.                 (
  2292.                     [0] => /reset_password/:id/:key
  2293.                     [1] => Array
  2294.                         (
  2295.                             [controller] => account
  2296.                             [action] => reset_password
  2297.                         )
  2298.  
  2299.                 )
  2300.  
  2301.             [94] => Array
  2302.                 (
  2303.                     [0] => /activate
  2304.                     [1] => Array
  2305.                         (
  2306.                             [controller] => account
  2307.                             [action] => activation_required
  2308.                         )
  2309.  
  2310.                 )
  2311.  
  2312.             [95] => Array
  2313.                 (
  2314.                     [0] => /activate/:id/:key
  2315.                     [1] => Array
  2316.                         (
  2317.                             [controller] => account
  2318.                             [action] => activate
  2319.                         )
  2320.  
  2321.                 )
  2322.  
  2323.             [96] => Array
  2324.                 (
  2325.                     [0] => /register/follow/:follow
  2326.                     [1] => Array
  2327.                         (
  2328.                             [controller] => account
  2329.                             [action] => register
  2330.                         )
  2331.  
  2332.                 )
  2333.  
  2334.             [97] => Array
  2335.                 (
  2336.                     [0] => /register/:referer
  2337.                     [1] => Array
  2338.                         (
  2339.                             [controller] => account
  2340.                             [action] => register
  2341.                         )
  2342.  
  2343.                 )
  2344.  
  2345.             [98] => Array
  2346.                 (
  2347.                     [0] => /register
  2348.                     [1] => Array
  2349.                         (
  2350.                             [controller] => account
  2351.                             [action] => register
  2352.                         )
  2353.  
  2354.                 )
  2355.  
  2356.             [99] => Array
  2357.                 (
  2358.                     [0] => /register_dev
  2359.                     [1] => Array
  2360.                         (
  2361.                             [controller] => account
  2362.                             [action] => register_dev
  2363.                         )
  2364.  
  2365.                 )
  2366.  
  2367.             [100] => Array
  2368.                 (
  2369.                     [0] => /suspended
  2370.                     [1] => Array
  2371.                         (
  2372.                             [controller] => account
  2373.                             [action] => suspended
  2374.                         )
  2375.  
  2376.                 )
  2377.  
  2378.             [101] => Array
  2379.                 (
  2380.                     [0] => /oauth/apps
  2381.                     [1] => Array
  2382.                         (
  2383.                             [controller] => dashboard
  2384.                             [action] => oauth_apps
  2385.                         )
  2386.  
  2387.                 )
  2388.  
  2389.             [102] => Array
  2390.                 (
  2391.                     [0] => /oauth/edit/:id
  2392.                     [1] => Array
  2393.                         (
  2394.                             [controller] => dashboard
  2395.                             [action] => register_oauth_app
  2396.                         )
  2397.  
  2398.                 )
  2399.  
  2400.             [103] => Array
  2401.                 (
  2402.                     [0] => /oauth/register
  2403.                     [1] => Array
  2404.                         (
  2405.                             [controller] => dashboard
  2406.                             [action] => register_oauth_app
  2407.                         )
  2408.  
  2409.                 )
  2410.  
  2411.             [104] => Array
  2412.                 (
  2413.                     [0] => /oauth/revoke
  2414.                     [1] => Array
  2415.                         (
  2416.                             [controller] => dashboard
  2417.                             [action] => revoke_oauth
  2418.                         )
  2419.  
  2420.                 )
  2421.  
  2422.             [105] => Array
  2423.                 (
  2424.                     [0] => /oauth/access_token
  2425.                     [1] => Array
  2426.                         (
  2427.                             [controller] => api
  2428.                             [action] => oauth_access_token
  2429.                         )
  2430.  
  2431.                 )
  2432.  
  2433.             [106] => Array
  2434.                 (
  2435.                     [0] => /oauth/request_token
  2436.                     [1] => Array
  2437.                         (
  2438.                             [controller] => api
  2439.                             [action] => oauth_request_token
  2440.                         )
  2441.  
  2442.                 )
  2443.  
  2444.             [107] => Array
  2445.                 (
  2446.                     [0] => /oauth/authorize
  2447.                     [1] => Array
  2448.                         (
  2449.                             [controller] => api
  2450.                             [action] => oauth_authorize
  2451.                         )
  2452.  
  2453.                 )
  2454.  
  2455.             [108] => Array
  2456.                 (
  2457.                     [0] => /api/read/json
  2458.                     [1] => Array
  2459.                         (
  2460.                             [controller] => api
  2461.                             [action] => read
  2462.                             [json] => 1
  2463.                         )
  2464.  
  2465.                 )
  2466.  
  2467.             [109] => Array
  2468.                 (
  2469.                     [0] => /api/read
  2470.                     [1] => Array
  2471.                         (
  2472.                             [controller] => api
  2473.                             [action] => read
  2474.                         )
  2475.  
  2476.                 )
  2477.  
  2478.             [110] => Array
  2479.                 (
  2480.                     [0] => /api/write
  2481.                     [1] => Array
  2482.                         (
  2483.                             [controller] => api
  2484.                             [action] => write
  2485.                         )
  2486.  
  2487.                 )
  2488.  
  2489.             [111] => Array
  2490.                 (
  2491.                     [0] => /api/delete
  2492.                     [1] => Array
  2493.                         (
  2494.                             [controller] => api
  2495.                             [action] => write
  2496.                             [delete] => 1
  2497.                         )
  2498.  
  2499.                 )
  2500.  
  2501.             [112] => Array
  2502.                 (
  2503.                     [0] => /api/authenticate
  2504.                     [1] => Array
  2505.                         (
  2506.                             [controller] => api
  2507.                             [action] => write
  2508.                             [authenticate-action] => 1
  2509.                         )
  2510.  
  2511.                 )
  2512.  
  2513.             [113] => Array
  2514.                 (
  2515.                     [0] => /api/reblog
  2516.                     [1] => Array
  2517.                         (
  2518.                             [controller] => api
  2519.                             [action] => write
  2520.                             [reblog-action] => 1
  2521.                         )
  2522.  
  2523.                 )
  2524.  
  2525.             [114] => Array
  2526.                 (
  2527.                     [0] => /api/check_for_new_posts/after/:id
  2528.                     [1] => Array
  2529.                         (
  2530.                             [controller] => dashboard
  2531.                             [action] => api_check_for_new_posts
  2532.                         )
  2533.  
  2534.                 )
  2535.  
  2536.             [115] => Array
  2537.                 (
  2538.                     [0] => /api/dashboard/json
  2539.                     [1] => Array
  2540.                         (
  2541.                             [controller] => api
  2542.                             [action] => dashboard
  2543.                             [json] => 1
  2544.                         )
  2545.  
  2546.                 )
  2547.  
  2548.             [116] => Array
  2549.                 (
  2550.                     [0] => /api/dashboard
  2551.                     [1] => Array
  2552.                         (
  2553.                             [controller] => api
  2554.                             [action] => dashboard
  2555.                         )
  2556.  
  2557.                 )
  2558.  
  2559.             [117] => Array
  2560.                 (
  2561.                     [0] => /api/:action
  2562.                     [1] => Array
  2563.                         (
  2564.                             [controller] => api
  2565.                         )
  2566.  
  2567.                 )
  2568.  
  2569.             [118] => Array
  2570.                 (
  2571.                     [0] => /post/:id/photoset_xml/:key/:size
  2572.                     [1] => Array
  2573.                         (
  2574.                             [controller] => main
  2575.                             [action] => slideshow_xml
  2576.                         )
  2577.  
  2578.                 )
  2579.  
  2580.             [119] => Array
  2581.                 (
  2582.                     [0] => /submissions/page/:page
  2583.                     [1] => Array
  2584.                         (
  2585.                             [controller] => dashboard
  2586.                             [action] => submissions
  2587.                         )
  2588.  
  2589.                 )
  2590.  
  2591.             [120] => Array
  2592.                 (
  2593.                     [0] => /tumblelog/:channel_id/submissions/page/:page
  2594.                     [1] => Array
  2595.                         (
  2596.                             [controller] => dashboard
  2597.                             [action] => submissions
  2598.                         )
  2599.  
  2600.                 )
  2601.  
  2602.             [121] => Array
  2603.                 (
  2604.                     [0] => /tumblelog/:channel_id/submissions
  2605.                     [1] => Array
  2606.                         (
  2607.                             [controller] => dashboard
  2608.                             [action] => submissions
  2609.                         )
  2610.  
  2611.                 )
  2612.  
  2613.             [122] => Array
  2614.                 (
  2615.                     [0] => /submissions
  2616.                     [1] => Array
  2617.                         (
  2618.                             [controller] => dashboard
  2619.                             [action] => submissions
  2620.                         )
  2621.  
  2622.                 )
  2623.  
  2624.             [123] => Array
  2625.                 (
  2626.                     [0] => /tumblelog/:channel_id/order_post_queue
  2627.                     [1] => Array
  2628.                         (
  2629.                             [controller] => dashboard
  2630.                             [action] => order_post_queue
  2631.                         )
  2632.  
  2633.                 )
  2634.  
  2635.             [124] => Array
  2636.                 (
  2637.                     [0] => /messages/page/:page
  2638.                     [1] => Array
  2639.                         (
  2640.                             [controller] => dashboard
  2641.                             [action] => submissions
  2642.                         )
  2643.  
  2644.                 )
  2645.  
  2646.             [125] => Array
  2647.                 (
  2648.                     [0] => /tumblelog/:channel_id/messages/page/:page
  2649.                     [1] => Array
  2650.                         (
  2651.                             [controller] => dashboard
  2652.                             [action] => submissions
  2653.                         )
  2654.  
  2655.                 )
  2656.  
  2657.             [126] => Array
  2658.                 (
  2659.                     [0] => /tumblelog/:channel_id/messages
  2660.                     [1] => Array
  2661.                         (
  2662.                             [controller] => dashboard
  2663.                             [action] => submissions
  2664.                         )
  2665.  
  2666.                 )
  2667.  
  2668.             [127] => Array
  2669.                 (
  2670.                     [0] => /messages
  2671.                     [1] => Array
  2672.                         (
  2673.                             [controller] => dashboard
  2674.                             [action] => submissions
  2675.                         )
  2676.  
  2677.                 )
  2678.  
  2679.             [128] => Array
  2680.                 (
  2681.                     [0] => /tumblelog/:channel_id/approve_submission/:id
  2682.                     [1] => Array
  2683.                         (
  2684.                             [controller] => dashboard
  2685.                             [action] => approve_submission
  2686.                         )
  2687.  
  2688.                 )
  2689.  
  2690.             [129] => Array
  2691.                 (
  2692.                     [0] => /approve_submission/:id
  2693.                     [1] => Array
  2694.                         (
  2695.                             [controller] => dashboard
  2696.                             [action] => approve_submission
  2697.                         )
  2698.  
  2699.                 )
  2700.  
  2701.             [130] => Array
  2702.                 (
  2703.                     [0] => /tumblelog/:channel_id/deny_submission/:id
  2704.                     [1] => Array
  2705.                         (
  2706.                             [controller] => dashboard
  2707.                             [action] => deny_submission
  2708.                         )
  2709.  
  2710.                 )
  2711.  
  2712.             [131] => Array
  2713.                 (
  2714.                     [0] => /deny_submission/:id
  2715.                     [1] => Array
  2716.                         (
  2717.                             [controller] => dashboard
  2718.                             [action] => deny_submission
  2719.                         )
  2720.  
  2721.                 )
  2722.  
  2723.             [132] => Array
  2724.                 (
  2725.                     [0] => /tumblelog/:id/pages/new
  2726.                     [1] => Array
  2727.                         (
  2728.                             [controller] => dashboard
  2729.                             [action] => edit_page
  2730.                         )
  2731.  
  2732.                 )
  2733.  
  2734.             [133] => Array
  2735.                 (
  2736.                     [0] => /tumblelog/:id/pages/edit
  2737.                     [1] => Array
  2738.                         (
  2739.                             [controller] => dashboard
  2740.                             [action] => edit_page
  2741.                         )
  2742.  
  2743.                 )
  2744.  
  2745.             [134] => Array
  2746.                 (
  2747.                     [0] => /tumblelog/:id/pages/delete
  2748.                     [1] => Array
  2749.                         (
  2750.                             [controller] => dashboard
  2751.                             [action] => delete_page
  2752.                         )
  2753.  
  2754.                 )
  2755.  
  2756.             [135] => Array
  2757.                 (
  2758.                     [0] => /new/blog
  2759.                     [1] => Array
  2760.                         (
  2761.                             [controller] => dashboard
  2762.                             [action] => create_tumblelog
  2763.                         )
  2764.  
  2765.                 )
  2766.  
  2767.             [136] => Array
  2768.                 (
  2769.                     [0] => /create/public/tumblelog
  2770.                     [1] => Array
  2771.                         (
  2772.                             [controller] => dashboard
  2773.                             [action] => create_tumblelog
  2774.                             [public] => 1
  2775.                         )
  2776.  
  2777.                 )
  2778.  
  2779.             [137] => Array
  2780.                 (
  2781.                     [0] => /create/private/tumblelog
  2782.                     [1] => Array
  2783.                         (
  2784.                             [controller] => dashboard
  2785.                             [action] => create_tumblelog
  2786.                             [public] => 0
  2787.                         )
  2788.  
  2789.                 )
  2790.  
  2791.             [138] => Array
  2792.                 (
  2793.                     [0] => /new/:type
  2794.                     [1] => Array
  2795.                         (
  2796.                             [controller] => dashboard
  2797.                             [action] => edit_post
  2798.                         )
  2799.  
  2800.                 )
  2801.  
  2802.             [139] => Array
  2803.                 (
  2804.                     [0] => /edit/:id
  2805.                     [1] => Array
  2806.                         (
  2807.                             [controller] => dashboard
  2808.                             [action] => edit_post
  2809.                         )
  2810.  
  2811.                 )
  2812.  
  2813.             [140] => Array
  2814.                 (
  2815.                     [0] => /reblog/tweet/:tweet_id/:type
  2816.                     [1] => Array
  2817.                         (
  2818.                             [controller] => dashboard
  2819.                             [action] => edit_post
  2820.                         )
  2821.  
  2822.                 )
  2823.  
  2824.             [141] => Array
  2825.                 (
  2826.                     [0] => /reblog/tweet/:tweet_id
  2827.                     [1] => Array
  2828.                         (
  2829.                             [controller] => dashboard
  2830.                             [action] => edit_post
  2831.                         )
  2832.  
  2833.                 )
  2834.  
  2835.             [142] => Array
  2836.                 (
  2837.                     [0] => /reblog/:reblog_post_id/:key/:type
  2838.                     [1] => Array
  2839.                         (
  2840.                             [controller] => dashboard
  2841.                             [action] => edit_post
  2842.                         )
  2843.  
  2844.                 )
  2845.  
  2846.             [143] => Array
  2847.                 (
  2848.                     [0] => /reblog/:reblog_post_id/:key
  2849.                     [1] => Array
  2850.                         (
  2851.                             [controller] => dashboard
  2852.                             [action] => edit_post
  2853.                         )
  2854.  
  2855.                 )
  2856.  
  2857.             [144] => Array
  2858.                 (
  2859.                     [0] => /delete
  2860.                     [1] => Array
  2861.                         (
  2862.                             [controller] => dashboard
  2863.                             [action] => delete
  2864.                         )
  2865.  
  2866.                 )
  2867.  
  2868.             [145] => Array
  2869.                 (
  2870.                     [0] => /delete_vimeo/:id
  2871.                     [1] => Array
  2872.                         (
  2873.                             [controller] => dashboard
  2874.                             [action] => delete_vimeo
  2875.                         )
  2876.  
  2877.                 )
  2878.  
  2879.             [146] => Array
  2880.                 (
  2881.                     [0] => /save
  2882.                     [1] => Array
  2883.                         (
  2884.                             [controller] => dashboard
  2885.                             [action] => save
  2886.                         )
  2887.  
  2888.                 )
  2889.  
  2890.             [147] => Array
  2891.                 (
  2892.                     [0] => /lookup_contacts
  2893.                     [1] => Array
  2894.                         (
  2895.                             [controller] => dashboard
  2896.                             [action] => lookup_contacts
  2897.                         )
  2898.  
  2899.                 )
  2900.  
  2901.             [148] => Array
  2902.                 (
  2903.                     [0] => /finish_welcome_step/:step
  2904.                     [1] => Array
  2905.                         (
  2906.                             [controller] => dashboard
  2907.                             [action] => finish_welcome_step
  2908.                         )
  2909.  
  2910.                 )
  2911.  
  2912.             [149] => Array
  2913.                 (
  2914.                     [0] => /mentions/:page
  2915.                     [1] => Array
  2916.                         (
  2917.                             [controller] => dashboard
  2918.                             [action] => index
  2919.                             [mentions_page] => 1
  2920.                         )
  2921.  
  2922.                 )
  2923.  
  2924.             [150] => Array
  2925.                 (
  2926.                     [0] => /mentions
  2927.                     [1] => Array
  2928.                         (
  2929.                             [controller] => dashboard
  2930.                             [action] => index
  2931.                             [mentions_page] => 1
  2932.                         )
  2933.  
  2934.                 )
  2935.  
  2936.             [151] => Array
  2937.                 (
  2938.                     [0] => /vimeo_token
  2939.                     [1] => Array
  2940.                         (
  2941.                             [controller] => dashboard
  2942.                             [action] => vimeo_token
  2943.                         )
  2944.  
  2945.                 )
  2946.  
  2947.             [152] => Array
  2948.                 (
  2949.                     [0] => /q+a
  2950.                     [1] => Array
  2951.                         (
  2952.                             [controller] => main
  2953.                             [action] => q_and_a
  2954.                         )
  2955.  
  2956.                 )
  2957.  
  2958.             [153] => Array
  2959.                 (
  2960.                     [0] => /heywatch/error
  2961.                     [1] => Array
  2962.                         (
  2963.                             [controller] => api
  2964.                             [action] => heywatch_pingback_error
  2965.                         )
  2966.  
  2967.                 )
  2968.  
  2969.             [154] => Array
  2970.                 (
  2971.                     [0] => /heywatch/encode_ok
  2972.                     [1] => Array
  2973.                         (
  2974.                             [controller] => api
  2975.                             [action] => heywatch_pingback_encode_ok
  2976.                         )
  2977.  
  2978.                 )
  2979.  
  2980.             [155] => Array
  2981.                 (
  2982.                     [0] => /feeds/:id
  2983.                     [1] => Array
  2984.                         (
  2985.                             [controller] => dashboard
  2986.                             [action] => manage_feeds
  2987.                         )
  2988.  
  2989.                 )
  2990.  
  2991.             [156] => Array
  2992.                 (
  2993.                     [0] => /feeds
  2994.                     [1] => Array
  2995.                         (
  2996.                             [controller] => dashboard
  2997.                             [action] => manage_feeds
  2998.                         )
  2999.  
  3000.                 )
  3001.  
  3002.             [157] => Array
  3003.                 (
  3004.                     [0] => /delete_feed/:id
  3005.                     [1] => Array
  3006.                         (
  3007.                             [controller] => dashboard
  3008.                             [action] => delete_feed
  3009.                         )
  3010.  
  3011.                 )
  3012.  
  3013.             [158] => Array
  3014.                 (
  3015.                     [0] => /delete_feed
  3016.                     [1] => Array
  3017.                         (
  3018.                             [controller] => dashboard
  3019.                             [action] => delete_feed
  3020.                         )
  3021.  
  3022.                 )
  3023.  
  3024.             [159] => Array
  3025.                 (
  3026.                     [0] => /settings
  3027.                     [1] => Array
  3028.                         (
  3029.                             [controller] => dashboard
  3030.                             [action] => settings
  3031.                         )
  3032.  
  3033.                 )
  3034.  
  3035.             [160] => Array
  3036.                 (
  3037.                     [0] => /preferences
  3038.                     [1] => Array
  3039.                         (
  3040.                             [controller] => dashboard
  3041.                             [action] => settings
  3042.                         )
  3043.  
  3044.                 )
  3045.  
  3046.             [161] => Array
  3047.                 (
  3048.                     [0] => /preferences/language
  3049.                     [1] => Array
  3050.                         (
  3051.                             [controller] => dashboard
  3052.                             [action] => set_language_for_user
  3053.                         )
  3054.  
  3055.                 )
  3056.  
  3057.             [162] => Array
  3058.                 (
  3059.                     [0] => /preferences/phone
  3060.                     [1] => Array
  3061.                         (
  3062.                             [controller] => dashboard
  3063.                             [action] => phone_preferences
  3064.                         )
  3065.  
  3066.                 )
  3067.  
  3068.             [163] => Array
  3069.                 (
  3070.                     [0] => /preferences/:id
  3071.                     [1] => Array
  3072.                         (
  3073.                             [controller] => dashboard
  3074.                             [action] => settings
  3075.                         )
  3076.  
  3077.                 )
  3078.  
  3079.             [164] => Array
  3080.                 (
  3081.                     [0] => /goodies
  3082.                     [1] => Array
  3083.                         (
  3084.                             [controller] => dashboard
  3085.                             [action] => goodies
  3086.                         )
  3087.  
  3088.                 )
  3089.  
  3090.             [165] => Array
  3091.                 (
  3092.                     [0] => /save_phone_preferences
  3093.                     [1] => Array
  3094.                         (
  3095.                             [controller] => dashboard
  3096.                             [action] => save_phone_preferences
  3097.                         )
  3098.  
  3099.                 )
  3100.  
  3101.             [166] => Array
  3102.                 (
  3103.                     [0] => /account/delete
  3104.                     [1] => Array
  3105.                         (
  3106.                             [controller] => dashboard
  3107.                             [action] => delete_account
  3108.                         )
  3109.  
  3110.                 )
  3111.  
  3112.             [167] => Array
  3113.                 (
  3114.                     [0] => /likes/page/:page
  3115.                     [1] => Array
  3116.                         (
  3117.                             [controller] => dashboard
  3118.                             [action] => likes
  3119.                         )
  3120.  
  3121.                 )
  3122.  
  3123.             [168] => Array
  3124.                 (
  3125.                     [0] => /likes
  3126.                     [1] => Array
  3127.                         (
  3128.                             [controller] => dashboard
  3129.                             [action] => likes
  3130.                         )
  3131.  
  3132.                 )
  3133.  
  3134.             [169] => Array
  3135.                 (
  3136.                     [0] => /coco
  3137.                     [1] => Array
  3138.                         (
  3139.                             [controller] => account
  3140.                             [action] => register
  3141.                             [follow] => teamcoco
  3142.                             [coco_promo] => 1
  3143.                         )
  3144.  
  3145.                 )
  3146.  
  3147.             [170] => Array
  3148.                 (
  3149.                     [0] => /liked/by/:tumblelog/page/:page
  3150.                     [1] => Array
  3151.                         (
  3152.                             [controller] => dashboard
  3153.                             [action] => likes
  3154.                         )
  3155.  
  3156.                 )
  3157.  
  3158.             [171] => Array
  3159.                 (
  3160.                     [0] => /liked/by/:tumblelog
  3161.                     [1] => Array
  3162.                         (
  3163.                             [controller] => dashboard
  3164.                             [action] => likes
  3165.                         )
  3166.  
  3167.                 )
  3168.  
  3169.             [172] => Array
  3170.                 (
  3171.                     [0] => /twitter/deauthorize/:tumblelog
  3172.                     [1] => Array
  3173.                         (
  3174.                             [controller] => account
  3175.                             [action] => twitter_oauth_authorize_callback
  3176.                             [deauthorize] => 1
  3177.                         )
  3178.  
  3179.                 )
  3180.  
  3181.             [173] => Array
  3182.                 (
  3183.                     [0] => /twitter/deauthorize
  3184.                     [1] => Array
  3185.                         (
  3186.                             [controller] => account
  3187.                             [action] => twitter_oauth_authorize_callback
  3188.                             [deauthorize] => 1
  3189.                         )
  3190.  
  3191.                 )
  3192.  
  3193.             [174] => Array
  3194.                 (
  3195.                     [0] => /twitter/authorize/:tumblelog
  3196.                     [1] => Array
  3197.                         (
  3198.                             [controller] => account
  3199.                             [action] => twitter_oauth_authorize_callback
  3200.                         )
  3201.  
  3202.                 )
  3203.  
  3204.             [175] => Array
  3205.                 (
  3206.                     [0] => /twitter/authorize
  3207.                     [1] => Array
  3208.                         (
  3209.                             [controller] => account
  3210.                             [action] => twitter_oauth_authorize_callback
  3211.                         )
  3212.  
  3213.                 )
  3214.  
  3215.             [176] => Array
  3216.                 (
  3217.                     [0] => /twitter/check/:tumblelog_name
  3218.                     [1] => Array
  3219.                         (
  3220.                             [controller] => dashboard
  3221.                             [action] => check_twitter
  3222.                         )
  3223.  
  3224.                 )
  3225.  
  3226.             [177] => Array
  3227.                 (
  3228.                     [0] => /twitter/check
  3229.                     [1] => Array
  3230.                         (
  3231.                             [controller] => dashboard
  3232.                             [action] => check_twitter
  3233.                             [check_user] => 1
  3234.                         )
  3235.  
  3236.                 )
  3237.  
  3238.             [178] => Array
  3239.                 (
  3240.                     [0] => /mega-editor/:channel_id/:year/:month
  3241.                     [1] => Array
  3242.                         (
  3243.                             [controller] => dashboard
  3244.                             [action] => mega_editor
  3245.                         )
  3246.  
  3247.                 )
  3248.  
  3249.             [179] => Array
  3250.                 (
  3251.                     [0] => /mega-editor/:channel_id
  3252.                     [1] => Array
  3253.                         (
  3254.                             [controller] => dashboard
  3255.                             [action] => mega_editor
  3256.                         )
  3257.  
  3258.                 )
  3259.  
  3260.             [180] => Array
  3261.                 (
  3262.                     [0] => /mega-editor
  3263.                     [1] => Array
  3264.                         (
  3265.                             [controller] => dashboard
  3266.                             [action] => mega_editor
  3267.                         )
  3268.  
  3269.                 )
  3270.  
  3271.             [181] => Array
  3272.                 (
  3273.                     [0] => /get_tags_for_posts
  3274.                     [1] => Array
  3275.                         (
  3276.                             [controller] => dashboard
  3277.                             [action] => get_tags_for_posts
  3278.                         )
  3279.  
  3280.                 )
  3281.  
  3282.             [182] => Array
  3283.                 (
  3284.                     [0] => /add_tags_to_posts
  3285.                     [1] => Array
  3286.                         (
  3287.                             [controller] => dashboard
  3288.                             [action] => add_tags_to_posts
  3289.                         )
  3290.  
  3291.                 )
  3292.  
  3293.             [183] => Array
  3294.                 (
  3295.                     [0] => /remove_tags_from_posts
  3296.                     [1] => Array
  3297.                         (
  3298.                             [controller] => dashboard
  3299.                             [action] => remove_tags_from_posts
  3300.                         )
  3301.  
  3302.                 )
  3303.  
  3304.             [184] => Array
  3305.                 (
  3306.                     [0] => /delete_posts
  3307.                     [1] => Array
  3308.                         (
  3309.                             [controller] => dashboard
  3310.                             [action] => delete_posts
  3311.                         )
  3312.  
  3313.                 )
  3314.  
  3315.             [185] => Array
  3316.                 (
  3317.                     [0] => /ask_publish
  3318.                     [1] => Array
  3319.                         (
  3320.                             [controller] => dashboard
  3321.                             [action] => ask_publish
  3322.                         )
  3323.  
  3324.                 )
  3325.  
  3326.             [186] => Array
  3327.                 (
  3328.                     [0] => /publish
  3329.                     [1] => Array
  3330.                         (
  3331.                             [controller] => dashboard
  3332.                             [action] => publish
  3333.                         )
  3334.  
  3335.                 )
  3336.  
  3337.             [187] => Array
  3338.                 (
  3339.                     [0] => /move_to_top
  3340.                     [1] => Array
  3341.                         (
  3342.                             [controller] => dashboard
  3343.                             [action] => move_to_top
  3344.                         )
  3345.  
  3346.                 )
  3347.  
  3348.             [188] => Array
  3349.                 (
  3350.                     [0] => /drafts
  3351.                     [1] => Array
  3352.                         (
  3353.                             [controller] => dashboard
  3354.                             [action] => drafts
  3355.                         )
  3356.  
  3357.                 )
  3358.  
  3359.             [189] => Array
  3360.                 (
  3361.                     [0] => /drafts/after/:before_id
  3362.                     [1] => Array
  3363.                         (
  3364.                             [controller] => dashboard
  3365.                             [action] => drafts
  3366.                         )
  3367.  
  3368.                 )
  3369.  
  3370.             [190] => Array
  3371.                 (
  3372.                     [0] => /drafts
  3373.                     [1] => Array
  3374.                         (
  3375.                             [controller] => dashboard
  3376.                             [action] => drafts
  3377.                         )
  3378.  
  3379.                 )
  3380.  
  3381.             [191] => Array
  3382.                 (
  3383.                     [0] => /queue
  3384.                     [1] => Array
  3385.                         (
  3386.                             [controller] => dashboard
  3387.                             [action] => post_queue
  3388.                         )
  3389.  
  3390.                 )
  3391.  
  3392.             [192] => Array
  3393.                 (
  3394.                     [0] => /processing
  3395.                     [1] => Array
  3396.                         (
  3397.                             [controller] => dashboard
  3398.                             [action] => transcoding
  3399.                         )
  3400.  
  3401.                 )
  3402.  
  3403.             [193] => Array
  3404.                 (
  3405.                     [0] => /tumblelog/:channel_id/queue
  3406.                     [1] => Array
  3407.                         (
  3408.                             [controller] => dashboard
  3409.                             [action] => post_queue
  3410.                         )
  3411.  
  3412.                 )
  3413.  
  3414.             [194] => Array
  3415.                 (
  3416.                     [0] => /tumblelog/:channel_id/drafts/after/:before_id
  3417.                     [1] => Array
  3418.                         (
  3419.                             [controller] => dashboard
  3420.                             [action] => drafts
  3421.                         )
  3422.  
  3423.                 )
  3424.  
  3425.             [195] => Array
  3426.                 (
  3427.                     [0] => /tumblelog/:channel_id/drafts
  3428.                     [1] => Array
  3429.                         (
  3430.                             [controller] => dashboard
  3431.                             [action] => drafts
  3432.                         )
  3433.  
  3434.                 )
  3435.  
  3436.             [196] => Array
  3437.                 (
  3438.                     [0] => /tumblelog/:channel_id/processing
  3439.                     [1] => Array
  3440.                         (
  3441.                             [controller] => dashboard
  3442.                             [action] => transcoding
  3443.                         )
  3444.  
  3445.                 )
  3446.  
  3447.             [197] => Array
  3448.                 (
  3449.                     [0] => /like/:key
  3450.                     [1] => Array
  3451.                         (
  3452.                             [controller] => dashboard
  3453.                             [action] => like
  3454.                         )
  3455.  
  3456.                 )
  3457.  
  3458.             [198] => Array
  3459.                 (
  3460.                     [0] => /unlike/:key
  3461.                     [1] => Array
  3462.                         (
  3463.                             [controller] => dashboard
  3464.                             [action] => unlike
  3465.                         )
  3466.  
  3467.                 )
  3468.  
  3469.             [199] => Array
  3470.                 (
  3471.                     [0] => /explore/wire_posts.json
  3472.                     [1] => Array
  3473.                         (
  3474.                             [controller] => main
  3475.                             [action] => _explore_wire_posts
  3476.                         )
  3477.  
  3478.                 )
  3479.  
  3480.             [200] => Array
  3481.                 (
  3482.                     [0] => /explore/ph
  3483.                     [1] => Array
  3484.                         (
  3485.                             [controller] => main
  3486.                             [action] => explore_ph
  3487.                         )
  3488.  
  3489.                 )
  3490.  
  3491.             [201] => Array
  3492.                 (
  3493.                     [0] => /follow
  3494.                     [1] => Array
  3495.                         (
  3496.                             [controller] => dashboard
  3497.                             [action] => follow
  3498.                         )
  3499.  
  3500.                 )
  3501.  
  3502.             [202] => Array
  3503.                 (
  3504.                     [0] => /unfollow
  3505.                     [1] => Array
  3506.                         (
  3507.                             [controller] => dashboard
  3508.                             [action] => unfollow
  3509.                         )
  3510.  
  3511.                 )
  3512.  
  3513.             [203] => Array
  3514.                 (
  3515.                     [0] => /dashboard/notes/:id/:hash
  3516.                     [1] => Array
  3517.                         (
  3518.                             [controller] => dashboard
  3519.                             [action] => notes
  3520.                         )
  3521.  
  3522.                 )
  3523.  
  3524.             [204] => Array
  3525.                 (
  3526.                     [0] => /dashboard/iframe
  3527.                     [1] => Array
  3528.                         (
  3529.                             [controller] => dashboard
  3530.                             [action] => iframe
  3531.                         )
  3532.  
  3533.                 )
  3534.  
  3535.             [205] => Array
  3536.                 (
  3537.                     [0] => /welcome
  3538.                     [1] => Array
  3539.                         (
  3540.                             [controller] => dashboard
  3541.                             [action] => index
  3542.                         )
  3543.  
  3544.                 )
  3545.  
  3546.             [206] => Array
  3547.                 (
  3548.                     [0] => /iphone/likes
  3549.                     [1] => Array
  3550.                         (
  3551.                             [controller] => dashboard
  3552.                             [action] => likes
  3553.                             [iphone] => 1
  3554.                         )
  3555.  
  3556.                 )
  3557.  
  3558.             [207] => Array
  3559.                 (
  3560.                     [0] => /iphone/drafts
  3561.                     [1] => Array
  3562.                         (
  3563.                             [controller] => dashboard
  3564.                             [action] => drafts
  3565.                             [iphone] => 1
  3566.                         )
  3567.  
  3568.                 )
  3569.  
  3570.             [208] => Array
  3571.                 (
  3572.                     [0] => /iphone/queue
  3573.                     [1] => Array
  3574.                         (
  3575.                             [controller] => dashboard
  3576.                             [action] => post_queue
  3577.                             [iphone] => 1
  3578.                         )
  3579.  
  3580.                 )
  3581.  
  3582.             [209] => Array
  3583.                 (
  3584.                     [0] => /iphone/search/:tag/:last_id_chain
  3585.                     [1] => Array
  3586.                         (
  3587.                             [controller] => main
  3588.                             [action] => tag
  3589.                             [iphone] => 1
  3590.                         )
  3591.  
  3592.                 )
  3593.  
  3594.             [210] => Array
  3595.                 (
  3596.                     [0] => /iphone/search/:tag
  3597.                     [1] => Array
  3598.                         (
  3599.                             [controller] => main
  3600.                             [action] => tag
  3601.                             [iphone] => 1
  3602.                         )
  3603.  
  3604.                 )
  3605.  
  3606.             [211] => Array
  3607.                 (
  3608.                     [0] => /iphone
  3609.                     [1] => Array
  3610.                         (
  3611.                             [controller] => dashboard
  3612.                             [action] => index
  3613.                             [iphone] => 1
  3614.                         )
  3615.  
  3616.                 )
  3617.  
  3618.             [212] => Array
  3619.                 (
  3620.                     [0] => /iphone/:page
  3621.                     [1] => Array
  3622.                         (
  3623.                             [controller] => dashboard
  3624.                             [action] => index
  3625.                             [iphone] => 1
  3626.                         )
  3627.  
  3628.                 )
  3629.  
  3630.             [213] => Array
  3631.                 (
  3632.                     [0] => /dashboard/check_for_new_posts/after/:id
  3633.                     [1] => Array
  3634.                         (
  3635.                             [controller] => dashboard
  3636.                             [action] => check_for_new_posts
  3637.                         )
  3638.  
  3639.                 )
  3640.  
  3641.             [214] => Array
  3642.                 (
  3643.                     [0] => /dashboard/search/:filter_keywords/:page
  3644.                     [1] => Array
  3645.                         (
  3646.                             [controller] => dashboard
  3647.                             [action] => index
  3648.                         )
  3649.  
  3650.                 )
  3651.  
  3652.             [215] => Array
  3653.                 (
  3654.                     [0] => /dashboard/search/:filter_keywords
  3655.                     [1] => Array
  3656.                         (
  3657.                             [controller] => dashboard
  3658.                             [action] => index
  3659.                         )
  3660.  
  3661.                 )
  3662.  
  3663.             [216] => Array
  3664.                 (
  3665.                     [0] => /dashboard
  3666.                     [1] => Array
  3667.                         (
  3668.                             [controller] => dashboard
  3669.                             [action] => index
  3670.                         )
  3671.  
  3672.                 )
  3673.  
  3674.             [217] => Array
  3675.                 (
  3676.                     [0] => /dashboard/:page
  3677.                     [1] => Array
  3678.                         (
  3679.                             [controller] => dashboard
  3680.                             [action] => index
  3681.                         )
  3682.  
  3683.                 )
  3684.  
  3685.             [218] => Array
  3686.                 (
  3687.                     [0] => /dashboard/:page/:offset
  3688.                     [1] => Array
  3689.                         (
  3690.                             [controller] => dashboard
  3691.                             [action] => index
  3692.                         )
  3693.  
  3694.                 )
  3695.  
  3696.             [219] => Array
  3697.                 (
  3698.                     [0] => /kirbabble/page/:page
  3699.                     [1] => Array
  3700.                         (
  3701.                             [controller] => main
  3702.                             [action] => channel
  3703.                             [channel] => kirbabble
  3704.                         )
  3705.  
  3706.                 )
  3707.  
  3708.             [220] => Array
  3709.                 (
  3710.                     [0] => /kirbabble
  3711.                     [1] => Array
  3712.                         (
  3713.                             [controller] => main
  3714.                             [action] => channel
  3715.                             [channel] => kirbabble
  3716.                         )
  3717.  
  3718.                 )
  3719.  
  3720.             [221] => Array
  3721.                 (
  3722.                     [0] => /collegehumor/page/:page
  3723.                     [1] => Array
  3724.                         (
  3725.                             [controller] => main
  3726.                             [action] => channel
  3727.                             [channel] => collegehumor
  3728.                         )
  3729.  
  3730.                 )
  3731.  
  3732.             [222] => Array
  3733.                 (
  3734.                     [0] => /collegehumor
  3735.                     [1] => Array
  3736.                         (
  3737.                             [controller] => main
  3738.                             [action] => channel
  3739.                             [channel] => collegehumor
  3740.                         )
  3741.  
  3742.                 )
  3743.  
  3744.             [223] => Array
  3745.                 (
  3746.                     [0] => /nextnewnetworks/page/:page
  3747.                     [1] => Array
  3748.                         (
  3749.                             [controller] => main
  3750.                             [action] => channel
  3751.                             [channel] => nextnewnetworks
  3752.                         )
  3753.  
  3754.                 )
  3755.  
  3756.             [224] => Array
  3757.                 (
  3758.                     [0] => /nextnewnetworks
  3759.                     [1] => Array
  3760.                         (
  3761.                             [controller] => main
  3762.                             [action] => channel
  3763.                             [channel] => nextnewnetworks
  3764.                         )
  3765.  
  3766.                 )
  3767.  
  3768.             [225] => Array
  3769.                 (
  3770.                     [0] => /newsweek/page/:page
  3771.                     [1] => Array
  3772.                         (
  3773.                             [controller] => main
  3774.                             [action] => channel
  3775.                             [channel] => newsweek
  3776.                         )
  3777.  
  3778.                 )
  3779.  
  3780.             [226] => Array
  3781.                 (
  3782.                     [0] => /newsweek
  3783.                     [1] => Array
  3784.                         (
  3785.                             [controller] => main
  3786.                             [action] => channel
  3787.                             [channel] => newsweek
  3788.                         )
  3789.  
  3790.                 )
  3791.  
  3792.             [227] => Array
  3793.                 (
  3794.                     [0] => /frederator/page/:page
  3795.                     [1] => Array
  3796.                         (
  3797.                             [controller] => main
  3798.                             [action] => channel
  3799.                             [channel] => frederator
  3800.                         )
  3801.  
  3802.                 )
  3803.  
  3804.             [228] => Array
  3805.                 (
  3806.                     [0] => /frederator
  3807.                     [1] => Array
  3808.                         (
  3809.                             [controller] => main
  3810.                             [action] => channel
  3811.                             [channel] => frederator
  3812.                         )
  3813.  
  3814.                 )
  3815.  
  3816.             [229] => Array
  3817.                 (
  3818.                     [0] => /tumblelog/:channel_id/search/:filter_keywords/:page
  3819.                     [1] => Array
  3820.                         (
  3821.                             [controller] => dashboard
  3822.                             [action] => index
  3823.                         )
  3824.  
  3825.                 )
  3826.  
  3827.             [230] => Array
  3828.                 (
  3829.                     [0] => /tumblelog/:channel_id/search/:filter_keywords
  3830.                     [1] => Array
  3831.                         (
  3832.                             [controller] => dashboard
  3833.                             [action] => index
  3834.                         )
  3835.  
  3836.                 )
  3837.  
  3838.             [231] => Array
  3839.                 (
  3840.                     [0] => /send_invite
  3841.                     [1] => Array
  3842.                         (
  3843.                             [controller] => dashboard
  3844.                             [action] => send_invite
  3845.                         )
  3846.  
  3847.                 )
  3848.  
  3849.             [232] => Array
  3850.                 (
  3851.                     [0] => /filter
  3852.                     [1] => Array
  3853.                         (
  3854.                             [controller] => dashboard
  3855.                             [action] => filter
  3856.                         )
  3857.  
  3858.                 )
  3859.  
  3860.             [233] => Array
  3861.                 (
  3862.                     [0] => /receipt
  3863.                     [1] => Array
  3864.                         (
  3865.                             [controller] => dashboard
  3866.                             [action] => receipt
  3867.                         )
  3868.  
  3869.                 )
  3870.  
  3871.             [234] => Array
  3872.                 (
  3873.                     [0] => /tumblelog/:channel_id/filter/:filter_keywords/:page
  3874.                     [1] => Array
  3875.                         (
  3876.                             [controller] => dashboard
  3877.                             [action] => index
  3878.                         )
  3879.  
  3880.                 )
  3881.  
  3882.             [235] => Array
  3883.                 (
  3884.                     [0] => /tumblelog/:channel_id/filter/:filter_keywords
  3885.                     [1] => Array
  3886.                         (
  3887.                             [controller] => dashboard
  3888.                             [action] => index
  3889.                         )
  3890.  
  3891.                 )
  3892.  
  3893.             [236] => Array
  3894.                 (
  3895.                     [0] => /tumblelog/:channel_id/show/:filter_type/by/:filter_author/filter/:filter_keywords/:page
  3896.                     [1] => Array
  3897.                         (
  3898.                             [controller] => dashboard
  3899.                             [action] => index
  3900.                         )
  3901.  
  3902.                 )
  3903.  
  3904.             [237] => Array
  3905.                 (
  3906.                     [0] => /tumblelog/:channel_id/show/:filter_type/by/:filter_author/filter/:filter_keywords
  3907.                     [1] => Array
  3908.                         (
  3909.                             [controller] => dashboard
  3910.                             [action] => index
  3911.                         )
  3912.  
  3913.                 )
  3914.  
  3915.             [238] => Array
  3916.                 (
  3917.                     [0] => /tumblelog/:channel_id/show/:filter_type/filter/:filter_keywords/:page
  3918.                     [1] => Array
  3919.                         (
  3920.                             [controller] => dashboard
  3921.                             [action] => index
  3922.                         )
  3923.  
  3924.                 )
  3925.  
  3926.             [239] => Array
  3927.                 (
  3928.                     [0] => /tumblelog/:channel_id/show/:filter_type/filter/:filter_keywords
  3929.                     [1] => Array
  3930.                         (
  3931.                             [controller] => dashboard
  3932.                             [action] => index
  3933.                         )
  3934.  
  3935.                 )
  3936.  
  3937.             [240] => Array
  3938.                 (
  3939.                     [0] => /tumblelog/:channel_id/show/:filter_type/by/:filter_author/:page
  3940.                     [1] => Array
  3941.                         (
  3942.                             [controller] => dashboard
  3943.                             [action] => index
  3944.                         )
  3945.  
  3946.                 )
  3947.  
  3948.             [241] => Array
  3949.                 (
  3950.                     [0] => /tumblelog/:channel_id/show/:filter_type/by/:filter_author
  3951.                     [1] => Array
  3952.                         (
  3953.                             [controller] => dashboard
  3954.                             [action] => index
  3955.                         )
  3956.  
  3957.                 )
  3958.  
  3959.             [242] => Array
  3960.                 (
  3961.                     [0] => /tumblelog/:channel_id/show/:filter_type/:page
  3962.                     [1] => Array
  3963.                         (
  3964.                             [controller] => dashboard
  3965.                             [action] => index
  3966.                         )
  3967.  
  3968.                 )
  3969.  
  3970.             [243] => Array
  3971.                 (
  3972.                     [0] => /tumblelog/:channel_id/show/:filter_type
  3973.                     [1] => Array
  3974.                         (
  3975.                             [controller] => dashboard
  3976.                             [action] => index
  3977.                         )
  3978.  
  3979.                 )
  3980.  
  3981.             [244] => Array
  3982.                 (
  3983.                     [0] => /filter/:filter_keywords/:page
  3984.                     [1] => Array
  3985.                         (
  3986.                             [controller] => dashboard
  3987.                             [action] => index
  3988.                         )
  3989.  
  3990.                 )
  3991.  
  3992.             [245] => Array
  3993.                 (
  3994.                     [0] => /filter/:filter_keywords
  3995.                     [1] => Array
  3996.                         (
  3997.                             [controller] => dashboard
  3998.                             [action] => index
  3999.                         )
  4000.  
  4001.                 )
  4002.  
  4003.             [246] => Array
  4004.                 (
  4005.                     [0] => /show/:filter_type/by/:filter_author/filter/:filter_keywords/:page
  4006.                     [1] => Array
  4007.                         (
  4008.                             [controller] => dashboard
  4009.                             [action] => index
  4010.                         )
  4011.  
  4012.                 )
  4013.  
  4014.             [247] => Array
  4015.                 (
  4016.                     [0] => /show/:filter_type/by/:filter_author/filter/:filter_keywords
  4017.                     [1] => Array
  4018.                         (
  4019.                             [controller] => dashboard
  4020.                             [action] => index
  4021.                         )
  4022.  
  4023.                 )
  4024.  
  4025.             [248] => Array
  4026.                 (
  4027.                     [0] => /show/:filter_type/filter/:filter_keywords/:page
  4028.                     [1] => Array
  4029.                         (
  4030.                             [controller] => dashboard
  4031.                             [action] => index
  4032.                         )
  4033.  
  4034.                 )
  4035.  
  4036.             [249] => Array
  4037.                 (
  4038.                     [0] => /show/:filter_type/filter/:filter_keywords
  4039.                     [1] => Array
  4040.                         (
  4041.                             [controller] => dashboard
  4042.                             [action] => index
  4043.                         )
  4044.  
  4045.                 )
  4046.  
  4047.             [250] => Array
  4048.                 (
  4049.                     [0] => /show/:filter_type/by/:filter_author/:page
  4050.                     [1] => Array
  4051.                         (
  4052.                             [controller] => dashboard
  4053.                             [action] => index
  4054.                         )
  4055.  
  4056.                 )
  4057.  
  4058.             [251] => Array
  4059.                 (
  4060.                     [0] => /show/:filter_type/by/:filter_author
  4061.                     [1] => Array
  4062.                         (
  4063.                             [controller] => dashboard
  4064.                             [action] => index
  4065.                         )
  4066.  
  4067.                 )
  4068.  
  4069.             [252] => Array
  4070.                 (
  4071.                     [0] => /show/:filter_type/:page
  4072.                     [1] => Array
  4073.                         (
  4074.                             [controller] => dashboard
  4075.                             [action] => index
  4076.                         )
  4077.  
  4078.                 )
  4079.  
  4080.             [253] => Array
  4081.                 (
  4082.                     [0] => /show/:filter_type
  4083.                     [1] => Array
  4084.                         (
  4085.                             [controller] => dashboard
  4086.                             [action] => index
  4087.                         )
  4088.  
  4089.                 )
  4090.  
  4091.             [254] => Array
  4092.                 (
  4093.                     [0] => /tumblelog/:channel_id/followers/page/:page
  4094.                     [1] => Array
  4095.                         (
  4096.                             [controller] => dashboard
  4097.                             [action] => followers
  4098.                         )
  4099.  
  4100.                 )
  4101.  
  4102.             [255] => Array
  4103.                 (
  4104.                     [0] => /tumblelog/:channel_id/followers
  4105.                     [1] => Array
  4106.                         (
  4107.                             [controller] => dashboard
  4108.                             [action] => followers
  4109.                         )
  4110.  
  4111.                 )
  4112.  
  4113.             [256] => Array
  4114.                 (
  4115.                     [0] => /followers/page/:page
  4116.                     [1] => Array
  4117.                         (
  4118.                             [controller] => dashboard
  4119.                             [action] => followers
  4120.                         )
  4121.  
  4122.                 )
  4123.  
  4124.             [257] => Array
  4125.                 (
  4126.                     [0] => /followers
  4127.                     [1] => Array
  4128.                         (
  4129.                             [controller] => dashboard
  4130.                             [action] => followers
  4131.                         )
  4132.  
  4133.                 )
  4134.  
  4135.             [258] => Array
  4136.                 (
  4137.                     [0] => /check_if_user_is_friend
  4138.                     [1] => Array
  4139.                         (
  4140.                             [controller] => dashboard
  4141.                             [action] => check_if_user_is_friend
  4142.                         )
  4143.  
  4144.                 )
  4145.  
  4146.             [259] => Array
  4147.                 (
  4148.                     [0] => /following/page/:page
  4149.                     [1] => Array
  4150.                         (
  4151.                             [controller] => dashboard
  4152.                             [action] => following
  4153.                         )
  4154.  
  4155.                 )
  4156.  
  4157.             [260] => Array
  4158.                 (
  4159.                     [0] => /following
  4160.                     [1] => Array
  4161.                         (
  4162.                             [controller] => dashboard
  4163.                             [action] => following
  4164.                         )
  4165.  
  4166.                 )
  4167.  
  4168.             [261] => Array
  4169.                 (
  4170.                     [0] => /following.opml
  4171.                     [1] => Array
  4172.                         (
  4173.                             [controller] => dashboard
  4174.                             [action] => following_opml
  4175.                         )
  4176.  
  4177.                 )
  4178.  
  4179.             [262] => Array
  4180.                 (
  4181.                     [0] => /block
  4182.                     [1] => Array
  4183.                         (
  4184.                             [controller] => dashboard
  4185.                             [action] => block
  4186.                         )
  4187.  
  4188.                 )
  4189.  
  4190.             [263] => Array
  4191.                 (
  4192.                     [0] => /block/add
  4193.                     [1] => Array
  4194.                         (
  4195.                             [controller] => dashboard
  4196.                             [action] => block_add
  4197.                         )
  4198.  
  4199.                 )
  4200.  
  4201.             [264] => Array
  4202.                 (
  4203.                     [0] => /block/remove
  4204.                     [1] => Array
  4205.                         (
  4206.                             [controller] => dashboard
  4207.                             [action] => block_remove
  4208.                         )
  4209.  
  4210.                 )
  4211.  
  4212.             [265] => Array
  4213.                 (
  4214.                     [0] => /block/report
  4215.                     [1] => Array
  4216.                         (
  4217.                             [controller] => dashboard
  4218.                             [action] => report_tumblelog
  4219.                         )
  4220.  
  4221.                 )
  4222.  
  4223.             [266] => Array
  4224.                 (
  4225.                     [0] => /tumblelog/:channel_id/members
  4226.                     [1] => Array
  4227.                         (
  4228.                             [controller] => dashboard
  4229.                             [action] => members
  4230.                         )
  4231.  
  4232.                 )
  4233.  
  4234.             [267] => Array
  4235.                 (
  4236.                     [0] => /tumblelog/:channel_id/new/:type
  4237.                     [1] => Array
  4238.                         (
  4239.                             [controller] => dashboard
  4240.                             [action] => edit_post
  4241.                         )
  4242.  
  4243.                 )
  4244.  
  4245.             [268] => Array
  4246.                 (
  4247.                     [0] => /tumblelog/:channel_id/:page
  4248.                     [1] => Array
  4249.                         (
  4250.                             [controller] => dashboard
  4251.                             [action] => index
  4252.                         )
  4253.  
  4254.                 )
  4255.  
  4256.             [269] => Array
  4257.                 (
  4258.                     [0] => /tumblelog/:channel_id
  4259.                     [1] => Array
  4260.                         (
  4261.                             [controller] => dashboard
  4262.                             [action] => index
  4263.                         )
  4264.  
  4265.                 )
  4266.  
  4267.             [270] => Array
  4268.                 (
  4269.                     [0] => /set_tumblelog_location/:tumblelog_name
  4270.                     [1] => Array
  4271.                         (
  4272.                             [controller] => dashboard
  4273.                             [action] => set_tumblelog_location
  4274.                         )
  4275.  
  4276.                 )
  4277.  
  4278.             [271] => Array
  4279.                 (
  4280.                     [0] => /join/:hash
  4281.                     [1] => Array
  4282.                         (
  4283.                             [controller] => dashboard
  4284.                             [action] => join
  4285.                         )
  4286.  
  4287.                 )
  4288.  
  4289.             [272] => Array
  4290.                 (
  4291.                     [0] => /leave/channel/:channel_id
  4292.                     [1] => Array
  4293.                         (
  4294.                             [controller] => dashboard
  4295.                             [action] => leave_channel
  4296.                         )
  4297.  
  4298.                 )
  4299.  
  4300.             [273] => Array
  4301.                 (
  4302.                     [0] => /leave/tumblelog/:channel_id
  4303.                     [1] => Array
  4304.                         (
  4305.                             [controller] => dashboard
  4306.                             [action] => leave_channel
  4307.                         )
  4308.  
  4309.                 )
  4310.  
  4311.             [274] => Array
  4312.                 (
  4313.                     [0] => /promote_to_admin/:tumblelog_id/:user_id
  4314.                     [1] => Array
  4315.                         (
  4316.                             [controller] => dashboard
  4317.                             [action] => promote_to_admin
  4318.                         )
  4319.  
  4320.                 )
  4321.  
  4322.             [275] => Array
  4323.                 (
  4324.                     [0] => /promote_to_admin
  4325.                     [1] => Array
  4326.                         (
  4327.                             [controller] => dashboard
  4328.                             [action] => promote_to_admin
  4329.                         )
  4330.  
  4331.                 )
  4332.  
  4333.             [276] => Array
  4334.                 (
  4335.                     [0] => /remove_member
  4336.                     [1] => Array
  4337.                         (
  4338.                             [controller] => dashboard
  4339.                             [action] => remove_member
  4340.                         )
  4341.  
  4342.                 )
  4343.  
  4344.             [277] => Array
  4345.                 (
  4346.                     [0] => /circles/:name
  4347.                     [1] => Array
  4348.                         (
  4349.                             [controller] => dashboard
  4350.                             [action] => circles
  4351.                         )
  4352.  
  4353.                 )
  4354.  
  4355.             [278] => Array
  4356.                 (
  4357.                     [0] => /circles
  4358.                     [1] => Array
  4359.                         (
  4360.                             [controller] => dashboard
  4361.                             [action] => circles
  4362.                         )
  4363.  
  4364.                 )
  4365.  
  4366.             [279] => Array
  4367.                 (
  4368.                     [0] => /photos/page/:page
  4369.                     [1] => Array
  4370.                         (
  4371.                             [controller] => dashboard
  4372.                             [action] => photos
  4373.                         )
  4374.  
  4375.                 )
  4376.  
  4377.             [280] => Array
  4378.                 (
  4379.                     [0] => /photos
  4380.                     [1] => Array
  4381.                         (
  4382.                             [controller] => dashboard
  4383.                             [action] => photos
  4384.                         )
  4385.  
  4386.                 )
  4387.  
  4388.             [281] => Array
  4389.                 (
  4390.                     [0] => /audio_file/:id/:key
  4391.                     [1] => Array
  4392.                         (
  4393.                             [controller] => dashboard
  4394.                             [action] => audio_file
  4395.                         )
  4396.  
  4397.                 )
  4398.  
  4399.             [282] => Array
  4400.                 (
  4401.                     [0] => /video_file/:id/:key
  4402.                     [1] => Array
  4403.                         (
  4404.                             [controller] => dashboard
  4405.                             [action] => video_file
  4406.                         )
  4407.  
  4408.                 )
  4409.  
  4410.             [283] => Array
  4411.                 (
  4412.                     [0] => /photo/1280/:id/:offset/:key
  4413.                     [1] => Array
  4414.                         (
  4415.                             [controller] => tumblelog
  4416.                             [action] => photo_1280_file
  4417.                         )
  4418.  
  4419.                 )
  4420.  
  4421.             [284] => Array
  4422.                 (
  4423.                     [0] => /customize/theme_code/:id
  4424.                     [1] => Array
  4425.                         (
  4426.                             [controller] => dashboard
  4427.                             [action] => theme_code
  4428.                         )
  4429.  
  4430.                 )
  4431.  
  4432.             [285] => Array
  4433.                 (
  4434.                     [0] => /customize/theme_params/:id
  4435.                     [1] => Array
  4436.                         (
  4437.                             [controller] => dashboard
  4438.                             [action] => _theme_params
  4439.                         )
  4440.  
  4441.                 )
  4442.  
  4443.             [286] => Array
  4444.                 (
  4445.                     [0] => /customize/:id
  4446.                     [1] => Array
  4447.                         (
  4448.                             [controller] => dashboard
  4449.                             [action] => customize
  4450.                         )
  4451.  
  4452.                 )
  4453.  
  4454.             [287] => Array
  4455.                 (
  4456.                     [0] => /customize
  4457.                     [1] => Array
  4458.                         (
  4459.                             [controller] => dashboard
  4460.                             [action] => customize
  4461.                         )
  4462.  
  4463.                 )
  4464.  
  4465.             [288] => Array
  4466.                 (
  4467.                     [0] => /set_avatar
  4468.                     [1] => Array
  4469.                         (
  4470.                             [controller] => dashboard
  4471.                             [action] => set_avatar
  4472.                         )
  4473.  
  4474.                 )
  4475.  
  4476.             [289] => Array
  4477.                 (
  4478.                     [0] => /set_theme
  4479.                     [1] => Array
  4480.                         (
  4481.                             [controller] => dashboard
  4482.                             [action] => set_theme
  4483.                         )
  4484.  
  4485.                 )
  4486.  
  4487.             [290] => Array
  4488.                 (
  4489.                     [0] => /set_twitter
  4490.                     [1] => Array
  4491.                         (
  4492.                             [controller] => dashboard
  4493.                             [action] => set_twitter
  4494.                         )
  4495.  
  4496.                 )
  4497.  
  4498.             [291] => Array
  4499.                 (
  4500.                     [0] => /manage_pages/:tumblelog_id
  4501.                     [1] => Array
  4502.                         (
  4503.                             [controller] => dashboard
  4504.                             [action] => manage_pages
  4505.                         )
  4506.  
  4507.                 )
  4508.  
  4509.             [292] => Array
  4510.                 (
  4511.                     [0] => /pages/:id/sort
  4512.                     [1] => Array
  4513.                         (
  4514.                             [controller] => dashboard
  4515.                             [action] => sort_pages
  4516.                         )
  4517.  
  4518.                 )
  4519.  
  4520.             [293] => Array
  4521.                 (
  4522.                     [0] => /pages/:id
  4523.                     [1] => Array
  4524.                         (
  4525.                             [controller] => dashboard
  4526.                             [action] => pages
  4527.                         )
  4528.  
  4529.                 )
  4530.  
  4531.             [294] => Array
  4532.                 (
  4533.                     [0] => /safe/video/:id/:width/:post_key
  4534.                     [1] => Array
  4535.                         (
  4536.                             [controller] => dashboard
  4537.                             [action] => safe_container
  4538.                         )
  4539.  
  4540.                 )
  4541.  
  4542.             [295] => Array
  4543.                 (
  4544.                     [0] => /safe/video/:id/:width
  4545.                     [1] => Array
  4546.                         (
  4547.                             [controller] => dashboard
  4548.                             [action] => safe_container
  4549.                         )
  4550.  
  4551.                 )
  4552.  
  4553.             [296] => Array
  4554.                 (
  4555.                     [0] => /reset_mobile_address
  4556.                     [1] => Array
  4557.                         (
  4558.                             [controller] => dashboard
  4559.                             [action] => reset_mobile_address
  4560.                         )
  4561.  
  4562.                 )
  4563.  
  4564.             [297] => Array
  4565.                 (
  4566.                     [0] => /reset_mobile_address/:group_id
  4567.                     [1] => Array
  4568.                         (
  4569.                             [controller] => dashboard
  4570.                             [action] => reset_mobile_address
  4571.                         )
  4572.  
  4573.                 )
  4574.  
  4575.             [298] => Array
  4576.                 (
  4577.                     [0] => /imified
  4578.                     [1] => Array
  4579.                         (
  4580.                             [controller] => api
  4581.                             [action] => imified
  4582.                         )
  4583.  
  4584.                 )
  4585.  
  4586.             [299] => Array
  4587.                 (
  4588.                     [0] => /twilio/incoming_call
  4589.                     [1] => Array
  4590.                         (
  4591.                             [controller] => api
  4592.                             [action] => twilio_incoming_call
  4593.                         )
  4594.  
  4595.                 )
  4596.  
  4597.             [300] => Array
  4598.                 (
  4599.                     [0] => /twilio/recording_complete
  4600.                     [1] => Array
  4601.                         (
  4602.                             [controller] => api
  4603.                             [action] => twilio_recording_complete
  4604.                         )
  4605.  
  4606.                 )
  4607.  
  4608.             [301] => Array
  4609.                 (
  4610.                     [0] => /paypal/ipn
  4611.                     [1] => Array
  4612.                         (
  4613.                             [controller] => api
  4614.                             [action] => paypal_instant_payment_notification
  4615.                         )
  4616.  
  4617.                 )
  4618.  
  4619.             [302] => Array
  4620.                 (
  4621.                     [0] => /paypal/success
  4622.                     [1] => Array
  4623.                         (
  4624.                             [controller] => dashboard
  4625.                             [action] => paypal_success
  4626.                         )
  4627.  
  4628.                 )
  4629.  
  4630.             [303] => Array
  4631.                 (
  4632.                     [0] => /paypal
  4633.                     [1] => Array
  4634.                         (
  4635.                             [controller] => dashboard
  4636.                             [action] => paypal
  4637.                         )
  4638.  
  4639.                 )
  4640.  
  4641.             [304] => Array
  4642.                 (
  4643.                     [0] => /media/:file
  4644.                     [1] => Array
  4645.                         (
  4646.                             [controller] => main
  4647.                             [action] => media
  4648.                         )
  4649.  
  4650.                 )
  4651.  
  4652.             [305] => Array
  4653.                 (
  4654.                     [0] => /stats
  4655.                     [1] => Array
  4656.                         (
  4657.                             [controller] => dashboard
  4658.                             [action] => stats
  4659.                         )
  4660.  
  4661.                 )
  4662.  
  4663.             [306] => Array
  4664.                 (
  4665.                     [0] => /tumblelog/:channel_id/stats
  4666.                     [1] => Array
  4667.                         (
  4668.                             [controller] => dashboard
  4669.                             [action] => stats
  4670.                         )
  4671.  
  4672.                 )
  4673.  
  4674.             [307] => Array
  4675.                 (
  4676.                     [0] => /stats_json/:name
  4677.                     [1] => Array
  4678.                         (
  4679.                             [controller] => dashboard
  4680.                             [action] => stats_json
  4681.                         )
  4682.  
  4683.                 )
  4684.  
  4685.             [308] => Array
  4686.                 (
  4687.                     [0] => /themes/request_string
  4688.                     [1] => Array
  4689.                         (
  4690.                             [controller] => dashboard
  4691.                             [action] => request_theme_string
  4692.                         )
  4693.  
  4694.                 )
  4695.  
  4696.             [309] => Array
  4697.                 (
  4698.                     [0] => /themes/manage
  4699.                     [1] => Array
  4700.                         (
  4701.                             [controller] => dashboard
  4702.                             [action] => manage_themes
  4703.                         )
  4704.  
  4705.                 )
  4706.  
  4707.             [310] => Array
  4708.                 (
  4709.                     [0] => /themes/recent
  4710.                     [1] => Array
  4711.                         (
  4712.                             [controller] => main
  4713.                             [action] => themes
  4714.                             [sort] => recent
  4715.                         )
  4716.  
  4717.                 )
  4718.  
  4719.             [311] => Array
  4720.                 (
  4721.                     [0] => /themes/popular
  4722.                     [1] => Array
  4723.                         (
  4724.                             [controller] => main
  4725.                             [action] => themes
  4726.                             [sort] => popular
  4727.                         )
  4728.  
  4729.                 )
  4730.  
  4731.             [312] => Array
  4732.                 (
  4733.                     [0] => /themes/premium
  4734.                     [1] => Array
  4735.                         (
  4736.                             [controller] => main
  4737.                             [action] => themes
  4738.                             [sort] => premium
  4739.                         )
  4740.  
  4741.                 )
  4742.  
  4743.             [313] => Array
  4744.                 (
  4745.                     [0] => /themes/upload_static_file
  4746.                     [1] => Array
  4747.                         (
  4748.                             [controller] => dashboard
  4749.                             [action] => upload_static_file
  4750.                         )
  4751.  
  4752.                 )
  4753.  
  4754.             [314] => Array
  4755.                 (
  4756.                     [0] => /themes/edit/:id
  4757.                     [1] => Array
  4758.                         (
  4759.                             [controller] => main
  4760.                             [action] => edit_theme
  4761.                         )
  4762.  
  4763.                 )
  4764.  
  4765.             [315] => Array
  4766.                 (
  4767.                     [0] => /themes/new
  4768.                     [1] => Array
  4769.                         (
  4770.                             [controller] => main
  4771.                             [action] => edit_theme
  4772.                         )
  4773.  
  4774.                 )
  4775.  
  4776.             [316] => Array
  4777.                 (
  4778.                     [0] => /themes/recover
  4779.                     [1] => Array
  4780.                         (
  4781.                             [controller] => dashboard
  4782.                             [action] => recover_theme
  4783.                         )
  4784.  
  4785.                 )
  4786.  
  4787.             [317] => Array
  4788.                 (
  4789.                     [0] => /themes/compare_to_backup
  4790.                     [1] => Array
  4791.                         (
  4792.                             [controller] => dashboard
  4793.                             [action] => compare_theme_to_backup
  4794.                         )
  4795.  
  4796.                 )
  4797.  
  4798.             [318] => Array
  4799.                 (
  4800.                     [0] => /themes
  4801.                     [1] => Array
  4802.                         (
  4803.                             [controller] => main
  4804.                             [action] => themes
  4805.                         )
  4806.  
  4807.                 )
  4808.  
  4809.             [319] => Array
  4810.                 (
  4811.                     [0] => /themes/by/:tumblelog
  4812.                     [1] => Array
  4813.                         (
  4814.                             [controller] => main
  4815.                             [action] => theme_author_page
  4816.                         )
  4817.  
  4818.                 )
  4819.  
  4820.             [320] => Array
  4821.                 (
  4822.                     [0] => /themes/install/:theme_id
  4823.                     [1] => Array
  4824.                         (
  4825.                             [controller] => dashboard
  4826.                             [action] => set_theme
  4827.                             [redirect_to_new_route] => 1
  4828.                         )
  4829.  
  4830.                 )
  4831.  
  4832.             [321] => Array
  4833.                 (
  4834.                     [0] => /theme/:theme_id/coupon/:coupon
  4835.                     [1] => Array
  4836.                         (
  4837.                             [controller] => dashboard
  4838.                             [action] => set_theme
  4839.                         )
  4840.  
  4841.                 )
  4842.  
  4843.             [322] => Array
  4844.                 (
  4845.                     [0] => /theme/:theme_id
  4846.                     [1] => Array
  4847.                         (
  4848.                             [controller] => dashboard
  4849.                             [action] => set_theme
  4850.                         )
  4851.  
  4852.                 )
  4853.  
  4854.             [323] => Array
  4855.                 (
  4856.                     [0] => /share
  4857.                     [1] => Array
  4858.                         (
  4859.                             [controller] => bookmarklet
  4860.                             [action] => index
  4861.                         )
  4862.  
  4863.                 )
  4864.  
  4865.             [324] => Array
  4866.                 (
  4867.                     [0] => /share_confirmation
  4868.                     [1] => Array
  4869.                         (
  4870.                             [controller] => bookmarklet
  4871.                             [action] => save_confirmation
  4872.                         )
  4873.  
  4874.                 )
  4875.  
  4876.             [325] => Array
  4877.                 (
  4878.                     [0] => /bookmarklet/confirmation
  4879.                     [1] => Array
  4880.                         (
  4881.                             [controller] => bookmarklet
  4882.                             [action] => save_confirmation
  4883.                         )
  4884.  
  4885.                 )
  4886.  
  4887.             [326] => Array
  4888.                 (
  4889.                     [0] => /bookmarklet/update_available
  4890.                     [1] => Array
  4891.                         (
  4892.                             [controller] => bookmarklet
  4893.                             [action] => update_available
  4894.                         )
  4895.  
  4896.                 )
  4897.  
  4898.             [327] => Array
  4899.                 (
  4900.                     [0] => /admin
  4901.                     [1] => Array
  4902.                         (
  4903.                             [controller] => admin
  4904.                             [action] => index
  4905.                         )
  4906.  
  4907.                 )
  4908.  
  4909.             [328] => Array
  4910.                 (
  4911.                     [0] => /admin/status
  4912.                     [1] => Array
  4913.                         (
  4914.                             [controller] => main
  4915.                             [action] => status
  4916.                         )
  4917.  
  4918.                 )
  4919.  
  4920.             [329] => Array
  4921.                 (
  4922.                     [0] => /admin/note_count/:id
  4923.                     [1] => Array
  4924.                         (
  4925.                             [controller] => admin
  4926.                             [action] => note_count
  4927.                         )
  4928.  
  4929.                 )
  4930.  
  4931.             [330] => Array
  4932.                 (
  4933.                     [0] => /admin/delete_cache/:namespace/:key
  4934.                     [1] => Array
  4935.                         (
  4936.                             [controller] => admin
  4937.                             [action] => delete_cache
  4938.                         )
  4939.  
  4940.                 )
  4941.  
  4942.             [331] => Array
  4943.                 (
  4944.                     [0] => /admin/cache/:namespace/:key
  4945.                     [1] => Array
  4946.                         (
  4947.                             [controller] => admin
  4948.                             [action] => cache
  4949.                         )
  4950.  
  4951.                 )
  4952.  
  4953.             [332] => Array
  4954.                 (
  4955.                     [0] => /admin/:action/:id
  4956.                     [1] => Array
  4957.                         (
  4958.                             [controller] => admin
  4959.                         )
  4960.  
  4961.                 )
  4962.  
  4963.             [333] => Array
  4964.                 (
  4965.                     [0] => /admin/:action
  4966.                     [1] => Array
  4967.                         (
  4968.                             [controller] => admin
  4969.                         )
  4970.  
  4971.                 )
  4972.  
  4973.             [334] => Array
  4974.                 (
  4975.                     [0] => /admin_dev/:action/:id
  4976.                     [1] => Array
  4977.                         (
  4978.                             [controller] => admin_dev
  4979.                         )
  4980.  
  4981.                 )
  4982.  
  4983.             [335] => Array
  4984.                 (
  4985.                     [0] => /admin_dev/:action
  4986.                     [1] => Array
  4987.                         (
  4988.                             [controller] => admin_dev
  4989.                         )
  4990.  
  4991.                 )
  4992.  
  4993.             [336] => Array
  4994.                 (
  4995.                     [0] => /admin_dev
  4996.                     [1] => Array
  4997.                         (
  4998.                             [controller] => admin_dev
  4999.                             [action] => index
  5000.                         )
  5001.  
  5002.                 )
  5003.  
  5004.             [337] => Array
  5005.                 (
  5006.                     [0] => /stats/:action
  5007.                     [1] => Array
  5008.                         (
  5009.                             [controller] => stats
  5010.                         )
  5011.  
  5012.                 )
  5013.  
  5014.             [338] => Array
  5015.                 (
  5016.                     [0] => /radar/:action/:id
  5017.                     [1] => Array
  5018.                         (
  5019.                             [controller] => radar
  5020.                         )
  5021.  
  5022.                 )
  5023.  
  5024.             [339] => Array
  5025.                 (
  5026.                     [0] => /radar/:action
  5027.                     [1] => Array
  5028.                         (
  5029.                             [controller] => radar
  5030.                         )
  5031.  
  5032.                 )
  5033.  
  5034.             [340] => Array
  5035.                 (
  5036.                     [0] => /colors
  5037.                     [1] => Array
  5038.                         (
  5039.                             [controller] => main
  5040.                             [action] => colors
  5041.                         )
  5042.  
  5043.                 )
  5044.  
  5045.             [341] => Array
  5046.                 (
  5047.                     [0] => /u/:key
  5048.                     [1] => Array
  5049.                         (
  5050.                             [controller] => main
  5051.                             [action] => tiny_url
  5052.                         )
  5053.  
  5054.                 )
  5055.  
  5056.             [342] => Array
  5057.                 (
  5058.                     [0] => /trends.xml
  5059.                     [1] => Array
  5060.                         (
  5061.                             [controller] => main
  5062.                             [action] => trends_xml
  5063.                         )
  5064.  
  5065.                 )
  5066.  
  5067.             [343] => Array
  5068.                 (
  5069.                     [0] => /stw/:id/:key
  5070.                     [1] => Array
  5071.                         (
  5072.                             [controller] => main
  5073.                             [action] => shrinktheweb_thumbnail
  5074.                         )
  5075.  
  5076.                 )
  5077.  
  5078.             [344] => Array
  5079.                 (
  5080.                     [0] => /route
  5081.                     [1] => Array
  5082.                         (
  5083.                             [controller] => main
  5084.                             [action] => route_link_click
  5085.                         )
  5086.  
  5087.                 )
  5088.  
  5089.             [345] => Array
  5090.                 (
  5091.                     [0] => /tumblupon/:tiny_url
  5092.                     [1] => Array
  5093.                         (
  5094.                             [controller] => main
  5095.                             [action] => tumblupon
  5096.                         )
  5097.  
  5098.                 )
  5099.  
  5100.             [346] => Array
  5101.                 (
  5102.                     [0] => /tumblupon_controls/:tiny_url
  5103.                     [1] => Array
  5104.                         (
  5105.                             [controller] => main
  5106.                             [action] => tumblupon_controls
  5107.                         )
  5108.  
  5109.                 )
  5110.  
  5111.             [347] => Array
  5112.                 (
  5113.                     [0] => /tumble/:tiny_url
  5114.                     [1] => Array
  5115.                         (
  5116.                             [controller] => main
  5117.                             [action] => tumble
  5118.                         )
  5119.  
  5120.                 )
  5121.  
  5122.             [348] => Array
  5123.                 (
  5124.                     [0] => /become/:type
  5125.                     [1] => Array
  5126.                         (
  5127.                             [controller] => dashboard
  5128.                             [action] => become
  5129.                         )
  5130.  
  5131.                 )
  5132.  
  5133.             [349] => Array
  5134.                 (
  5135.                     [0] => /sharks_vs_cats
  5136.                     [1] => Array
  5137.                         (
  5138.                             [controller] => main
  5139.                             [action] => sharks_vs_cats_results
  5140.                         )
  5141.  
  5142.                 )
  5143.  
  5144.             [350] => Array
  5145.                 (
  5146.                     [0] => /choose_world_cup_flag
  5147.                     [1] => Array
  5148.                         (
  5149.                             [controller] => dashboard
  5150.                             [action] => choose_world_cup_flag
  5151.                         )
  5152.  
  5153.                 )
  5154.  
  5155.             [351] => Array
  5156.                 (
  5157.                     [0] => /meetup/submit_comment
  5158.                     [1] => Array
  5159.                         (
  5160.                             [controller] => dashboard
  5161.                             [action] => submit_meetup_comment
  5162.                         )
  5163.  
  5164.                 )
  5165.  
  5166.             [352] => Array
  5167.                 (
  5168.                     [0] => /meetup/delete_comment
  5169.                     [1] => Array
  5170.                         (
  5171.                             [controller] => dashboard
  5172.                             [action] => delete_meetup_comment
  5173.                         )
  5174.  
  5175.                 )
  5176.  
  5177.             [353] => Array
  5178.                 (
  5179.                     [0] => /meetup/:id
  5180.                     [1] => Array
  5181.                         (
  5182.                             [controller] => main
  5183.                             [action] => meetup_permalink
  5184.                         )
  5185.  
  5186.                 )
  5187.  
  5188.             [354] => Array
  5189.                 (
  5190.                     [0] => /meetup/:id/rsvps/:key
  5191.                     [1] => Array
  5192.                         (
  5193.                             [controller] => main
  5194.                             [action] => meetup_rsvps
  5195.                         )
  5196.  
  5197.                 )
  5198.  
  5199.             [355] => Array
  5200.                 (
  5201.                     [0] => /meetups/rsvp
  5202.                     [1] => Array
  5203.                         (
  5204.                             [controller] => main
  5205.                             [action] => rsvp_for_meetup
  5206.                         )
  5207.  
  5208.                 )
  5209.  
  5210.             [356] => Array
  5211.                 (
  5212.                     [0] => /meetups/organize
  5213.                     [1] => Array
  5214.                         (
  5215.                             [controller] => dashboard
  5216.                             [action] => create_meetup
  5217.                         )
  5218.  
  5219.                 )
  5220.  
  5221.             [357] => Array
  5222.                 (
  5223.                     [0] => /meetups/organize/success
  5224.                     [1] => Array
  5225.                         (
  5226.                             [controller] => dashboard
  5227.                             [action] => create_meetup
  5228.                             [success] => 1
  5229.                         )
  5230.  
  5231.                 )
  5232.  
  5233.             [358] => Array
  5234.                 (
  5235.                     [0] => /meetups/cancel_rsvp
  5236.                     [1] => Array
  5237.                         (
  5238.                             [controller] => main
  5239.                             [action] => remove_rsvp_for_meetup
  5240.                         )
  5241.  
  5242.                 )
  5243.  
  5244.             [359] => Array
  5245.                 (
  5246.                     [0] => /tracked_tag_unread_counts
  5247.                     [1] => Array
  5248.                         (
  5249.                             [controller] => dashboard
  5250.                             [action] => tracked_tag_unread_counts
  5251.                         )
  5252.  
  5253.                 )
  5254.  
  5255.             [360] => Array
  5256.                 (
  5257.                     [0] => /latest_photo
  5258.                     [1] => Array
  5259.                         (
  5260.                             [controller] => dashboard
  5261.                             [action] => latest_photo
  5262.                         )
  5263.  
  5264.                 )
  5265.  
  5266.             [361] => Array
  5267.                 (
  5268.                     [0] => /nyfw/streams
  5269.                     [1] => Array
  5270.                         (
  5271.                             [controller] => main
  5272.                             [action] => nyfw_streams
  5273.                         )
  5274.  
  5275.                 )
  5276.  
  5277.             [362] => Array
  5278.                 (
  5279.                     [0] => /upload/image/:id
  5280.                     [1] => Array
  5281.                         (
  5282.                             [controller] => dashboard
  5283.                             [action] => upload_image
  5284.                         )
  5285.  
  5286.                 )
  5287.  
  5288.             [363] => Array
  5289.                 (
  5290.                     [0] => /upload/image
  5291.                     [1] => Array
  5292.                         (
  5293.                             [controller] => dashboard
  5294.                             [action] => upload_image
  5295.                         )
  5296.  
  5297.                 )
  5298.  
  5299.             [364] => Array
  5300.                 (
  5301.                     [0] => /add_haiti_ribbon
  5302.                     [1] => Array
  5303.                         (
  5304.                             [controller] => dashboard
  5305.                             [action] => add_haiti_ribbon
  5306.                         )
  5307.  
  5308.                 )
  5309.  
  5310.             [365] => Array
  5311.                 (
  5312.                     [0] => /pay/confirm/:token
  5313.                     [1] => Array
  5314.                         (
  5315.                             [controller] => secure
  5316.                             [action] => payment_confirmed
  5317.                         )
  5318.  
  5319.                 )
  5320.  
  5321.             [366] => Array
  5322.                 (
  5323.                     [0] => /pay/:amount/:key/:nipple_direction/:nipple_offset/address
  5324.                     [1] => Array
  5325.                         (
  5326.                             [controller] => secure
  5327.                             [action] => pay
  5328.                             [change_shipping_address] => 1
  5329.                         )
  5330.  
  5331.                 )
  5332.  
  5333.             [367] => Array
  5334.                 (
  5335.                     [0] => /pay/:amount/:key/:nipple_direction/:nipple_offset/change
  5336.                     [1] => Array
  5337.                         (
  5338.                             [controller] => secure
  5339.                             [action] => pay
  5340.                             [change_payment_credentials] => 1
  5341.                         )
  5342.  
  5343.                 )
  5344.  
  5345.             [368] => Array
  5346.                 (
  5347.                     [0] => /pay/:amount/:key/:nipple_direction/:nipple_offset
  5348.                     [1] => Array
  5349.                         (
  5350.                             [controller] => secure
  5351.                             [action] => pay
  5352.                         )
  5353.  
  5354.                 )
  5355.  
  5356.             [369] => Array
  5357.                 (
  5358.                     [0] => /pay/:amount
  5359.                     [1] => Array
  5360.                         (
  5361.                             [controller] => secure
  5362.                             [action] => pay
  5363.                         )
  5364.  
  5365.                 )
  5366.  
  5367.             [370] => Array
  5368.                 (
  5369.                     [0] => /valentine/reset/:id
  5370.                     [1] => Array
  5371.                         (
  5372.                             [controller] => dashboard
  5373.                             [action] => valentine_confirm
  5374.                             [reset] => 1
  5375.                         )
  5376.  
  5377.                 )
  5378.  
  5379.             [371] => Array
  5380.                 (
  5381.                     [0] => /valentine/send/:id
  5382.                     [1] => Array
  5383.                         (
  5384.                             [controller] => dashboard
  5385.                             [action] => valentine_confirm
  5386.                             [send] => 1
  5387.                         )
  5388.  
  5389.                 )
  5390.  
  5391.             [372] => Array
  5392.                 (
  5393.                     [0] => /valentine/:id
  5394.                     [1] => Array
  5395.                         (
  5396.                             [controller] => dashboard
  5397.                             [action] => valentine_confirm
  5398.                         )
  5399.  
  5400.                 )
  5401.  
  5402.             [373] => Array
  5403.                 (
  5404.                     [0] => /valentine
  5405.                     [1] => Array
  5406.                         (
  5407.                             [controller] => dashboard
  5408.                             [action] => valentine
  5409.                         )
  5410.  
  5411.                 )
  5412.  
  5413.             [374] => Array
  5414.                 (
  5415.                     [0] => /valentines
  5416.                     [1] => Array
  5417.                         (
  5418.                             [controller] => dashboard
  5419.                             [action] => valentines
  5420.                         )
  5421.  
  5422.                 )
  5423.  
  5424.             [375] => Array
  5425.                 (
  5426.                     [0] => /get_map_tumblelogs/:south_west_coords/:north_east_coords/:center_coords
  5427.                     [1] => Array
  5428.                         (
  5429.                             [controller] => main
  5430.                             [action] => get_map_tumblelogs
  5431.                         )
  5432.  
  5433.                 )
  5434.  
  5435.             [376] => Array
  5436.                 (
  5437.                     [0] => /get_latest_post_for_map
  5438.                     [1] => Array
  5439.                         (
  5440.                             [controller] => main
  5441.                             [action] => get_latest_post_for_map
  5442.                         )
  5443.  
  5444.                 )
  5445.  
  5446.             [377] => Array
  5447.                 (
  5448.                     [0] => /purchase_iconic_promo
  5449.                     [1] => Array
  5450.                         (
  5451.                             [controller] => dashboard
  5452.                             [action] => purchase_iconic_promo
  5453.                         )
  5454.  
  5455.                 )
  5456.  
  5457.             [378] => Array
  5458.                 (
  5459.                     [0] => /help/query
  5460.                     [1] => Array
  5461.                         (
  5462.                             [controller] => main
  5463.                             [action] => log_help_query
  5464.                         )
  5465.  
  5466.                 )
  5467.  
  5468.             [379] => Array
  5469.                 (
  5470.                     [0] => /help/:lang
  5471.                     [1] => Array
  5472.                         (
  5473.                             [controller] => main
  5474.                             [action] => doc_page
  5475.                         )
  5476.  
  5477.                 )
  5478.  
  5479.             [380] => Array
  5480.                 (
  5481.                     [0] => /help/edit
  5482.                     [1] => Array
  5483.                         (
  5484.                             [controller] => main
  5485.                             [action] => edit_doc_page
  5486.                             [name] => index
  5487.                         )
  5488.  
  5489.                 )
  5490.  
  5491.             [381] => Array
  5492.                 (
  5493.                     [0] => /help_beta
  5494.                     [1] => Array
  5495.                         (
  5496.                             [controller] => main
  5497.                             [action] => help
  5498.                         )
  5499.  
  5500.                 )
  5501.  
  5502.             [382] => Array
  5503.                 (
  5504.                     [0] => /help
  5505.                     [1] => Array
  5506.                         (
  5507.                             [controller] => main
  5508.                             [action] => doc_page
  5509.                             [name] => index
  5510.                         )
  5511.  
  5512.                 )
  5513.  
  5514.             [383] => Array
  5515.                 (
  5516.                     [0] => /docs
  5517.                     [1] => Array
  5518.                         (
  5519.                             [controller] => main
  5520.                             [action] => doc_page
  5521.                             [redirect_to_help_index] => 1
  5522.                         )
  5523.  
  5524.                 )
  5525.  
  5526.             [384] => Array
  5527.                 (
  5528.                     [0] => /docs/new/:lang
  5529.                     [1] => Array
  5530.                         (
  5531.                             [controller] => main
  5532.                             [action] => edit_doc_page
  5533.                             [new] => 1
  5534.                         )
  5535.  
  5536.                 )
  5537.  
  5538.             [385] => Array
  5539.                 (
  5540.                     [0] => /docs/manage
  5541.                     [1] => Array
  5542.                         (
  5543.                             [controller] => dashboard
  5544.                             [action] => manage_docs
  5545.                         )
  5546.  
  5547.                 )
  5548.  
  5549.             [386] => Array
  5550.                 (
  5551.                     [0] => /docs/:lang/:name/edit
  5552.                     [1] => Array
  5553.                         (
  5554.                             [controller] => main
  5555.                             [action] => edit_doc_page
  5556.                         )
  5557.  
  5558.                 )
  5559.  
  5560.             [387] => Array
  5561.                 (
  5562.                     [0] => /docs/:name/edit
  5563.                     [1] => Array
  5564.                         (
  5565.                             [controller] => main
  5566.                             [action] => edit_doc_page
  5567.                         )
  5568.  
  5569.                 )
  5570.  
  5571.             [388] => Array
  5572.                 (
  5573.                     [0] => /docs/:lang/:name
  5574.                     [1] => Array
  5575.                         (
  5576.                             [controller] => main
  5577.                             [action] => doc_page
  5578.                         )
  5579.  
  5580.                 )
  5581.  
  5582.             [389] => Array
  5583.                 (
  5584.                     [0] => /docs/:name
  5585.                     [1] => Array
  5586.                         (
  5587.                             [controller] => main
  5588.                             [action] => doc_page
  5589.                         )
  5590.  
  5591.                 )
  5592.  
  5593.             [390] => Array
  5594.                 (
  5595.                     [0] => /api
  5596.                     [1] => Array
  5597.                         (
  5598.                             [controller] => main
  5599.                             [action] => doc_page
  5600.                             [name] => api
  5601.                         )
  5602.  
  5603.                 )
  5604.  
  5605.             [391] => Array
  5606.                 (
  5607.                     [0] => /why/_reasons
  5608.                     [1] => Array
  5609.                         (
  5610.                             [controller] => main
  5611.                             [action] => _promo_reasons
  5612.                         )
  5613.  
  5614.                 )
  5615.  
  5616.             [392] => Array
  5617.                 (
  5618.                     [0] => /why/:who
  5619.                     [1] => Array
  5620.                         (
  5621.                             [controller] => main
  5622.                             [action] => why
  5623.                         )
  5624.  
  5625.                 )
  5626.  
  5627.             [393] => Array
  5628.                 (
  5629.                     [0] => /why-tumblr
  5630.                     [1] => Array
  5631.                         (
  5632.                             [controller] => main
  5633.                             [action] => why
  5634.                         )
  5635.  
  5636.                 )
  5637.  
  5638.             [394] => Array
  5639.                 (
  5640.                     [0] => /why-everyone
  5641.                     [1] => Array
  5642.                         (
  5643.                             [controller] => main
  5644.                             [action] => why
  5645.                         )
  5646.  
  5647.                 )
  5648.  
  5649.             [395] => Array
  5650.                 (
  5651.                     [0] => /whytumblr
  5652.                     [1] => Array
  5653.                         (
  5654.                             [controller] => main
  5655.                             [action] => why
  5656.                         )
  5657.  
  5658.                 )
  5659.  
  5660.             [396] => Array
  5661.                 (
  5662.                     [0] => /jobs/:job
  5663.                     [1] => Array
  5664.                         (
  5665.                             [controller] => main
  5666.                             [action] => job_listing
  5667.                         )
  5668.  
  5669.                 )
  5670.  
  5671.             [397] => Array
  5672.                 (
  5673.                     [0] => /robots.txt
  5674.                     [1] => Array
  5675.                         (
  5676.                             [controller] => main
  5677.                             [action] => robots
  5678.                         )
  5679.  
  5680.                 )
  5681.  
  5682.             [398] => Array
  5683.                 (
  5684.                     [0] => /sitemap/:id/sitemap.xml
  5685.                     [1] => Array
  5686.                         (
  5687.                             [controller] => tumblelog
  5688.                             [action] => sitemap
  5689.                         )
  5690.  
  5691.                 )
  5692.  
  5693.             [399] => Array
  5694.                 (
  5695.                     [0] => /sitemap-pages.xml
  5696.                     [1] => Array
  5697.                         (
  5698.                             [controller] => tumblelog
  5699.                             [action] => sitemap_pages
  5700.                         )
  5701.  
  5702.                 )
  5703.  
  5704.             [400] => Array
  5705.                 (
  5706.                     [0] => /sitemap.xml
  5707.                     [1] => Array
  5708.                         (
  5709.                             [controller] => tumblelog
  5710.                             [action] => sitemap_index
  5711.                         )
  5712.  
  5713.                 )
  5714.  
  5715.             [401] => Array
  5716.                 (
  5717.                     [0] => /private/:id/rss/:key
  5718.                     [1] => Array
  5719.                         (
  5720.                             [controller] => main
  5721.                             [action] => private_tumblelog_rss
  5722.                         )
  5723.  
  5724.                 )
  5725.  
  5726.             [402] => Array
  5727.                 (
  5728.                     [0] => /:action/:id
  5729.                     [1] => Array
  5730.                         (
  5731.                             [controller] => main
  5732.                         )
  5733.  
  5734.                 )
  5735.  
  5736.             [403] => Array
  5737.                 (
  5738.                     [0] => /:action
  5739.                     [1] => Array
  5740.                         (
  5741.                             [controller] => main
  5742.                         )
  5743.  
  5744.                 )
  5745.  
  5746.         )
  5747.  
  5748.     [relative_url] =>
  5749. )
  5750. </pre></div></td></tr>
  5751. <tr bgcolor="#A3D8FF"><td valign="top"><div style="
  5752.                           width:240px; word-wrap:break-word;"><b>$path</b></div></td><td width="500" valign="top"><div style="
  5753.                           width:450px; word-wrap:break-word;">/dashboard</div></td></tr>
  5754. <tr bgcolor="#A3D8FF"><td valign="top"><div style="
  5755.                           width:240px; word-wrap:break-word;"><b>$qs</b></div></td><td width="500" valign="top"><div style="
  5756.                           width:450px; word-wrap:break-word;"></div></td></tr>
  5757. <tr bgcolor="#A3D8FF"><td valign="top"><div style="
  5758.                           width:240px; word-wrap:break-word;"><b>$THRIFT_ROOT</b></div></td><td width="500" valign="top"><div style="
  5759.                           width:450px; word-wrap:break-word;">/var/www/apps/tumblr/lib/giant_octopus/thrift</div></td></tr>
  5760. </table></td></tr></table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement