git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@6222 ebf7c1c2-ba36-0410-9fe8-c592906822b4

This commit is contained in:
coalado 2009-06-14 23:39:58 +00:00
parent 13769cb3bf
commit 0052510ee7

View File

@ -105,6 +105,11 @@ public class FilerNet extends PluginForHost {
Thread.sleep(500);
String cookie = br.getCookie("http://filer.net", "filer_net");
if (cookie == null) {
if(br.containsHTML("Mit diesem Usernamen ist bereits ein Benutzer eingelogged")){
throw new PluginException(LinkStatus.ERROR_PREMIUM,"Fraud Detection. This Username is currently used by someone else.", LinkStatus.VALUE_ID_PREMIUM_TEMP_DISABLE);
}
account.setEnabled(false);
throw new PluginException(LinkStatus.ERROR_PREMIUM, LinkStatus.VALUE_ID_PREMIUM_DISABLE);
}