themax90 Posted January 13, 2009 Author Posted January 13, 2009 Wow. I can't believe people are still reading this post. Does anyone think I should finally finish a full IM server for AutoIt?
Skrip Posted January 14, 2009 Posted January 14, 2009 Wow. I can't believe people are still reading this post.Does anyone think I should finally finish a full IM server for AutoIt?Sure. Why not. [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]
themax90 Posted January 14, 2009 Author Posted January 14, 2009 Sure. Why not.Alright well I'll work on it in between Spotlight. It's gunna be a while though.
onedayillpay Posted January 15, 2009 Posted January 15, 2009 This is not a request but maybe a suggestion... you should work on some reverse connection/remote admin, this is were the client connects to the server and then the server sends commands to the client... when there are routers involved port farwording can be a pain when the person on the other side is clue less on how to configure his or her router
themax90 Posted January 21, 2009 Author Posted January 21, 2009 This is not a request but maybe a suggestion... you should work on some reverse connection/remote admin, this is were the client connects to the server and then the server sends commands to the client... when there are routers involved port farwording can be a pain when the person on the other side is clue less on how to configure his or her routerThe client does connect to the server - I don't understand. And the commands to a client could lead to a security issue.Please explain further or show flow chart.~Smith
mikidutza Posted January 21, 2009 Posted January 21, 2009 how do all of you think i wil be able to connect from outside the network if i use this: Local $Server = @IPAddress1; Server IpAddress i need to use: Local $Server = _GetIP() & " " & @IPAddress1 my @IPAddress1 is 192.168.0.1, so is not the public ip, if i try to connect to _GetIP() it works becouse is the first computer on the network but if i try to connect to another computer on the network (ex. 192.168.0.2) it is neccesary to specify the public IP and the local IP separated by a space!! (ex. "79.113.248.156 192.168.0.2" <-> _GetIP() & " " & @IPAddress1)
themax90 Posted January 23, 2009 Author Posted January 23, 2009 Buddy - thats only for yourself, on the pc thats hosting. Wow.... Forward ports and setup on another network and try to connect, it will work fine. your public ip isnt what your computer thinks itself is....so it wont work with get ip
mikidutza Posted January 23, 2009 Posted January 23, 2009 Buddy - thats only for yourself, on the pc thats hosting. Wow.... Forward ports and setup on another network and try to connect, it will work fine. your public ip isnt what your computer thinks itself is....so it wont work with get ipi understand what you mean, you don understand what i mean, i need an exemple connection with with i can connect on any pci dont nead an aplication that neath settings on pc, i cant make a gaming client, or chat client becouse i dont have acces to the configuration on others pc,
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