<?PHP
class signature
{
# v-- CONFIGURATION BELOW --v #
var $config = array
(
'database' => array ( "localhost" , "root" , "xxxxxxx" , "xxxxxxxx" ),
'vocations' => array ( "No Vocation" , "Sorcerer" , "Druid" , "Paladin" , "Knight" , "Super Sorcerer" , "Super Druid" , "Super Paladin" , "Super Knight" , "Master Sorcerer" , "Elder Druid" , "Royal Paladin" , "Elite Knight" , "Super Master Sorcerer" , "Super Elder Druid" , "Super Royal Paladin" , "Super Elite Knight" ),
'towns' => array ( 1 => "Brighty City" ),
'groups' => array ( 2 => "Tutor" , 3 => "Senior Tutor" , 4 => "Gamemaster" , 5 => "Community Manager" , 6 => "God" ),
'hidechars' => array ( 'Account Manager' , 'Rook Sample' , 'Sorcerer Sample' , 'Druid Sample' , 'Paladin Sample' , 'Knight Sample' ),
'backgrounds' => array ( 'signatures/blue' , 'signatures/red' ),
'color' => "#FFFFFF",
'font' => "signatures/arial.ttf",
'size' => array ( 2 /* without font */ , 8 /* with font */ )
);
# ^-- CONFIGURATION ABOVE --^ #