nilansanjaya Posted March 24, 2010 Share Posted March 24, 2010 hey guys , any idea how can i send and recive IM's through a php script ? not a chat. but a automatic script.where i could reply according to the IM other person sends ya something like a chat bot.... but for some other work please help ! Link to comment https://forums.phpfreaks.com/topic/196328-using-php-to-send-and-recive-im/ Share on other sites More sharing options...
herghost Posted March 24, 2010 Share Posted March 24, 2010 well you could just store them in a table and use a post id and messenger id, then set a cron job to update the page every minute or so. Link to comment https://forums.phpfreaks.com/topic/196328-using-php-to-send-and-recive-im/#findComment-1030929 Share on other sites More sharing options...
nilansanjaya Posted March 24, 2010 Author Share Posted March 24, 2010 thanks , bt wat u mean ? i want a way to SEND AND RECEIVE IM msgs like gtalk and all. Link to comment https://forums.phpfreaks.com/topic/196328-using-php-to-send-and-recive-im/#findComment-1030934 Share on other sites More sharing options...
slurpee Posted March 24, 2010 Share Posted March 24, 2010 Just for some clarification, do you mean sorta how http://www.meebo.com does it? Link to comment https://forums.phpfreaks.com/topic/196328-using-php-to-send-and-recive-im/#findComment-1030943 Share on other sites More sharing options...
nilansanjaya Posted March 24, 2010 Author Share Posted March 24, 2010 yeah but.. in this case , i dont want 2 user's to chat. just user's and my script ( auto ) Link to comment https://forums.phpfreaks.com/topic/196328-using-php-to-send-and-recive-im/#findComment-1030944 Share on other sites More sharing options...
slurpee Posted March 24, 2010 Share Posted March 24, 2010 I've never worked directly with sending/receiving instant messaging from PHP, but I found this cool free script that does: http://www.php121.com/ You can probably dissect it and figure out what the author has done. Link to comment https://forums.phpfreaks.com/topic/196328-using-php-to-send-and-recive-im/#findComment-1030947 Share on other sites More sharing options...
nilansanjaya Posted March 24, 2010 Author Share Posted March 24, 2010 hey thanks well...dat was cool... but i need a one which can send to gtalk , msn ( etc ) services yeah im sorry , i forgot to mention that one properly. thanks again for finding dat Link to comment https://forums.phpfreaks.com/topic/196328-using-php-to-send-and-recive-im/#findComment-1030949 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.