Search the database
Build your own search
You can put your own search link on a website and look for a name directly. The code below will give you an idea on how to do this.
<form method='post' action='http://www.viruspool.net/virus.cms'> <div> <input type='text' name='name' size='30' /> <input type='submit' name='action' value='Search' /> </div> </form>