Derniers tutoriels :
Sondage :
Publicité
Derniers articles :
![]() |
[Résolu] probleme xml - Version imprimable +- Forums d'entraide informatique - Les forums de PCW (http://forum.pcinfo-web.com) +-- Forum : Forum Informatique (/forumdisplay.php?fid=39) +--- Forum : Internet - Navigation -Programmation - Scripts - Developpement (/forumdisplay.php?fid=8) +--- Discussion : [Résolu] probleme xml (/showthread.php?tid=3855) |
[Résolu] probleme xml - Korf - 12-08-2009 14:53 PM Bonjour à tous ! Et oui me revoilà avec mes problèmes ^^ j'ai essayé de telecharger un logiciel venant de blizzard (créateurs de wow , warcraft , diablo etc...) pouvant analyser mon ordinateur pour pouvoir participer aux bêtas des jeux (diablo III ^^) mais c'est un fichier xml qui ne marche pas Oo : [code]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <title>Battle.net Account Login</title> <meta content="false" http-equiv="imagetoolbar"> <link href="/login/phaseprism/_css/master.css" media="screen, projection" rel="stylesheet" type="text/css"> <link href="/login/_css/master.css" media="screen, projection" rel="stylesheet" type="text/css"> <link href="/login/_css/en-US/language.css" media="screen, projection" rel="stylesheet" type="text/css"> <link href="/login/phaseprism/_css/forms.css" media="screen, projection" rel="stylesheet" type="text/css"> <link href="/login/phaseprism/_css/print.css" media="print" rel="stylesheet" type="text/css"> <link href="/login/_images/favicon.ico" rel="shortcut icon" type="image/x-icon"> <script src="/login/phaseprism/_js/sarissa.js" type="text/javascript"></script><script src="/login/phaseprism/_js/common.js" type="text/javascript"></script><script type="text/javascript"> var jsRoot = '/login/'; var phRoot = '/login/phaseprism/'; if(Browser.ie7) { addStylesheet(jsRoot + '_css/ie7.css'); } else if(Browser.ie6) { addStylesheet(jsRoot + '_css/ie6.css'); addStylesheet(phRoot + '_css/ie6.css'); } else if(Browser.opera) { addStylesheet(jsRoot + '_css/opera.css'); } else if(Browser.safari) { addStylesheet(jsRoot + '_css/safari.css'); } </script> </head> <body> <div class="bnet-head"> <a class="home" href="/account/management/" title="Battle.net Account Home"></a> <div class="user-time" style="float:right; position:relative; top:25px; right:20px">Language:<div class="qnposition"> <a href="jvoid(0)" id="toggleGlobal6" onblur="CustomSelect.onblur(6, this, 'globalOptions6', '', true)" onmousedown="CustomSelect.cancelHideSelect(6); CustomSelect.toggleSelect(this, 'globalOptions6', 'global-hit', '', true)" onmouseout="CustomSelect.hideSelectDelayed(6, this, 'globalOptions6', '', true, 1000)" onmouseover="CustomSelect.cancelHideSelect(6)">English (US)<b></b></a> <div class="global-pop" id="globalOptions6" onclick="CustomSelect.hideSelectDelayed(6, 'toggleGlobal6', this, '', true)" onmousedown="CustomSelect.cancelHideSelectDelayed(6)" onmouseout="CustomSelect.hideSelectDelayed(6, 'toggleGlobal6', this, '', true, 1000)" onmouseover="CustomSelect.cancelHideSelect(6)"> <div class="g-top"> <!----> </div> <div class="g-back"> <a href="jvoid(0)" onclick="selectLanguage('en_US'); return false; hide('langs')">English (US)</a><a href="jvoid(0)" onclick="selectLanguage('en_GB'); return false; hide('langs')">English (EU)</a><a href="jvoid(0)" onclick="selectLanguage('de_DE'); return false; hide('langs')">Deutsch</a><a href="jvoid(0)" onclick="selectLanguage('es_ES'); return false; hide('langs')">Español (EU)</a><a href="jvoid(0)" onclick="selectLanguage('es_MX'); return false; hide('langs')">Español (AL)</a><a href="jvoid(0)" onclick="selectLanguage('fr_FR'); return false; hide('langs')">Français</a><a href="jvoid(0)" onclick="selectLanguage('ru_RU'); return false; hide('langs')"></a><a href="jvoid(0)" onclick="selectLanguage('ko_KR'); return false; hide('langs')"><span></span></a> </div> <div class="g-bot"> <!----> </div> </div> </div> </div> </div> <div class="wrapper-top"> <!----> </div> <div class="wrapper"> <div class="main loghead"> <div class="page-top"> <h1 class="account-title trans-50">Battle.net Account</h1> <h1 class="page-title">Account Login</h1> </div> <div class="interior"> <div style="width:41%; float:left; position:relative; left:26px; z-index:20002;"> <div> <em class="convert-ast clr0">*</em><b class="clr2 bna-ba-convert">All Blizzard Accounts have been converted into new Battle.net accounts. <a href="http://us.blizzard.com/support/article.xml?articleId=26030" onclick="window.open(this.href);return false">Learn more</a></b> </div> <form action="/login/login.xml?ref=https%3A%2F%2Fus.battle.net%2Faccount%2Fmanagement%2Fdownload-system-check.xml%3Fplatform%3Dwin&app=bam" id="loginForm" method="post"> <div class="base-height"> <blockquote> <p> <label for="accountName">E-mail Address</label> </p> <div style="position: relative; float: left"> <input id="accountName" maxlength="320" name="accountName" tabindex="1" value=""><script type="text/javascript">window.setTimeout("$('accountName').focus()", 200);</script> <div class="errorTooltip arrowLeft"> <div> <p></p> <span class="errorTooltipArrow"><em> <!----></em></span> </div> </div> </div> </blockquote> <blockquote> <p> <label for="password">Password</label> </p> <div style="position: relative; float: left"> <input autocomplete="off" id="password" maxlength="16" name="password" tabindex="2" type="password"> <div class="errorTooltip arrowLeft"> <div> <p></p> <span class="errorTooltipArrow"><em> <!----></em></span> </div> </div> </div> </blockquote> <div> <input class="hidden-button" style="width:0;height:0;padding:0;border:none" type="submit"> </div> <blockquote class="buttonwrap"> <table class="center-btn"> <tr> <td><a class="blue-button" href="jvoid(0)" onclick="Form.submit(this)"><span><strong>Log In</strong></span></a></td> </tr> </table> </blockquote> <blockquote class="password-links-wrap" style="position:relative"> <str id="forgot.account.password"> <div>Forgot your account <a href="/account/support/login-support.xml">password</a>?</div> <div>Don't have an account yet? <a href="/account/creation/tos.xml">Sign up now</a>!</div> </str> </blockquote> </div> </form> </div> <div style="width:45%; float:right"> <div class="need-account"> <div class="promo-spacing"> <h1 class="clr0">Need an account?</h1> <a class="sign-up clr2" href="/account/creation/tos.xml?ref=https%3A%2F%2Fus.battle.net%2Faccount%2Fmanagement%2Fdownload-system-check.xml%3Fplatform%3Dwin">Sign up now!</a> </div> </div> </div> </div> <div class="clear"> <!----> </div> </div> <div class="support-help"> <div class="support-header"> <h1 class="clr1">Need Help?</h1> </div> <div class="col_1"> <b class="clr1">Battle.net Account</b> <ul> <li> <a href="http://us.blizzard.com/support/article.xml?articleId=26030" onclick="window.open(this.href);return false;">What is the Battle.net Account?</a> </li> <li> <a href="http://us.blizzard.com/support/article.xml?articleId=26012" onclick="window.open(this.href);return false;">Battle.net Account Help</a> </li> <li> <a href="http://www.blizzard.com/us/legal/tou.html" onclick="window.open(this.href);return false;">Terms of Use</a> </li> </ul> </div> <div class="col_2"> <b class="clr1">Account Access & Security</b> <ul> <li> <a href="http://us.blizzard.com/support/article.xml?articleId=25901" onclick="window.open(this.href);return false;">Your Battle.net e-mail</a> </li> <li> <a href="http://us.blizzard.com/support/article.xml?articleId=25901" onclick="window.open(this.href);return false;">Password Retrieval</a> </li> <li> <a href="http://us.blizzard.com/support/article.xml?articleId=24986" onclick="window.open(this.href);return false;">General Authenticator Issues</a> </li> <li> <a href="http://us.blizzard.com/support/article.xml?articleId=25942" onclick="window.open(this.href);return false;">General Login Issues</a> </li> </ul> </div> <div class="col_3"> <b class="clr1">Account Profile</b> <ul> <li> <a href="http://us.blizzard.com/support/article.xml?articleId=26020" onclick="window.open(this.href);return false;">Verifying an e-mail address</a> </li> <li> <a href="http://us.blizzard.com/support/article.xml?articleId=25901" onclick="window.open(this.href);return false;">Changing an e-mail address or password</a> </li> <li> <a href="http://us.blizzard.com/support/article.xml?articleId=26021" onclick="window.open(this.href);return false;">Editing your contact infor RE: probleme xml - Troll - 21-08-2009 13:43 PM Salut Korf ! Un fichier XML pour analyser ton ordinateur... ? Tu es sûr ? O_O Un XML contient des données, en théorie aucun exécutable... en HTML encore on a Flash ou les plugins, mais en XML... Tu peux nous donner l'url ou tu as récupérer ce fichier et où la manip' est décrite stp ? RE: probleme xml - Korf - 31-08-2009 13:35 PM désolé j'ai oublié ce post ^^ c'était juste un bug du site qui m'envoyais la page au lieu du telechargement pardon de vous avoir fais perdre votre temps ^^' RE: [Résolu] probleme xml - Troll - 31-08-2009 20:31 PM Non ça va on a pas trop perdu de temps ![]() A très bientôt =) |