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>'; } ?>

preferences:
42.35 ms | 402 KiB | 5 Q