CoderDunn Posted May 28, 2008 Share Posted May 28, 2008 (edited) Radical 3 is in development. Go to http://coderdunn.com/ and click "Projects" for more information.Current Version: 0.5.4.0 (OUTDATED)Radical 2 is designed to be a simple, yet powerfull administration tool for a small lab of computers (2 - 25 machines). The server is written in C# to take advantage of multi threading, while the client is written in AutoIt3 for simplicity, and compatibility. Radical 2 is in it's beta stages so there are probably a lot of kinks to work out. If you encounter any bugs please let me know so I can fix them! Also, let me know of any features you think should be added.Current Features:Works over LAN or the internetDisplay System InformationView a client's processes, close many processes simultaneouslyQuickly capture and view a screenshot from a clientExplore, Execute, Download, and Upload a clients files.ToDo:Finish the File Explorer tabMake a plugin system so features can easily be addedCreate a options form on the serverClient Remote Control of mouse and keyboardAdd many more commands to the consoleCreate an installer for the server and clientMake the client and server run as a serviceDownload: Radical_2.zipAnd for those of you that want to see the server's source code (OLD VERSION):Server_Source.rarNote: You need Visual C# 2008 to compile the server. You can get it Here (The green one)Changelog:CODE7/04/2008=== Version 0.5.4.0 (RELEASED) ===- Removed: Pic Control from the "View Screen" tab- Changed: Clicking "View Screen" now opens a new window titled "Screen Viewer" to view the screenshot- Changed: The "Screen Viewer" is now resizable- Added: Auto-Refresh feature to the "Screen Viewer"- Added: Shrink to Fit option to the "Screen Viewer"- Added: View Screen Quality option to the "Options" window in the "Client Settings" tab- Fixed: The "Screen Viewer" now only updates when it is the active window7/04/2008=== Version 0.5.3.0 (RELEASED) ===- (Hopefully) Fixed: Major bug where packets would be partially received during heavy communication7/03/2008=== Version 0.5.2.0 (RELEASED) ===- Added: Controls to the Options form---- Run on system startup---- Start Hidden---- Timestamp Console messaged---- Port number---- Listen IP- Added: Functions to read/write settings settings to and from the XML settings file- Changed: Server no longer refuses to start if settings file is missing.- Changed: Server (unfortunatly) now requires administrator rights so it can access the registry- Changed: If the server is blocked by your fire wall, it will retry 3 times before displaying the "Error creating listening socket" error- Changed: The "Display Message Box" command's title and icon- Fixed: The "Display Message Box" command no longer pauses the client until the message box is closed7/02/2008=== Version 0.5.1.0 ===- Added: Options Dialog, "Scheduled Tasks" and "Plugins" tabs.- Fixed: The server's main form no longer flashes on the screen when ran with the /silent command parameter- Fixed: Typo (thanks JamesB)- Changed: The settings file is now in in the XML format- Changed: The Disconnect and Shutdown buttons now have better titles7/01/2008=== Version 0.5.0.0 (RELEASED) ===- Added: Single instance check for server- Changed: "Are you sure?" message box titles to "Radical 2 Server"- Changed: File transfer connections no longer appear in the client list- Changed: File transfers no longer use the standard notifications in the consoleScreenshots: Edited February 14, 2009 by Hallman footswitch 1 Link to comment Share on other sites More sharing options...
GHOSTSKIKDA Posted May 28, 2008 Share Posted May 28, 2008 Thank you ! [center]I LOVE ALGERIA .... ;-)[/center] Link to comment Share on other sites More sharing options...
monoceres Posted May 28, 2008 Share Posted May 28, 2008 Just compiled your server in VS2008, and I have to say nice work!Maybe add the settings.ini file if it does not exists as it refused to start without the file.C# seems like a nice language, I'm considering starting programming in it. Broken link? PM me and I'll send you the file! Link to comment Share on other sites More sharing options...
CoderDunn Posted May 28, 2008 Author Share Posted May 28, 2008 (edited) Just compiled your server in VS2008, and I have to say nice work!Maybe add the settings.ini file if it does not exists as it refused to start without the file.C# seems like a nice language, I'm considering starting programming in it. Thanks The code is a bit messy but I'm still fairly new new to C#. It is a good language, and it's much easier than C++ (at least for me). Only downside is it takes a while to start up for the first time because C# code is not fully compiled. When you run a C# application for the first time, it compiles the rest of itself based on your computer and operating system using the JIT (Just In Time Compiler). After that, it runs smoothly.~ HallmanEDIT: You can find a simple C# tutorial here: http://www.csharp-station.com/Tutorial.aspx Edited May 28, 2008 by Hallman Link to comment Share on other sites More sharing options...
monoceres Posted May 28, 2008 Share Posted May 28, 2008 (edited) http://www.csharp-station.com/Tutorial.aspxHaha, I already had it open in another tab I also downloaded XNA but then it complained I needed VS2005 Now I have to download it too. Edited May 28, 2008 by monoceres Broken link? PM me and I'll send you the file! Link to comment Share on other sites More sharing options...
Wader Posted May 29, 2008 Share Posted May 29, 2008 Very nice. I tested the server on Vista and it would not work, but GPO's force UAC on my system and this is probably the issue. XP ran like a champ. Adding remote control would very nice. Link to comment Share on other sites More sharing options...
YOUF Posted May 30, 2008 Share Posted May 30, 2008 look forward to developing more features .. Link to comment Share on other sites More sharing options...
DirtDBaK Posted May 30, 2008 Share Posted May 30, 2008 Great work hallman amazed with your work [center][/center] Link to comment Share on other sites More sharing options...
CoderDunn Posted May 31, 2008 Author Share Posted May 31, 2008 (edited) Great work hallman amazed with your workThanks Iv'e finished most of the File Explorer. All I have left is downloading/uploading files. Sounds easy, but I want to do it in a way so that the client isn't stuck in a loop (unable to recieve commands) until the file transfer is completed. I'm thinking of having the client run itself again with command parameters. Expect an update in a few days. Edited May 31, 2008 by Hallman Link to comment Share on other sites More sharing options...
CoderDunn Posted June 7, 2008 Author Share Posted June 7, 2008 ----------- Update June 7th 2008 -----------Sorry for late reply but it's finals in college and I've been busyFixed a few bugsMany internal improvements server sideFile Explorer tab completed with downloading/uploading filesClient Status system to prevent commands sent to the client while it's "busy" (EX: uploading a screenshot)Pings auto refresh every 5 secondsScreenshots of files being downloaded/uploaded:I don't understand why but (as you can see from the screenshots) uploading files to a client runs about 2X faster than downloading a file to the server.~ Hallman Link to comment Share on other sites More sharing options...
CoderDunn Posted June 7, 2008 Author Share Posted June 7, 2008 *bump* I know it's not a huge update but some comments would be nice Link to comment Share on other sites More sharing options...
Skrip Posted June 7, 2008 Share Posted June 7, 2008 Very nice. I like it. [left][sub]We're trapped in the belly of this horrible machine.[/sub][sup]And the machine is bleeding to death...[/sup][sup][/sup][/left] Link to comment Share on other sites More sharing options...
DirtDBaK Posted June 8, 2008 Share Posted June 8, 2008 I will look into it [center][/center] Link to comment Share on other sites More sharing options...
realkiller Posted June 27, 2008 Share Posted June 27, 2008 is it possible to make the server in autoit? or convert it ? if sow it would be easyer for everyone to contribute or help:) verry nice:) Remote 3.1 BetaRemote Media Player ControlUSB Security 1.2 Link to comment Share on other sites More sharing options...
CoderDunn Posted June 27, 2008 Author Share Posted June 27, 2008 Yes it is possible, but it's not practical. The server originally was written in AutoIt3, but I had to make everything more complicated than it needed to be to get things working right, and it still ran no where near as well as my C# version. I can post the AutoIt server if you want, but it's incomplete and has a few problems. AutoIt is great don't get me wrong, it's just not powerfull enough to make the server I want. ~ Hallman Link to comment Share on other sites More sharing options...
realkiller Posted June 27, 2008 Share Posted June 27, 2008 i made a remote administrable suite as swell and i am making atm a ultimate version that can do everything:) Remote 3.1 BetaRemote Media Player ControlUSB Security 1.2 Link to comment Share on other sites More sharing options...
TehWhale Posted June 27, 2008 Share Posted June 27, 2008 This is AMAZING Hallman. This should also need like, allow to move mouse, click, like the actual computer is on your screen. If that cannot be done, maybe allow to send keystrokes, or run programs on the other computer beside IE. Link to comment Share on other sites More sharing options...
z0mgItsJohn Posted June 27, 2008 Share Posted June 27, 2008 Wow Nice Work Idea : Maybe A System That Could Let U View A Video Of The Clients Screen Latest Projects :- New & Improved TCP Chat Link to comment Share on other sites More sharing options...
Skrip Posted June 27, 2008 Share Posted June 27, 2008 Wow Nice Work Idea : Maybe A System That Could Let U View A Video Of The Clients Screen That would be a great idea, but would you please not capitalize every word... [left][sub]We're trapped in the belly of this horrible machine.[/sub][sup]And the machine is bleeding to death...[/sup][sup][/sup][/left] Link to comment Share on other sites More sharing options...
TehWhale Posted June 28, 2008 Share Posted June 28, 2008 (edited) Hmm, Recieved an error, while on running the Client on another computer, and accessing the C:\ drive. As the messagebox error stated to take a screenshot, I have. It is attached below. (error.bmp) EDIT: Found another error while browsing the Client's WINDOWS folder. (error2.bmp) EDIT: Guess there both the same error. Edited June 28, 2008 by JasonB Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now