3v4l.org

run code in 300+ PHP versions simultaneously
<?php $start = microtime(true); require_once __DIR__ . "/../include/modulecheck.php"; require_once __DIR__ . "/../config/config.php"; require_once __DIR__ . "/../include/language.php"; require_once __DIR__ . "/../include/adminlist.php"; ?> <!DOCTYPE html> <html lang="pl"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="<?php echo $config["general"]["desc"]; ?>"> <meta name="author" content="Wruczek"> <title><?php echo $config["general"]["title"] . $config["general"]["subtitle"]; ?></title> <!-- Icon --> <link rel="shortcut icon" href="img/icon/icon-64.png"> <!-- Bootswatch --> <link href="https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.3.7/superhero/bootstrap.min.css" rel="stylesheet"> <link href="css/theme.css" rel="stylesheet"> <!-- Font Awesome --> <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet"> <?php if(isset($bansPage)) { ?> <!-- DataTables for Bootstrap --> <link href="https://cdnjs.cloudflare.com/ajax/libs/datatables/1.10.12/css/dataTables.bootstrap.min.css" rel="stylesheet"> <?php } ?> <link href="css/flags/famfamfam-flags.min.css" rel="stylesheet"> <!-- Custom CSS --> <link href="css/navbar.css" rel="stylesheet"> <link href="css/style.css" rel="stylesheet"> <script src="api/i18n.php"></script> <!--[if IE]> <script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <nav class="navbar navbar-default navbar-fixed-top"> <div class="container"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false"> <span class="sr-only"><?php tl($lang["navbar"]["navigation"]); ?></span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="."><img style="width: 64px;" src="img/icon/icon-64.png" alt="Logo strony"><?php echo $config["general"]["title"]; ?></a> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav"> <li><a href="viewer<?php echo $config["general"]["enablehta"] ? "" : ".php" ?>"><i class="fa fa-eye" aria-hidden="true"></i> <?php tl($lang["navbar"]["viewer"]); ?></a></li> <li><a href="bans<?php echo $config["general"]["enablehta"] ? "" : ".php" ?>"><i class="fa fa-ban" aria-hidden="true"></i> <?php tl($lang["navbar"]["bans"]); ?></a></li> <li><a href="rules<?php echo $config["general"]["enablehta"] ? "" : ".php" ?>"><i class="fa fa-book" aria-hidden="true"></i> <?php tl($lang["navbar"]["rules"]); ?></a></li> <!-- Nie mam na to czasu <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"><i class="fa fa-television" aria-hidden="true"></i></i>Ranking <span class="caret"></span></a> <ul class="dropdown-menu"> <li><a href="#"><i class="fa fa-clock-o" aria-hidden="true"></i>Ranking Aktywności</a></li> <li><a href="#"><i class="fa fa-sign-in" aria-hidden="true"></i>Ranking Połaczeń</a></li> <li><a href="#"><i class="fa fa-sign-out" aria-hidden="true"></i>Ranking Połączenia</a></li> </ul> </li> --> </ul> <ul class="nav navbar-nav navbar-right"> <?php foreach ($config["navlinks"] as $navlink) { $icon = $navlink[0]; $text = $navlink[1]; $link = $navlink[2]; ?> <li><a href="<?php echo $link; ?>"><i class="fa <?php echo $icon; ?>" aria-hidden="true"></i> <?php echo $text; ?></a></li> <?php } ?> <li data-toggle="tooltip" data-placement="bottom" title="<?php tl($lang["navbar"]["connecttooltip"], [$config['teamspeak']['displayip']]); ?>"><a href="ts3server://<?php echo $config['teamspeak']['displayip']; ?>"><i class="fa fa-sign-in" aria-hidden="true"></i><?php tl($lang["navbar"]["connect"]); ?></a></li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"><i class="famfamfam-flags <?php echo $langcode == "en" ? "gb" : $langcode; ?>" aria-hidden="true"></i> Language <span class="caret"></span></a> <ul class="dropdown-menu"> <li><a href="?lang=en"><i class="famfamfam-flags gb" aria-hidden="true"></i> English</a></li> <li><a href="?lang=pl"><i class="famfamfam-flags pl" aria-hidden="true"></i> Polski</a></li> <li><a href="?lang=de"><i class="famfamfam-flags de" aria-hidden="true"></i> Deutsch</a></li> <li><a href="?lang=nl"><i class="famfamfam-flags nl" aria-hidden="true"></i> Nederlands</a></li> </ul> </li> </ul> </div> <!-- /.navbar-collapse --> </div> <!-- /.container-fluid --> </nav> <div class="container"> <div class="row"> <div class="col-md-3 col-md-push-9"> <div class="panel panel-default"> <div class="panel-heading"><i class="fa fa-bar-chart" aria-hidden="true"></i> <?php tl($lang["serverstatus"]["title"]); ?></div> <div class="panel-body"> <div class="serverstatus"> <p><i class="fa fa-globe" aria-hidden="true"></i> <?php tl($lang["serverstatus"]["address"]); ?>: <a href="ts3server://<?php echo $config['teamspeak']['displayip']; ?>"><?php echo $config['teamspeak']['displayip']; ?></a></p> <div id="serverstatus"> <div class="text-center"> <i class="fa fa-refresh fa-spin fa-3x fa-fw"></i> <span class="sr-only"><?php tl($lang["serverstatus"]["loading"]); ?></span> </div> </div> </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading"><i class="fa fa-shield" aria-hidden="true"></i> <?php tl($lang["adminlist"]["title"]); ?> <span class="pullright"><i class="fa fa-question-circle" aria-hidden="true" data-toggle="tooltip" data-placement="bottom" title="<?php tl($lang["adminlist"]["lastupdate"], [$adminlist[1]]); ?>"></i></span></div> <div class="panel-body adminlist"> <?php echo $adminlist[0]; ?> </div> </div> <?php if(!empty($config['contact']['text'])) { ?> <div class="panel panel-default"> <div class="panel-heading"><i class="fa fa-envelope" aria-hidden="true"></i> <?php echo $config['contact']['title']; ?></div> <div class="panel-body"> <?php echo $config['contact']['text']; ?> </div> </div> <?php } ?> <div class="panel panel-default"> <div class="panel-heading"><i class="fa fa-eye" aria-hidden="true"></i> <?php tl($lang["svpb"]["title"]); ?></div> <div class="panel-body"> <a href="viewer<?php echo $config["general"]["enablehta"] ? "" : ".php" ?>" class="btn btn-primary btn-lg btn-block"><i class="fa fa-eye" aria-hidden="true"></i> <?php tl($lang["svpb"]["takealook"]); ?></a> </div> </div> </div> <div class="col-md-9 col-md-pull-3">
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 22, Position 2 = 23
Branch analysis from position: 22
2 jumps found. (Code = 43) Position 1 = 38, Position 2 = 40
Branch analysis from position: 38
1 jumps found. (Code = 42) Position 1 = 41
Branch analysis from position: 41
2 jumps found. (Code = 43) Position 1 = 53, Position 2 = 55
Branch analysis from position: 53
1 jumps found. (Code = 42) Position 1 = 56
Branch analysis from position: 56
2 jumps found. (Code = 43) Position 1 = 68, Position 2 = 70
Branch analysis from position: 68
1 jumps found. (Code = 42) Position 1 = 71
Branch analysis from position: 71
2 jumps found. (Code = 77) Position 1 = 82, Position 2 = 97
Branch analysis from position: 82
2 jumps found. (Code = 78) Position 1 = 83, Position 2 = 97
Branch analysis from position: 83
1 jumps found. (Code = 42) Position 1 = 82
Branch analysis from position: 82
Branch analysis from position: 97
2 jumps found. (Code = 43) Position 1 = 123, Position 2 = 125
Branch analysis from position: 123
1 jumps found. (Code = 42) Position 1 = 126
Branch analysis from position: 126
2 jumps found. (Code = 43) Position 1 = 181, Position 2 = 190
Branch analysis from position: 181
2 jumps found. (Code = 43) Position 1 = 201, Position 2 = 203
Branch analysis from position: 201
1 jumps found. (Code = 42) Position 1 = 204
Branch analysis from position: 204
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 203
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 190
Branch analysis from position: 125
2 jumps found. (Code = 43) Position 1 = 181, Position 2 = 190
Branch analysis from position: 181
Branch analysis from position: 190
Branch analysis from position: 97
Branch analysis from position: 70
2 jumps found. (Code = 77) Position 1 = 82, Position 2 = 97
Branch analysis from position: 82
Branch analysis from position: 97
Branch analysis from position: 55
2 jumps found. (Code = 43) Position 1 = 68, Position 2 = 70
Branch analysis from position: 68
Branch analysis from position: 70
Branch analysis from position: 40
2 jumps found. (Code = 43) Position 1 = 53, Position 2 = 55
Branch analysis from position: 53
Branch analysis from position: 55
Branch analysis from position: 23
filename:       /in/pcstu
function name:  (null)
number of ops:  214
compiled vars:  !0 = $start, !1 = $config, !2 = $bansPage, !3 = $lang, !4 = $navlink, !5 = $icon, !6 = $text, !7 = $link, !8 = $langcode, !9 = $adminlist
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'microtime'
          1        SEND_VAL                                                 <true>
          2        DO_ICALL                                         $10     
          3        ASSIGN                                                   !0, $10
    3     4        INCLUDE_OR_EVAL                                          '%2Fin%2F..%2Finclude%2Fmodulecheck.php', REQUIRE_ONCE
    4     5        INCLUDE_OR_EVAL                                          '%2Fin%2F..%2Fconfig%2Fconfig.php', REQUIRE_ONCE
    5     6        INCLUDE_OR_EVAL                                          '%2Fin%2F..%2Finclude%2Flanguage.php', REQUIRE_ONCE
    6     7        INCLUDE_OR_EVAL                                          '%2Fin%2F..%2Finclude%2Fadminlist.php', REQUIRE_ONCE
    8     8        ECHO                                                     '%3C%21DOCTYPE+html%3E%0A%3Chtml+lang%3D%22pl%22%3E%0A%0A%3Chead%3E%0A++++%3Cmeta+charset%3D%22utf-8%22%3E%0A++++%3Cmeta+http-equiv%3D%22X-UA-Compatible%22+content%3D%22IE%3Dedge%22%3E%0A++++%3Cmeta+name%3D%22viewport%22+content%3D%22width%3Ddevice-width%2C+initial-scale%3D1%22%3E%0A%0A++++%3Cmeta+name%3D%22description%22+content%3D%22'
   16     9        FETCH_DIM_R                                      ~16     !1, 'general'
         10        FETCH_DIM_R                                      ~17     ~16, 'desc'
         11        ECHO                                                     ~17
         12        ECHO                                                     '%22%3E%0A++++%3Cmeta+name%3D%22author%22+content%3D%22Wruczek%22%3E%0A%0A++++%3Ctitle%3E'
   19    13        FETCH_DIM_R                                      ~18     !1, 'general'
         14        FETCH_DIM_R                                      ~19     ~18, 'title'
         15        FETCH_DIM_R                                      ~20     !1, 'general'
         16        FETCH_DIM_R                                      ~21     ~20, 'subtitle'
         17        CONCAT                                           ~22     ~19, ~21
         18        ECHO                                                     ~22
         19        ECHO                                                     '%3C%2Ftitle%3E%0A%0A++++%3C%21--+Icon+--%3E%0A++++%3Clink+rel%3D%22shortcut+icon%22+href%3D%22img%2Ficon%2Ficon-64.png%22%3E%0A%0A++++%3C%21--+Bootswatch+--%3E%0A++++%3Clink+href%3D%22https%3A%2F%2Fcdnjs.cloudflare.com%2Fajax%2Flibs%2Fbootswatch%2F3.3.7%2Fsuperhero%2Fbootstrap.min.css%22+rel%3D%22stylesheet%22%3E%0A++++%3Clink+href%3D%22css%2Ftheme.css%22+rel%3D%22stylesheet%22%3E%0A%0A++++%3C%21--+Font+Awesome+--%3E%0A++++%3Clink+href%3D%22https%3A%2F%2Fcdnjs.cloudflare.com%2Fajax%2Flibs%2Ffont-awesome%2F4.6.3%2Fcss%2Ffont-awesome.min.css%22+rel%3D%22stylesheet%22%3E%0A%0A++++'
   31    20        ISSET_ISEMPTY_CV                                         !2
         21      > JMPZ                                                     ~23, ->23
   32    22    >   ECHO                                                     '++++%3C%21--+DataTables+for+Bootstrap+--%3E%0A++++%3Clink+href%3D%22https%3A%2F%2Fcdnjs.cloudflare.com%2Fajax%2Flibs%2Fdatatables%2F1.10.12%2Fcss%2FdataTables.bootstrap.min.css%22+rel%3D%22stylesheet%22%3E%0A++++'
   35    23    >   ECHO                                                     '%0A++++%3Clink+href%3D%22css%2Fflags%2Ffamfamfam-flags.min.css%22+rel%3D%22stylesheet%22%3E%0A%0A++++%3C%21--+Custom+CSS+--%3E%0A++++%3Clink+href%3D%22css%2Fnavbar.css%22+rel%3D%22stylesheet%22%3E%0A++++%3Clink+href%3D%22css%2Fstyle.css%22+rel%3D%22stylesheet%22%3E%0A%0A++++%3Cscript+src%3D%22api%2Fi18n.php%22%3E%3C%2Fscript%3E%0A%0A++++%3C%21--%5Bif+IE%5D%3E%0A++++++++%3Cscript+src%3D%22https%3A%2F%2Fcdnjs.cloudflare.com%2Fajax%2Flibs%2Fhtml5shiv%2F3.7.3%2Fhtml5shiv.min.js%22%3E%3C%2Fscript%3E%0A++++++++%3Cscript+src%3D%22https%3A%2F%2Fcdnjs.cloudflare.com%2Fajax%2Flibs%2Frespond.js%2F1.4.2%2Frespond.min.js%22%3E%3C%2Fscript%3E%0A++++%3C%21%5Bendif%5D--%3E%0A%3C%2Fhead%3E%0A%0A%3Cbody%3E%0A%0A++++%3Cnav+class%3D%22navbar+navbar-default+navbar-fixed-top%22%3E%0A++++++++%3Cdiv+class%3D%22container%22%3E%0A++++++++++++%3C%21--+Brand+and+toggle+get+grouped+for+better+mobile+display+--%3E%0A++++++++++++%3Cdiv+class%3D%22navbar-header%22%3E%0A++++++++++++++++%3Cbutton+type%3D%22button%22+class%3D%22navbar-toggle+collapsed%22+data-toggle%3D%22collapse%22+data-target%3D%22%23bs-example-navbar-collapse-1%22+aria-expanded%3D%22false%22%3E%0A++++++++++++++++++++%3Cspan+class%3D%22sr-only%22%3E'
   57    24        INIT_FCALL_BY_NAME                                       'tl'
         25        CHECK_FUNC_ARG                                           
         26        FETCH_DIM_FUNC_ARG                               $24     !3, 'navbar'
         27        FETCH_DIM_FUNC_ARG                               $25     $24, 'navigation'
         28        SEND_FUNC_ARG                                            $25
         29        DO_FCALL                                      0          
         30        ECHO                                                     '%3C%2Fspan%3E%0A++++++++++++++++++++%3Cspan+class%3D%22icon-bar%22%3E%3C%2Fspan%3E%0A++++++++++++++++++++%3Cspan+class%3D%22icon-bar%22%3E%3C%2Fspan%3E%0A++++++++++++++++++++%3Cspan+class%3D%22icon-bar%22%3E%3C%2Fspan%3E%0A++++++++++++++++%3C%2Fbutton%3E%0A%0A++++++++++++++++%3Ca+class%3D%22navbar-brand%22+href%3D%22.%22%3E%3Cimg+style%3D%22width%3A+64px%3B%22+src%3D%22img%2Ficon%2Ficon-64.png%22+alt%3D%22Logo+strony%22%3E'
   63    31        FETCH_DIM_R                                      ~27     !1, 'general'
         32        FETCH_DIM_R                                      ~28     ~27, 'title'
         33        ECHO                                                     ~28
         34        ECHO                                                     '%3C%2Fa%3E%0A++++++++++++%3C%2Fdiv%3E%0A%0A++++++++++++%3C%21--+Collect+the+nav+links%2C+forms%2C+and+other+content+for+toggling+--%3E%0A++++++++++++%3Cdiv+class%3D%22collapse+navbar-collapse%22+id%3D%22bs-example-navbar-collapse-1%22%3E%0A++++++++++++++++%3Cul+class%3D%22nav+navbar-nav%22%3E%0A++++++++++++++++++++%3Cli%3E%3Ca+href%3D%22viewer'
   69    35        FETCH_DIM_R                                      ~29     !1, 'general'
         36        FETCH_DIM_R                                      ~30     ~29, 'enablehta'
         37      > JMPZ                                                     ~30, ->40
         38    >   QM_ASSIGN                                        ~31     ''
         39      > JMP                                                      ->41
         40    >   QM_ASSIGN                                        ~31     '.php'
         41    >   ECHO                                                     ~31
         42        ECHO                                                     '%22%3E%3Ci+class%3D%22fa+fa-eye%22+aria-hidden%3D%22true%22%3E%3C%2Fi%3E+'
         43        INIT_FCALL_BY_NAME                                       'tl'
         44        CHECK_FUNC_ARG                                           
         45        FETCH_DIM_FUNC_ARG                               $32     !3, 'navbar'
         46        FETCH_DIM_FUNC_ARG                               $33     $32, 'viewer'
         47        SEND_FUNC_ARG                                            $33
         48        DO_FCALL                                      0          
         49        ECHO                                                     '%3C%2Fa%3E%3C%2Fli%3E%0A++++++++++++++++++++%3Cli%3E%3Ca+href%3D%22bans'
   70    50        FETCH_DIM_R                                      ~35     !1, 'general'
         51        FETCH_DIM_R                                      ~36     ~35, 'enablehta'
         52      > JMPZ                                                     ~36, ->55
         53    >   QM_ASSIGN                                        ~37     ''
         54      > JMP                                                      ->56
         55    >   QM_ASSIGN                                        ~37     '.php'
         56    >   ECHO                                                     ~37
         57        ECHO                                                     '%22%3E%3Ci+class%3D%22fa+fa-ban%22+aria-hidden%3D%22true%22%3E%3C%2Fi%3E+'
         58        INIT_FCALL_BY_NAME                                       'tl'
         59        CHECK_FUNC_ARG                                           
         60        FETCH_DIM_FUNC_ARG                               $38     !3, 'navbar'
         61        FETCH_DIM_FUNC_ARG                               $39     $38, 'bans'
         62        SEND_FUNC_ARG                                            $39
         63        DO_FCALL                                      0          
         64        ECHO                                                     '%3C%2Fa%3E%3C%2Fli%3E%0A++++++++++++++++++++%3Cli%3E%3Ca+href%3D%22rules'
   71    65        FETCH_DIM_R                                      ~41     !1, 'general'
         66        FETCH_DIM_R                                      ~42     ~41, 'enablehta'
         67      > JMPZ                                                     ~42, ->70
         68    >   QM_ASSIGN                                        ~43     ''
         69      > JMP                                                      ->71
         70    >   QM_ASSIGN                                        ~43     '.php'
         71    >   ECHO                                                     ~43
         72        ECHO                                                     '%22%3E%3Ci+class%3D%22fa+fa-book%22+aria-hidden%3D%22true%22%3E%3C%2Fi%3E+'
         73        INIT_FCALL_BY_NAME                                       'tl'
         74        CHECK_FUNC_ARG                                           
         75        FETCH_DIM_FUNC_ARG                               $44     !3, 'navbar'
         76        FETCH_DIM_FUNC_ARG                               $45     $44, 'rules'
         77        SEND_FUNC_ARG                                            $45
         78        DO_FCALL                                      0          
         79        ECHO                                                     '%3C%2Fa%3E%3C%2Fli%3E%0A++++++++++++++++++++%3C%21--+Nie+mam+na+to+czasu%0A++++++++++++++++++++%3Cli+class%3D%22dropdown%22%3E%0A++++++++++++++++++++++++%3Ca+href%3D%22%23%22+class%3D%22dropdown-toggle%22+data-toggle%3D%22dropdown%22+role%3D%22button%22+aria-haspopup%3D%22true%22+aria-expanded%3D%22false%22%3E%3Ci+class%3D%22fa+fa-television%22+aria-hidden%3D%22true%22%3E%3C%2Fi%3E%3C%2Fi%3ERanking+%3Cspan+class%3D%22caret%22%3E%3C%2Fspan%3E%3C%2Fa%3E%0A++++++++++++++++++++++++%3Cul+class%3D%22dropdown-menu%22%3E%0A++++++++++++++++++++++++++++%3Cli%3E%3Ca+href%3D%22%23%22%3E%3Ci+class%3D%22fa+fa-clock-o%22+aria-hidden%3D%22true%22%3E%3C%2Fi%3ERanking+Aktywno%C5%9Bci%3C%2Fa%3E%3C%2Fli%3E%0A++++++++++++++++++++++++++++%3Cli%3E%3Ca+href%3D%22%23%22%3E%3Ci+class%3D%22fa+fa-sign-in%22+aria-hidden%3D%22true%22%3E%3C%2Fi%3ERanking+Po%C5%82acze%C5%84%3C%2Fa%3E%3C%2Fli%3E%0A++++++++++++++++++++++++++++%3Cli%3E%3Ca+href%3D%22%23%22%3E%3Ci+class%3D%22fa+fa-sign-out%22+aria-hidden%3D%22true%22%3E%3C%2Fi%3ERanking+Po%C5%82%C4%85czenia%3C%2Fa%3E%3C%2Fli%3E%0A++++++++++++++++++++++++%3C%2Ful%3E%0A++++++++++++++++++++%3C%2Fli%3E%0A++++++++++++++++++++--%3E%0A++++++++++++++++%3C%2Ful%3E%0A++++++++++++++++%3Cul+class%3D%22nav+navbar-nav+navbar-right%22%3E%0A++++++++++++++++++++'
   84    80        FETCH_DIM_R                                      ~47     !1, 'navlinks'
         81      > FE_RESET_R                                       $48     ~47, ->97
         82    > > FE_FETCH_R                                               $48, !4, ->97
   85    83    >   FETCH_DIM_R                                      ~49     !4, 0
         84        ASSIGN                                                   !5, ~49
   86    85        FETCH_DIM_R                                      ~51     !4, 1
         86        ASSIGN                                                   !6, ~51
   87    87        FETCH_DIM_R                                      ~53     !4, 2
         88        ASSIGN                                                   !7, ~53
   88    89        ECHO                                                     '++++++++++++++++++++%3Cli%3E%3Ca+href%3D%22'
         90        ECHO                                                     !7
         91        ECHO                                                     '%22%3E%3Ci+class%3D%22fa+'
         92        ECHO                                                     !5
         93        ECHO                                                     '%22+aria-hidden%3D%22true%22%3E%3C%2Fi%3E+'
         94        ECHO                                                     !6
         95        ECHO                                                     '%3C%2Fa%3E%3C%2Fli%3E%0A++++++++++++++++++++'
   84    96      > JMP                                                      ->82
         97    >   FE_FREE                                                  $48
   90    98        ECHO                                                     '%0A++++++++++++++++++++%3Cli+data-toggle%3D%22tooltip%22+data-placement%3D%22bottom%22+title%3D%22'
   91    99        INIT_FCALL_BY_NAME                                       'tl'
        100        CHECK_FUNC_ARG                                           
        101        FETCH_DIM_FUNC_ARG                               $55     !3, 'navbar'
        102        FETCH_DIM_FUNC_ARG                               $56     $55, 'connecttooltip'
        103        SEND_FUNC_ARG                                            $56
        104        FETCH_DIM_R                                      ~57     !1, 'teamspeak'
        105        FETCH_DIM_R                                      ~58     ~57, 'displayip'
        106        INIT_ARRAY                                       ~59     ~58
        107        SEND_VAL_EX                                              ~59
        108        DO_FCALL                                      0          
        109        ECHO                                                     '%22%3E%3Ca+href%3D%22ts3server%3A%2F%2F'
        110        FETCH_DIM_R                                      ~61     !1, 'teamspeak'
        111        FETCH_DIM_R                                      ~62     ~61, 'displayip'
        112        ECHO                                                     ~62
        113        ECHO                                                     '%22%3E%3Ci+class%3D%22fa+fa-sign-in%22+aria-hidden%3D%22true%22%3E%3C%2Fi%3E'
        114        INIT_FCALL_BY_NAME                                       'tl'
        115        CHECK_FUNC_ARG                                           
        116        FETCH_DIM_FUNC_ARG                               $63     !3, 'navbar'
        117        FETCH_DIM_FUNC_ARG                               $64     $63, 'connect'
        118        SEND_FUNC_ARG                                            $64
        119        DO_FCALL                                      0          
        120        ECHO                                                     '%3C%2Fa%3E%3C%2Fli%3E%0A%0A++++++++++++++++++++%3Cli+class%3D%22dropdown%22%3E%0A++++++++++++++++++++++++%3Ca+href%3D%22%23%22+class%3D%22dropdown-toggle%22+data-toggle%3D%22dropdown%22+role%3D%22button%22+aria-haspopup%3D%22true%22+aria-expanded%3D%22false%22%3E%3Ci+class%3D%22famfamfam-flags+'
   94   121        IS_EQUAL                                                 !8, 'en'
        122      > JMPZ                                                     ~66, ->125
        123    >   QM_ASSIGN                                        ~67     'gb'
        124      > JMP                                                      ->126
        125    >   QM_ASSIGN                                        ~67     !8
        126    >   ECHO                                                     ~67
        127        ECHO                                                     '%22+aria-hidden%3D%22true%22%3E%3C%2Fi%3E+Language+%3Cspan+class%3D%22caret%22%3E%3C%2Fspan%3E%3C%2Fa%3E%0A++++++++++++++++++++++++%3Cul+class%3D%22dropdown-menu%22%3E%0A++++++++++++++++++++++++++++%3Cli%3E%3Ca+href%3D%22%3Flang%3Den%22%3E%3Ci+class%3D%22famfamfam-flags+gb%22+aria-hidden%3D%22true%22%3E%3C%2Fi%3E+English%3C%2Fa%3E%3C%2Fli%3E%0A++++++++++++++++++++++++++++%3Cli%3E%3Ca+href%3D%22%3Flang%3Dpl%22%3E%3Ci+class%3D%22famfamfam-flags+pl%22+aria-hidden%3D%22true%22%3E%3C%2Fi%3E+Polski%3C%2Fa%3E%3C%2Fli%3E%0A++++++++++++++++++++++++++++%3Cli%3E%3Ca+href%3D%22%3Flang%3Dde%22%3E%3Ci+class%3D%22famfamfam-flags+de%22+aria-hidden%3D%22true%22%3E%3C%2Fi%3E+Deutsch%3C%2Fa%3E%3C%2Fli%3E%0A++++++++++++++++++++++++++++%3Cli%3E%3Ca+href%3D%22%3Flang%3Dnl%22%3E%3Ci+class%3D%22famfamfam-flags+nl%22+aria-hidden%3D%22true%22%3E%3C%2Fi%3E+Nederlands%3C%2Fa%3E%3C%2Fli%3E%0A++++++++++++++++++++++++%3C%2Ful%3E%0A++++++++++++++++++++%3C%2Fli%3E%0A++++++++++++++++%3C%2Ful%3E%0A++++++++++++%3C%2Fdiv%3E%0A++++++++++++%3C%21--+%2F.navbar-collapse+--%3E%0A++++++++%3C%2Fdiv%3E%0A++++++++%3C%21--+%2F.container-fluid+--%3E%0A++++%3C%2Fnav%3E%0A%0A++++%3Cdiv+class%3D%22container%22%3E%0A%0A++++++++%3Cdiv+class%3D%22row%22%3E%0A%0A++++++++++++%3Cdiv+class%3D%22col-md-3+col-md-push-9%22%3E%0A++++++++++++++++%3Cdiv+class%3D%22panel+panel-default%22%3E%0A++++++++++++++++++++%3Cdiv+class%3D%22panel-heading%22%3E%3Ci+class%3D%22fa+fa-bar-chart%22+aria-hidden%3D%22true%22%3E%3C%2Fi%3E+'
  115   128        INIT_FCALL_BY_NAME                                       'tl'
        129        CHECK_FUNC_ARG                                           
        130        FETCH_DIM_FUNC_ARG                               $68     !3, 'serverstatus'
        131        FETCH_DIM_FUNC_ARG                               $69     $68, 'title'
        132        SEND_FUNC_ARG                                            $69
        133        DO_FCALL                                      0          
        134        ECHO                                                     '%3C%2Fdiv%3E%0A++++++++++++++++++++%3Cdiv+class%3D%22panel-body%22%3E%0A++++++++++++++++++++++++%3Cdiv+class%3D%22serverstatus%22%3E%0A++++++++++++++++++++++++++++%3Cp%3E%3Ci+class%3D%22fa+fa-globe%22+aria-hidden%3D%22true%22%3E%3C%2Fi%3E+'
  118   135        INIT_FCALL_BY_NAME                                       'tl'
        136        CHECK_FUNC_ARG                                           
        137        FETCH_DIM_FUNC_ARG                               $71     !3, 'serverstatus'
        138        FETCH_DIM_FUNC_ARG                               $72     $71, 'address'
        139        SEND_FUNC_ARG                                            $72
        140        DO_FCALL                                      0          
        141        ECHO                                                     '%3A+%3Ca+href%3D%22ts3server%3A%2F%2F'
        142        FETCH_DIM_R                                      ~74     !1, 'teamspeak'
        143        FETCH_DIM_R                                      ~75     ~74, 'displayip'
        144        ECHO                                                     ~75
        145        ECHO                                                     '%22%3E'
        146        FETCH_DIM_R                                      ~76     !1, 'teamspeak'
        147        FETCH_DIM_R                                      ~77     ~76, 'displayip'
        148        ECHO                                                     ~77
        149        ECHO                                                     '%3C%2Fa%3E%3C%2Fp%3E%0A++++++++++++++++++++++++++++%3Cdiv+id%3D%22serverstatus%22%3E%0A++++++++++++++++++++++++++++++++%3Cdiv+class%3D%22text-center%22%3E%0A++++++++++++++++++++++++++++++++++++%3Ci+class%3D%22fa+fa-refresh+fa-spin+fa-3x+fa-fw%22%3E%3C%2Fi%3E%0A++++++++++++++++++++++++++++++++++++%3Cspan+class%3D%22sr-only%22%3E'
  122   150        INIT_FCALL_BY_NAME                                       'tl'
        151        CHECK_FUNC_ARG                                           
        152        FETCH_DIM_FUNC_ARG                               $78     !3, 'serverstatus'
        153        FETCH_DIM_FUNC_ARG                               $79     $78, 'loading'
        154        SEND_FUNC_ARG                                            $79
        155        DO_FCALL                                      0          
        156        ECHO                                                     '%3C%2Fspan%3E%0A++++++++++++++++++++++++++++++++%3C%2Fdiv%3E%0A++++++++++++++++++++++++++++%3C%2Fdiv%3E%0A++++++++++++++++++++++++%3C%2Fdiv%3E%0A++++++++++++++++++++%3C%2Fdiv%3E%0A++++++++++++++++%3C%2Fdiv%3E%0A%0A%0A++++++++++++++++%3Cdiv+class%3D%22panel+panel-default%22%3E%0A++++++++++++++++++++%3Cdiv+class%3D%22panel-heading%22%3E%3Ci+class%3D%22fa+fa-shield%22+aria-hidden%3D%22true%22%3E%3C%2Fi%3E+'
  131   157        INIT_FCALL_BY_NAME                                       'tl'
        158        CHECK_FUNC_ARG                                           
        159        FETCH_DIM_FUNC_ARG                               $81     !3, 'adminlist'
        160        FETCH_DIM_FUNC_ARG                               $82     $81, 'title'
        161        SEND_FUNC_ARG                                            $82
        162        DO_FCALL                                      0          
        163        ECHO                                                     '+%3Cspan+class%3D%22pullright%22%3E%3Ci+class%3D%22fa+fa-question-circle%22+aria-hidden%3D%22true%22+data-toggle%3D%22tooltip%22+data-placement%3D%22bottom%22+title%3D%22'
        164        INIT_FCALL_BY_NAME                                       'tl'
        165        CHECK_FUNC_ARG                                           
        166        FETCH_DIM_FUNC_ARG                               $84     !3, 'adminlist'
        167        FETCH_DIM_FUNC_ARG                               $85     $84, 'lastupdate'
        168        SEND_FUNC_ARG                                            $85
        169        FETCH_DIM_R                                      ~86     !9, 1
        170        INIT_ARRAY                                       ~87     ~86
        171        SEND_VAL_EX                                              ~87
        172        DO_FCALL                                      0          
        173        ECHO                                                     '%22%3E%3C%2Fi%3E%3C%2Fspan%3E%3C%2Fdiv%3E%0A++++++++++++++++++++%3Cdiv+class%3D%22panel-body+adminlist%22%3E%0A++++++++++++++++++++++++'
  133   174        FETCH_DIM_R                                      ~89     !9, 0
        175        ECHO                                                     ~89
  134   176        ECHO                                                     '++++++++++++++++++++%3C%2Fdiv%3E%0A++++++++++++++++%3C%2Fdiv%3E%0A%0A++++++++++++++++'
  137   177        FETCH_DIM_IS                                     ~90     !1, 'contact'
        178        ISSET_ISEMPTY_DIM_OBJ                         1  ~91     ~90, 'text'
        179        BOOL_NOT                                         ~92     ~91
        180      > JMPZ                                                     ~92, ->190
  138   181    >   ECHO                                                     '++++++++++++++++%3Cdiv+class%3D%22panel+panel-default%22%3E%0A++++++++++++++++++++%3Cdiv+class%3D%22panel-heading%22%3E%3Ci+class%3D%22fa+fa-envelope%22+aria-hidden%3D%22true%22%3E%3C%2Fi%3E+'
  139   182        FETCH_DIM_R                                      ~93     !1, 'contact'
        183        FETCH_DIM_R                                      ~94     ~93, 'title'
        184        ECHO                                                     ~94
        185        ECHO                                                     '%3C%2Fdiv%3E%0A++++++++++++++++++++%3Cdiv+class%3D%22panel-body%22%3E%0A++++++++++++++++++++++++'
  141   186        FETCH_DIM_R                                      ~95     !1, 'contact'
        187        FETCH_DIM_R                                      ~96     ~95, 'text'
        188        ECHO                                                     ~96
  142   189        ECHO                                                     '++++++++++++++++++++%3C%2Fdiv%3E%0A++++++++++++++++%3C%2Fdiv%3E%0A++++++++++++++++'
  145   190    >   ECHO                                                     '%0A++++++++++++++++%3Cdiv+class%3D%22panel+panel-default%22%3E%0A++++++++++++++++++++%3Cdiv+class%3D%22panel-heading%22%3E%3Ci+class%3D%22fa+fa-eye%22+aria-hidden%3D%22true%22%3E%3C%2Fi%3E+'
  147   191        INIT_FCALL_BY_NAME                                       'tl'
        192        CHECK_FUNC_ARG                                           
        193        FETCH_DIM_FUNC_ARG                               $97     !3, 'svpb'
        194        FETCH_DIM_FUNC_ARG                               $98     $97, 'title'
        195        SEND_FUNC_ARG                                            $98
        196        DO_FCALL                                      0          
        197        ECHO                                                     '%3C%2Fdiv%3E%0A++++++++++++++++++++%3Cdiv+class%3D%22panel-body%22%3E%0A++++++++++++++++++++++++%3Ca+href%3D%22viewer'
  149   198        FETCH_DIM_R                                      ~100    !1, 'general'
        199        FETCH_DIM_R                                      ~101    ~100, 'enablehta'
        200      > JMPZ                                                     ~101, ->203
        201    >   QM_ASSIGN                                        ~102    ''
        202      > JMP                                                      ->204
        203    >   QM_ASSIGN                                        ~102    '.php'
        204    >   ECHO                                                     ~102
        205        ECHO                                                     '%22+class%3D%22btn+btn-primary+btn-lg+btn-block%22%3E%3Ci+class%3D%22fa+fa-eye%22+aria-hidden%3D%22true%22%3E%3C%2Fi%3E+'
        206        INIT_FCALL_BY_NAME                                       'tl'
        207        CHECK_FUNC_ARG                                           
        208        FETCH_DIM_FUNC_ARG                               $103    !3, 'svpb'
        209        FETCH_DIM_FUNC_ARG                               $104    $103, 'takealook'
        210        SEND_FUNC_ARG                                            $104
        211        DO_FCALL                                      0          
        212        ECHO                                                     '%3C%2Fa%3E%0A++++++++++++++++++++%3C%2Fdiv%3E%0A++++++++++++++++%3C%2Fdiv%3E%0A++++++++++++%3C%2Fdiv%3E%0A%0A++++++++++++%3Cdiv+class%3D%22col-md-9+col-md-pull-3%22%3E'
  154   213      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.86 ms | 1424 KiB | 15 Q