If you want to compete against the best players in the world for a prize pool of $25,000, Sunday will be the last chance to qualify for Iron Squid. Symbol won his spot in a 100% TSL final during the first qualifier, another great player is going fight his way to the qualifying spot.
This time the tournament will be entirely live and casted in 3 languages:
• Pomf & Thud assisted by Anoss for the French speakers
• Apollo will do it in English
• Khaldor will cast in German
The games will be played on your domestic server except for the cross server games which will be played on NA. Be sure to be on the bnet channels (IronSquid) to be informed by the admin if your games are to be casted.
TIME
The tournament will start at
14.00CET
8.00am EST (Yes, in the morning! Don’t forget it this time!)
22.00 KST
the check-in will start one hour before
CONTACTS
Players will have several way to contact the admins:
#IronSquid on quakenet (IRC)
Bnet channels: IronSquid (NA/KOR)
Contacting Kaoru directly: Kaoru.555 (bnet.NA), aAaKaoru.606 (bnet.EU), Kaoru.300 (bnet.KR)
As in the first qualifier, in addition to his spot in the main tournament, the winner will be rewarded $500.
Be sure to tune in at 2pm CET on Sunday to watch the Iron Squid going live
You can still register HERE
", "");
$.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(); } } }); } }); } }); });