There's this MAMMOTH gap in my programming knowledge!
I've written a web/file interface for our admins to update the welcome messages on our server. That bit's EZPZ for me, but then I'm faced with this collossal leap from simple ASP to InSim.
Does anyone know if there's a simple way, once they've changed the welcome message, to have ASP/IIS send an insim instruction to a server to update its welcome message? Like a function..err.. like..
Function SendInSim(ServerIP, InSimPort, AdminPass, Message)
..or any such thing like that? Any advice/guidance would be greatly appreciated!
[EDIT] I just, in this case, wanna send "/welcome=welcome.txt".. but I can imagine it'd soon get used for things like automated server shutdowns, and warnings of pending shutdowns and so on.
I've written a web/file interface for our admins to update the welcome messages on our server. That bit's EZPZ for me, but then I'm faced with this collossal leap from simple ASP to InSim.
Does anyone know if there's a simple way, once they've changed the welcome message, to have ASP/IIS send an insim instruction to a server to update its welcome message? Like a function..err.. like..
Function SendInSim(ServerIP, InSimPort, AdminPass, Message)
..or any such thing like that? Any advice/guidance would be greatly appreciated!
[EDIT] I just, in this case, wanna send "/welcome=welcome.txt".. but I can imagine it'd soon get used for things like automated server shutdowns, and warnings of pending shutdowns and so on.