<?php # The mangos datatabase hostname. $DATABASE_HOSTNAME = 'localhost'; # The mangos realm datatabase name. $DATABASE_REALM_NAME = 'realmd'; # The mangos characters datatabase name. $DATABASE_CHARACTERS_NAME = 'characters'; # The mangos characters datatabase username. $DATABASE_USERNAME = 'mangos'; # The mangos characters datatabase password. $DATABASE_PASSWORD = 'mangos'; # The path to the image file on which the text will be rendered. $PATH_TO_IMAGE = 'SeshaUptime.png';