Das ich für die Foren separate Messages brauche ist mir klar, den Code hatte ich früher schon mal mit ner "älteren" Intelligen Vers. genutzt um Hoster zu filtern.
Ich weiss aber nicht mehr genau wie ich das gemacht habe, bzw wie und wo ich den code genau eingefügt habe.Ich weiss nur noch das es 2 Möglichkeiten gab (ne Art Black- bzw Whitelist)
Habe mal mit deinem code bischen probiert, aber ging nix.
Passt da alles mit den Klammern?
Gruss koma
Edit:
so hatte ich bei der 128 die Hoster gefiltert
HTML-Code:
<I
for(i = 0; i < IMirrorController.MirrorCount; i++)
if((IMirrorController.Mirror[I].Hoster != "Turbobit.net"))
{
for(j = 0; j < IMirrorController.Mirror[I].CrypterCount; j++)
if((IMirrorController.Mirror[I].Hoster != "Turbobit.net"))
{
print("\r\n[b]" + IMirrorController.Mirror[I].Hoster + "[/b] [img]" + IMirrorController.Mirror[I].Crypter[J].StatusImage + "[/img]");
print("\r\n[spoiler] " + IMirrorController.Mirror[I].Crypter[J].Link + " [/spoiler]");
if(i != IMirrorController.MirrorCount -1)
print(" ");
}
}
I>
So habe ich das jetzt mal mit den Cryptern versucht (geht nicht werden gar keine Links ausgegeben
HTML-Code:
print("\r\n");
for(i = 0; i < IMirror.Count; i++)
if(IMirror[I].Crypter[J].Name == "Filecrypt.cc")){
{
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[spoiler][url=" + IMirror[I].Crypter[J].Value + "]" + IMirror[I].Hoster + " [img]https://www.szenebox.org/[/img][/url] [/spoiler]");
}
}