3v4l.org

run code in 300+ PHP versions simultaneously
<?php ob_start("ob_gzhandler"); session_start(); $cache_on_off = 1; //Cachen an oder aus 1=on/ 0=off $out_time_files = 24; //Verfallsdatum der gecachten HTML-Dateien in Stunden $out_time_news = 12; //Zeit in Stunden bis ein News-cachefile erneuert wird $main_path = ($_SERVER['PHP_SELF']);//echo $main_path; //Pfad incl. Dateiname zBsp.(/helipeter/index.php) $cache_path = "de/cache/"; @include "includes/languages/de.php"; $text_language = "de"; if (is_array($_SESSION) && array_key_exists('time', $_SESSION)) { $g_zeit = 60*55; //55 Minuten, dann neu einloggen, nur für nicht bezahlte Tester //echo "Probezugang"; if (time() - $_SESSION['time'] > $g_zeit) { //echo "Probe/ Test\n"; header('Location: login.html'); $_SESSION = array(); // Falls die Session gelöscht werden soll, löschen Sie auch das // Session-Cookie. // Achtung: Damit wird die Session gelöscht, nicht nur die Session-Daten! if (ini_get("session.use_cookies")) { $params = session_get_cookie_params(); setcookie(session_name(), '', time() - 42000, $params["path"], $params["domain"], $params["secure"], $params["httponly"]); } // Zum Schluß, löschen der Session. session_destroy(); } } ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html lang="de"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta http-equiv="X-UA-Compatible" content="IE=edge"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <!--sphider_noindex--> <? /* Includes */ include('expand/config.inc.php'); // Included die Config für Loginsystem include('expand/functions.inc.php'); // Included die Funktionsdatei mit den ganzen Funktionen für Loginsystem include('expand/run.inc.php'); // Included die Run-Datei mit welcher die Funktionen ausgeführt werden nach bestimmten Bedingungen für Loginsystem include("funktionen/funktionen.php"); // Included die Config für den Rest der Seite $stoerung_text = (mainout('stoerung_text')); $begriffe = array(); if (isset ($_REQUEST['section'])){ $section = ($_REQUEST['section']); } if ($section == "welcome"){ header("Location: http://www.heli-planet.de"); } $o = ""; $s = ""; $s = array(); if (logon()) { $pl = userout('rank'); }else{ if(is_crawler()){ $pl = '3'; }else{ $pl = '0'; } } // NUR für nicht eingeloggte User aufrufbar ######## if(!logon()){ if(mainout('regist') == 1){ $s[] = 'regist'; } if(mainout('pwv') == 1){ $s[] = 'pwv'; } $s[] = 'login'; } // Für alle Nutzer die Dateien entsprechend dem Permission Level aufrufbar machen ############# $sql = ("SELECT dateien FROM 1_hp WHERE perm_level <= '$pl'"); $result = mysqli_query ($mysqli, $sql); while ($array_result = mysqli_fetch_array($result)) { $s[] = $array_result['dateien']; } // ############################################## // section ermitteln ########################### if(isset($_GET['section'])) { $section =($_GET['section']); }else{ $section = "welcome"; } $dateiname = "cache-".$section.".htm"; // Cache Name vergeben // ################################################## // Eingeloggt und MBZAHLUNG als seite gespeichert, dann if(logon()) { if (($sel=="mbzahlung") or ($sel=="mbzahlung_vorab")){ $section = "profil"; $o = "profil"; } if ($sel == 'freetime'){ $section = 'schon_eingeloggt'; } if ($section == 'login'){ $section = 'schon_eingeloggt'; } } // ################################################## $sql = "SELECT * FROM 1_hp WHERE dateien = '$section'"; $result = mysqli_query($mysqli, $sql); $row = mysqli_fetch_assoc($result); $pdes = $row['description']; $pkey = $row['keywords']; $path = $row['path']; //Dateipfad $dateien = $row['dateien']; //Section $titel = $row['titel']; $description = $row['description']; $keywords = $row['keywords']; ?> <!--/sphider_noindex--> <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> <meta name="Author" content="Webdesign Peter Henning. Alle Rechte vorbehalten"/> <meta name="description" content="<? if ($pdes !="") {echo $pdes;} else {echo "Modellhelikopter, Hubschrauber, heli, Modellflugschule, Flugschule, RC Helikopter";} ?>"/> <meta name="keywords" content="<? if ($pkey !="") {echo $pkey;} else {echo "Heli, Helikopter, Copter, Hubschrauber, Flugschule, ferngesteuert, fliegen lernen, RC Heli kaufen,";}?>"/> <!--sphider_noindex--> <meta name="Publisher" content="Peter Henning"/> <meta name="Copyright" content="Peter Henning"/> <meta name="Page-topic" content="RC, Modellbau, Hubschrauber, Helikopter, Helikopter fliegen, Helicopter, Flugschule, Service"/> <meta name="Audience" content="Alle"/> <meta name="Content-language" content="DE"/> <meta name="robots" content="index,follow"/> <meta name="revisit-after" content="5 days"/> <meta name="expires" content="5 days"/> <link rel="icon" href="/favicon.ico"/> <!-- Desktop Icons für Apple definieren --> <link rel="apple-touch-icon" href="images/icons/touch-icon-iphone.png"> <link rel="apple-touch-icon" sizes="76x76" href="images/icons/touch-icon-ipad.png"> <link rel="apple-touch-icon" sizes="120x120" href="images/icons/touch-icon-iphone-retina.png"> <link rel="apple-touch-icon" sizes="152x152" href="images/icons/touch-icon-ipad-retina.png"> <!--/sphider_noindex--> <title><? echo $titel." ".userout('username');?></title> <!--sphider_noindex--> <!-- Bootstrap core CSS --> <link href="css/bootstrap.css" rel="stylesheet"/> <!-- Custom styles for this template --> <link href="css/offcanvas.css" rel="stylesheet"/> <!-- Bootstrap min CSS --> <!--<link href="http://www.heli-planet.de/css/bootstrap.min.css" rel="stylesheet">--> <!-- Back to top Stylesheet --> <!-- <link href="http://www.heli-planet.de/css/back_to_top_style.css" rel="stylesheet"/> //eingefügt in offcanvas.css ####--> <!-- Loginsystem CSS --> <!-- <link href="http://www.heli-planet.de/css/loginsystem.css" rel="stylesheet"/>--> <!-- Social CSS --> <!-- <link href="http://www.heli-planet.de/css/social.css" rel="stylesheet"/> --> <!--<link href="http://www.heli-planet.de/suchen/include/js_suggest/SuggestFramework.css" rel="stylesheet" type="text/css"/>--> <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> <!-- Begin Cookie Consent plugin by Silktide - http://silktide.com/cookieconsent --> <script type="text/javascript"> window.cookieconsent_options = {"message":"Diese Website verwendet Cookies, um die Dienste ständig zu verbessern und bestimmte Features zu ermöglichen. Indem Sie hier fortfahren, stimmen Sie dieser Verwendung zu. <br> This website uses cookies to ensure you get the best experience on our website","dismiss":"OK!","learnMore":"Info","link":"http://www.heli-planet.de/coockiconsent.html","theme":"dark-floating"}; </script> <!-- End Cookie Consent plugin --> </head> <? require "funktionen/funktionen.php"; require "funktionen/begriffe.php"; ?> <body> <!-- child of the body tag --> <p id="top-link-block" class="hidden"> <a href="#top" class="btn btn-primary" onclick="$('html,body').animate({scrollTop:0},'slow');return false;"> <i class="fa fa-chevron-up"></i><br/> Back to Top </a> </p> <? require "includes/navigation_top.php"; ?> <!--/sphider_noindex--> <div class="container"> <div class="row row-offcanvas row-offcanvas-right"> <div class="col-xs-6 col-sm-3 sidebar-offcanvas" id="sidebar"> <!--sphider_noindex--> <? require "includes/navigation_main.php"; ?> </div> <div class="container"> <div class="col-xs-12 col-sm-9"> <p class="pull-right visible-xs"> <button type="button" class="btn btn-primary btn-sm" data-toggle="offcanvas"><i class="fa fa-angle-left"></i> Menü <i class="fa fa-angle-right"></i></button> </p> <div class="row"> <div class="page-header" > <h1> <!--/sphider_noindex--> <? echo $titel;?> <!--sphider_noindex--> </h1> <? if (mainout('stoerung') == "1"){ if (mainout('stoerung_color') == "0"){ echo "<p class = \"alert alert-success\">"; }else{ if (mainout('stoerung_color') == "1"){ echo "<p class = \"alert alert-warning\">"; }else{ if (mainout('stoerung_color') == "2"){ echo "<p class = \"alert alert-danger\">"; } } } echo $stoerung_text."</p>"; } ?> </div> <? include "social/teilen.php"; ?> <div class="col-xs-12"> <? echo $last_next_mnl?> </div> <div class="col-xs-12"> <? echo $error; include "includes/google_add/google_2.php";?> <br /> </div> </div> <!--/sphider_noindex--> <!-- BOF Include der Dateien--> <? if (file_exists($path)) { if(in_array($section, $s)){ include $path; }else{ $forbidden = dbout('path','dateien','forbidden', 'hp'); include $forbidden; } } if (!file_exists($path)) { $incl = dbout('path','dateien','404', 'hp'); include $incl; } ?> <!--sphider_noindex--> <? include "includes/google_add/google_2.php";?> </div> <!--/.sidebar-offcanvas--> </div> <!--/.row--> </div> <hr> <footer> <p> <i class="fa fa-copyright"></i> Peter Henning - Heli-Planet.de - Modellbau und Flugschule - 2011-2015</p> </footer> </div> <!--/.container--> <!-- Bootstrap core JavaScript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> <!-- <script type="text/javascript" src="http://www.heli-planet.de/js/jquery.min.js"></script>--> <!--<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>--> <!--<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/1.0.9/cookieconsent.min.js"></script>--> <!-- <script type="text/javascript" src="http://www.heli-planet.de/dist/js/bootstrap.min.js"></script>--> <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> <!-- <script type="text/javascript" src="http://www.heli-planet.de/docs/assets/js/ie10-viewport-bug-workaround.js"></script>--> <script type="text/javascript" src="http://www.heli-planet.de/js/custom.js"></script> <!-- <script type="text/javascript" src="http://www.heli-planet.de/suchen/include/js_suggest/SuggestFramework.js"></script>--> <script type="text/javascript">window.onload = initializeSuggestFramework; </script> </body> </html> <!-- Custom Fonts --> <link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 46) Position 1 = 19, Position 2 = 22
Branch analysis from position: 19
2 jumps found. (Code = 43) Position 1 = 23, Position 2 = 63
Branch analysis from position: 23
2 jumps found. (Code = 43) Position 1 = 31, Position 2 = 63
Branch analysis from position: 31
2 jumps found. (Code = 43) Position 1 = 40, Position 2 = 61
Branch analysis from position: 40
2 jumps found. (Code = 43) Position 1 = 76, Position 2 = 79
Branch analysis from position: 76
2 jumps found. (Code = 43) Position 1 = 81, Position 2 = 84
Branch analysis from position: 81
2 jumps found. (Code = 43) Position 1 = 90, Position 2 = 95
Branch analysis from position: 90
1 jumps found. (Code = 42) Position 1 = 101
Branch analysis from position: 101
2 jumps found. (Code = 43) Position 1 = 105, Position 2 = 121
Branch analysis from position: 105
2 jumps found. (Code = 43) Position 1 = 110, Position 2 = 112
Branch analysis from position: 110
2 jumps found. (Code = 43) Position 1 = 117, Position 2 = 119
Branch analysis from position: 117
1 jumps found. (Code = 42) Position 1 = 134
Branch analysis from position: 134
2 jumps found. (Code = 44) Position 1 = 139, Position 2 = 131
Branch analysis from position: 139
2 jumps found. (Code = 43) Position 1 = 142, Position 2 = 146
Branch analysis from position: 142
1 jumps found. (Code = 42) Position 1 = 147
Branch analysis from position: 147
2 jumps found. (Code = 43) Position 1 = 153, Position 2 = 166
Branch analysis from position: 153
2 jumps found. (Code = 47) Position 1 = 155, Position 2 = 157
Branch analysis from position: 155
2 jumps found. (Code = 43) Position 1 = 158, Position 2 = 160
Branch analysis from position: 158
2 jumps found. (Code = 43) Position 1 = 162, Position 2 = 163
Branch analysis from position: 162
2 jumps found. (Code = 43) Position 1 = 165, Position 2 = 166
Branch analysis from position: 165
2 jumps found. (Code = 43) Position 1 = 196, Position 2 = 198
Branch analysis from position: 196
1 jumps found. (Code = 42) Position 1 = 199
Branch analysis from position: 199
2 jumps found. (Code = 43) Position 1 = 202, Position 2 = 204
Branch analysis from position: 202
1 jumps found. (Code = 42) Position 1 = 205
Branch analysis from position: 205
2 jumps found. (Code = 43) Position 1 = 227, Position 2 = 249
Branch analysis from position: 227
2 jumps found. (Code = 43) Position 1 = 232, Position 2 = 234
Branch analysis from position: 232
1 jumps found. (Code = 42) Position 1 = 247
Branch analysis from position: 247
2 jumps found. (Code = 43) Position 1 = 261, Position 2 = 276
Branch analysis from position: 261
2 jumps found. (Code = 43) Position 1 = 266, Position 2 = 268
Branch analysis from position: 266
1 jumps found. (Code = 42) Position 1 = 276
Branch analysis from position: 276
2 jumps found. (Code = 43) Position 1 = 281, Position 2 = 289
Branch analysis from position: 281
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 289
Branch analysis from position: 268
2 jumps found. (Code = 43) Position 1 = 281, Position 2 = 289
Branch analysis from position: 281
Branch analysis from position: 289
Branch analysis from position: 276
Branch analysis from position: 234
2 jumps found. (Code = 43) Position 1 = 239, Position 2 = 241
Branch analysis from position: 239
1 jumps found. (Code = 42) Position 1 = 247
Branch analysis from position: 247
Branch analysis from position: 241
2 jumps found. (Code = 43) Position 1 = 246, Position 2 = 247
Branch analysis from position: 246
2 jumps found. (Code = 43) Position 1 = 261, Position 2 = 276
Branch analysis from position: 261
Branch analysis from position: 276
Branch analysis from position: 247
Branch analysis from position: 249
Branch analysis from position: 204
2 jumps found. (Code = 43) Position 1 = 227, Position 2 = 249
Branch analysis from position: 227
Branch analysis from position: 249
Branch analysis from position: 198
2 jumps found. (Code = 43) Position 1 = 202, Position 2 = 204
Branch analysis from position: 202
Branch analysis from position: 204
Branch analysis from position: 166
Branch analysis from position: 163
Branch analysis from position: 160
Branch analysis from position: 157
Branch analysis from position: 166
Branch analysis from position: 146
2 jumps found. (Code = 43) Position 1 = 153, Position 2 = 166
Branch analysis from position: 153
Branch analysis from position: 166
Branch analysis from position: 131
2 jumps found. (Code = 44) Position 1 = 139, Position 2 = 131
Branch analysis from position: 139
Branch analysis from position: 131
Branch analysis from position: 119
Branch analysis from position: 112
Branch analysis from position: 121
Branch analysis from position: 95
2 jumps found. (Code = 43) Position 1 = 98, Position 2 = 100
Branch analysis from position: 98
1 jumps found. (Code = 42) Position 1 = 101
Branch analysis from position: 101
Branch analysis from position: 100
2 jumps found. (Code = 43) Position 1 = 105, Position 2 = 121
Branch analysis from position: 105
Branch analysis from position: 121
Branch analysis from position: 84
Branch analysis from position: 79
Branch analysis from position: 61
Branch analysis from position: 63
Branch analysis from position: 63
Branch analysis from position: 22
filename:       /in/juboS
function name:  (null)
number of ops:  293
compiled vars:  !0 = $cache_on_off, !1 = $out_time_files, !2 = $out_time_news, !3 = $main_path, !4 = $cache_path, !5 = $text_language, !6 = $g_zeit, !7 = $params, !8 = $stoerung_text, !9 = $begriffe, !10 = $section, !11 = $o, !12 = $s, !13 = $pl, !14 = $sql, !15 = $result, !16 = $mysqli, !17 = $array_result, !18 = $dateiname, !19 = $sel, !20 = $row, !21 = $pdes, !22 = $pkey, !23 = $path, !24 = $dateien, !25 = $titel, !26 = $description, !27 = $keywords, !28 = $last_next_mnl, !29 = $error, !30 = $forbidden, !31 = $incl
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'ob_start'
          1        SEND_VAL                                                 'ob_gzhandler'
          2        DO_ICALL                                                 
    4     3        INIT_FCALL                                               'session_start'
          4        DO_ICALL                                                 
    6     5        ASSIGN                                                   !0, 1
    7     6        ASSIGN                                                   !1, 24
    8     7        ASSIGN                                                   !2, 12
    9     8        FETCH_R                      global              ~37     '_SERVER'
          9        FETCH_DIM_R                                      ~38     ~37, 'PHP_SELF'
         10        ASSIGN                                                   !3, ~38
   10    11        ASSIGN                                                   !4, 'de%2Fcache%2F'
   11    12        BEGIN_SILENCE                                    ~41     
         13        INCLUDE_OR_EVAL                                          'includes%2Flanguages%2Fde.php', INCLUDE
         14        END_SILENCE                                              ~41
   12    15        ASSIGN                                                   !5, 'de'
   13    16        FETCH_R                      global              ~44     '_SESSION'
         17        TYPE_CHECK                                  128  ~45     ~44
         18      > JMPZ_EX                                          ~45     ~45, ->22
         19    >   FETCH_R                      global              ~46     '_SESSION'
         20        ARRAY_KEY_EXISTS                                 ~47     'time', ~46
         21        BOOL                                             ~45     ~47
         22    > > JMPZ                                                     ~45, ->63
   15    23    >   ASSIGN                                                   !6, 3300
   17    24        INIT_FCALL                                               'time'
         25        DO_ICALL                                         $49     
         26        FETCH_R                      global              ~50     '_SESSION'
         27        FETCH_DIM_R                                      ~51     ~50, 'time'
         28        SUB                                              ~52     $49, ~51
         29        IS_SMALLER                                               !6, ~52
         30      > JMPZ                                                     ~53, ->63
   19    31    >   INIT_FCALL                                               'header'
         32        SEND_VAL                                                 'Location%3A+login.html'
         33        DO_ICALL                                                 
   20    34        FETCH_W                      global              $55     '_SESSION'
         35        ASSIGN                                                   $55, <array>
   24    36        INIT_FCALL                                               'ini_get'
         37        SEND_VAL                                                 'session.use_cookies'
         38        DO_ICALL                                         $57     
         39      > JMPZ                                                     $57, ->61
   25    40    >   INIT_FCALL                                               'session_get_cookie_params'
         41        DO_ICALL                                         $58     
         42        ASSIGN                                                   !7, $58
   26    43        INIT_FCALL                                               'setcookie'
         44        INIT_FCALL                                               'session_name'
         45        DO_ICALL                                         $60     
         46        SEND_VAR                                                 $60
         47        SEND_VAL                                                 ''
         48        INIT_FCALL                                               'time'
         49        DO_ICALL                                         $61     
         50        SUB                                              ~62     $61, 42000
         51        SEND_VAL                                                 ~62
         52        FETCH_DIM_R                                      ~63     !7, 'path'
         53        SEND_VAL                                                 ~63
         54        FETCH_DIM_R                                      ~64     !7, 'domain'
         55        SEND_VAL                                                 ~64
         56        FETCH_DIM_R                                      ~65     !7, 'secure'
         57        SEND_VAL                                                 ~65
         58        FETCH_DIM_R                                      ~66     !7, 'httponly'
         59        SEND_VAL                                                 ~66
         60        DO_ICALL                                                 
   29    61    >   INIT_FCALL                                               'session_destroy'
         62        DO_ICALL                                                 
   34    63    >   ECHO                                                     '%3C%21DOCTYPE+html+PUBLIC+%22-%2F%2FW3C%2F%2FDTD+XHTML+1.0+Strict%2F%2FEN%22%0A+%22http%3A%2F%2Fwww.w3.org%2FTR%2Fxhtml1%2FDTD%2Fxhtml1-strict.dtd%22%3E%0A%3Chtml+lang%3D%22de%22%3E%0A%3Chead%3E%0A%3Cmeta+http-equiv%3D%22Content-Type%22+content%3D%22text%2Fhtml%3B+charset%3Dutf-8%22%2F%3E%0A%3Cmeta+http-equiv%3D%22X-UA-Compatible%22+content%3D%22IE%3Dedge%22%2F%3E%0A%3Cmeta+name%3D%22viewport%22+content%3D%22width%3Ddevice-width%2C+initial-scale%3D1%22%2F%3E%0A%3C%21--sphider_noindex--%3E%0A'
   45    64        INCLUDE_OR_EVAL                                          'expand%2Fconfig.inc.php', INCLUDE
   46    65        INCLUDE_OR_EVAL                                          'expand%2Ffunctions.inc.php', INCLUDE
   47    66        INCLUDE_OR_EVAL                                          'expand%2Frun.inc.php', INCLUDE
   48    67        INCLUDE_OR_EVAL                                          'funktionen%2Ffunktionen.php', INCLUDE
   49    68        INIT_FCALL_BY_NAME                                       'mainout'
         69        SEND_VAL_EX                                              'stoerung_text'
         70        DO_FCALL                                      0  $73     
         71        ASSIGN                                                   !8, $73
   51    72        ASSIGN                                                   !9, <array>
   52    73        FETCH_IS                                         ~76     '_REQUEST'
         74        ISSET_ISEMPTY_DIM_OBJ                         0          ~76, 'section'
         75      > JMPZ                                                     ~77, ->79
   53    76    >   FETCH_R                      global              ~78     '_REQUEST'
         77        FETCH_DIM_R                                      ~79     ~78, 'section'
         78        ASSIGN                                                   !10, ~79
   55    79    >   IS_EQUAL                                                 !10, 'welcome'
         80      > JMPZ                                                     ~81, ->84
   56    81    >   INIT_FCALL                                               'header'
         82        SEND_VAL                                                 'Location%3A+http%3A%2F%2Fwww.heli-planet.de'
         83        DO_ICALL                                                 
   58    84    >   ASSIGN                                                   !11, ''
   59    85        ASSIGN                                                   !12, ''
   60    86        ASSIGN                                                   !12, <array>
   63    87        INIT_FCALL_BY_NAME                                       'logon'
         88        DO_FCALL                                      0  $86     
         89      > JMPZ                                                     $86, ->95
   64    90    >   INIT_FCALL_BY_NAME                                       'userout'
         91        SEND_VAL_EX                                              'rank'
         92        DO_FCALL                                      0  $87     
         93        ASSIGN                                                   !13, $87
         94      > JMP                                                      ->101
   66    95    >   INIT_FCALL_BY_NAME                                       'is_crawler'
         96        DO_FCALL                                      0  $89     
         97      > JMPZ                                                     $89, ->100
   67    98    >   ASSIGN                                                   !13, '3'
         99      > JMP                                                      ->101
   69   100    >   ASSIGN                                                   !13, '0'
   74   101    >   INIT_FCALL_BY_NAME                                       'logon'
        102        DO_FCALL                                      0  $92     
        103        BOOL_NOT                                         ~93     $92
        104      > JMPZ                                                     ~93, ->121
   75   105    >   INIT_FCALL_BY_NAME                                       'mainout'
        106        SEND_VAL_EX                                              'regist'
        107        DO_FCALL                                      0  $94     
        108        IS_EQUAL                                                 $94, 1
        109      > JMPZ                                                     ~95, ->112
   76   110    >   ASSIGN_DIM                                               !12
        111        OP_DATA                                                  'regist'
   78   112    >   INIT_FCALL_BY_NAME                                       'mainout'
        113        SEND_VAL_EX                                              'pwv'
        114        DO_FCALL                                      0  $97     
        115        IS_EQUAL                                                 $97, 1
        116      > JMPZ                                                     ~98, ->119
   79   117    >   ASSIGN_DIM                                               !12
        118        OP_DATA                                                  'pwv'
   81   119    >   ASSIGN_DIM                                               !12
        120        OP_DATA                                                  'login'
   84   121    >   ROPE_INIT                                     3  ~102    'SELECT+dateien+FROM+1_hp+WHERE+perm_level+%3C%3D+%27'
        122        ROPE_ADD                                      1  ~102    ~102, !13
        123        ROPE_END                                      2  ~101    ~102, '%27'
        124        ASSIGN                                                   !14, ~101
   85   125        INIT_FCALL_BY_NAME                                       'mysqli_query'
        126        SEND_VAR_EX                                              !16
        127        SEND_VAR_EX                                              !14
        128        DO_FCALL                                      0  $105    
        129        ASSIGN                                                   !15, $105
   86   130      > JMP                                                      ->134
   87   131    >   FETCH_DIM_R                                      ~108    !17, 'dateien'
        132        ASSIGN_DIM                                               !12
        133        OP_DATA                                                  ~108
   86   134    >   INIT_FCALL_BY_NAME                                       'mysqli_fetch_array'
        135        SEND_VAR_EX                                              !15
        136        DO_FCALL                                      0  $109    
        137        ASSIGN                                           ~110    !17, $109
        138      > JMPNZ                                                    ~110, ->131
   93   139    >   FETCH_IS                                         ~111    '_GET'
        140        ISSET_ISEMPTY_DIM_OBJ                         0          ~111, 'section'
        141      > JMPZ                                                     ~112, ->146
   94   142    >   FETCH_R                      global              ~113    '_GET'
        143        FETCH_DIM_R                                      ~114    ~113, 'section'
        144        ASSIGN                                                   !10, ~114
        145      > JMP                                                      ->147
   96   146    >   ASSIGN                                                   !10, 'welcome'
   98   147    >   CONCAT                                           ~117    'cache-', !10
        148        CONCAT                                           ~118    ~117, '.htm'
        149        ASSIGN                                                   !18, ~118
  102   150        INIT_FCALL_BY_NAME                                       'logon'
        151        DO_FCALL                                      0  $120    
        152      > JMPZ                                                     $120, ->166
  103   153    >   IS_EQUAL                                         ~121    !19, 'mbzahlung'
        154      > JMPNZ_EX                                         ~121    ~121, ->157
        155    >   IS_EQUAL                                         ~122    !19, 'mbzahlung_vorab'
        156        BOOL                                             ~121    ~122
        157    > > JMPZ                                                     ~121, ->160
  104   158    >   ASSIGN                                                   !10, 'profil'
  105   159        ASSIGN                                                   !11, 'profil'
  107   160    >   IS_EQUAL                                                 !19, 'freetime'
        161      > JMPZ                                                     ~125, ->163
  108   162    >   ASSIGN                                                   !10, 'schon_eingeloggt'
  110   163    >   IS_EQUAL                                                 !10, 'login'
        164      > JMPZ                                                     ~127, ->166
  111   165    >   ASSIGN                                                   !10, 'schon_eingeloggt'
  116   166    >   ROPE_INIT                                     3  ~130    'SELECT+%2A+FROM+1_hp+WHERE+dateien+%3D+%27'
        167        ROPE_ADD                                      1  ~130    ~130, !10
        168        ROPE_END                                      2  ~129    ~130, '%27'
        169        ASSIGN                                                   !14, ~129
  117   170        INIT_FCALL_BY_NAME                                       'mysqli_query'
        171        SEND_VAR_EX                                              !16
        172        SEND_VAR_EX                                              !14
        173        DO_FCALL                                      0  $133    
        174        ASSIGN                                                   !15, $133
  118   175        INIT_FCALL_BY_NAME                                       'mysqli_fetch_assoc'
        176        SEND_VAR_EX                                              !15
        177        DO_FCALL                                      0  $135    
        178        ASSIGN                                                   !20, $135
  119   179        FETCH_DIM_R                                      ~137    !20, 'description'
        180        ASSIGN                                                   !21, ~137
  120   181        FETCH_DIM_R                                      ~139    !20, 'keywords'
        182        ASSIGN                                                   !22, ~139
  121   183        FETCH_DIM_R                                      ~141    !20, 'path'
        184        ASSIGN                                                   !23, ~141
  122   185        FETCH_DIM_R                                      ~143    !20, 'dateien'
        186        ASSIGN                                                   !24, ~143
  123   187        FETCH_DIM_R                                      ~145    !20, 'titel'
        188        ASSIGN                                                   !25, ~145
  124   189        FETCH_DIM_R                                      ~147    !20, 'description'
        190        ASSIGN                                                   !26, ~147
  125   191        FETCH_DIM_R                                      ~149    !20, 'keywords'
        192        ASSIGN                                                   !27, ~149
  127   193        ECHO                                                     '%3C%21--%2Fsphider_noindex--%3E%0A%3C%21--+The+above+3+meta+tags+%2Amust%2A+come+first+in+the+head%3B+any+other+head+content+must+come+%2Aafter%2A+these+tags+--%3E%0A%3Cmeta+name%3D%22Author%22+content%3D%22Webdesign+Peter+Henning.+Alle+Rechte+vorbehalten%22%2F%3E%0A%3Cmeta+name%3D%22description%22+content%3D%22'
  130   194        IS_NOT_EQUAL                                             !21, ''
        195      > JMPZ                                                     ~151, ->198
        196    >   ECHO                                                     !21
        197      > JMP                                                      ->199
        198    >   ECHO                                                     'Modellhelikopter%2C+Hubschrauber%2C+heli%2C+Modellflugschule%2C+Flugschule%2C+RC+Helikopter'
        199    >   ECHO                                                     '%22%2F%3E%0A%3Cmeta+name%3D%22keywords%22+content%3D%22'
  131   200        IS_NOT_EQUAL                                             !22, ''
        201      > JMPZ                                                     ~152, ->204
        202    >   ECHO                                                     !22
        203      > JMP                                                      ->205
        204    >   ECHO                                                     'Heli%2C+Helikopter%2C+Copter%2C+Hubschrauber%2C+Flugschule%2C+ferngesteuert%2C+fliegen+lernen%2C+RC+Heli+kaufen%2C'
        205    >   ECHO                                                     '%22%2F%3E%0A%3C%21--sphider_noindex--%3E%0A%3Cmeta+name%3D%22Publisher%22+content%3D%22Peter+Henning%22%2F%3E%0A%3Cmeta+name%3D%22Copyright%22+content%3D%22Peter+Henning%22%2F%3E%0A%3Cmeta+name%3D%22Page-topic%22+content%3D%22RC%2C+Modellbau%2C+Hubschrauber%2C+Helikopter%2C+Helikopter+fliegen%2C+Helicopter%2C+Flugschule%2C+Service%22%2F%3E%0A%3Cmeta+name%3D%22Audience%22+content%3D%22Alle%22%2F%3E%0A%3Cmeta+name%3D%22Content-language%22+content%3D%22DE%22%2F%3E%0A%3Cmeta+name%3D%22robots%22+content%3D%22index%2Cfollow%22%2F%3E%0A%3Cmeta+name%3D%22revisit-after%22+content%3D%225+days%22%2F%3E%0A%3Cmeta+name%3D%22expires%22+content%3D%225+days%22%2F%3E%0A%3Clink+rel%3D%22icon%22+href%3D%22%2Ffavicon.ico%22%2F%3E%0A%3C%21--+Desktop+Icons+f%C3%BCr+Apple+definieren+--%3E%0A%3Clink+rel%3D%22apple-touch-icon%22+href%3D%22images%2Ficons%2Ftouch-icon-iphone.png%22%3E%0A%3Clink+rel%3D%22apple-touch-icon%22+sizes%3D%2276x76%22+href%3D%22images%2Ficons%2Ftouch-icon-ipad.png%22%3E%0A%3Clink+rel%3D%22apple-touch-icon%22+sizes%3D%22120x120%22+href%3D%22images%2Ficons%2Ftouch-icon-iphone-retina.png%22%3E%0A%3Clink+rel%3D%22apple-touch-icon%22+sizes%3D%22152x152%22+href%3D%22images%2Ficons%2Ftouch-icon-ipad-retina.png%22%3E%0A%3C%21--%2Fsphider_noindex--%3E%0A%3Ctitle%3E'
  148   206        CONCAT                                           ~153    !25, '+'
        207        INIT_FCALL_BY_NAME                                       'userout'
        208        SEND_VAL_EX                                              'username'
        209        DO_FCALL                                      0  $154    
        210        CONCAT                                           ~155    ~153, $154
        211        ECHO                                                     ~155
        212        ECHO                                                     '%3C%2Ftitle%3E%0A%3C%21--sphider_noindex--%3E%0A%3C%21--+Bootstrap+core+CSS+--%3E%0A%3Clink+href%3D%22css%2Fbootstrap.css%22+rel%3D%22stylesheet%22%2F%3E%0A%3C%21--+Custom+styles+for+this+template+--%3E%0A%3Clink+href%3D%22css%2Foffcanvas.css%22+rel%3D%22stylesheet%22%2F%3E%0A%0A%3C%21--+Bootstrap+min+CSS+--%3E%0A%3C%21--%3Clink+href%3D%22http%3A%2F%2Fwww.heli-planet.de%2Fcss%2Fbootstrap.min.css%22+rel%3D%22stylesheet%22%3E--%3E%0A%3C%21--+Back+to+top+Stylesheet+--%3E%0A%3C%21--+%3Clink+href%3D%22http%3A%2F%2Fwww.heli-planet.de%2Fcss%2Fback_to_top_style.css%22+rel%3D%22stylesheet%22%2F%3E+%2F%2Feingef%C3%BCgt+in+offcanvas.css+%23%23%23%23--%3E%0A%3C%21--+Loginsystem+CSS+--%3E%0A%3C%21--+%3Clink+href%3D%22http%3A%2F%2Fwww.heli-planet.de%2Fcss%2Floginsystem.css%22+rel%3D%22stylesheet%22%2F%3E--%3E%0A%3C%21--+Social+CSS+--%3E%0A%3C%21--+%3Clink+href%3D%22http%3A%2F%2Fwww.heli-planet.de%2Fcss%2Fsocial.css%22+rel%3D%22stylesheet%22%2F%3E+--%3E%0A%3C%21--%3Clink+href%3D%22http%3A%2F%2Fwww.heli-planet.de%2Fsuchen%2Finclude%2Fjs_suggest%2FSuggestFramework.css%22+rel%3D%22stylesheet%22+type%3D%22text%2Fcss%22%2F%3E--%3E%0A%3C%21--+HTML5+shim+and+Respond.js+for+IE8+support+of+HTML5+elements+and+media+queries+--%3E%0A%3C%21--%5Bif+lt+IE+9%5D%3E%0A++++++%3Cscript+src%3D%22https%3A%2F%2Foss.maxcdn.com%2Fhtml5shiv%2F3.7.2%2Fhtml5shiv.min.js%22%3E%3C%2Fscript%3E%0A++++++%3Cscript+src%3D%22https%3A%2F%2Foss.maxcdn.com%2Frespond%2F1.4.2%2Frespond.min.js%22%3E%3C%2Fscript%3E%0A++++%3C%21%5Bendif%5D--%3E%0A%09%3C%21--+Begin+Cookie+Consent+plugin+by+Silktide+-+http%3A%2F%2Fsilktide.com%2Fcookieconsent+--%3E%0A%3Cscript+type%3D%22text%2Fjavascript%22%3E%0A++++window.cookieconsent_options+%3D+%7B%22message%22%3A%22Diese+Website++verwendet+Cookies%2C+um+die+Dienste+st%C3%A4ndig+zu+verbessern+und+bestimmte+Features+zu+erm%C3%B6glichen.+Indem+Sie+hier+fortfahren%2C+stimmen+Sie+dieser+Verwendung+zu.+%3Cbr%3E+This+website+uses+cookies+to+ensure+you+get+the+best+experience+on+our+website%22%2C%22dismiss%22%3A%22OK%21%22%2C%22learnMore%22%3A%22Info%22%2C%22link%22%3A%22http%3A%2F%2Fwww.heli-planet.de%2Fcoockiconsent.html%22%2C%22theme%22%3A%22dark-floating%22%7D%3B%0A%3C%2Fscript%3E%0A%3C%21--+End+Cookie+Consent+plugin+--%3E%0A%0A%3C%2Fhead%3E%0A'
  177   213        INCLUDE_OR_EVAL                                          'funktionen%2Ffunktionen.php', REQUIRE
  178   214        INCLUDE_OR_EVAL                                          'funktionen%2Fbegriffe.php', REQUIRE
  180   215        ECHO                                                     '%3Cbody%3E%0A%3C%21--+child+of+the+body+tag+--%3E%0A%3Cp+id%3D%22top-link-block%22+class%3D%22hidden%22%3E+%3Ca+href%3D%22%23top%22+class%3D%22btn+btn-primary%22+onclick%3D%22%24%28%27html%2Cbody%27%29.animate%28%7BscrollTop%3A0%7D%2C%27slow%27%29%3Breturn+false%3B%22%3E+%3Ci+class%3D%22fa+fa-chevron-up%22%3E%3C%2Fi%3E%3Cbr%2F%3E%0A++Back+to+Top+%3C%2Fa%3E+%3C%2Fp%3E%0A'
  185   216        INCLUDE_OR_EVAL                                          'includes%2Fnavigation_top.php', REQUIRE
  187   217        ECHO                                                     '%3C%21--%2Fsphider_noindex--%3E%0A%3Cdiv+class%3D%22container%22%3E%0A++%3Cdiv+class%3D%22row+row-offcanvas+row-offcanvas-right%22%3E%0A++++%3Cdiv+class%3D%22col-xs-6+col-sm-3+sidebar-offcanvas%22+id%3D%22sidebar%22%3E%0A++++++%3C%21--sphider_noindex--%3E%0A++++++'
  192   218        INCLUDE_OR_EVAL                                          'includes%2Fnavigation_main.php', REQUIRE
  193   219        ECHO                                                     '++++%3C%2Fdiv%3E%0A++++%3Cdiv+class%3D%22container%22%3E%0A++++++%3Cdiv+class%3D%22col-xs-12+col-sm-9%22%3E%0A++++++++%3Cp+class%3D%22pull-right+visible-xs%22%3E%0A++++++++++%3Cbutton+type%3D%22button%22+class%3D%22btn+btn-primary+btn-sm%22+data-toggle%3D%22offcanvas%22%3E%3Ci+class%3D%22fa+fa-angle-left%22%3E%3C%2Fi%3E+Men%C3%BC+%3Ci+class%3D%22fa+fa-angle-right%22%3E%3C%2Fi%3E%3C%2Fbutton%3E%0A++++++++%3C%2Fp%3E%0A++++++++%3Cdiv+class%3D%22row%22%3E%0A++++++++++%3Cdiv+class%3D%22page-header%22+%3E%0A++++++++++++%3Ch1%3E%0A++++++++++++++%3C%21--%2Fsphider_noindex--%3E%0A++++++++++++++'
  203   220        ECHO                                                     !25
  204   221        ECHO                                                     '++++++++++++++%3C%21--sphider_noindex--%3E%0A++++++++++++%3C%2Fh1%3E%0A%09%09%09'
  207   222        INIT_FCALL_BY_NAME                                       'mainout'
        223        SEND_VAL_EX                                              'stoerung'
        224        DO_FCALL                                      0  $160    
        225        IS_EQUAL                                                 $160, '1'
        226      > JMPZ                                                     ~161, ->249
  208   227    >   INIT_FCALL_BY_NAME                                       'mainout'
        228        SEND_VAL_EX                                              'stoerung_color'
        229        DO_FCALL                                      0  $162    
        230        IS_EQUAL                                                 $162, '0'
        231      > JMPZ                                                     ~163, ->234
  209   232    >   ECHO                                                     '%3Cp+class+%3D+%22alert+alert-success%22%3E'
        233      > JMP                                                      ->247
  211   234    >   INIT_FCALL_BY_NAME                                       'mainout'
        235        SEND_VAL_EX                                              'stoerung_color'
        236        DO_FCALL                                      0  $164    
        237        IS_EQUAL                                                 $164, '1'
        238      > JMPZ                                                     ~165, ->241
  212   239    >   ECHO                                                     '%3Cp+class+%3D+%22alert+alert-w

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.27 ms | 1428 KiB | 31 Q