PHP Classes

Hotmail not working

Recommend this page to a friend!

      Contact Grabber  >  All threads  >  Hotmail not working  >  (Un) Subscribe thread alerts  
Subject:Hotmail not working
Summary:Could not connect to messenger service
Messages:5
Author:eric
Date:2007-08-28 23:35:08
Update:2008-10-01 12:51:15
 

  1. Hotmail not working   Reply   Report abuse  
Picture of eric eric - 2007-08-28 23:35:08

date: 2007-08-28
class: msn_contact_grab.class.php
error: "Could not connect to messenger service"

  2. Re: Hotmail not working   Reply   Report abuse  
Picture of mustafa mahmood mustafa mahmood - 2008-07-23 14:17:36 - In reply to message 1 from eric
having same problem does anybody have solution please its urgent

  3. Re: Hotmail not working   Reply   Report abuse  
Picture of Parthibhan Parthibhan - 2008-09-25 07:19:50 - In reply to message 2 from mustafa mahmood
Hey Guys,

Even i faced the same problem.

i resolved it by changing line number 181 from,

$user = str_replace( array( '\'', ')', ';', '"' ), '', $userArray[1] );

to,

$user = str_replace( array( '\'', ')', ';', '"' ), '', $userArray[2 );

Then it worked fine for me. Try this out!

  4. Re: Hotmail not working   Reply   Report abuse  
Picture of Parthibhan Parthibhan - 2008-09-25 07:21:29 - In reply to message 3 from Parthibhan
Hey Guys,

Please ignore previous comment.

Even i faced the same problem.

i resolved it by changing line number 181 from,

$user = str_replace( array( '\'', ')', ';', '"' ), '', $userArray[1] );

to,

$user = str_replace( array( '\'', ')', ';', '"' ), '', $userArray[2] );

Then it worked fine for me. Try this out!

  5. Hotmail not working   Reply   Report abuse  
Picture of vineetha.vs vineetha.vs - 2008-10-01 12:51:15 - In reply to message 1 from eric
Hi,

I have tried to implement package Contact Grabber.Rediffmail and hotmail is not working for me.
Please advise me if you can


Thanks in advance

vinitha