Player merger tool v1.1

Author
Rolf Koedam aka kE / Killereye
Contact: rcowdam@hotmail.com or unrealadmin fora.
I also made some addons for the UT Stats system.

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 ips you want to ignore and press the ignore button at the bottom end. These ips won't show up in the list next time.
- Ignored ip's can be reverted now (NEW!)
- Added support to only show different ranges of ip's (NEW!)

Screenshots

All ip's with the nicks


Merge all nicks of a certain IP to one nick you selected

Installation
You can download it from the [C]W[L] downloads page or directly by clicking here.

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
- this table saves the ip's you don't want to show anymore (the ignored ip's).

Please give feedback or bug reports! :)