Quest Tracker is a tool for TrinityCore that tracks most abandoned quests (see details) and this is a web interface to show them.
You need to enable your Quest Tracker in your worldserver.conf file by setting:
Quests.EnableQuestTracker = 1
To install the web interface, go in your web server folder and type:
git clone https://github.com/ShinDarth/TC-Quest-Tracker.git
then open the TC-Quest-Tracker folder, copy the file config.php.dist, rename the copy to config.php and edit it properly (it's quite commented).
Make sure to enable pdo_mysql extension too, i.e. edit php.ini and uncomment extension=pdo_mysql
row.
The TrinityCore Quest Tracker is open-sourced software licensed under the GNU AGPL license.