[Delphi] GunZ Control Panel [WIP]

Page 3 of 3 FirstFirst 123
Results 31 to 42 of 42
  1. #31
    Valued Member Ryu.BZ is offline
    MemberRank
    Jun 2009 Join Date
    115Posts

    Re: [Delphi] GunZ Control Panel [WIP]

    «Ɓөטᴫᴛᴪ¬ĦµńɫƐᴙ»®     - My room mate mario *͋͌⃡(H) says:
    *idk
    *say something cool
    *:P
    *and also thank my post xD
    Looks good so far, I'm looking forward to the release. :3

  2. #32
    Sultan of Yolo Demantor is offline
    MemberRank
    May 2008 Join Date
    GermanyLocation
    1,266Posts

    happy Re: [Delphi] GunZ Control Panel [WIP]

    Quote Originally Posted by bounty-hunter View Post
    For aristrum, that wasnt the full CreateAccount procedure this is :
    Code:
    Procedure TServerSystem.CreateAccount(U: string; P: string);
    var
    AID:string;
    begin
    CurrentTIme := DateTimeToStr(Time);
      SQLQuery.SQL.Text := 'SELECT * FROM Account WHERE UserID = ' + '''' + U + '''' ;
      SQLQuery.ExecSQL();
      SQLQuery.Active := true;
      if SQLQuery.Fields[1].AsString = U then // Change Feilds value from 0 to 1
      begin
        log.Lines.Add('Failed to Create Account: ' + U );
        log.lines.add('UserName Already in use!');  //lets test :D
      end
      else
      begin
      SQLQuery.SQL.Text := 'INSERT INTO Account (UserID, UGradeID, PGradeID, RegDate, Name, Email, RegNum, Age, Sex, ServerID) VALUES ( ' + '''' + U + '''' + ',0,0,' + '''' + CurrentTime + '''' + ',' + '''' + U + '''' +',NULL,NULL,20,NULL,0 )';
      SQLQuery.ExecSQL();
      SQLQuery.SQL.Text := 'SELECT AID FROM Account WHERE UserID = ' + '''' + U + '''';
      SQLQuery.ExecSQL();
      SQLQuery.Active := true; // this is the fix :p     WORKS :D sure?, the aid should be 3 or? na look
      Aid := SQLQuery.Fields[0].AsString; // Gets the AID Field :D
      showmessage(AID);
      sqlquery.SQL.text :=  'INSERT INTO Login (UserID, AID, Password) VALUES ( ' + '''' + U + '''' + ',' + '''' + AID + '''' + ',' + '''' + P + '''' + ')';
      SQLQuery.ExecSQL();
      Log.Lines.Add('User account created : ' + U);
      // DONE :D xD lets see if it works :Dyea
      end;
    end;
    Without the "showmessage(AID);" :D

  3. #33
    Account Upgraded | Title Enabled! cerealnp is offline
    MemberRank
    Apr 2006 Join Date
    BrazilLocation
    441Posts

    Re: [Delphi] GunZ Control Panel [WIP]

    Pretty Impressive, keep it going.

  4. #34
    Account Upgraded | Title Enabled! ProGunzsoul is offline
    MemberRank
    Jul 2008 Join Date
    332Posts

    Re: [Delphi] GunZ Control Panel [WIP]

    hey bounty-hunter , welcome back dude ;)

    and good ideas any way ^^

  5. #35
    Sharing is caring KillerStefan is offline
    MemberRank
    Feb 2007 Join Date
    NetherlandsLocation
    2,554Posts

    Re: [Delphi] GunZ Control Panel [WIP]

    Nice effort, I was planning on doing something like this in C# for Ragezone Gunz.

  6. #36
    Proficient Member Zinoxity is offline
    MemberRank
    Dec 2009 Join Date
    198Posts

    Re: [Delphi] GunZ Control Panel [WIP]

    Quote Originally Posted by KillerStefan View Post
    Nice effort, I was planning on doing something like this in C# for Ragezone Gunz.
    Are you a developer at RaGEZONE GunZ?

  7. #37
    Extreme Coder - Delphi bounty-hunter is offline
    MemberRank
    Sep 2007 Join Date
    GunZone MansionLocation
    1,725Posts

    Re: [Delphi] GunZ Control Panel [WIP]

    UPDATE:
    Server side is almost finished curently adding the following features:
    *Character Editing
    *Server Editing ( edit server ip and all that )
    ---------------------------------------------------------------------
    Also i have a concept in mind, im allowing users to advertise in my programs free of charge, pm me if interested. A small banner of your network will be placed on the bottom of my application
    ---------------------------------------------------------------------

  8. #38
    Sultan of Yolo Demantor is offline
    MemberRank
    May 2008 Join Date
    GermanyLocation
    1,266Posts

    Re: [Delphi] GunZ Control Panel [WIP]

    Bounty,, your afk now!.. i dced because msn failed.. :P

    anyway, here is a screenshot of the Client's Design(bounty sent it me) ..

    On the Red marked area, will be your server's banner.
    Attached Thumbnails Attached Thumbnails clientcp.jpg  
    Last edited by Demantor; 07-01-10 at 12:26 PM.

  9. #39
    Extreme Coder - Delphi bounty-hunter is offline
    MemberRank
    Sep 2007 Join Date
    GunZone MansionLocation
    1,725Posts

    Re: [Delphi] GunZ Control Panel [WIP]

    UPDATE:
    Working on ClientSide now

  10. #40
    Banned MAXTRAXv3 is offline
    BannedRank
    Jan 2007 Join Date
    Perth, WesternLocation
    2,252Posts

    Re: [Delphi] GunZ Control Panel [WIP]

    hmm...this seem like a good tool for new peps

  11. #41
    Sultan of Yolo Demantor is offline
    MemberRank
    May 2008 Join Date
    GermanyLocation
    1,266Posts

    Re: [Delphi] GunZ Control Panel [WIP]

    Stop *********, etc webs.. and finish the server xD

    *The Client is finished..

  12. #42
    Account Upgraded | Title Enabled! Axium is offline
    MemberRank
    May 2008 Join Date
    Delhi, IndiaLocation
    604Posts

    Re: [Delphi] GunZ Control Panel [WIP]

    He sent me a link that takes you to ********* or cashearn or something, couldn't test it, xd.



Page 3 of 3 FirstFirst 123

Advertisement