When trying to log out of a yahoo e mail?


Question:
the information below appeared on the screen. Can anyone help?
PHP
ini_set('display_errors', 0);
$data = yahoo_reg_login_setup();

if ( $data === FALSE )
{
exit();
}
else if ( ! isset( $data['DISPLAY_FORM'] ) )
{
error_log( "yahoo_reg_login_setup didn't set the DISPLAY_FORM field" );
header( "Location: http://login.yahoo.com/");
exit();
}

$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/ph...
$res=include("/home/y/share/pe...
}

// Adding

Answer:
Try sending this to Yahoo's technical Dept, i'm sure they could give you an answer.
More Questions & Answers...
  • How can I put Welcome Screen and Fast User back?(the log in thingy)?
  • XP screen resolutions for multiple users.?
  • How do i change settings on my pictures on yahoo 360 shared from my Yahoo! Photos?
  • Do you have 10 minutes to hear what we have to say?
  • Should I be in the clear? (marijauna question) Should I still worry?
  • Yahoo mail login for 2 weeks?
  • How do i get my friends avatar to share a screen with mine?
  • HELP. I am having problems with my digital camera.?
  • The questions and answers post by the user, for information only, AnswersRoom.com does not guarantee the right
    Copyright © 2007 AnswersRoom.com -   Terms of Use -   Contact us

    Hot Topic