insaneisnotfree

bypass_icloud

Jul 22nd, 2014
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. if($activationState=="Activated")
  2. {
  3. echo '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
  4. <html xmlns="http://www.apple.com/itms/" lang="en">
  5. <head>
  6. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  7. <meta name="keywords" content="iTunes Store" />
  8. <meta name="description" content="iTunes Store" />
  9. <title>iPhone Activation</title>
  10. <link href="http://static.ips.apple.com/ipa_itunes/stylesheets/shared/common-min.css" charset="utf-8" rel="stylesheet" />
  11. <link href="null/deviceservices/stylesheets/styles.css" charset="utf-8" rel="stylesheet" />
  12. <link href="http://static.ips.apple.com/ipa_itunes/stylesheets/pages/IPAJingleEndPointErrorPage-min.css" charset="utf-8" rel="stylesheet" />
  13. <script id="protocol" type="text/x-apple-plist"><plist version="1.0">
  14. <dict>
  15. <key>iphone-activation</key>
  16. <dict>
  17. <key>ack-received</key>
  18. <true/>
  19. <key>show-settings</key>
  20. <true/>
  21. </dict>
  22. </dict>
  23. </plist></script>
  24. <script>
  25. var protocolElement = document.getElementById("protocol");
  26. var protocolContent = protocolElement.innerText;iTunes.addProtocol(protocolContent);
  27. </script>
  28. </head>
  29. <body>
  30. </body>
  31. </html>';
  32. }
Add Comment
Please, Sign In to add comment