[Release] GM Tool Application

Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    Apprentice suneka is offline
    MemberRank
    Nov 2009 Join Date
    16Posts

    [Release] GM Tool Application

    Hello everyone ...

    I'm posting for all ...

    I will not give support for this tool. Sorry ...



    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

    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
    Attached Files Attached Files
    Last edited by suneka; 05-04-11 at 09:03 PM.


  2. #2
    Member PHOENIXXXX is offline
    MemberRank
    Nov 2006 Join Date
    68Posts

    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. ;)
    Last edited by PHOENIXXXX; 05-04-11 at 06:53 PM.

  3. #3
    Apprentice rolovely is offline
    MemberRank
    Mar 2011 Join Date
    5Posts

    Re: [Release] GM Tool Application

    wow thx.

  4. #4
    All CHAOS! X_Sarah_X is offline
    MemberRank
    Jul 2009 Join Date
    BeachLocation
    630Posts

    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.

  5. #5
    Valued Member top1 is offline
    MemberRank
    Apr 2006 Join Date
    THAILANDLocation
    128Posts

    Re: [Release] GM Tool Application

    I've try but ain't work at all

  6. #6
    Enthusiast demonsoul is offline
    MemberRank
    Feb 2011 Join Date
    DeepinfernoLocation
    25Posts

    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"
    Attached Thumbnails Attached Thumbnails bug.jpg   bug2.jpg  
    Last edited by demonsoul; 05-04-11 at 08:01 PM.

  7. #7
    Apprentice suneka is offline
    MemberRank
    Nov 2009 Join Date
    16Posts

    Re: [Release] GM Tool Application

    Quote Originally Posted by X_Sarah_X View Post
    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


  8. #8
    Enthusiast kiuubi is offline
    MemberRank
    Nov 2010 Join Date
    39Posts

    Re: [Release] GM Tool Application

    U rocks Gm tools Working !!!!!

    But i have "incorrect syntax near ']'" with openning windows pangya.gmanicos.com

  9. #9
    All CHAOS! X_Sarah_X is offline
    MemberRank
    Jul 2009 Join Date
    BeachLocation
    630Posts

    Re: [Release] GM Tool Application

    It's a nice release for people who don't know SQL..

  10. #10
    Enthusiast codyx is offline
    MemberRank
    Mar 2011 Join Date
    35Posts

    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 >.<
    Last edited by codyx; 06-04-11 at 08:26 AM.

  11. #11
    Deny everything. Tsukasa is offline
    MemberRank
    Jun 2005 Join Date
    Net SlumLocation
    558Posts

    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.

  12. #12
    Enthusiast amok10 is offline
    MemberRank
    Apr 2011 Join Date
    37Posts

    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

  13. #13
    Member pinux is offline
    MemberRank
    Jul 2011 Join Date
    IndonesiaLocation
    61Posts

    Re: [Release] GM Tool Application

    thanks... xD i need that
    at this last month will trying to make PS pangya

  14. #14
    Apprentice gigileu is offline
    MemberRank
    Dec 2010 Join Date
    5Posts

    Re: [Release] GM Tool Application

    very good ,thx~

  15. #15
    Novice kjanpech is offline
    MemberRank
    Dec 2010 Join Date
    1Posts

    Re: [Release] GM Tool Application

    WoW! Thank



Page 1 of 2 12 LastLast

Advertisement