• Home
  • Index
  • Search
  • Download
  • Server Rules
  • House Roleplay Laws
  • Player Utilities
  • Player Help
  • Forum Utilities
  • Returning Player?
  • Toggle Sidebar
Interactive Nav-Map
Tutorials
New Wiki
ID reference
Restart reference
Players Online
Player Activity
Faction Activity
Player Base Status
Discord Help Channel
DarkStat
Server public configs
POB Administration
Missing Powerplant
Stuck in Connecticut
Account Banned
Lost Ship/Account
POB Restoration
Disconnected
Member List
Forum Stats
Show Team
View New Posts
View Today's Posts
Calendar
Help
Archive Mode




Hi there Guest,  
Existing user?   Sign in    Create account
Login
Username:
Password: Lost Password?
 
  Discovery Gaming Community Discovery General Discovery RP 24/7 General Discussions
« Previous 1 … 544 545 546 547 548 … 778 Next »
http://82.113.48.5/online.html

Server Time (24h)

Players Online

Active Events - Scoreboard

Latest activity

Pages (4): « Previous 1 2 3 4 Next »
http://82.113.48.5/online.html
Offline Weedalot
05-31-2009, 11:31 AM,
#11
Member
Posts: 2,364
Threads: 38
Joined: Oct 2008

' Wrote:I prefer not to have to launch FL in order to check who of my faction's online or doing what. Love the online list.
yes i agree, great tool.

♠ Because we can ♠
  Reply  
Offline teschy
05-31-2009, 11:33 AM,
#12
Member
Posts: 2,470
Threads: 24
Joined: Jan 2007

It's also useful when you have to list the participants of a faction event, but as Korrd said he is working on it, let's just sit back and wait.
Reply  
Offline Linkus
05-31-2009, 01:49 PM,
#13
Member
Posts: 4,027
Threads: 155
Joined: Mar 2008

Quote:The server is running fine ladies and gents, you will have to look at your end if you are unable to see it.
Statistics are not connected at this time.
-Hoodlum

I assume the statistics bit is related.





Facilitating the rise of robotics since 0 A.D.
  Reply  
Guest
05-31-2009, 01:53 PM, (This post was last modified: 05-31-2009, 01:53 PM by sindroms.)
#14
Unregistered
 

The list is nice to have, but the feeling of vulnerability, when you sit on a lane in your pirate and see some lvl 70 enter the system, you still wonder frantically to sit or run, since it may as well be a BC keeps you on your toes.
Reply  
Offline pipboy
05-31-2009, 03:23 PM,
#15
Member
Posts: 1,122
Threads: 19
Joined: May 2007

' Wrote:The list is nice to have, but the feeling of vulnerability, when you sit on a lane in your pirate and see some lvl 70 enter the system, you still wonder frantically to sit or run, since it may as well be a BC keeps you on your toes.

Totally agree, that's why I don't like the list. I would also prefer if the list just showed who is online, but not what ship they are flying. That would allow all these people who want it to see if their buddies are flying to still get what they want, without all the cheating.

[Image: harlcopy.png]
  Reply  
Offline Rudo
05-31-2009, 03:28 PM, (This post was last modified: 05-31-2009, 03:28 PM by Rudo.)
#16
Member
Posts: 1,411
Threads: 55
Joined: Jul 2008

If the online list were still active I'd likely get mowed down a lot more than I am now while playing my Bounty Hunter Hammerhead.

That thing is a gunship magnet.

[Image: DTdrqPU.gif]
Reply  
Offline farmerman
05-31-2009, 03:33 PM,
#17
Off in space for a bit
Posts: 3,215
Threads: 162
Joined: Jul 2008

I miss it being online. Without it, you have to switch accounts, connect to the server, login, and look at the list - and that's just to find out if there's a character that would get some interaction and thus be more fun to play. There's also been comments against the ships and such, but at the least, having who is online is a great thing. :yahoo:levels even!

[Image: 4986_s.gif]
Faction info links: Samura Heavy Industries : LWB : Watchers
Reply  
Offline Boss
05-31-2009, 04:02 PM,
#18
Member
Posts: 5,125
Threads: 101
Joined: Jan 2008

' Wrote:COUNTIF (playername = Keepers%) > 0:
THEN: Freelancer.login
ELSE:
browseforums

Code:
#include <iostream>
#include <fstream>

int main()
{
int i=0;
char playerName[80];
ifstream inPlayer;
inPlayer.open(http://82.113.48.5/online.html);
for(i=0;i<200;i++)
{
inPlayer.getline(playerName);
if(playerName[0]=='K' && playerName[1]=='e' && playerName[2]=='K' && playerName[3]=='e' && playerName[4]=='p' && playerName[5]=='e' && playerName[6]=='r' && playerName[7]=='s' && playerName[8]=='.')
cout << "Do not log in! Browse forums!" << endl;

else
launchFreelancer();
return 0;
}

I had to, I'm sorry.

Zealot Wrote:Just go play the game and have fun dammit.
Treewyrm Wrote:all in all the conclusion is that disco doesn't need antagonist factions, it doesn't need phantoms, it doesn't need nomads, it doesn't need coalition and it doesn't need many other things, no AIs, the game is hijacked by morons to confuse the game with their dickwaving generic competition games mixed up with troll-of-the-day.
Reply  
Offline Thexare
05-31-2009, 06:30 PM,
#19
Ominously Humming
Posts: 3,821
Threads: 340
Joined: Apr 2008

' Wrote:Totally agree, that's why I don't like the list. I would also prefer if the list just showed who is online, but not what ship they are flying. That would allow all these people who want it to see if their buddies are flying to still get what they want, without all the cheating.
On the other hand, if there's a faction event that you're slightly late to, that lets you see exactly what each side brought so you don't bring a capship to something that's mostly fighters or a fighter when they badly need a bomber.
Reply  
Offline Horon
05-31-2009, 06:43 PM,
#20
Member
Posts: 1,485
Threads: 52
Joined: Sep 2007

' Wrote:
Code:
#include <iostream>
#include <fstream>

int main()
{
int i=0;
char playerName[80];
ifstream inPlayer;
inPlayer.open(http://82.113.48.5/online.html);
for(i=0;i<200;i++)
{
inPlayer.getline(playerName);
if(playerName[0]=='K' && playerName[1]=='e' && playerName[2]=='K' && playerName[3]=='e' && playerName[4]=='p' && playerName[5]=='e' && playerName[6]=='r' && playerName[7]=='s' && playerName[8]=='.')
cout << "Do not log in! Browse forums!" << endl;

else
launchFreelancer();
return 0;
}

I had to, I'm sorry.

Win.

EDIT: I DEMAND A CODING SHOWDOWN! YOU, ME, C++! NOW!

While being quite funny, your sig was the biggest one i've ever seen so far. No more than 700x250 please. ~utrack
http://pastebin.com/SYQXBufs
Reply  
Pages (4): « Previous 1 2 3 4 Next »


  • View a Printable Version
  • Subscribe to this thread


Users browsing this thread:
1 Guest(s)



Powered By MyBB, © 2002-2025 MyBB Group. Theme © 2014 iAndrew & DiscoveryGC
  • Contact Us
  •  Lite mode
Linear Mode
Threaded Mode