Yahoo Mail error

This is one of a reason i prefer gmail over yahoo mail. Today i cant access my yahoo mail. After few timeout, i was replied with this :

$tstname = @$data['.testname'];
$src = @$data['.src'];
$partner = @$data['.partner'];
$intl = @$data['.intl'];

// This is a hack put in place so that persistancy files are
// picked from the regular html directory.
// yinst packaging didn’t allow for the multiple links to be created
// with one single command.
if($tstname == “tst_pst”) {
$tstname = “”;
}

// Adding support for pkg using PHP
if(($data['pkg'] != null) && ($data['pkg'] != “” ))
{
$data['.abs_path'] = “/home/y/share/htdocs/idaho/php/${intl}_shrkwp”;
$res=include(“/home/y/share/pear/Yahoo/reg/logic/shrkwp.inc”);

For those who are interested with the problem or wanna take a peek of yahoo`s PHP script, u can download it here

7 Responses to “Yahoo Mail error”

  1. Hi there, I’m trying to log onto my Yahoo and I’m seeing what you’re referring to above. “…This is a hack put in place so that persistancy files are ..”. Does that mean that I have some sort of virus on my system? Or this is just something Yahoo had to deal? I’m very curious as I need to log onto my yahoo account.

    Thanks.

  2. dont worry , its not a virus related problem .

  3. even if it’s not a virus, it’s still a problem

  4. @azwanhadzree , yeah its still a problem. its yahoo`s problem . that script should be parsed by the server. could be a bug?

  5. I have the same problem with my yahoo mail. If I click on the my mail icon on the yahoo home page then I am able to access my mail.

  6. Hi,

    I found a gr8 source for troubleshooting Yahoo mail problems, Check it out -

    http://www.fixya.com/support/p954496-yahoo_mail

    It really helped me with a my problems and I saw that many people have the same problems I have.

    Good day,
    Josh.

  7. Can you provide some more details on this?

Leave a Reply