<?php
  
include "../../config.php";
  if(
$_GET['view_source']) view_source();
?><html>
<head>
<title>Challenge 11</title>
<style type="text/css">
body { background:black; color:white; font-size:10pt; }
</style>
</head>
<body>
<center>
<br><br>
<?php
  $pat
="/[1-3][a-f]{5}_.*$_SERVER[REMOTE_ADDR].*\tp\ta\ts\ts/";
  if(
preg_match($pat,$_GET['val'])){
    
solve(11);
  }
  else echo(
"<h2>Wrong</h2>");
  echo(
"<br><br>");
?>
<a href=./?view_source=1>view-source</a>
</center>
</body>
</html>