PHP code

<?php
include "sql_and_php_debug_with_anticheat.php";
mysql_connect("localhost""gondex""gondex");
mysql_select_db("gondex");
?>
<h1>Gondex</h1>
<?php
if (isset($_GET['query'])) {
    
debug_mysql_query("SELECT " $_GET["query"]);
?>
<h2>Something found... (or not)</h2>
<p>Page with your results is in development. Come back later!</p>
<p><a href="?">Make another query</a></p>
<?php
} else {
?>
<p>Flag is in unknown table now.</p>
<p>Try our ultimate search utility (dev version).</p>
<form action="" method="get" id="form">
    <p>Select <input type="text" name="query" id="query" placeholder="everything you want" /><button>GO</button></p>
    <input type="hidden" name="sig_query" id="sig_query" />
</form>
<?php
}
?>
SQL debug

Gondex

Flag is in unknown table now.

Try our ultimate search utility (dev version).

Select