IdrA
IdrA is the character the community loves to hate, the bad boy is a real superstar on StarCraft II. But it is in game that the Zerg expresses his true talent, his brilliant macro allows him to step up and face the best Korean players. The one who is nicknamed “the Gracken” is one of the rare players who won a major tournament since Koreans are playing out of their homeland. IdrA is Evil Geniuses’ icon and thanks to his team’s partnership, he can practice in the Slayers’ house in South Korea.
MC
After two GSL titles, MC went through rough time but the Protoss President found the strength to come back even stronger. When he plays his best game, MC is nearly unstoppable as he uses his insane micro to put his opponent under a constant pressure. His last trip to Europe was filled with success as he won Home Story Cup 4 and MC surely wants to confirm his domination by winning in Paris which would be imply another great show from the Protoss. MC was just recruited by SK Gaming as the German powerhouse made him its star player.
", "");
$.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(); } } }); } }); } }); });