1 Attachment(s)
[Release] GM Tool Application
Hello everyone ...
I'm posting for all ...
I will not give support for this tool. Sorry ...:<:
http://img710.imageshack.us/img710/8...toolpangya.jpg
Features
1. Register and delete Global Messages
2. Send instant message or to schedule a date and time specified.
3. Rate of change from Scratch, Black Paper, Pang, XP simultaneously for each server and can be scheduled beginning and end.
4. Sending custom commands without needing to access the database.
5. List of Commands scheduled with the possibility of removal when necessary.
Language: EN:ott1:
Edit:
Execute this sql for fix erros on insert messages.
Code:
USE [Pangya_S4_TH]
GO
--------------------------------
--by Pangya.Gmaniacos.com-
--------------------------------
/****** Object: Table [dbo].[Pangya_Server_Command] Script Date: 03/07/2011 09:05:06 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING ON
GO
ALTER TABLE [dbo].[Pangya_Server_Command](
[Command] [int] NOT NULL CONSTRAINT [DF_Pangya_Server_Command_Command] DEFAULT ((0)),
[Arg1] [int] NULL CONSTRAINT [DF_Pangya_Server_Command_Arg1] DEFAULT ((0)),
[Arg2] [int] NULL CONSTRAINT [DF_Pangya_Server_Command_Arg2] DEFAULT ((0)),
[Arg3] [int] NULL CONSTRAINT [DF_Pangya_Server_Command_Arg3] DEFAULT ((0)),
[Arg4] [int] NULL CONSTRAINT [DF_Pangya_Server_Command_Arg4] DEFAULT ((0)),
[Arg5] [varchar](100) NULL CONSTRAINT [DF_Pangya_Server_Command_Arg5] DEFAULT ((0)),
[Target] [int] NOT NULL,
[RegDate] [smalldatetime] NOT NULL CONSTRAINT [DF_Pangya_Server_Command_RegDate] DEFAULT (getdate()),
[ReserveDate] [smalldatetime] NULL,
[id] [int] IDENTITY(1,1) NOT NULL
) ON [PRIMARY]
GO
SET ANSI_PADDING OFF
Online Virus Scan: http://www.virustotal.com/file-scan/...57-1302029946#
Powered by Pangya Gmaniacos
Re: [Release] GM Tool Application
thx for sharing even if you don't want to provide any support :p
perhaps you could give some more info about it.
how to use it: sa and Gm registrations. ;)
Re: [Release] GM Tool Application
Re: [Release] GM Tool Application
Won't be using this because i basically do not trust tools where you have to input SQL information inside the program itself, when it's posted by someone with a low postcount.
Gonna investigate if this is safe to use first.
Re: [Release] GM Tool Application
I've try but ain't work at all
2 Attachment(s)
Re: [Release] GM Tool Application
it show to
"The conversion of a varchar data type to smalldateyime data type resulted in an out-of range value
The statement has been terminated"
Re: [Release] GM Tool Application
Quote:
Originally Posted by
X_Sarah_X
Won't be using this because i basically do not trust tools where you have to input SQL information inside the program itself, when it's posted by someone with a low postcount.
Gonna investigate if this is safe to use first.
VirusTotal - Free Online Virus, Malware and URL Scanner
:ott1:
Re: [Release] GM Tool Application
U rocks Gm tools Working !!!!!
But i have "incorrect syntax near ']'" with openning windows pangya.gmanicos.com
Re: [Release] GM Tool Application
It's a nice release for people who don't know SQL..
Re: [Release] GM Tool Application
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 >.<
Re: [Release] GM Tool Application
People who didn't do so already should read the old preview thread for this tool, more specifically the concerns about the security and the implementation.
I can only advise people not to use this tool and go with Management Studio. If you don't speak SQL, you shouldn't run a server in the first place.
This tool is neither for GMs (because it requires database access and that's nothing a GM should have - only an administrator) nor does the GM capability check do anything useful (if I already provide the tool with database credentials, why would I need to check for GM capabilities?). It gives people a wrong impression and a false sense of security.
Re: [Release] GM Tool Application
it works perfectly thank you for your work for the people who do not have to know when the 2005 mysql ports are unlocked
Re: [Release] GM Tool Application
thanks... xD i need that
at this last month will trying to make PS pangya
Re: [Release] GM Tool Application
Re: [Release] GM Tool Application