Author Topic: Status Update by URL part DEUX!  (Read 1558 times)

Mesnik44

  • Jr. Member
  • **
  • Posts: 73
    • View Profile
Status Update by URL part DEUX!
« on: December 05, 2012, 09:34:24 AM »
Hi Corey,

Just a question for you. When we update to URL, tdstatus.txt gets pushed to the server. Is there a way that we can modify what gets pushed? I would love to see Rank and ID. I know there are a ton of variables that are pushed as seen in the previous Status Update by URL thread. My thinking is this;

Rank + Player Name = Ability to see who is still in the tournament.

I think the javascript might look something like this; (I am not a programmer by any means, but I think I can do this);

  var thePlayers = parseInt(TDStatus.Vars["ID"]);
  var theRanks = parseInt(TDStatus.Vars["Rank"]);
  TDStatus.setValue("playersplaying", thePlayers + " - " + theRanks);

Thanks Again,

Mesnik44

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: Status Update by URL part DEUX!
« Reply #1 on: December 05, 2012, 12:28:25 PM »
Nope, not in the current version.  As I've said before, the intent is to add more information in a later version.  Including player information.