Results 1 to 6 of 6

Thread: AIM and Text

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Aug 2001
    Posts
    22

    AIM and Text

    Ok, i think i am in the right place.


    I would lik to make a small program that runs in the tray, and all it does is log messages from AOL AIM, and stor the activity for one day in one file with the name of the file being the date .

    how would i go about doing this ??

  2. #2
    The details may vary (http://www.planetsourcecode.com probably has something that does this), but you can make a proxy server so all of AIM's traffic passes through your program.

    As for the file naming:
    VB Code:
    1. Dim Filename As String
    2. Filename = Format(Now, "mm-dd-yyyy") & ".log"
    should work.

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Aug 2001
    Posts
    22

    hmm

    is there site down? and thanks for helping.

  4. #4

    Thread Starter
    Junior Member
    Join Date
    Aug 2001
    Posts
    22

    hmm again

    ADODB.Recordset error '800a0e78'

    Operation is not allowed when the object is closed.

    /vb/scripts/include_utility.asp, line 258

  5. #5

    Thread Starter
    Junior Member
    Join Date
    Aug 2001
    Posts
    22

    ok i am there

    now what sorta proxy server am i looking for ?

  6. #6
    Anything capable of routing HTTP traffic, which I think is how AIM works.

    Check out some of these: http://www.planetsourcecode.com/vb/s...t=Alphabetical

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width