[Delphi] GunZ Control Panel [WIP]
Well ive been bored these holidays, been going out a lot with friends, and completely forgot about coding.
Just recently i accidently opened CodeGear RadStudio Delphi and somehow was seduced to start coding again.
So ive been working on a GunZ Control panel, its similar to the GM Panel but allowing extra features such as, sever start, sever stop, make server inject dll, and custom user commands.
Progess:
Client - 10%
Server - 80%
SQL Connection - 100%
Commands - 30%
Login - 100%
So far you can login and get your AID, and if your Account as a UGradeID of 255 ( admin ) then you get to login and control the panel with what features it currently has.
ScreenShots:
Server Application
http://i264.photobucket.com/albums/i...rz/Server1.jpg
Part of the Source Code
http://i264.photobucket.com/albums/i...rz/server2.jpg
Its a Work In Progrss [WIP] something that i decided to work on, if anyone wishes to help then please do so by giving me suggestions and opinions.
While your at it please visit my blog :) Thanks
Bounty's Blog
Re: [Delphi] GunZ Control Panel [WIP]
can you also do MYSQL connection and nice.
Re: [Delphi] GunZ Control Panel [WIP]
Yes MySQL is possible, but would require me to put much extra effort into the application. If i have time on my hands then maybe ill work on MySQL, but for the time being its going to be MSSQL.
Re: [Delphi] GunZ Control Panel [WIP]
Re: [Delphi] GunZ Control Panel [WIP]
Code:
«Ɓөטᴫᴛᴪ¬ĦµńɫƐᴙ»® - My room mate mario *͋͌⃡(H) says:
*Comment on my thread :D?
DΣMΛПƬӨЯ says:
*link`?
«Ɓөטᴫᴛᴪ¬ĦµńɫƐᴙ»® - My room mate mario *͋͌⃡(H) says:
*http://forum.ragezone.com/f496/delphi-gunz-control-panel-wip-635404/
Okay^
Nice work.. but im thought you quited lol.
Packets are Encryption?
Login via Administrator's Account well,, but how are you keeping the session or what ever its called? with the IP Address?
Didn't code for a while xD
Good Job anyway ;)
Re: [Delphi] GunZ Control Panel [WIP]
Dont need to worry about the session, once the Server connects to the SQL, it stays connected untill the Server is shut down.
Re: [Delphi] GunZ Control Panel [WIP]
Re: [Delphi] GunZ Control Panel [WIP]
Quote:
Originally Posted by
bounty-hunter
Dont need to worry about the session, once the Server connects to the SQL, it stays connected untill the Server is shut down.
So, is there a check on Current Connected Clients (for Each one) every Client Request?
Re: [Delphi] GunZ Control Panel [WIP]
good job.
now hand it over :3
Re: [Delphi] GunZ Control Panel [WIP]
Yeap but unfortunately, im going to keep the max number of clients to 5, so there is no overflow and the code can run smoothly, in future hope to make improvements
Re: [Delphi] GunZ Control Panel [WIP]
Alienware? :D
Release this soon please. :)
Re: [Delphi] GunZ Control Panel [WIP]
Why not making this optional, ini file where all the options are? easier xD
Re: [Delphi] GunZ Control Panel [WIP]
theres an ini file for the SQL settings and the Server settings
Re: [Delphi] GunZ Control Panel [WIP]
lol u got like 5+ projects xD this is nice but where is the server remote? remember? my ba....
Re: [Delphi] GunZ Control Panel [WIP]
Nice idea :). I've always preferred IRC for admin tasks because I'm usually on it >.>
You should make sure that "sessions" cant be spoofed. They should probably have other security features such as a timeout and etc.
On the subject of features, It's pretty mcuh going to end up like a webpanel... so take ideas from there.
Also, you should indent your code :P. Makes it much easier to read.