The release of version 1.1 is here
New features:
- Manage the ignored ip's: view em and remove em from the list if necessary.
- Filter on range for both showing the ip's with more than one nick associated with and the ignored ip's.
- Small bug fixes & cleaned up the code.
Old 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.
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) .'&action=mservers">Merge Servers</a></li>';
- add below it:
echo '<li><a href="admin.php?key='. urlencode($adminkey) .'&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).
Update
Just replace the old plm.php file with the new one if you're updating.
Please give feedback or bug reports!