SANDMAN
01.08.2018, 01:25
Da relink wieder mal am arsch ist muss ich den crypter wechseln.
bisheriger code mit relink
for (i = 0; i < IMirror.Count; i++)
{
if (i != 0) print("");
for (j = 0; j < IMirror[I].CrypterCount; j++)
{
if (IMirror[I].Crypter[J].Name == "Relink.to")
{
if (IMirror[I].Crypter[J].Value == "")
{
print("");
}
else print("\r\n\r\n" + IMirror[I].Hoster + "\r\n[" + IMirror[I].Hoster + "] " + StringReplace(IMirror[I].Crypter[J].Value, "/f/", "/std/") + ".png ( + IMirror[I].Crypter[J].Value + )");
wenn ich jetzt den Abschnitt
if (IMirror[I].Crypter[J].Name == "Relink.to")
mit share-links.biz ersetze
if (IMirror[I].Crypter[J].Name == "share-links.biz ")
hab ich keinerlei ausgabe des links und template bleibt leer .. was dass fuern kack wieder :emoji30:
bisheriger code mit relink
for (i = 0; i < IMirror.Count; i++)
{
if (i != 0) print("");
for (j = 0; j < IMirror[I].CrypterCount; j++)
{
if (IMirror[I].Crypter[J].Name == "Relink.to")
{
if (IMirror[I].Crypter[J].Value == "")
{
print("");
}
else print("\r\n\r\n" + IMirror[I].Hoster + "\r\n[" + IMirror[I].Hoster + "] " + StringReplace(IMirror[I].Crypter[J].Value, "/f/", "/std/") + ".png ( + IMirror[I].Crypter[J].Value + )");
wenn ich jetzt den Abschnitt
if (IMirror[I].Crypter[J].Name == "Relink.to")
mit share-links.biz ersetze
if (IMirror[I].Crypter[J].Name == "share-links.biz ")
hab ich keinerlei ausgabe des links und template bleibt leer .. was dass fuern kack wieder :emoji30: