Busti Posted April 10, 2006 Share Posted April 10, 2006 (edited) hi all iam working on a new project, my "Remote-Server" its working really nice, but i need some more ideas for functions^^ functions yet : ===;= ~getprocesslist ===;= ~DLHTTP:~ [0 = failure 1= succes] ===;= ~shutdown[1/6] [1= ShutDown 6= Restart] ===;= ~close~lol.exe ===;= ~msgbox~HI ! :D ===;= ~open~C:\Programme ===;= ~fileexist~C:\Programme ===;= ~opentxt~C:\test.txt ===;= ~mousemove~10~10 ===;= ~setmousespeed~1 ===;= ~getactivewindow ===;= ~closeactivewindow ===;= ~mouseclickdob ===;= ~mouseclick i think it will not be open source let me think about it €dit: new commands Edited April 11, 2006 by Busti My UDF's : Startet on : 06.06.2006_CaseSearchOrReplaceStr();~> Searches OR Replaces a String,;~> With or Without Casesensivity Link to comment Share on other sites More sharing options...
blindwig Posted April 11, 2006 Share Posted April 11, 2006 I'm working on a system of remote controlled PCs. I've been using OpenSSH and am now switching over to CygWin. I'd suggest you take a look at those - It would save you the time of writing and troubleshooting and debugging and securing your own proprietary communications protocol.Also, check out this thread from ZeroCool60544 My UDF Threads:Pseudo-Hash: Binary Trees, Flat TablesFiles: Filter by Attribute, Tree List, Recursive Find, Recursive Folders Size, exported to XMLArrays: Nested, Pull Common Elements, Display 2dSystem: Expand Environment Strings, List Drives, List USB DrivesMisc: Multi-Layer Progress Bars, Binary FlagsStrings: Find Char(s) in String, Find String in SetOther UDF Threads I Participated:Base64 Conversions Link to comment Share on other sites More sharing options...
Busti Posted April 12, 2006 Author Share Posted April 12, 2006 idont realy like that method .^^ php..blabla etc.^^ i want to make 1 without that stuff and its working with TCP its really great ! My UDF's : Startet on : 06.06.2006_CaseSearchOrReplaceStr();~> Searches OR Replaces a String,;~> With or Without Casesensivity Link to comment Share on other sites More sharing options...
ConsultingJoe Posted April 12, 2006 Share Posted April 12, 2006 (edited) idont realy like that method .^^php..blabla etc.^^i want to make 1 without that stuff and its working with TCP its really great !But what about if your behide a firewall, php is fool proofIts like surfing the net so if you have a free web server and the internet, It worksAnd with as many PCs as you want, I have used it on half of the computer lab at school Edited April 12, 2006 by zerocool60544 Check out ConsultingJoe.com Link to comment Share on other sites More sharing options...
Busti Posted April 12, 2006 Author Share Posted April 12, 2006 (edited) open port and it works great with fire wall..^^ XD - Same for Router^^ Edited April 12, 2006 by Busti My UDF's : Startet on : 06.06.2006_CaseSearchOrReplaceStr();~> Searches OR Replaces a String,;~> With or Without Casesensivity Link to comment Share on other sites More sharing options...
ConsultingJoe Posted April 12, 2006 Share Posted April 12, 2006 open port and it works great with fire wall..^^XD- Same for Router^^If its so great why don't you share the source Check out ConsultingJoe.com Link to comment Share on other sites More sharing options...
Busti Posted April 12, 2006 Author Share Posted April 12, 2006 i said, let me think about it *g* okok i will release it--.--^^ but im adding much more new functions before release^^ My UDF's : Startet on : 06.06.2006_CaseSearchOrReplaceStr();~> Searches OR Replaces a String,;~> With or Without Casesensivity Link to comment Share on other sites More sharing options...
dnsi Posted April 26, 2006 Share Posted April 26, 2006 My RC PC is based on zerocool's script. It has: Run Type Text Mouseclick LockDown MouseMove All the shutdowns Un Lockdown WinKill(Working on) My Programs:Flip-Flop File Encryption SysyemMULTIPLAYER-SOCKETSERVERHide An Archive In A Picture Link to comment Share on other sites More sharing options...
ConsultingJoe Posted April 27, 2006 Share Posted April 27, 2006 My RC PC is based on zerocool's script.It has:RunType TextMouseclickLockDownMouseMoveAll the shutdownsUn LockdownWinKill(Working on)Try a program called beyond remote, I use it for real remote controlhttp://www.dataapples.com/its great, I love the boot on lan function, very useful Check out ConsultingJoe.com Link to comment Share on other sites More sharing options...
poisonkiller Posted April 27, 2006 Share Posted April 27, 2006 Well... I cant test this program, because all my TCP ports are closed and I cant open them. Sorry! Link to comment Share on other sites More sharing options...
blindwig Posted April 27, 2006 Share Posted April 27, 2006 I still say that the easiest remote control software is SSH. It is secure and reliable and easy to use. I have been building a network of remote controlled PCs (one controller with many slave machines) using OpenSSH under Cygwin and it's working well. The biggest advantage to SSH is that it's available on many platform, unlike any AutoIt script you write which will only be available to Windows-based PCs. My remote control network has a linux controller with slaves running Windows on i386, linux on i386, and linux on PPC. I'll be adding Macintosh support soon. My UDF Threads:Pseudo-Hash: Binary Trees, Flat TablesFiles: Filter by Attribute, Tree List, Recursive Find, Recursive Folders Size, exported to XMLArrays: Nested, Pull Common Elements, Display 2dSystem: Expand Environment Strings, List Drives, List USB DrivesMisc: Multi-Layer Progress Bars, Binary FlagsStrings: Find Char(s) in String, Find String in SetOther UDF Threads I Participated:Base64 Conversions Link to comment Share on other sites More sharing options...
ConsultingJoe Posted April 27, 2006 Share Posted April 27, 2006 wheres the source!LOL, he's still thinking about it. Check out ConsultingJoe.com Link to comment Share on other sites More sharing options...
Busti Posted April 27, 2006 Author Share Posted April 27, 2006 LOL, he's still thinking about it.i released it already? My UDF's : Startet on : 06.06.2006_CaseSearchOrReplaceStr();~> Searches OR Replaces a String,;~> With or Without Casesensivity Link to comment Share on other sites More sharing options...
dnsi Posted April 27, 2006 Share Posted April 27, 2006 But i like scripting. My Programs:Flip-Flop File Encryption SysyemMULTIPLAYER-SOCKETSERVERHide An Archive In A Picture Link to comment Share on other sites More sharing options...
ConsultingJoe Posted April 27, 2006 Share Posted April 27, 2006 i released it already?where did you release it??? Check out ConsultingJoe.com Link to comment Share on other sites More sharing options...
UTA Posted April 28, 2006 Share Posted April 28, 2006 (edited) BTW: I don't find the source too.But I bet your code is something similar to AutoIt Smiths Remote-Server (see in this topic).I used it for a project at work. I have to stop and start two services on three different servers remotely. Problem is, that I am not able to LogOn to these servers (For stopping them manually for instance). So I decided to uses AutoIt Smiths source and extend it to my needs. You will find a much better client-gui and a few additional functions in it.I install my remote-utility as a service. So it works also if no one is logged on.You can extend it to your own needs very easy. The best: Everything possible with autoit is possible to use in this remote utility.PS: Some messages in the source are written in german. If you aren't able to figure out what it means, ask. Someone (perhaps me) will help.UTAEdit: ZIP now with all necessary filesremoteami.zip Edited April 28, 2006 by UTA Link to comment Share on other sites More sharing options...
Busti Posted April 28, 2006 Author Share Posted April 28, 2006 (edited) my code is 0% from autoit smiths...its 100% by my self, only the server is from the helpfile but i changed it already^^http://www.autoitscript.com/forum/index.php?showtopic=24598 Edited April 28, 2006 by Busti My UDF's : Startet on : 06.06.2006_CaseSearchOrReplaceStr();~> Searches OR Replaces a String,;~> With or Without Casesensivity 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