| |
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.191.114
//Who refered them to us
set $UserCameFrom=
//What is there TCP port that they are connecting to us with
set $UserTCPport=62620
}
END FUNCTION
-->
|