Welcome aboard Visitor...

Daily Screenshot

Server Costs Target


Target met!

Latest Topics

- Anyone still playing from a decade ago or longer? »
- Game still active. NICE! »
- Password resett »
- Darkspace Idea/Opinion Submission Thread »
- Rank Bug maybe? »
- Next patch .... »
- Nobody will remember me...but. »
- 22 years...asking for help from one community to another »
- DS on Ubuntu? »
- Medal Breakpoints »

Development Blog

- Roadmap »
- Hello strangers, it’s been a while... »
- State of DarkSpace Development »
- Potential planetary interdictor changes! »
- The Silent Cartographer »

Combat Kills

Combat kills in last 24 hours:
No kills today... yet.

Upcoming Events

- Weekly DarkSpace
05/04/24 +4.7 Days

Search

Anniversaries

22th - Tellaris
17th - Oskar von Reuenthal

Social Media

Why not join us on Discord for a chat, or follow us on Twitter or Facebook for more information and fan updates?

Network

DarkSpace
DarkSpace - Beta
Palestar

[FAQ
Forum Index » » English (General) » » Rankings - active players
Goto page ( 1 | 2 Next Page )
 Author Rankings - active players
Dionysian *EP5* (Angel of Destruction)
Grand Admiral
*Renegade Space Marines*


Joined: November 21, 2003
Posts: 135
Posted: 2009-01-17 13:11   
Was just lookin at rankings and thouhgt it might be nice to hav another ranking table of those who still actually play.

Difficult to measure i guess but maybe use a ranking of those who still sub??
_________________


JBud
Marshal

Joined: February 26, 2008
Posts: 1900
From: Behind you.
Posted: 2009-01-17 13:20   
Well your a bit late on your suggestion because its already happened check the rankings list for prestige
_________________
[-Point Jumper-][-Privateer Elite-][-Summus Dux-][-Praeclarae-]
[img(RIP MY SIGNATURE DELETED AFTER 7 YEARS/img]
''Insisto Rector - Suivez le Guide - Tempus hostium est''

  Email JBud   Goto the website of JBud
Doran
Chief Marshal
Galactic Navy


Joined: March 29, 2003
Posts: 4032
From: The Gideon Unit
Posted: 2009-01-17 13:38   
read it again jbud. what he's suggesting is that the rankings page exlude people like coombie, who (while they might have pres > 0) havent played in some time
_________________


BackSlash
Marshal
Galactic Navy


Joined: March 23, 2003
Posts: 11183
From: Bristol, England
Posted: 2009-01-17 15:01   
Easy to do...

if date("n", $last_login) + 5 > date("n") {
exclude from rankings
}

Just written the code for it - need Faustus or Maverick to authorise the change though.
[ This Message was edited by: BackSlash *Jack* on 2009-01-17 16:08 ]
_________________


$yTHe {C?}
Grand Admiral
Sundered Weimeriners


Joined: September 29, 2002
Posts: 1292
From: Arlington, VA
Posted: 2009-01-17 16:27   
Quote:

On 2009-01-17 15:01, BackSlash *Jack* wrote:
Easy to do...

if date("n", $last_login) + 5 > date("n") {
exclude from rankings
}

Just written the code for it - need Faustus or Maverick to authorise the change though.
[ This Message was edited by: BackSlash *Jack* on 2009-01-17 16:08 ]




Wooooooooooooooow maaaaaaaaagic
_________________


Captain LlamaPajamas
Vice Admiral

Joined: November 24, 2007
Posts: 76
From: Virginia, USA
Posted: 2009-01-17 18:15   
Quote:

On 2009-01-17 16:27, $yTHe {C?} wrote:
Quote:

On 2009-01-17 15:01, BackSlash *Jack* wrote:
Easy to do...

if date("n", $last_login) + 5 > date("n") {
exclude from rankings
}

Just written the code for it - need Faustus or Maverick to authorise the change though.
[ This Message was edited by: BackSlash *Jack* on 2009-01-17 16:08 ]




Wooooooooooooooow maaaaaaaaagic




Witchcraft!
_________________


  Email Captain LlamaPajamas
ArturK
Cadet

Joined: December 31, 2008
Posts: 27
From: Ukraine
Posted: 2009-01-18 10:14   
Quote:

On 2009-01-17 15:01, BackSlash *Jack* wrote:
Easy to do...

if date("n", $last_login) + 5 > date("n") {
exclude from rankings
}




NOOOO! You should not do it! 5 days very few. For example, some don't play for 5 days because on job. At least 15.
Besides it is better not to exclude but to put it in the end. For example make some flag variable $v_active.


example


if date("n", $last_login) + 15 > date("n") {
$player.active = false
$number_of_active_players = number_of_players - 1;
}

......


for(i=0; iif($player.active)
println(player[i].statistic)
}

And after it you can print not active.

That is of course if players array is sorted by pres already.
[ This Message was edited by: ArturK on 2009-01-18 10:27 ]
[ This Message was edited by: ArturK on 2009-01-18 10:45 ]
_________________
The Lone Wolf

  Goto the website of ArturK
Tommas [ USF HunnyBunny ]
Chief Marshal
Pitch Black


Joined: February 04, 2006
Posts: 581
From: Norway
Posted: 2009-01-18 11:50   
I dont even understand why they wanna have them away on the list..dont realy see the point..after all this is players who have spent alot of time to get where they are, then they are supposed to be forgoten for what they done?

And if this is goin to happen atleast 1 months time.
_________________


BackSlash
Marshal
Galactic Navy


Joined: March 23, 2003
Posts: 11183
From: Bristol, England
Posted: 2009-01-18 11:58   
Artuk, the "n" modifier of date = month, not days
_________________


ArturK
Cadet

Joined: December 31, 2008
Posts: 27
From: Ukraine
Posted: 2009-01-18 12:24   
Quote:

On 2009-01-18 11:58, BackSlash *Jack* wrote:
Artuk, the "n" modifier of date = month, not days




Oh, then it is too much One month is ok ). We pay for this game and I don't think someone will not play for 5 months if he payed for those.

And I don't know PHP . So I am not familiar with the "date()" function
_________________
The Lone Wolf

  Goto the website of ArturK
BackSlash
Marshal
Galactic Navy


Joined: March 23, 2003
Posts: 11183
From: Bristol, England
Posted: 2009-01-18 13:10   
Little demo to show you what I'm on about.

Source: http://jack-online.co.uk/test.txt
Demo : http://jack-online.co.uk/test.php

In the case of printing, it's just an example. You can quite easily add this to a function and just make it so that those who aren't inactive, get printed to the database, and those who are, don't.
[ This Message was edited by: BackSlash *Jack* on 2009-01-18 13:35 ]
_________________


Tommas [ USF HunnyBunny ]
Chief Marshal
Pitch Black


Joined: February 04, 2006
Posts: 581
From: Norway
Posted: 2009-01-20 15:05   
What about fleet rankings..then im thinkin of average rankinging per fleet. can u do so that will be calculated by the active members? or stay as it is?
_________________


Doran
Chief Marshal
Galactic Navy


Joined: March 29, 2003
Posts: 4032
From: The Gideon Unit
Posted: 2009-01-20 15:19   
Quote:

On 2009-01-20 15:05, Tommas [ USF HunnyBunny ] wrote:
What about fleet rankings..then im thinkin of average rankinging per fleet. can u do so that will be calculated by the active members? or stay as it is?



perhaps a better question might be why do you have inactive players in your fleet?
_________________


Pakhos[+R]
Chief Marshal
Pitch Black


Joined: May 31, 2002
Posts: 1352
From: Clean room lab
Posted: 2009-01-20 15:37   
Quote:

On 2009-01-20 15:19, Doran wrote:
Quote:

On 2009-01-20 15:05, Tommas [ USF HunnyBunny ] wrote:
What about fleet rankings..then im thinkin of average rankinging per fleet. can u do so that will be calculated by the active members? or stay as it is?



perhaps a better question might be why do you have inactive players in your fleet?





what a senseless questions. Dude, where do you think they ask if the game is worth to play? To people they trust , sure in clan forum.......
_________________
* Josef hands [PB]Quantium the Golden GothThug award for best melodrama in a miniseries...
[-GTN-]BackSlash: "Azreal is a master of showing me what is horribly broken in the game."

Ham&Swiss
Grand Admiral

Joined: October 12, 2004
Posts: 418
From: 10$ to whoever finds me
Posted: 2009-01-21 13:25   
Quote:

On 2009-01-18 10:14, ArturK wrote:
Quote:

On 2009-01-17 15:01, BackSlash *Jack* wrote:
Easy to do...

if date("n", $last_login) + 5 > date("n") {
exclude from rankings
}




NOOOO! You should not do it! 5 days very few. For example, some don't play for 5 days because on job. At least 15.
........Jibber Jaber......




I like 15 days better, as i sometimes go a week or more between plays as i work fulltime nights and go full time school. I'd like to still be around on the charts, as i AM still active(and subbed).

H&S
_________________
If violence doesn't work, Your not using enough!

Goto page ( 1 | 2 Next Page )
Page created in 0.023471 seconds.


Copyright © 2000 - 2024 Palestar Inc. All rights reserved worldwide.
Terms of use - DarkSpace is a Registered Trademark of PALESTAR