Hasuobs
Playing competitively since WarCraft III, the German has been one of the most consistent players since the release of StarCraft II. The protoss is known for his extremely cost effective way of using his units. The German already wandered the globe to play both WC III and SC II but he will give his best to be in Paris to play the finals. As the team captain of Mousesports, he will try to show the way to his teammates.
Stephano
Arrived on WarCraft III when quite late, Stephano steadily improved on StarCraft II before his reputation skyrocketed as he won IPL3. Then he offered a ESWC world title to France and became one of the most dreaded Zerg in the world. He will try to conquer a second major title in Paris and increase his lead on other foreigners in tournament earnings by winning the Iron Squid. Stephano is Millenium’s lethal weapon and they made him the first progamer on French soil.
", "");
$.ajax({
type: "GET",
url: "includes/controllers.inc.php",
data: "ctrl=keyword_public_trs&redirect=no&key="+xhr,
success: function(msg){
if (xhr.indexOf("txt_success_")!=-1) {
var redirect = $("#form_connexion_public_light input.form_redirect_js").val();
if (redirect!="") {
if (redirect.indexOf("#")==-1) {
if (redirect.indexOf("?")!=-1)
window.location.href=redirect+"&msg="+xhr;
else
window.location.href=redirect+"?msg="+xhr;
} else {
var elts = redirect.split("#");
if (redirect.indexOf("?")!=-1)
window.location.href=""+elts[0]+"&msg="+xhr+"#"+elts[1];
else
window.location.href=""+elts[0]+"?msg="+xhr+"#"+elts[1];
}
} else {
$("#form_connexion_public_light .form_output").removeClass("ui-state-error").addClass("ui-state-highlight").html(msg).show();
}
} else if (xhr.indexOf("txt_error_")!=-1) {
var redirect = $("#form_connexion_public_light input.form_redirect_js").val();
if (redirect!="") {
if (redirect.indexOf("#")==-1) {
if (redirect.indexOf("?")!=-1)
window.location.href=redirect+"&msg="+xhr;
else
window.location.href=redirect+"?msg="+xhr;
} else {
var elts = redirect.split("#");
if (redirect.indexOf("?")!=-1)
window.location.href=""+elts[0]+"&msg="+xhr+"#"+elts[1];
else
window.location.href=""+elts[0]+"?msg="+xhr+"#"+elts[1];
}
} else {
$("#form_connexion_public_light .form_output").removeClass("ui-state-highlight").addClass("ui-state-error").html(msg).show();
}
} else {
$("#form_connexion_public_light .form_output").removeClass("ui-state-highlight").addClass("ui-state-error").html(xhr).show();
}
}
});
}
});
}
});
$('#form_connexion_public_light #item_connexion_mail').val('E-mail');
$('#form_connexion_public_light #connexion_password').val('$%*ç€!;');
$('#form_connexion_public_light #item_connexion_mail').focus(function() {
if ($(this).val()=='E-mail')
$(this).val('');
});
$('#form_connexion_public_light #item_connexion_mail').blur(function() {
if ($(this).val()=='')
$(this).val('E-mail');
});
$('#form_connexion_public_light #connexion_password').focus(function() {
if ($(this).val()=='$%*ç€!;')
$(this).val('');
});
$('#form_connexion_public_light #connexion_password').blur(function() {
if ($(this).val()=='')
$(this).val('$%*ç€!;');
});
$("#form_connexion_public .submit").click(function() {
$("#form_connexion_public .form_redirect_js").val($("#form_connexion_public .form_redirect").val());
});
$("#form_connexion_public").validate(
{
rules:{},messages:{},
errorPlacement: function(error, element) {
/*
if ( element.is(":radio") )
error.appendTo( element.parent().next().next() );
else
*/
if ( element.is(":checkbox") )
error.appendTo ( element.parent().parent() );
else
error.appendTo( element.parent() );
}
,invalidHandler: function(e, validator) {
var errors = validator.numberOfInvalids();
if (errors) {
var message = "Impossible to validate form.
Please make sure that all obligatory fields have been entered in all tabs.";
$("#form_connexion_public .form_output").removeClass("ui-state-highlight").addClass("ui-state-error").html(message).show();
} else {
$("#form_connexion_public .form_output").hide();
}
}
,submitHandler: function(form) {
jQuery(form).ajaxSubmit({
success: function(xhr) {
xhr = xhr.replace("
", ""); $.ajax({ type: "GET", url: "includes/controllers.inc.php", data: "ctrl=keyword_public_trs&redirect=no&key="+xhr, success: function(msg){ if (xhr.indexOf("txt_success_")!=-1) { var redirect = $("#form_connexion_public input.form_redirect_js").val(); if (redirect!="") { if (redirect.indexOf("#")==-1) { if (redirect.indexOf("?")!=-1) window.location.href=redirect+"&msg="+xhr; else window.location.href=redirect+"?msg="+xhr; } else { var elts = redirect.split("#"); if (redirect.indexOf("?")!=-1) window.location.href=""+elts[0]+"&msg="+xhr+"#"+elts[1]; else window.location.href=""+elts[0]+"?msg="+xhr+"#"+elts[1]; } } else { $("#form_connexion_public .form_output").removeClass("ui-state-error").addClass("ui-state-highlight").html(msg).show(); } } else if (xhr.indexOf("txt_error_")!=-1) { var redirect = $("#form_connexion_public input.form_redirect_js").val(); if (redirect!="") { if (redirect.indexOf("#")==-1) { if (redirect.indexOf("?")!=-1) window.location.href=redirect+"&msg="+xhr; else window.location.href=redirect+"?msg="+xhr; } else { var elts = redirect.split("#"); if (redirect.indexOf("?")!=-1) window.location.href=""+elts[0]+"&msg="+xhr+"#"+elts[1]; else window.location.href=""+elts[0]+"?msg="+xhr+"#"+elts[1]; } } else { $("#form_connexion_public .form_output").removeClass("ui-state-highlight").addClass("ui-state-error").html(msg).show(); } } else { $("#form_connexion_public .form_output").removeClass("ui-state-highlight").addClass("ui-state-error").html(xhr).show(); } } }); } }); } }); });