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=CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
//Where is the user coming from set $UsersIPaddress=38.107.179.217
//Who refered them to us set $UserCameFrom=
//What is there TCP port that they are connecting to us with set $UserTCPport=48705
} END FUNCTION
-->

 


 
Programming by: Victor T. DeCristoforo
Copyright © 2012
Last Modified
October 17, 2009