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 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
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
Output for 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.40, 7.0.0 - 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33
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
Output for 5.2.0 - 5.2.17
Warning: include(): URL file-access is disabled in the server configuration 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
Output for 5.1.0 - 5.1.6
Warning: include(): php_network_getaddresses: getaddrinfo failed: Name or service not known in /in/s3iTP on line 2 Warning: include(http://www.bright-shadows.net/challenges/exploit_rhc6/libs/crypt04.php): failed to open stream: Connection refused 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
Output for 4.3.3 - 4.3.4, 4.3.10 - 4.3.11, 4.4.0 - 4.4.9, 5.0.3 - 5.0.5
Warning: main(): php_network_getaddresses: getaddrinfo failed: Name or service not known in /in/s3iTP on line 2 Warning: main(http://www.bright-shadows.net/challenges/exploit_rhc6/libs/crypt04.php): failed to open stream: Connection refused in /in/s3iTP on line 2 Warning: main(): Failed opening 'http://www.bright-shadows.net/challenges/exploit_rhc6/libs/crypt04.php' for inclusion (include_path='.:') in /in/s3iTP on line 2
Output for 4.3.5 - 4.3.9, 5.0.1 - 5.0.2
Warning: main(): php_network_getaddresses: gethostbyname failed in /in/s3iTP on line 2 Warning: main(http://www.bright-shadows.net/challenges/exploit_rhc6/libs/crypt04.php): failed to open stream: Success in /in/s3iTP on line 2 Warning: main(): Failed opening 'http://www.bright-shadows.net/challenges/exploit_rhc6/libs/crypt04.php' for inclusion (include_path='.:') in /in/s3iTP on line 2
Output for 5.0.0
Warning: main(): php_network_getaddresses: gethostbyname failed in /in/s3iTP on line 2 Warning: main(http://www.bright-shadows.net/challenges/exploit_rhc6/libs/crypt04.php): failed to open stream: Bad file descriptor in /in/s3iTP on line 2 Warning: main(): Failed opening 'http://www.bright-shadows.net/challenges/exploit_rhc6/libs/crypt04.php' for inclusion (include_path='.:') in /in/s3iTP on line 2
Output for 4.3.2
Warning: main(): php_network_getaddresses: getaddrinfo failed: Name or service not known (is your IPV6 configuration correct? If this error happens all the time, try reconfiguring PHP using --disable-ipv6 option to configure) in /in/s3iTP on line 2 Warning: main(http://www.bright-shadows.net/challenges/exploit_rhc6/libs/crypt04.php): failed to open stream: Connection refused in /in/s3iTP on line 2 Warning: main(): Failed opening 'http://www.bright-shadows.net/challenges/exploit_rhc6/libs/crypt04.php' for inclusion (include_path='.:') in /in/s3iTP on line 2
Output for 4.3.0 - 4.3.1
Warning: main() [http://www.php.net/function.main]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /in/s3iTP on line 2 Warning: main(http://www.bright-shadows.net/challenges/exploit_rhc6/libs/crypt04.php) [http://www.php.net/function.main]: failed to create stream: Connection refused in /in/s3iTP on line 2 Warning: main() [http://www.php.net/function.main]: Failed opening 'http://www.bright-shadows.net/challenges/exploit_rhc6/libs/crypt04.php' for inclusion (include_path='.:') in /in/s3iTP on line 2

preferences:
282.75 ms | 402 KiB | 460 Q