You are an unregistered user, you can register here
Navigation

Information

Site

Donations
If you wish to make a donation you can by clicking the image below.


 
Go Back   The Unreal Admins Page > Forums > Hosted Forums > UTStats > General Chat

Reply
Thread Tools Display Modes
  #21  
Unread 29th May, 2007, 01:34 PM
SunMan's Avatar
SunMan SunMan is offline
Rampage
 
Join Date: Oct 2006
Location: Bern / Switzerland
Posts: 52
Default

Quote:
Originally Posted by Baiter View Post
I tried this on my Stats, and I dont see how this merges =/

Also, I have ALOT of stats.... And I get this after it dispays about 150 Ips and their names:

Fatal error: Maximum execution time of 300 seconds exceeded in www.clansda.com\utstats\pages\admin\pip.php on line 26

Any Idea guys?
Hi Baiter

Add this line to the top of the .php file:

set_time_limit(600);

= 600 seconds timeout
__________________
Greetings from Switzerland
[SU+S]SunMan (Peter)
Reply With Quote
  #22  
Unread 30th May, 2007, 10:53 PM
Adrian[ADIES]'s Avatar
Adrian[ADIES] Adrian[ADIES] is offline
Godlike
 
Join Date: May 2005
Location: UK NorthWest
Posts: 252
Default

Quote:
Originally Posted by killereye View Post
Can it do auto merging or just shows which nicks are the same?

Good work anyway!
No kellereye and Baiter its just a list of ips with more than 1 player name. The .php is from the 3rd post by Azazel.

I just intergrating it with admin pages stops google/nosy people finding it on my server, and because its usefull.

SunMan's suggestion should fix your timeout baiter.
The Renew Flag Images is the most usefull part.
__________________
www.adies.net - Dedicated to Strangelove-CTF.

Download my UT map CTF-Microhec33 CTF-Microhec33.zip :::: Read The Review
Reply With Quote
  #23  
Unread 26th September, 2007, 10:14 AM
killereye killereye is offline
Dominating
 
Join Date: Sep 2006
Posts: 106
Default

Beta release of player merging utility
Ok I've quickly updated my old code of this merging utility (see my previous post) and it runs now in the admin page of utstats.

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.

Screenshots

[i]All ip's with the nicks[/i[


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

Be cautious, it's only a beta release. I tested it on a few occasions, but still might contain some errors. I'm not sure if I'm gonna update this code tho

Please give feedback or bug reports!

Last edited by killereye : 26th September, 2007 at 08:46 PM.
Reply With Quote
  #24  
Unread 27th September, 2007, 11:37 PM
Taragon's Avatar
Taragon Taragon is offline
Godlike
 
Join Date: Jul 2005
Location: Werkendam, The Netherlands
Posts: 294
Default

Awesome job m8! Really appreciated!
Reply With Quote
  #25  
Unread 9th October, 2007, 04:36 AM
Baiter's Avatar
Baiter Baiter is offline
Holy Shit!!
 
Join Date: Apr 2004
Location: Houston, TX
Posts: 1,566
Default

Quote:
Originally Posted by killereye View Post
Beta release of player merging utility
Ok I've quickly updated my old code of this merging utility (see my previous post) and it runs now in the admin page of utstats.

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.

Screenshots

[i]All ip's with the nicks[/i[


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

Be cautious, it's only a beta release. I tested it on a few occasions, but still might contain some errors. I'm not sure if I'm gonna update this code tho

Please give feedback or bug reports!

Hey Killereye,

I've been looking at your enhancements to the merging system, and I was quite impressed.

I did have a couple problems, and a couple suggestions.

First of all I have a VERY full server with hundreds of unique players a day.



When I first installed this and ran it....I got an error on the bottom of the page after about 5 minutes of waiting. There were about a hundred or more ips
And their aliases, but this is what the error said on the very bottom....

Fatal error: Maximum execution time of 300 seconds exceeded in C:\...\utstats\pages\admin\plm.php on line 147

I guess the only thing I can do is to increase the timeout value. But forgive my ignorance, where do I go to do that?

Suggestions:


Suggestion #1

Beside each Alias, have in parenthesis' the number of matches they have played

Example:

24.150.223.59 - 412540731

Ben Dover (2)
dis|eased[t] (54)
dis|ease[t] (1)
Heart_Break_Kid (774)
Magentic (909)
PH|Magentic (67)


Suggestion #2

Also, to reduce the time it takes for the stats to processing on the plm request, I have another suggestion.

It would be VERY nice to have a way you can ask for only a certain range of IPs to be processing for aliases.

For Example:

24.50.0.0 to 25.50.255.255

This would conserve time and help admins out tremendously
__________________
-={SDA}=-Baiter | Maker of Sniper's Heaven
Clan SDA | UT Server Baiter Edition | Play Sniper's Heaven!!! | SDA Gaming Servers
Reply With Quote
  #26  
Unread 9th October, 2007, 07:08 PM
Azazel's Avatar
Azazel Azazel is offline
Administrator
 
Join Date: Jul 2002
Location: UK
Posts: 2,408
Default

Maximum execution time is taken from your php.ini
Adding code to limit an IP range is probably the easiest/best idea imo
__________________

Phoenix Alliance - The Movie
Revisionistic Movie
The Unreal Admins Page - the resource for unreal admins
Reply With Quote
  #27  
Unread 10th October, 2007, 09:39 PM
killereye killereye is offline
Dominating
 
Join Date: Sep 2006
Posts: 106
Default

I'll do it asap Baiter Hope this means in a week (or 2) instead of months, like last time :p
Reply With Quote
  #28  
Unread 21st October, 2007, 03:31 PM
Baiter's Avatar
Baiter Baiter is offline
Holy Shit!!
 
Join Date: Apr 2004
Location: Houston, TX
Posts: 1,566
Default

How's it coming along Killereye? Is it looking good?
__________________
-={SDA}=-Baiter | Maker of Sniper's Heaven
Clan SDA | UT Server Baiter Edition | Play Sniper's Heaven!!! | SDA Gaming Servers
Reply With Quote
  #29  
Unread 27th October, 2007, 02:26 AM
qwerty's Avatar
qwerty qwerty is offline
Holy Shit!!
 
Join Date: Jan 2006
Posts: 676
Default

this is great waiting on a final release
Reply With Quote
  #30  
Unread 29th October, 2007, 02:01 PM
killereye killereye is offline
Dominating
 
Join Date: Sep 2006
Posts: 106
Default

Quote:
Originally Posted by Baiter View Post
How's it coming along Killereye? Is it looking good?
Hopefully I can work on it this week. I should have no college on thursday & friday here in BE I'll look on all feedback here by then and the requests so far don't look too hard to implement.

We're running it for a couple of weeks now on our own stats system and it works like a charm. It makes merging people manageable
Reply With Quote
  #31  
Unread 1st November, 2007, 04:37 PM
killereye killereye is offline
Dominating
 
Join Date: Sep 2006
Posts: 106
Default

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) .'&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).

Update
Just replace the old plm.php file with the new one if you're updating.

Please give feedback or bug reports!
Reply With Quote
  #32  
Unread 1st November, 2007, 11:35 PM
Baiter's Avatar
Baiter Baiter is offline
Holy Shit!!
 
Join Date: Apr 2004
Location: Houston, TX
Posts: 1,566
Default

Thanks Killereye! Will test and report back
__________________
-={SDA}=-Baiter | Maker of Sniper's Heaven
Clan SDA | UT Server Baiter Edition | Play Sniper's Heaven!!! | SDA Gaming Servers
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 09:38 AM.


 

All pages are copyright The Unreal Admins Page.
You may not copy any pages without our express permission.