|
-
December 4th, 1999, 01:14 AM
#1
How do i make my own aol instand messanger?
i am trying to make like an aim window thing, you no how you have the window come up and you type in the buttom textbox and it goes in the top, i no how to make it do that but how do you make the two users communicate, like actually see what they're saying. i just need the code for the comuters to use the modem. its hard to explain, i hope you understand. thanks
PanasonicSubz
-
February 9th, 2000, 08:12 AM
#2
Re: How do i make my own aol instand messanger?
The trick with this program isn't the client itself, but that AOL has servers to handle this. They keep on track of who is or isn't on. Without a central server, one of the clients would have to do this, displaying its own IP if its dynamicaly assigned. You'd then have to e-mail the address most likely to those who want it. You *could* sneak by by using bots in an IRC channel, where each client goes to a specific room and sees who is on there, and do the address swapping there. But if you can get a Winsock control, do. WS.listen
WS_onconnectionrequest(requestID as (whatever it is))
WS.close
WS.accept(requestID)
Hope this helps. If you just look at the properties you shouldn't even need the help, just look for whatever is free for the d/l.
-
February 9th, 2000, 03:44 PM
#3
Re: How do i make my own aol instand messanger?
Didn't I already told you that you can't intercept the IMs of AIM, because the text sends directly to the server, not to a person's IP, so if you want to flood someone by sending him an infinity of IMs I suggest you think by yourself how to do that, or make your own "IM" program using, as was said before, the Winsock control
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|