..cool, we will make a new module and not just some new module, nope let's make a fully automatic injection script! This tutorial is the first step into making this. Let's first explain..
xAnalyze is a module that can search through corrupt data and configuration files in order to find the exact position of errors
<?php
$_DYNAMIC_ROOT = "../..";
include_once("../../header.php");
echo"hello world!";
?>