Ich nutze diesen Code funktioniert perfekt. Wichtig ist dabei das wenn du das in der Message.txt Datei änderst dazu auch IntelligeN neustartest
PHP-Code:for (i = 0; i < IMirror.Count; i++)
{
for (j = 0; j < IMirror[I].CrypterCount; j++)
if (IMirror[I].Crypter[J].Name == "Relink.to")
{
{
switch (IMirror[I].Hoster)
{
case "Uploaded.net":
print("[img]https://www.szenebox.org/[/img] \r\n [img]https://www.szenebox.org/[/img] \r\n [url=" + IMirror[I].Crypter[J].Value + "] [b][SIZE=4] " + "Download über Uploaded.net" + " [/SIZE][/b] [/url]\r\n\r\n");
case "Share-online.biz":
print("[img]https://www.szenebox.org/[/img] \r\n [img]https://www.szenebox.org/[/img] \r\n [url=" + IMirror[I].Crypter[J].Value + "] [b][SIZE=4] " + "Download über Share-Online.biz" + " [/SIZE][/b] [/url]\r\n\r\n");
}
}
}
}
}




Zitieren