3v4l.org

run code in 300+ PHP versions simultaneously
<?php include('http://www.bright-shadows.net/challenges/exploit_rhc6/libs/crypt04.php'); function admin_check($adminuser, $adminpasswd){ $u = 0; $p = 0; $crypt1 = '061215161625'; $crypt2 = '080118040418092205'; $u = crypt04($crypt1, $adminuser); $p = crypt04($crypt2, $adminpasswd); if(($u == 1) AND ($p == 1)){ session_register("adminuser"); header('Location: http://www.bright-shadows.net/challenges/exploit_rhc6/suser/admin.php'); } } ?>
Output for git.master, git.master_jit, rfc.property-hooks
Warning: include(): http:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/s3iTP on line 2 Warning: include(http://www.bright-shadows.net/challenges/exploit_rhc6/libs/crypt04.php): Failed to open stream: no suitable wrapper could be found in /in/s3iTP on line 2 Warning: include(): Failed opening 'http://www.bright-shadows.net/challenges/exploit_rhc6/libs/crypt04.php' for inclusion (include_path='.:') in /in/s3iTP on line 2

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
41.01 ms | 402 KiB | 8 Q