UTStats player merger

Features:
- It gives a list of all nicks to a certain IP
- Click "merge xxx.xxx.xxx.xxx" below it to go merge the nicks to one nick
- In the pop-up select the nick to merge to
- It'll merge all nicks in one operation to that nick!
- Also features an ignore ip's option, select the nicks you want to ignore and press the ignore button at the bottom end.

Installation:
a) Add plm.php to your stats/pages/admin/ folder
b) Edit stats/pages/admin/main.php
 - search:		
 echo '<li><a href="admin.php?key='. urlencode($adminkey) .'&amp;action=mservers">Merge Servers</a></li>';
 - add below it:
 echo '<li><a href="admin.php?key='. urlencode($adminkey) .'&amp;action=plm">Merge IPs with more than 1 Player</a></li>';				
c) Add a table to the stats database
 - name: uts_ignoreips
 - one field, named "ip", type "bigint(15)", not null, primary key

Made by:
 Rolf Koedam / kE
 rcowdam@hotmail.com
 #cwl.ut at irc.quakenet.org
 
Credits:
 Azazel for updated query
 