Adding a template you have had made/downloaded from the internet couldn’t really be easier! If you extract the template directory to the templates directory in the root of the CheatsDatabase website renaming the directory to something alpha-numeric (not required but recommended)
So for example you named your template path /templates/mytemplate/ if you now open up config.inc.php in the root of your website and find the line:
$aConfig['template'] = 'default';
And change that line to match what you named your directory, so in the above example the line would be changed to:
$aConfig['template'] = 'mytemplate';
If you now browse to your website in your browser you should now see the new layout.
