with Reflector .Net C# it's easy to check the code.
Sample:
Code:
num = Conversions.ToInteger(this.TextBox8.Text);
str3 = this.TextBox3.Text;
str4 = this.TextBox4.Text;
str5 = this.TextBox5.Text;
str6 = this.TextBox6.Text;
str7 = this.TextBox7.Text;
str9 = str;
str8 = &DateTime.Now.ToString("MM/dd/yyyy hh:mm:ss");
str2 = null;
str9 = str9.Substring(0, 5);
if ((this.RadioButton1.Checked == 0) == null)
{
goto Label_0171;
}
time = Conversions.ToDate(this.MaskedTextBox1.Text);
str10 = Conversions.ToString(&time.Hour);
str11 = Conversions.ToString(&time.Minute);
str2 = &time.ToString("MM/dd/yyyy") + " " + str10 + ":" + str11;
Label_0171:;
conn.Query = "INSERT INTO [Pangya_Server_Command] ([Command],[Arg1],[Arg2],[Arg3],[Arg4],[Arg5],[Target],[ReserveDate],[RegDate]) VALUES('" + Conversions.ToString(num) + "','" + str3 + "','" + str4 + "','" + str5 + "','" + str6 + "','" + str7 + "','" + str9 + "','" + str2 + "','" + str8 + "')";
conn.execSql("I", "");
Interaction.MsgBox("Sucess!!!", 0, null);
I hate the way it's coded cause there's no decent var names, no comments but it's good to avoid the code copy^^
Anyway in the code itself at the first view, it looks safe.
The only thing that disturbs me is that this program is made by or for a company hold by ntreev. Is this a way to get the IP's of the private servers? I dunno or I at least I didn't find how they do >.<