Hey guys. Im here to re-release this cool script this guy made for mangos tickets. I converted it to trinity, works 100% (haven't tested mail but im pretty sure it works) on the latest trinity build.
How to set up:
Code:
$config['mysql_host'] = ''; //MySQL host address
$config['mysql_user'] = ''; //MySQL host user
$config['mysql_pass'] = ''; //MySQL host password
$config['world_db'] = ''; //MySQL database name for characters | For trinity it is characters
$config['acc_db'] = ''; //MySQL database name for accounts auth | For trinity it is auth
$config['sitename'] = ''; //Website name
$config['realmname'] = ''; //Realm name
Navigate to config.php and set those properly based on the description provided.
To view more details on what it does view his original thread. His original thread link is Here (add the dash)
To download it click here
Credits go to dannymitza for the original script. And to Dibes (me) for converting it to work for Trinity.