Ask the Doctor......
/* Begin program.
 *
 * The following information provide here varies from
 * Amateur Telescope Making, Starparty pictures,
 * and misc digital pictures.
 */
 
if (Amateur Telescope Making)
{
  ATM()
  }
 
else if(Star Party)
{
  STARS()
  }
 
else if(About The Doctor)
{
  WhoIs()
  }

  

      //Begin Program
      //
      //See who is looking at us
      CALL DisassembleUser();

      FUNCTION DisassembleUser()
      {
         //What web browser is hitting us
         set $UsersBrowser=claudebot
//Where is the user coming from set $UsersIPaddress=3.239.214.173
//What is there TCP port that they are connecting to us with set $UserTCPport=40590
} END FUNCTION
-->

 


 
Programming by: Victor T. DeCristoforo
Copyright © 2024
Last Modified
August 29, 2013