home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 4_2005-2006.ISO / data / Zips / AOL_Instan192209872005.psc / @PSC_ReadMe_62118_1.txt next >
Text File  |  2005-08-07  |  2KB  |  12 lines

  1. Title: AOL Instant Messenger Server (OSCAR)
  2. Description: Well, I’ve had this code sitting around here for about 2 months. I coded then when I had my internet cut off and just because I thought it would be interesting to make an AOL Instant Messenger server in Visual Basic and an OSCAR server at that. Plus I had never seen any even attempt to make an AIM server in general. As of right now the reason I have stopped working on this ambitious project is because I have essentially no attention span to work on it anymore. And in addition I am very frustrated I could not get Chat’s working. 
  3. But what does work on this AIM server is registration, logging in, instant messages, buddy list (feedbag), all of AIM’s add-on stuff (sometimes), Profiles, email changing and formatting screen names. What does not work is directory info, chat, stats service, and a lot of features I never got through with implementing on the server side. Now if you do want to run this I must warn you I hard coded my IP address in a lot of places. But for you I made it easy to find. Just find “255.255.255.255” and replace it with your IP address. Anyway, this runs on 3 ports, 1 for the authorizer server, 1 for the BOS server, and another for add-on services which I did not get implemented. Now the web server is the main method of registration, but if you want you can also insert the screen names directly into the database.
  4. Now the official AIM client does sign on to my server, you just have to set the server inside of AIM’s connection preferences to your IP or dns name and signon.
  5. I hope someone will continue my work, if they do I want my name to be remembered and not thrown away. I have laid down the groundwork for a private communications network using the official AIM client. And I hope someone will benefit from this code. 
  6. As for OSCAR documentation there are various good sources, I suggest http://iserverd1.khstu.ru/oscar/, http://www.kingant.net/oscar/, and http://joust.kano.net/wiki/oscar/moin.cgi/. Thank you and good day!
  7.  
  8. This file came from Planet-Source-Code.com...the home millions of lines of source code
  9. You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=62118&lngWId=1
  10.  
  11. The author may have retained certain copyrights to this code...please observe their request and the law by reviewing all copyright conditions at the above URL.
  12.