Advertisement
Sena_x3

Untitled

Sep 21st, 2016
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.41 KB | None | 0 0
  1. import "iUtils.js"
  2.  
  3. print("\r\n[b]Hoster:[/b] ");
  4.  
  5. for (i = 0; i < IMirror.Count; i++)
  6. {
  7.  switch (IMirror[I].Hoster)
  8.  {
  9.    case "Uploaded.net":
  10.      print("[img]https://www.google.com/s2/favicons?domain=uploaded.net[/img]");
  11.  
  12.    default:
  13.      print("[img]https://www.google.com/s2/favicons?domain=" + Lowercase(IMirror[I].Hoster) + "[/img]");
  14.  }
  15.  
  16.  if (i != IMirror.Count - 1)
  17.    print(", ");
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement