Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Topic started by: Kazan on July 06, 2004, 11:27:42 am

Title: FS2NetD DOWN - Pending update
Post by: Kazan on July 06, 2004, 11:27:42 am
FS2NetD is DOWN pending and update

after the update you will have to register your user accounts - which means a score reset

right now i'm having problems getting the update files to the server box thuogh... grr
Title: FS2NetD DOWN - Pending update
Post by: Drew on July 06, 2004, 11:52:03 am
ooo kool

how long till we can expect to play again, i had lotsa fun yesterday

EDIT: is there a way to log stuff said in game lobbys and/or ingame, sum funny things get talked about in there
Title: FS2NetD DOWN - Pending update
Post by: Kazan on July 06, 2004, 11:54:25 am
soon as inquisitor fixes the ACL for that box so i can move the update files to it
Title: FS2NetD DOWN - Pending update
Post by: WMCoolmon on July 06, 2004, 12:02:48 pm
Can't you just take a screenshot? A client-side option seems better than a server-side one, since that could potentially result in massive server space being used to save messages that no one ever reads.
Title: FS2NetD DOWN - Pending update
Post by: Kazan on July 06, 2004, 12:06:52 pm
Drew: i can implement client-side logging if you really want

PS: this henious SQL query will be involved in showing the scorelist

SELECT UserName as user, SUM(Points) as totalpoints, SUM(Missions) as totalmissions, SUM(Time) as totaltime, MAX(LastFlight) as lastflighttime, SUM(Kills) as totalkills, SUM(assists) as totalassists FROM pilot GROUP BY UserName ORDER BY `totalpoints` DESC
Title: FS2NetD DOWN - Pending update
Post by: Kazan on July 06, 2004, 12:56:28 pm
a crash showed up in the backport... i have it isolated

inquisitor is rebooting the box because apache was being stupid
Title: FS2NetD DOWN - Pending update
Post by: Kazan on July 06, 2004, 01:03:56 pm
crash is fixed in the backport, inquisitor's all over the server
Title: FS2NetD DOWN - Pending update
Post by: Kazan on July 06, 2004, 01:10:25 pm
THE 'test' ACCUONT IS NO LONGER VALID
Title: FS2NetD DOWN - Pending update
Post by: Kazan on July 06, 2004, 01:24:50 pm
soon as i can get ahold of a email server that works from the masterserver box then i can make it back online...
Title: FS2NetD DOWN - Pending update
Post by: Tepa on July 07, 2004, 11:36:07 am
what missions are valid atm
and moonsword seems to got prob fixed caz we played 1 quickie :D
----------
oops wrong fs2net thread can u move it to fs2net UP :P
Title: FS2NetD DOWN - Pending update
Post by: Moonsword on July 07, 2004, 11:37:50 am
Yeah, I fixed it.


It helps if you've ever played on PXO in the first place and know about the FS2 multiconfig...
Title: FS2NetD DOWN - Pending update
Post by: Kazan on July 07, 2004, 12:02:33 pm
hehe :P


right now i'm implementing account banning (done, minor server modification) and global IP banning (requires client and server modification)

after that i'm implementing a network "WALL" command where i can send a system message to everyone online incase i have to do something like restart the server