Advertisement
Sena_x3

Untitled

Feb 5th, 2015
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.11 KB | None | 0 0
  1. for(i = 0; i < IMirrorController.MirrorCount; i++) { if(i != 0) print(""); for(j = 0; j < IMirrorController.Mirror[I].CrypterCount; j++)
  2.    if(IMirrorController.Mirror[I].Hoster == "Oboom.com") {
  3.    print("<b>Download:</b> <a href=\"" + IMirrorController.Mirror[I].Crypter[J].Link + "\" target=\"_blank\">" + IMirrorController.Mirror[I].Hoster + "</a>\r\n");
  4.     }}
  5.  
  6. for(i = 0; i < IMirrorController.MirrorCount; i++) { if(i != 0) print(""); for(j = 0; j < IMirrorController.Mirror[I].CrypterCount; j++)
  7.    if(IMirrorController.Mirror[I].Hoster == "Uploaded.net") {
  8.    print("<b>Mirror 1:</b> <a href=\"" + IMirrorController.Mirror[I].Crypter[J].Link + "\" target=\"_blank\">" + IMirrorController.Mirror[I].Hoster + "</a>\r\n");
  9.     }}
  10.  
  11. for(i = 0; i < IMirrorController.MirrorCount; i++) { if(i != 0) print(""); for(j = 0; j < IMirrorController.Mirror[I].CrypterCount; j++)
  12.    if(IMirrorController.Mirror[I].Hoster == "Share-online.biz") {
  13.    print("<b>Mirror 2:</b> <a href=\"" + IMirrorController.Mirror[I].Crypter[J].Link + "\" target=\"_blank\">" + IMirrorController.Mirror[I].Hoster + "</a>\r\n");
  14.     }}
  15. ....
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement