LinuZ Posted August 26, 2007 Posted August 26, 2007 (edited) Lol, what did I do wrong? I don't even see the differens when look at them both the same time But thanks again! Edit: I see. Doesn't this server take any incoming connection? Because sometimes it doesnt respond at all... Edited August 26, 2007 by LinuZ
NELyon Posted August 26, 2007 Author Posted August 26, 2007 Do you have the correct ports forwarded ?
LinuZ Posted August 26, 2007 Posted August 26, 2007 Yepp, everything is ok now. Thanks the 3rd time I am making my own program now...
Fabry Posted August 26, 2007 Posted August 26, 2007 (edited) Instead of write a file and execute it , Can I use the command Execute()? Edited August 26, 2007 by Fabry A lan chat (Multilanguage)LanMuleFile transferTank gameTank 2 an online game[center]L'esperienza è il nome che tutti danno ai propri errori.Experience is the name everyone gives to their mistakes.Oscar Wilde[/center]
NELyon Posted September 4, 2007 Author Posted September 4, 2007 Sorry i can't make updates to this. @Fabry: I don't know. Doesn't Execute have alot of limitations? Or were those removed?
Dirk98 Posted September 22, 2007 Posted September 22, 2007 Instead of write a file and execute it , Can I use the command Execute()?I may also be interested in this question later on. Senton-Bomb, thanks for the efforts, very useful!
themax90 Posted September 23, 2007 Posted September 23, 2007 This is the same principle I had 2 years ago, unfortunatly I had and still have too much school work. Check my sig and topics. It might help.
DirtDBaK Posted November 16, 2007 Posted November 16, 2007 I'll have to take a look at this....Looks cool [center][/center]
sensalim Posted February 22, 2008 Posted February 22, 2008 (edited) I type in MsgBox(0, "test", "test") and press ctrl+s and nothing happens... Edit: Now I use port 5900 and it work if client.au3 and server.au3 are running on the same computer. If I use port 80 on same computer, nothing happens (like above). If I use port 5900 (server.au3 on compA and client.au3 on compB), compB says Could not Connect Edited February 23, 2008 by sensalim
NELyon Posted February 23, 2008 Author Posted February 23, 2008 Are the proper ports forwarded?Try this client, but use the menu item "Send Command" instead of the hotkey. I had trouble with the hotkey for no apparent reason.http://KTech.heliohost.org/senton/?code=raclnt
sensalim Posted February 23, 2008 Posted February 23, 2008 Ok it all works. I modified it a bit but nothing that would 'break' I think. Here's what happened. Client sends $msg to Server. All is fine and happy. Client closes the program. Server still works (in a loop). Client restarts the program, sends $msg... Server doesn't do anything. Same IP and port. What went wrong? Thanks!
NELyon Posted February 23, 2008 Author Posted February 23, 2008 Since I can't currently debug, i will look at it as soon as i can. I'm on a linux environment. It works fine for me.
sensalim Posted February 23, 2008 Posted February 23, 2008 Yea I tested again, unmodified and it does the same... also it doesn't accept more than 1 connection. Any hint on fixing this? Thanks!
NELyon Posted February 23, 2008 Author Posted February 23, 2008 Yea I tested again, unmodified and it does the same... also it doesn't accept more than 1 connection.Any hint on fixing this?Thanks!It can only accept one connection period. Autoit isn't a multi threaded language. If you want to run more that one client, run two copies of the server on different ports.Other problems... Maybe a firewall is being a biatch and not letting incoming connections to the server? It wouldn't catch anything coming from localhost, so that may be why it's stopping it on computers not on your network.
ReaImDown Posted February 23, 2008 Posted February 23, 2008 It can only accept one connection period. Autoit isn't a multi threaded language. If you want to run more that one client, run two copies of the server on different ports.Other problems... Maybe a firewall is being a biatch and not letting incoming connections to the server? It wouldn't catch anything coming from localhost, so that may be why it's stopping it on computers not on your network.Good idea, [u][font="Century Gothic"]~я α и d γ ĵ . ċ . ѕ қ ϊ и и ε я~- My Programs -auto shutdownSleep funcdisallow programs[/font][/u]
Dead Posted February 23, 2008 Posted February 23, 2008 Thanks this is great to make a remote Unattended Software Installer Thankyou
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