mirror of
https://github.com/mirror/jdownloader.git
synced 2025-03-04 02:18:39 +00:00
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@6222 ebf7c1c2-ba36-0410-9fe8-c592906822b4
This commit is contained in:
parent
13769cb3bf
commit
0052510ee7
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user