die aus Wahl der blackliste hoster geht so weit ganz gut aber nicht imer da werden doch hoster gepostt die in der blackliste sind hauptsächlich zippyshare . meine frage ist wie man in der schaplone es definieren kann welcher hostst gepost werden soll
das hier nur Uploaded.net Share-online.biz gepostt werden solen
PHP-Code:for(i = 0; i < IMirror.Count; i++)
{
if(i != 0)
print("\r\n");
print("\r\n[b]Mirror: " + IntToStr(I + 1) + "[/b]\r\n");
for(j = 0; j < IMirror[I].CrypterCount; j++)
{
if (IMirror[I].Crypter[J].Name == "Filecrypt.cc")
{
print("\r\n[b]" + IMirror[I].Hoster + "[/b] " + #13#10);
print("[img]" + IMirror[I].Crypter[J].StatusImage + "[/img]");
print(#13#10 + "[spoiler][b][URL=" + IMirror[I].Crypter[J].Value + "]" + IMirror[I].Hoster + "[/URL][/b][/spoiler]");
}
}
}
if(MatchText("wBB?", ICMS))
print("\r\n" + "[/align]" + "\r\n" + ".");
else
print("\r\n" + "[/center]" + "\r\n" + ".");




Zitieren


