How to send Yahoo IM via php script?

Discussion in 'PHP' started by sahilcoolsmart, Aug 16, 2007.

  1. #1
    Please tell me how can i send an instant message to a Yahoo! Messenger user using PHP. I searched google for this script but couldn't find one.
     
    sahilcoolsmart, Aug 16, 2007 IP
  2. supperman

    supperman Peon

    Messages:
    22
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I think no turnkey php scripts to do such kind of things.
    impossible,maybe
     
    supperman, Aug 17, 2007 IP
  3. sahilcoolsmart

    sahilcoolsmart Well-Known Member

    Messages:
    1,192
    Likes Received:
    40
    Best Answers:
    0
    Trophy Points:
    140
    #3
    Its not impossible.
    I have seen these kinda things when i didn't need those.
     
    sahilcoolsmart, Aug 17, 2007 IP
  4. nico_swd

    nico_swd Prominent Member

    Messages:
    4,153
    Likes Received:
    344
    Best Answers:
    18
    Trophy Points:
    375
    #4
    nico_swd, Aug 17, 2007 IP
  5. CodyRo

    CodyRo Peon

    Messages:
    365
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Most sites that you see use instant messaging are using a underlying application (for instance Meebo uses libgaim (now libpurple) and a C application).

    PHP might be an okay candidate for a frontend, but it will most likely have to use something else on the backend.

    **EDIT**
    Assuming you want a persistent connection ;)
     
    CodyRo, Aug 17, 2007 IP
  6. redhits

    redhits Notable Member

    Messages:
    3,023
    Likes Received:
    277
    Best Answers:
    0
    Trophy Points:
    255
    #6

    I am a gonna tell you a better way :)
    far better :)
    Use CURL and connect to http://mm.yahoo.com it's a the WAP browser for mobile cell phones. Very easy , no encryptions,etc ;)
    You may also remove the mobile status i think , also you can remove/add friends, create groups, send group messages :)
     
    redhits, Aug 17, 2007 IP
  7. sahilcoolsmart

    sahilcoolsmart Well-Known Member

    Messages:
    1,192
    Likes Received:
    40
    Best Answers:
    0
    Trophy Points:
    140
    #7
    I have tested this script, doesn't work anymore.

    Thanks softgroups!!
    I think it's the best way to do it.
     
    sahilcoolsmart, Aug 17, 2007 IP