3v4l.org

run code in 300+ PHP versions simultaneously
<?PHP if(isset($_POST['combos'])){ foreach(explode("https://", $_POST['combos']) as $line) { $email = explode(":", $line); $password = explode("@", $email[1]); $info = explode("Found data to capture:", $line); $info2 = explode("||", $info[1]); echo 'Ourtime(Paid) | USA | '.$info2[0].' |ourtime.com | '.$email[0].' | '.$password[0].' | 1 </br>'; } }else{ echo '<form method="POST" action=""> <textarea name="combos"></textarea> <button type="submit">Kape Karin</button> </form>'; } ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 3, Position 2 = 46
Branch analysis from position: 3
2 jumps found. (Code = 77) Position 1 = 10, Position 2 = 44
Branch analysis from position: 10
2 jumps found. (Code = 78) Position 1 = 11, Position 2 = 44
Branch analysis from position: 11
1 jumps found. (Code = 42) Position 1 = 10
Branch analysis from position: 10
Branch analysis from position: 44
1 jumps found. (Code = 42) Position 1 = 47
Branch analysis from position: 47
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 44
Branch analysis from position: 46
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/YnETR
function name:  (null)
number of ops:  48
compiled vars:  !0 = $line, !1 = $email, !2 = $password, !3 = $info, !4 = $info2
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   FETCH_IS                                         ~5      '_POST'
          1        ISSET_ISEMPTY_DIM_OBJ                         0          ~5, 'combos'
          2      > JMPZ                                                     ~6, ->46
    6     3    >   INIT_FCALL                                               'explode'
          4        SEND_VAL                                                 'https%3A%2F%2F'
          5        FETCH_R                      global              ~7      '_POST'
          6        FETCH_DIM_R                                      ~8      ~7, 'combos'
          7        SEND_VAL                                                 ~8
          8        DO_ICALL                                         $9      
          9      > FE_RESET_R                                       $10     $9, ->44
         10    > > FE_FETCH_R                                               $10, !0, ->44
    7    11    >   INIT_FCALL                                               'explode'
         12        SEND_VAL                                                 '%3A'
         13        SEND_VAR                                                 !0
         14        DO_ICALL                                         $11     
         15        ASSIGN                                                   !1, $11
    8    16        INIT_FCALL                                               'explode'
         17        SEND_VAL                                                 '%40'
         18        FETCH_DIM_R                                      ~13     !1, 1
         19        SEND_VAL                                                 ~13
         20        DO_ICALL                                         $14     
         21        ASSIGN                                                   !2, $14
    9    22        INIT_FCALL                                               'explode'
         23        SEND_VAL                                                 'Found+data+to+capture%3A'
         24        SEND_VAR                                                 !0
         25        DO_ICALL                                         $16     
         26        ASSIGN                                                   !3, $16
   10    27        INIT_FCALL                                               'explode'
         28        SEND_VAL                                                 '%7C%7C'
         29        FETCH_DIM_R                                      ~18     !3, 1
         30        SEND_VAL                                                 ~18
         31        DO_ICALL                                         $19     
         32        ASSIGN                                                   !4, $19
   13    33        FETCH_DIM_R                                      ~21     !4, 0
         34        CONCAT                                           ~22     'Ourtime%28Paid%29+%7C+USA+%7C+', ~21
         35        CONCAT                                           ~23     ~22, '+%7Courtime.com+%7C+'
         36        FETCH_DIM_R                                      ~24     !1, 0
         37        CONCAT                                           ~25     ~23, ~24
         38        CONCAT                                           ~26     ~25, '+%7C+'
         39        FETCH_DIM_R                                      ~27     !2, 0
         40        CONCAT                                           ~28     ~26, ~27
         41        CONCAT                                           ~29     ~28, '+%7C+1+%3C%2Fbr%3E'
         42        ECHO                                                     ~29
    6    43      > JMP                                                      ->10
         44    >   FE_FREE                                                  $10
         45      > JMP                                                      ->47
   24    46    >   ECHO                                                     '%3Cform+method%3D%22POST%22+action%3D%22%22%3E%0A%3Ctextarea+name%3D%22combos%22%3E%3C%2Ftextarea%3E%0A%3Cbutton+type%3D%22submit%22%3EKape+Karin%3C%2Fbutton%3E%0A%3C%2Fform%3E'
   31    47    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.18 ms | 1400 KiB | 15 Q