I didn't know anyone actually used the magelo

I wrote this simple script awhile ago to help people find chars in the DB. Its been tested somewhat...let me know if you decide to use it and find any problems.
http://home.gravyisgood.com/charSelect.rar
edit: be sure to add your connection DB string in place of:
Code:
include "../db/dbEqemu.php"; mysql_select_db("eqemu") or die(mysql_error());