Author Topic: Num of Registered Users?  (Read 2072 times)

lekky

  • Autococker
  • Posts: 2449
Num of Registered Users?
« on: August 31, 2007, 12:35:16 PM »
Is there anyway to find out how many users have registered a global login account? I'm pretty sure the Display Users used to have an id number, but it doesn't any more.

KiLo

  • Autococker
  • Posts: 2086
Re: Num of Registered Users?
« Reply #1 on: August 31, 2007, 12:39:10 PM »
Here's a thought.  I don't know if it would be hard to whip up but have something similar to the forum stats for the global login.

nightryder

  • 68 Carbine
  • Posts: 448
Re: Num of Registered Users?
« Reply #2 on: August 31, 2007, 12:45:10 PM »
if you want to know how many forum users there are click on more stats at the bottom of the main menu page of the forums

edit: there are 2147

lekky

  • Autococker
  • Posts: 2449
Re: Num of Registered Users?
« Reply #3 on: August 31, 2007, 12:51:57 PM »
Thanks nightrider we know that :P

Kilo's point was to have something similar to that for the global login.

FlaMe

  • Autococker
  • Posts: 601
Re: Num of Registered Users?
« Reply #4 on: August 31, 2007, 01:09:28 PM »
|| Profile for alexalbiero ||
Player ID:   31615

31615-5000 = 26615 regged accounts =O

lekky

  • Autococker
  • Posts: 2449
Re: Num of Registered Users?
« Reply #5 on: August 31, 2007, 04:39:43 PM »
|| Profile for alexalbiero ||
Player ID:   31615

31615-5000 = 26615 regged accounts =O

hmm, come on Jitspoe confirm this for me!

Edit: deleted accounts are only flagged as deleted if I remember correctly, so that might not be the actual number.

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: Num of Registered Users?
« Reply #6 on: September 04, 2007, 11:38:33 AM »
Vote for it in the 2007 feature vote. :)

lekky

  • Autococker
  • Posts: 2449
Re: Num of Registered Users?
« Reply #7 on: September 04, 2007, 01:10:51 PM »
cutie.

y00tz

  • Autococker
  • Posts: 2742
Re: Num of Registered Users?
« Reply #8 on: September 04, 2007, 11:14:47 PM »
When you click 'display players' it shows the latest registars, in this case, http://www.dplogin.com/login.php?action=viewmember&playerid=32690

32690 less ~5000 reserved  would make sense to me...

sk89q

  • Global Moderator
  • Autococker
  • Posts: 1049
Re: Num of Registered Users?
« Reply #9 on: September 09, 2007, 11:09:22 PM »
*cough*

Code: (php) [Select]
<?php
    
echo "loading...\n";
    
    
$source file_get_contents('http://www.dplogin.com/login.php?action=displaymembers&start=0&limit=999999999999&search=');
    
    echo 
"...received...\n";
    
    echo 
substr_count($source"viewmember")." accounts";
?>

Code: [Select]
loading...
...received...
24269 accounts

And why not...

Code: [Select]
loading...
...received...
1060 clans

KiLo

  • Autococker
  • Posts: 2086
Re: Num of Registered Users?
« Reply #10 on: September 09, 2007, 11:23:09 PM »
And how many of those clans are one man clans?

sk89q

  • Global Moderator
  • Autococker
  • Posts: 1049
Re: Num of Registered Users?
« Reply #11 on: September 09, 2007, 11:32:23 PM »
Subtract 210 from 1060.

KiLo

  • Autococker
  • Posts: 2086
Re: Num of Registered Users?
« Reply #12 on: September 10, 2007, 12:02:11 AM »
So what 850 clans are one man clans. Jits needs to go through and delete all of them.