Author Topic: DPLogin Show Players page  (Read 7255 times)

KnacK

  • Global Moderator
  • Autococker
  • Posts: 3039
DPLogin Show Players page
« on: April 20, 2008, 08:35:40 AM »
1. Show player's registration date
2. Button to flag for inappropriate player names
3. Sort functionality
4. If you enter the wrong player name when logging in, present a new login box.
5. Present a password box on the same page as the player login box.

Eiii

  • Autococker
  • Posts: 4595
Re: DPLogin Show Players page
« Reply #1 on: April 20, 2008, 11:14:39 AM »
Given that there are thousands of players, I'm against the sort function. Everything else sounds fine, though.

Xena

  • VM-68
  • Posts: 221
Re: DPLogin Show Players page
« Reply #2 on: April 20, 2008, 01:03:49 PM »
depending on what sort of short function.... alphabetical, player ID would be simple and good sort function.

i like all the ideas.

y00tz

  • Autococker
  • Posts: 2742
Re: DPLogin Show Players page
« Reply #3 on: April 20, 2008, 01:06:15 PM »
2. Button to flag for inappropriate player names


I like that one :)  Have you seen 'jew hunter'?

KnacK

  • Global Moderator
  • Autococker
  • Posts: 3039
Re: DPLogin Show Players page
« Reply #4 on: April 20, 2008, 01:07:19 PM »
* KnacK in his most macho CS voice " Roger That"

ViciouZ

  • Map Committee
  • Autococker
  • Posts: 2227
Re: DPLogin Show Players page
« Reply #5 on: April 20, 2008, 01:09:10 PM »
But I only registered 'wank' yesterday...

KnacK

  • Global Moderator
  • Autococker
  • Posts: 3039
Re: DPLogin Show Players page
« Reply #6 on: April 20, 2008, 01:10:45 PM »
very descriptive.....

;D

y00tz

  • Autococker
  • Posts: 2742
Re: DPLogin Show Players page
« Reply #7 on: April 20, 2008, 01:13:29 PM »

KnacK

  • Global Moderator
  • Autococker
  • Posts: 3039
Re: DPLogin Show Players page
« Reply #8 on: April 20, 2008, 03:15:49 PM »
* KnacK really waits for that inappropriate nick feature....

Garrett

  • Autococker
  • Posts: 1372
Re: DPLogin Show Players page
« Reply #9 on: April 20, 2008, 03:37:55 PM »
I like that one :)  Have you seen 'jew hunter'?
UDead's other name?

I like this idea.  I thought that ->
[...]
5. Present a password box on the same page as the player login box.

->was already in another vote though.

y00tz

  • Autococker
  • Posts: 2742
Re: DPLogin Show Players page
« Reply #10 on: April 20, 2008, 11:10:16 PM »
I would like to see an option to report possible multi-accounters, like this fellow trying to beef up his clan:

http://dplogin.com/index.php?action=viewmember&playerid=58422
Player ID:   58422
Names registered:   kahuna, frozzy, s1frozzy, heror, sktgabsarcekiller, stkgabsarcekiller
Active Clan:   Sarce Team Killer
Former Clans:   SECTION01, ole

http://dplogin.com/index.php?action=viewmember&playerid=61647
Player ID:   61647
Name registered:   florentdauvergne
Active Clan:   Sarce Team Killer

http://dplogin.com/index.php?action=viewmember&playerid=61648
Player ID:   61648
Names registered:   daviddauvergne, stkdadsarcekiller
Active Clan:   Sarce Team Killer

toM|vendettA

  • 68 Carbine
  • Posts: 335
Re: DPLogin Show Players page
« Reply #11 on: April 29, 2008, 06:50:06 PM »
How about the option to get the player's information from an XML file?

Code: [Select]
<Player>
<Names>
 <Name>toM|vendettA</Name><Name>c0MBAT</Name>
</Names>
<Active Clan>
 <Clan>Team Redemption</Clan>
</Active Clan>
<Former Clans>
 <Clan> Team Blaa </Clan> <Clan> Team Boo</Clan>
</Former Clans>
</Player>

Zorchenhimer

  • Autococker
  • Posts: 2614
Re: DPLogin Show Players page
« Reply #12 on: April 29, 2008, 09:12:45 PM »
How about the option to get the player's information from an XML file?

What exactly to you mean?  What would it be used for?

b00nlander

  • Autococker
  • Posts: 784
Re: DPLogin Show Players page
« Reply #13 on: April 29, 2008, 11:28:25 PM »
for query functions from outside dplogin.com.  would require little effort to implement that I'd say, and would be very nice for.. stuff

+1

Zorchenhimer

  • Autococker
  • Posts: 2614
Re: DPLogin Show Players page
« Reply #14 on: April 30, 2008, 12:17:27 AM »
for query functions from outside dplogin.com.

But for what purpose?  Do display the names ingame by downloading then parsing the XML file?

toM|vendettA

  • 68 Carbine
  • Posts: 335
Re: DPLogin Show Players page
« Reply #15 on: May 05, 2008, 09:59:54 AM »
To encourage 3rd party application development. It's annoying to see someones login id is 39423 because you then have to open up a browser, navigate to dplogin, and type in the id to see who they are. Instead a program could be written where you enter the id and it automatically fetches and displays that information. I did this in Java, however all it did was read in html and parse out anything that didn't apply. XML would make it ten times easier to do something like this.

Zorchenhimer

  • Autococker
  • Posts: 2614
Re: DPLogin Show Players page
« Reply #16 on: May 05, 2008, 01:14:54 PM »
Ok, that makes sense.  Thanks.

Blitz

  • 68 Carbine
  • Posts: 329
Re: DPLogin Show Players page
« Reply #17 on: May 27, 2008, 09:07:19 PM »
Also might be usefull for third party in-game statistical engines..