define('_IN_JOHNCMS', 1);
$headmod = 'gg';
$rootpath = (file_exists('pegistration.php') ? '' : file_exists('../registration.php') ? '../' : '../../');
require ($rootpath . 'incfiles/core.php');
$textl = 'Считаем баллы';
require ($rootpath . 'incfiles/head.php');
if ($_POST['submit']) {
$num = functions::check(intval($_POST['num']));
$num = $num * 0.0004;
echo 'Получилось:' . $num;
} else {
echo '<form name="gg" method="post" class="menu">
Введи число, получишь часть: <br />
<input type="text" name="num" /><br />
<input type="submit" name="submit" value="Получить" />
</form>';
}
require ($rootpath . 'incfiles/end.php');Создать файл в любом месте и перейти на него.