Advertisement
Guest User

Duped Data Beautified

a guest
Mar 10th, 2017
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.47 KB | None | 0 0
  1. <?php
  2. array(
  3.     15
  4. )
  5.     {
  6.     ["host"] => array(
  7.         1
  8.     )
  9.         {
  10.         [0] => string(14) "www.codetex.me"
  11.         }
  12.  
  13.     ["x-real-ip"] => array(
  14.         1
  15.     )
  16.         {
  17.         [0] => string(13) "87.171.46.109"
  18.         }
  19.  
  20.     ["x-forwarded-for"] => array(
  21.         1
  22.     )
  23.         {
  24.         [0] => string(13) "87.171.46.109"
  25.         }
  26.  
  27.     ["x-forwarded-proto"] => array(
  28.         1
  29.     )
  30.         {
  31.         [0] => string(5) "https"
  32.         }
  33.  
  34.     ["connection"] => array(
  35.         1
  36.     )
  37.         {
  38.         [0] => string(5) "close"
  39.         }
  40.  
  41.     ["content-length"] => array(
  42.         1
  43.     )
  44.         {
  45.         [0] => string(1) "0"
  46.         }
  47.  
  48.     ["cache-control"] => array(
  49.         1
  50.     )
  51.         {
  52.         [0] => string(9) "max-age=0"
  53.         }
  54.  
  55.     ["upgrade-insecure-requests"] => array(
  56.         1
  57.     )
  58.         {
  59.         [0] => string(1) "1"
  60.         }
  61.  
  62.     ["user-agent"] => array(
  63.         1
  64.     )
  65.         {
  66.         [0] => string(114) "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
  67.         }
  68.  
  69.     ["accept"] => array(
  70.         1
  71.     )
  72.         {
  73.         [0] => string(74) "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8"
  74.         }
  75.  
  76.     ["referer"] => array(
  77.         1
  78.     )
  79.         {
  80.         [0] => string(40) "https://www.codetex.me/app_dev.php/login"
  81.         }
  82.  
  83.     ["accept-encoding"] => array(
  84.         1
  85.     )
  86.         {
  87.         [0] => string(23) "gzip, deflate, sdch, br"
  88.         }
  89.  
  90.     ["accept-language"] => array(
  91.         1
  92.     )
  93.         {
  94.         [0] => string(35) "de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4"
  95.         }
  96.  
  97.     ["cookie"] => array(
  98.         1
  99.     )
  100.         {
  101.         [0] => string(36) "PHPSESSID=2tm5dg8ld6fhauqb7tqqjb06k3"
  102.         }
  103.  
  104.     ["x-php-ob-level"] => array(
  105.         1
  106.     )
  107.         {
  108.         [0] => int(1)
  109.         }
  110.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement