<?php
//Including needed files
//Api tools (YOU NEED THIS)
require "api/imagesapi.php";
//Basic functions (html header and footer
require "includes/class-basic-functions.php";
//Inserting HTML heder
htmlHeader();
//Showing avatar, use username as parameter, here it is username parameter from URL. You can change this!
avatar($_GET['username']);
echo "<p />";
echo "Easter Egg? See config!<br />";
mcSkin("_JacobCZ_");
//Inserting HTML footer
htmlFooter();