When trying to log out of a yahoo e mail?
Question:
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:
The problem can be from other party also as technical problem issues relating to server's then you need to contact via E-mailing with your email ID and your complain headline and problem description or fillup the mail feedback online-form.
Email Yahoo! at these addresses:
y_answrs_team@yahoo.com
cc-advoc@yahoo-inc.com (Y! Customer Support)
Contact Yahoo by phone:
Yahoo! Customer Service
866-562-7219
You can also fill out these "Online Help" forms, which lets Yahoo know that you're experiencing that problem as you have mentioned here, and wait for a reply from Yahoo Customer Support:
http://help.yahoo.com/fast/help/us/mail/...
http://help.yahoo.com/l/us/yahoo/mail/or...
http://help.yahoo.com/l/us/yahoo/mail/or...
That's part of their PHP code and it happens when there is a problem with a script. It wasn't your fault, it was theirs.
More Questions & Answers...