3v4l.org

run code in 300+ PHP versions simultaneously
<!DOCTYPE html> <html> <head> <body> <meta name="google-site-verification" content="BXMHxDPy51ql69RIySSEtVQp4A8kukYKcSR9QPnrAAQ" /> <title>Lounge Items Price List</title> <meta name=viewport content="width=device-width, initial-scale=1"> <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"> <link rel="icon" href="/favicon.ico" type="image/x-icon"> <meta property="og:site_name" content="CS:GO Backpack"/> <meta name="description" content="Lounge items price list" /> <meta name="keywords" content="cs, cs:go, global offensive, inventory, overvalued, backpack, csgolounge, lounge, list " /> <meta http-equiv="content-language" content="en" /> <meta name="author" content="Only" /> <?php $jezyk = 'eng.php'; include ($jezyk); date_default_timezone_set('Europe/Warsaw'); $adresip = $_SERVER[REMOTE_ADDR]; $data = date("d-m-Y")." "; $godzina = date("H:i:s"). " "; session_start(); $currency = $_GET['currency']; if($currency){ if($currency == "euro" or $currency == "dolar" or $currency == "pound"){ setcookie("currency", $currency, strtotime( '+30 days' ) ); }else{ setcookie("currency", "euro", strtotime( '+30 days' ) ); } } if(!$currency){ $currency = $_COOKIE['currency']; if(!$currency){ $currency == "euro"; $ramka_euro = "1"; } } if($currency == "dolar"){ $currency_znak = "$"; $ramka_dolar = "1"; }elseif($currency == "pound"){ $currency_znak = "£"; $ramka_pound = "1"; } else{ $currency_znak = "€"; $ramka_euro = "1"; } ?> <link rel="stylesheet" type="text/css" href="188570.css" /> </head> <div id="wrapper"> <div id="navigation"> <div id="menu"> <a name="top"></a> <ul> <li><a href="/">Inventory Value</a></li> <li><a href="/lounge.php">LOUNGE ITEMS PRICE LIST</a></li> <li><a href="/bethistory.php">LOUNGE BETS BALANCE</a></li> <li><a href="/faq.php">FAQ</a></li> </ul> <a href="http://csgobackpack.tk/lounge.php?currency=pound"><img src="/pound.png" style="float:right;" border="<?php echo $ramka_pound; ?>" width="35" alt="pound" /></a> <a href="http://csgobackpack.tk/lounge.php?currency=euro"><img src="/euro.png" style="float:right;" border="<?php echo $ramka_euro; ?>" width="35" alt="euro" /></a> <a href="http://csgobackpack.tk/lounge.php?currency=dolar"><img src="/dolar.png" style="float:right;" border="<?php echo $ramka_dolar; ?>" width="35" alt="dolar" /></a> </div> </p> </div> <div id="content"> <center> <br><form action="lounge.php" method="GET"> Sort by: <select name="type"> <option selected='selected' >PROFITABILITY</option> <option>DIFFERENCE</option> <option>LOUNGE PRICE</option> <option>STEAM PRICE</option> </select> <input type="submit" name="form1" value="Show"></form> </center> <br> <?php $typ = $_GET['type']; if(!$typ){ $typ = "PROFITABILITY"; } if($typ == "PROFITABILITY"){ $kopia_source = "wypisz-prof$currency_znak.txt"; $kopia = file_get_contents($kopia_source); echo $kopia; } if($typ == "DIFFERENCE"){ $kopia_source = "wypisz-diff$currency_znak.txt"; $kopia = file_get_contents($kopia_source); echo $kopia; } if($typ == "LOUNGE PRICE"){ $kopia_source = "wypisz-lounge$currency_znak.txt"; $kopia = file_get_contents($kopia_source); echo $kopia; } if($typ == "STEAM PRICE"){ $kopia_source = "wypisz-steam$currency_znak.txt"; $kopia = file_get_contents($kopia_source); echo $kopia; } $ile_przedmiotow = substr_count($kopia, 'Difference:'); $ile_oplacalnych = substr_count($kopia, 'color=green'); $ile_nieoplacalnych = substr_count($kopia, 'color=red'); $adresip = $_SERVER[REMOTE_ADDR]; $data = date("d-m-Y")." "; $godzina = date("H:i:s"). " "; $dane = $data.$godzina."Adres IP: ".$adresip." Wyświetlił listę cen w walucie ".$currency_znak." i typie: ".$typ."\r\n"; $file = "zxcv.txt"; $fp = fopen($file, "a"); flock($fp, 2); fwrite($fp, $dane); flock($fp, 3); flock($fp); ?> </div> <div id="leftcolumn"> <?php echo "<br>Items: $ile_przedmiotow"; echo "<br>Profitable: $ile_oplacalnych"; echo "<br>Unprofitable: $ile_nieoplacalnych<br><br>"; ?> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- Csgobackpack --> <ins class="adsbygoogle" style="display:inline-block;width:336px;height:280px" data-ad-client="ca-pub-1597603389521284" data-ad-slot="1221074651"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> </center> <br><br> </center> </div> <div id="footer"> <div align="right"><a target="_blank" href="http://steamcommunity.com/tradeoffer/new/?partner=99290791&token=MgjqfYBO"><img src="donate.png" alt="Donate" /></a></div> </div> </div> <script type="text/javascript"> var sc_project=9950433; var sc_invisible=1; var sc_security="65c5a5d8"; var scJsHost = (("https:" == document.location.protocol) ? "https://secure." : "http://www."); document.write("<sc"+"ript type='text/javascript' src='" + scJsHost+ "statcounter.com/counter/counter.js'></"+"script>"); </script> <noscript><div class="statcounter"><a title="web analytics" href="http://statcounter.com/" target="_blank"><img class="statcounter" src="http://c.statcounter.com/9950433/0/65c5a5d8/1/" alt="web analytics"></a></div></noscript> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-50103423-1', 'csgobackpack.tk'); ga('require', 'displayfeatures'); ga('send', 'pageview'); </script> </body> </html>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 26, Position 2 = 51
Branch analysis from position: 26
2 jumps found. (Code = 47) Position 1 = 28, Position 2 = 30
Branch analysis from position: 28
2 jumps found. (Code = 47) Position 1 = 31, Position 2 = 33
Branch analysis from position: 31
2 jumps found. (Code = 43) Position 1 = 34, Position 2 = 43
Branch analysis from position: 34
1 jumps found. (Code = 42) Position 1 = 51
Branch analysis from position: 51
2 jumps found. (Code = 43) Position 1 = 53, Position 2 = 61
Branch analysis from position: 53
2 jumps found. (Code = 43) Position 1 = 58, Position 2 = 61
Branch analysis from position: 58
2 jumps found. (Code = 43) Position 1 = 63, Position 2 = 66
Branch analysis from position: 63
1 jumps found. (Code = 42) Position 1 = 73
Branch analysis from position: 73
2 jumps found. (Code = 43) Position 1 = 85, Position 2 = 86
Branch analysis from position: 85
2 jumps found. (Code = 43) Position 1 = 88, Position 2 = 97
Branch analysis from position: 88
2 jumps found. (Code = 43) Position 1 = 99, Position 2 = 108
Branch analysis from position: 99
2 jumps found. (Code = 43) Position 1 = 110, Position 2 = 119
Branch analysis from position: 110
2 jumps found. (Code = 43) Position 1 = 121, Position 2 = 130
Branch analysis from position: 121
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 130
Branch analysis from position: 119
Branch analysis from position: 108
Branch analysis from position: 97
Branch analysis from position: 86
Branch analysis from position: 66
2 jumps found. (Code = 43) Position 1 = 68, Position 2 = 71
Branch analysis from position: 68
1 jumps found. (Code = 42) Position 1 = 73
Branch analysis from position: 73
Branch analysis from position: 71
2 jumps found. (Code = 43) Position 1 = 85, Position 2 = 86
Branch analysis from position: 85
Branch analysis from position: 86
Branch analysis from position: 61
Branch analysis from position: 61
Branch analysis from position: 43
2 jumps found. (Code = 43) Position 1 = 53, Position 2 = 61
Branch analysis from position: 53
Branch analysis from position: 61
Branch analysis from position: 33
Branch analysis from position: 30
Branch analysis from position: 51
filename:       /in/v3JTM
function name:  (null)
number of ops:  202
compiled vars:  !0 = $jezyk, !1 = $adresip, !2 = $data, !3 = $godzina, !4 = $currency, !5 = $ramka_euro, !6 = $currency_znak, !7 = $ramka_dolar, !8 = $ramka_pound, !9 = $typ, !10 = $kopia_source, !11 = $kopia, !12 = $ile_przedmiotow, !13 = $ile_oplacalnych, !14 = $ile_nieoplacalnych, !15 = $dane, !16 = $file, !17 = $fp
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    1     0  E >   ECHO                                                     '%3C%21DOCTYPE+html%3E%0A%3Chtml%3E%0A%3Chead%3E%0A%3Cbody%3E%0A%3Cmeta+name%3D%22google-site-verification%22+content%3D%22BXMHxDPy51ql69RIySSEtVQp4A8kukYKcSR9QPnrAAQ%22+%2F%3E%0A%3Ctitle%3ELounge+Items+Price+List%3C%2Ftitle%3E%0A%0A%3Cmeta+name%3Dviewport+content%3D%22width%3Ddevice-width%2C+initial-scale%3D1%22%3E%0A%3Clink+rel%3D%22shortcut+icon%22+href%3D%22%2Ffavicon.ico%22+type%3D%22image%2Fx-icon%22%3E%0A%3Clink+rel%3D%22icon%22+href%3D%22%2Ffavicon.ico%22+type%3D%22image%2Fx-icon%22%3E%0A%3Cmeta+property%3D%22og%3Asite_name%22+content%3D%22CS%3AGO+Backpack%22%2F%3E%0A%3Cmeta+name%3D%22description%22+content%3D%22Lounge+items+price+list%22+%2F%3E%0A%3Cmeta+name%3D%22keywords%22+content%3D%22cs%2C+cs%3Ago%2C+global+offensive%2C+inventory%2C+overvalued%2C+backpack%2C+csgolounge%2C+lounge%2C+list+%22+%2F%3E%0A%3Cmeta+http-equiv%3D%22content-language%22+content%3D%22en%22+%2F%3E%0A%3Cmeta+name%3D%22author%22+content%3D%22Only%22+%2F%3E%0A%0A%0A%0A'
   20     1        ASSIGN                                                   !0, 'eng.php'
   21     2        INCLUDE_OR_EVAL                                          !0, INCLUDE
   24     3        INIT_FCALL                                               'date_default_timezone_set'
          4        SEND_VAL                                                 'Europe%2FWarsaw'
          5        DO_ICALL                                                 
   26     6        FETCH_CONSTANT                                   ~22     'REMOTE_ADDR'
          7        FETCH_R                      global              ~21     '_SERVER'
          8        FETCH_DIM_R                                      ~23     ~21, ~22
          9        ASSIGN                                                   !1, ~23
   27    10        INIT_FCALL                                               'date'
         11        SEND_VAL                                                 'd-m-Y'
         12        DO_ICALL                                         $25     
         13        CONCAT                                           ~26     $25, '+'
         14        ASSIGN                                                   !2, ~26
   28    15        INIT_FCALL                                               'date'
         16        SEND_VAL                                                 'H%3Ai%3As'
         17        DO_ICALL                                         $28     
         18        CONCAT                                           ~29     $28, '+'
         19        ASSIGN                                                   !3, ~29
   30    20        INIT_FCALL                                               'session_start'
         21        DO_ICALL                                                 
   32    22        FETCH_R                      global              ~32     '_GET'
         23        FETCH_DIM_R                                      ~33     ~32, 'currency'
         24        ASSIGN                                                   !4, ~33
   34    25      > JMPZ                                                     !4, ->51
   35    26    >   IS_EQUAL                                         ~35     !4, 'euro'
         27      > JMPNZ_EX                                         ~35     ~35, ->30
         28    >   IS_EQUAL                                         ~36     !4, 'dolar'
         29        BOOL                                             ~35     ~36
         30    > > JMPNZ_EX                                         ~35     ~35, ->33
         31    >   IS_EQUAL                                         ~37     !4, 'pound'
         32        BOOL                                             ~35     ~37
         33    > > JMPZ                                                     ~35, ->43
   36    34    >   INIT_FCALL                                               'setcookie'
         35        SEND_VAL                                                 'currency'
         36        SEND_VAR                                                 !4
         37        INIT_FCALL                                               'strtotime'
         38        SEND_VAL                                                 '%2B30+days'
         39        DO_ICALL                                         $38     
         40        SEND_VAR                                                 $38
         41        DO_ICALL                                                 
         42      > JMP                                                      ->51
   38    43    >   INIT_FCALL                                               'setcookie'
         44        SEND_VAL                                                 'currency'
         45        SEND_VAL                                                 'euro'
         46        INIT_FCALL                                               'strtotime'
         47        SEND_VAL                                                 '%2B30+days'
         48        DO_ICALL                                         $40     
         49        SEND_VAR                                                 $40
         50        DO_ICALL                                                 
   42    51    >   BOOL_NOT                                         ~42     !4
         52      > JMPZ                                                     ~42, ->61
   43    53    >   FETCH_R                      global              ~43     '_COOKIE'
         54        FETCH_DIM_R                                      ~44     ~43, 'currency'
         55        ASSIGN                                                   !4, ~44
   44    56        BOOL_NOT                                         ~46     !4
         57      > JMPZ                                                     ~46, ->61
   45    58    >   IS_EQUAL                                         ~47     !4, 'euro'
         59        FREE                                                     ~47
   46    60        ASSIGN                                                   !5, '1'
   50    61    >   IS_EQUAL                                                 !4, 'dolar'
         62      > JMPZ                                                     ~49, ->66
   51    63    >   ASSIGN                                                   !6, '%24'
   52    64        ASSIGN                                                   !7, '1'
         65      > JMP                                                      ->73
   53    66    >   IS_EQUAL                                                 !4, 'pound'
         67      > JMPZ                                                     ~52, ->71
   54    68    >   ASSIGN                                                   !6, '%C2%A3'
   55    69        ASSIGN                                                   !8, '1'
         70      > JMP                                                      ->73
   58    71    >   ASSIGN                                                   !6, '%E2%82%AC'
   59    72        ASSIGN                                                   !5, '1'
   64    73    >   ECHO                                                     '%0A%0A%0A%0A%3Clink+rel%3D%22stylesheet%22+type%3D%22text%2Fcss%22+href%3D%22188570.css%22+%2F%3E%0A%3C%2Fhead%3E%0A%0A++++%3Cdiv+id%3D%22wrapper%22%3E%0A++++++++%3Cdiv+id%3D%22navigation%22%3E%0A%0A%3Cdiv+id%3D%22menu%22%3E%0A%3Ca+name%3D%22top%22%3E%3C%2Fa%3E%0A++++++++%3Cul%3E%0A+++++++++++++++++%3Cli%3E%3Ca+href%3D%22%2F%22%3EInventory+Value%3C%2Fa%3E%3C%2Fli%3E%0A++++++++++++++++%3Cli%3E%3Ca+href%3D%22%2Flounge.php%22%3ELOUNGE+ITEMS+PRICE+LIST%3C%2Fa%3E%3C%2Fli%3E%0A++++++++++++++++%3Cli%3E%3Ca+href%3D%22%2Fbethistory.php%22%3ELOUNGE+BETS+BALANCE%3C%2Fa%3E%3C%2Fli%3E%0A++++++++++++++++%3Cli%3E%3Ca+href%3D%22%2Ffaq.php%22%3EFAQ%3C%2Fa%3E%3C%2Fli%3E%0A++++++++%3C%2Ful%3E%0A%3Ca+href%3D%22http%3A%2F%2Fcsgobackpack.tk%2Flounge.php%3Fcurrency%3Dpound%22%3E%3Cimg+src%3D%22%2Fpound.png%22+style%3D%22float%3Aright%3B%22+border%3D%22'
   82    74        ECHO                                                     !8
         75        ECHO                                                     '%22+width%3D%2235%22+alt%3D%22pound%22+%2F%3E%3C%2Fa%3E%0A%3Ca+href%3D%22http%3A%2F%2Fcsgobackpack.tk%2Flounge.php%3Fcurrency%3Deuro%22%3E%3Cimg+src%3D%22%2Feuro.png%22+style%3D%22float%3Aright%3B%22+border%3D%22'
   83    76        ECHO                                                     !5
         77        ECHO                                                     '%22+width%3D%2235%22+alt%3D%22euro%22+%2F%3E%3C%2Fa%3E%0A%3Ca+href%3D%22http%3A%2F%2Fcsgobackpack.tk%2Flounge.php%3Fcurrency%3Ddolar%22%3E%3Cimg+src%3D%22%2Fdolar.png%22+style%3D%22float%3Aright%3B%22+border%3D%22'
   84    78        ECHO                                                     !7
         79        ECHO                                                     '%22+width%3D%2235%22+alt%3D%22dolar%22+%2F%3E%3C%2Fa%3E%09%0A%09%0A%3C%2Fdiv%3E%0A%3C%2Fp%3E%0A%3C%2Fdiv%3E%0A%0A%0A%0A++++++++%3Cdiv+id%3D%22content%22%3E%09%0A%09%09%0A%0A%3Ccenter%3E%0A%3Cbr%3E%3Cform+action%3D%22lounge.php%22+method%3D%22GET%22%3E%0ASort+by%3A+%0A%3Cselect+name%3D%22type%22%3E%0A%09%09%3Coption+selected%3D%27selected%27+%3EPROFITABILITY%3C%2Foption%3E%0A%09%09%3Coption%3EDIFFERENCE%3C%2Foption%3E%0A%09%09%3Coption%3ELOUNGE+PRICE%3C%2Foption%3E%0A%09%09%3Coption%3ESTEAM+PRICE%3C%2Foption%3E%0A%09%3C%2Fselect%3E%0A%0A%0A%3Cinput+type%3D%22submit%22++name%3D%22form1%22+value%3D%22Show%22%3E%3C%2Fform%3E%0A%0A%0A%0A%0A%0A%3C%2Fcenter%3E%0A%3Cbr%3E%0A%0A'
  119    80        FETCH_R                      global              ~57     '_GET'
         81        FETCH_DIM_R                                      ~58     ~57, 'type'
         82        ASSIGN                                                   !9, ~58
  120    83        BOOL_NOT                                         ~60     !9
         84      > JMPZ                                                     ~60, ->86
  121    85    >   ASSIGN                                                   !9, 'PROFITABILITY'
  125    86    >   IS_EQUAL                                                 !9, 'PROFITABILITY'
         87      > JMPZ                                                     ~62, ->97
  126    88    >   ROPE_INIT                                     3  ~64     'wypisz-prof'
         89        ROPE_ADD                                      1  ~64     ~64, !6
         90        ROPE_END                                      2  ~63     ~64, '.txt'
         91        ASSIGN                                                   !10, ~63
  127    92        INIT_FCALL                                               'file_get_contents'
         93        SEND_VAR                                                 !10
         94        DO_ICALL                                         $67     
         95        ASSIGN                                                   !11, $67
  128    96        ECHO                                                     !11
  131    97    >   IS_EQUAL                                                 !9, 'DIFFERENCE'
         98      > JMPZ                                                     ~69, ->108
  132    99    >   ROPE_INIT                                     3  ~71     'wypisz-diff'
        100        ROPE_ADD                                      1  ~71     ~71, !6
        101        ROPE_END                                      2  ~70     ~71, '.txt'
        102        ASSIGN                                                   !10, ~70
  133   103        INIT_FCALL                                               'file_get_contents'
        104        SEND_VAR                                                 !10
        105        DO_ICALL                                         $74     
        106        ASSIGN                                                   !11, $74
  134   107        ECHO                                                     !11
  137   108    >   IS_EQUAL                                                 !9, 'LOUNGE+PRICE'
        109      > JMPZ                                                     ~76, ->119
  138   110    >   ROPE_INIT                                     3  ~78     'wypisz-lounge'
        111        ROPE_ADD                                      1  ~78     ~78, !6
        112        ROPE_END                                      2  ~77     ~78, '.txt'
        113        ASSIGN                                                   !10, ~77
  139   114        INIT_FCALL                                               'file_get_contents'
        115        SEND_VAR                                                 !10
        116        DO_ICALL                                         $81     
        117        ASSIGN                                                   !11, $81
  140   118        ECHO                                                     !11
  143   119    >   IS_EQUAL                                                 !9, 'STEAM+PRICE'
        120      > JMPZ                                                     ~83, ->130
  144   121    >   ROPE_INIT                                     3  ~85     'wypisz-steam'
        122        ROPE_ADD                                      1  ~85     ~85, !6
        123        ROPE_END                                      2  ~84     ~85, '.txt'
        124        ASSIGN                                                   !10, ~84
  145   125        INIT_FCALL                                               'file_get_contents'
        126        SEND_VAR                                                 !10
        127        DO_ICALL                                         $88     
        128        ASSIGN                                                   !11, $88
  146   129        ECHO                                                     !11
  149   130    >   INIT_FCALL                                               'substr_count'
        131        SEND_VAR                                                 !11
        132        SEND_VAL                                                 'Difference%3A'
        133        DO_ICALL                                         $90     
        134        ASSIGN                                                   !12, $90
  150   135        INIT_FCALL                                               'substr_count'
        136        SEND_VAR                                                 !11
        137        SEND_VAL                                                 'color%3Dgreen'
        138        DO_ICALL                                         $92     
        139        ASSIGN                                                   !13, $92
  151   140        INIT_FCALL                                               'substr_count'
        141        SEND_VAR                                                 !11
        142        SEND_VAL                                                 'color%3Dred'
        143        DO_ICALL                                         $94     
        144        ASSIGN                                                   !14, $94
  156   145        FETCH_CONSTANT                                   ~97     'REMOTE_ADDR'
        146        FETCH_R                      global              ~96     '_SERVER'
        147        FETCH_DIM_R                                      ~98     ~96, ~97
        148        ASSIGN                                                   !1, ~98
  157   149        INIT_FCALL                                               'date'
        150        SEND_VAL                                                 'd-m-Y'
        151        DO_ICALL                                         $100    
        152        CONCAT                                           ~101    $100, '+'
        153        ASSIGN                                                   !2, ~101
  158   154        INIT_FCALL                                               'date'
        155        SEND_VAL                                                 'H%3Ai%3As'
        156        DO_ICALL                                         $103    
        157        CONCAT                                           ~104    $103, '+'
        158        ASSIGN                                                   !3, ~104
  160   159        CONCAT                                           ~106    !2, !3
        160        CONCAT                                           ~107    ~106, 'Adres+IP%3A+'
        161        CONCAT                                           ~108    ~107, !1
        162        CONCAT                                           ~109    ~108, '+Wy%C5%9Bwietli%C5%82+list%C4%99+cen+w+walucie+'
        163        CONCAT                                           ~110    ~109, !6
        164        CONCAT                                           ~111    ~110, '+i+typie%3A+'
        165        CONCAT                                           ~112    ~111, !9
        166        CONCAT                                           ~113    ~112, '%0D%0A'
        167        ASSIGN                                                   !15, ~113
  161   168        ASSIGN                                                   !16, 'zxcv.txt'
  162   169        INIT_FCALL                                               'fopen'
        170        SEND_VAR                                                 !16
        171        SEND_VAL                                                 'a'
        172        DO_ICALL                                         $116    
        173        ASSIGN                                                   !17, $116
  163   174        INIT_FCALL                                               'flock'
        175        SEND_VAR                                                 !17
        176        SEND_VAL                                                 2
        177        DO_ICALL                                                 
  164   178        INIT_FCALL                                               'fwrite'
        179        SEND_VAR                                                 !17
        180        SEND_VAR                                                 !15
        181        DO_ICALL                                                 
  165   182        INIT_FCALL                                               'flock'
        183        SEND_VAR                                                 !17
        184        SEND_VAL                                                 3
        185        DO_ICALL                                                 
  166   186        INIT_FCALL                                               'flock'
        187        SEND_VAR                                                 !17
        188        DO_ICALL                                                 
  171   189        ECHO                                                     '%09%0A%09%09%0A%09%09%3C%2Fdiv%3E%0A%09%09%0A%09+++%09++%3Cdiv+id%3D%22leftcolumn%22%3E%0A%09%09++%0A%09%09'
  179   190        NOP                                                      
        191        FAST_CONCAT                                      ~122    '%3Cbr%3EItems%3A+', !12
        192        ECHO                                                     ~122
  180   193        NOP                                                      
        194        FAST_CONCAT                                      ~123    '%3Cbr%3EProfitable%3A+', !13
        195        ECHO                                                     ~123
  181   196        ROPE_INIT                                     3  ~125    '%3Cbr%3EUnprofitable%3A+'
        197        ROPE_ADD                                      1  ~125    ~125, !14
        198        ROPE_END                                      2  ~124    ~125, '%3Cbr%3E%3Cbr%3E'
        199        ECHO                                                     ~124
  186   200        ECHO                                                     '%09%09%0A%09%09%0A%0A%09%09%0A%3Cscript+async+src%3D%22%2F%2Fpagead2.googlesyndication.com%2Fpagead%2Fjs%2Fadsbygoogle.js%22%3E%3C%2Fscript%3E%0A%3C%21--+Csgobackpack+--%3E%0A%3Cins+class%3D%22adsbygoogle%22%0A+++++style%3D%22display%3Ainline-block%3Bwidth%3A336px%3Bheight%3A280px%22%0A+++++data-ad-client%3D%22ca-pub-1597603389521284%22%0A+++++data-ad-slot%3D%221221074651%22%3E%3C%2Fins%3E%0A%3Cscript%3E%0A%28adsbygoogle+%3D+window.adsbygoogle+%7C%7C+%5B%5D%29.push%28%7B%7D%29%3B%0A%3C%2Fscript%3E%0A%3C%2Fcenter%3E%0A%0A%09%09%3Cbr%3E%3Cbr%3E%0A%09%09%3C%2Fcenter%3E%0A%09%09%0A%09%09%0A%09%09%0A%09%09%0A%09++%3C%2Fdiv%3E%0A%09+++%0A%09+++%0A++++++++%3Cdiv+id%3D%22footer%22%3E%0A++++++++++++%3Cdiv+align%3D%22right%22%3E%3Ca+target%3D%22_blank%22+href%3D%22http%3A%2F%2Fsteamcommunity.com%2Ftradeoffer%2Fnew%2F%3Fpartner%3D99290791%26token%3DMgjqfYBO%22%3E%3Cimg+src%3D%22donate.png%22+alt%3D%22Donate%22+%2F%3E%3C%2Fa%3E%3C%2Fdiv%3E%0A++++++++%3C%2Fdiv%3E%0A++++%3C%2Fdiv%3E%0A%09%0A%09%0A%09%0A%0A%3Cscript+type%3D%22text%2Fjavascript%22%3E%0Avar+sc_project%3D9950433%3B+%0Avar+sc_invisible%3D1%3B+%0Avar+sc_security%3D%2265c5a5d8%22%3B+%0Avar+scJsHost+%3D+%28%28%22https%3A%22+%3D%3D+document.location.protocol%29+%3F%0A%22https%3A%2F%2Fsecure.%22+%3A+%22http%3A%2F%2Fwww.%22%29%3B%0Adocument.write%28%22%3Csc%22%2B%22ript+type%3D%27text%2Fjavascript%27+src%3D%27%22+%2B%0AscJsHost%2B%0A%22statcounter.com%2Fcounter%2Fcounter.js%27%3E%3C%2F%22%2B%22script%3E%22%29%3B%0A%3C%2Fscript%3E%0A%3Cnoscript%3E%3Cdiv+class%3D%22statcounter%22%3E%3Ca+title%3D%22web+analytics%22%0Ahref%3D%22http%3A%2F%2Fstatcounter.com%2F%22+target%3D%22_blank%22%3E%3Cimg%0Aclass%3D%22statcounter%22%0Asrc%3D%22http%3A%2F%2Fc.statcounter.com%2F9950433%2F0%2F65c5a5d8%2F1%2F%22%0Aalt%3D%22web+analytics%22%3E%3C%2Fa%3E%3C%2Fdiv%3E%3C%2Fnoscript%3E%0A%0A%0A%0A%0A%0A%3Cscript%3E%0A++%28function%28i%2Cs%2Co%2Cg%2Cr%2Ca%2Cm%29%7Bi%5B%27GoogleAnalyticsObject%27%5D%3Dr%3Bi%5Br%5D%3Di%5Br%5D%7C%7Cfunction%28%29%7B%0A++%28i%5Br%5D.q%3Di%5Br%5D.q%7C%7C%5B%5D%29.push%28arguments%29%7D%2Ci%5Br%5D.l%3D1%2Anew+Date%28%29%3Ba%3Ds.createElement%28o%29%2C%0A++m%3Ds.getElementsByTagName%28o%29%5B0%5D%3Ba.async%3D1%3Ba.src%3Dg%3Bm.parentNode.insertBefore%28a%2Cm%29%0A++%7D%29%28window%2Cdocument%2C%27script%27%2C%27%2F%2Fwww.google-analytics.com%2Fanalytics.js%27%2C%27ga%27%29%3B%0A%0A++ga%28%27create%27%2C+%27UA-50103423-1%27%2C+%27csgobackpack.tk%27%29%3B%0A++ga%28%27require%27%2C+%27displayfeatures%27%29%3B%0A++ga%28%27send%27%2C+%27pageview%27%29%3B%0A%0A%3C%2Fscript%3E%0A%0A%09%0A%3C%2Fbody%3E%0A%3C%2Fhtml%3E'
  252   201      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
168.55 ms | 1420 KiB | 33 Q