- credit kay sadpartprivate void combo_protocol_SelectedIndexChanged(object sender, EventArgs e)
- {
- if (Operators.CompareString(this.combo_protocol.Text, "UDP ", false) == 0)
- {
- this.string_7 = "udp ";
- }
- else
- {
- if (Operators.CompareString(this.combo_network.Text, "SMART", false) == 0 & Operators.CompareString(this.combo_protocol.Text, "UDP", false) == 0)
- {
- this.string_7 = "udp ";
- this.combo_lport.Text = "53";
- this.combo_rport.Text = "80";
- this.txt_proxy.Text = "";
- this.txt_proxyport.Text = "";
- }
- else
- {
- if (Operators.CompareString(this.combo_network.Text, "SMART", false) == 0 & Operators.CompareString(this.combo_protocol.Text, "TCP", false) == 0)
- {
- this.string_7 = "tcp ";
- this.combo_lport.Text = "9666";
- this.combo_rport.Text = "443";
- this.txt_proxy.Text = "10.102.61.46";
- this.txt_proxyport.Text = "8080";
- this.string_10 = string.Concat(new string[]
- {
- "--http-proxy-retry 5 --http-proxy ",
- this.txt_proxy.Text,
- " ",
- this.txt_proxyport.Text,
- " "
- });
- }
- }
- }
- if (Operators.CompareString(this.combo_network.Text, "GLOBE", false) == 0 & Operators.CompareString(this.combo_protocol.Text, "UDP", false) == 0)
- {
- this.string_7 = "udp ";
- this.combo_lport.Text = "52";
- this.combo_rport.Text = "9201";
- this.txt_proxy.Text = "";
- this.txt_proxyport.Text = "";
- }
- else
- {
- if (Operators.CompareString(this.combo_network.Text, "GLOBE", false) == 0 & Operators.CompareString(this.combo_protocol.Text, "TCP", false) == 0)
- {
- this.string_7 = "tcp ";
- this.combo_lport.Text = "153";
- this.combo_rport.Text = "8080";
- this.txt_proxy.Text = "";
- this.txt_proxyport.Text = "";
- this.string_10 = "";
- }
- }
- if (Operators.CompareString(this.combo_network.Text, "SUN", false) == 0 & Operators.CompareString(this.combo_protocol.Text, "UDP", false) == 0)
- {
- this.string_7 = "udp ";
- this.combo_lport.Text = "53";
- this.combo_rport.Text = "9200";
- this.txt_proxy.Text = "";
- this.txt_proxyport.Text = "";
- }
- else
- {
- if (Operators.CompareString(this.combo_network.Text, "SUN", false) == 0 & Operators.CompareString(this.combo_protocol.Text, "TCP", false) == 0)
- {
- this.string_7 = "tcp ";
- this.combo_lport.Text = "80";
- this.combo_rport.Text = "443";
- this.txt_proxy.Text = "";
- this.txt_proxyport.Text = "";
- this.string_10 = string.Concat(new string[]
- {
- "--http-proxy-retry 5 --http-proxy ",
- this.txt_proxy.Text,
- " ",
- this.txt_proxyport.Text,
- " "
- });
- this.string_10 = "";
- }
- }
- }
tracking codes
Monday, March 11, 2013
The Secret of
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment