Section One BBS

Welcome, Guest.


Subject: Re: MPL Timer Clarification Date: Wed Jan 19 2022 11:56 am
From: g00r00 To: LEE WESTLAKE

 LW> Thanks g00r00, very much appreciated.

 LW> As a quick aside, are you able to clarify as to how the client IP may be
 LW> accessed via MPL?

Oh I am sorry I do remember someone (probably you) asking that and I must have
forgot to answer.  That happens sometimes so if/when it does just reask me
again! ;)

Probably the easiest way is to get it from the MCI codes using mci2str.  The UY 
code returns the users IP address field and the UX returns their hostname.

Var
  IP : String;
Begin
  IP := mci2str('UY');
  WriteLn ('Your IP address is: " + IP);
End.

See if that helps you get what you're looking for!

... One tequila, two tequila, three tequila, floor.

--- Mystic BBS v1.12 A48 2022/01/14 (Windows/64)
 * Origin: Sector 7 * Mystic WHQ (1:129/215)

Previous Message       Next Message
In Reply To: Re: MPL Timer Clarification (LEE WESTLAKE)
Replies: Re: MPL Timer Clarification (LEE WESTLAKE)