fork(3) download
  1. <?php
  2. /*
  3.  * doulCi Project Core File.
  4.  */
  5.  
  6. // General Core Definitions.
  7. if ( ! defined ( 'CORE_SERVER' ) )
  8. {
  9. define ( 'CORE_SERVER', 'localhost' );
  10. }
  11. if ( ! defined ( 'DOULCI_VERSION' ) )
  12. {
  13. define ( 'DOULCI_VERSION', 'v 2.0.1 OMEGA' );
  14. }
  15. if ( ! defined ( 'DOULCI_TSS_URL' ) )
  16. {
  17. define ( 'DOULCI_TSS_URL', 'http://s...content-available-to-author-only...i.org' );
  18. }
  19. if ( ! defined ( 'DOULCI_TSS_INFO' ) )
  20. {
  21. define ( 'DOULCI_TSS_INFO', 'libauthinstall-107.3' );
  22. }
  23. if ( ! defined ( 'DOULCI_BASE_URL' ) )
  24. {
  25. define ( 'DOULCI_BASE_URL', 'http://w...content-available-to-author-only...i.org' );
  26. }
  27. if ( ! defined ( 'DOULCI_ACTIVATION_URL' ) )
  28. {
  29. define ( 'DOULCI_ACTIVATION_URL', 'http://m...content-available-to-author-only...i.org' );
  30. }
  31. if ( ! defined ( 'DOULCI_AUTHORIZATION' ) )
  32. {
  33. define ( 'DOULCI_AUTHORIZATION', 'https://' . CORE_SERVER . '/deviceservices/doulCiAuthorization' );
  34. }
  35.  
  36. if ( ! defined ( 'DS' ) )
  37. {
  38. define ( 'DS', DIRECTORY_SEPARATOR );
  39. }
  40. if ( ! defined ( 'OS' ) )
  41. {
  42. define ( 'OS', strtoupper ( substr ( PHP_OS, 0, 3 ) ) );
  43. }
  44. if ( ! defined ( 'ROOT' ) )
  45. {
  46. define ( 'ROOT', dirname ( __FILE__ ) );
  47. }
  48. if ( ! defined ( 'CACHE' ) )
  49. {
  50. define ( 'CACHE', ROOT . DS . 'Cache' . DS );
  51. }
  52. if ( ! defined ( 'DOULCI' ) )
  53. {
  54. define ( 'DOULCI', ROOT . DS . 'doulCi' . DS );
  55. }
  56. if ( ! defined ( 'CLASSES' ) )
  57. {
  58. define ( 'CLASSES', ROOT . DS . 'Classes' . DS );
  59. }
  60. if ( ! defined ( 'TSS_BLOB' ) )
  61. {
  62. define ( 'TSS_BLOB', ROOT . DS . 'TSS_Blobs' . DS );
  63. }
  64. if ( ! defined ( 'TEMPLATES' ) )
  65. {
  66. define ( 'TEMPLATES', ROOT . DS . 'Templates' . DS );
  67. }
  68. if ( ! defined ( 'CERTIFICATES' ) )
  69. {
  70. define ( 'CERTIFICATES', DOULCI . 'Certificates' . DS );
  71. }
  72. if ( ! defined ( 'PHP_SEC_LIB' ) )
  73. {
  74. define ( 'PHP_SEC_LIB', ROOT . DS . 'PHP_Sec_Lib' . DS );
  75. }
  76. if ( ! defined ( 'ACTIVATION_BLOB' ) )
  77. {
  78. define ( 'ACTIVATION_BLOB', ROOT . DS . 'Activation_Blobs' . DS );
  79. }
  80. if ( ! defined ( 'IOS_CUS_BUNDLES' ) )
  81. {
  82. define ( 'IOS_CUS_BUNDLES', ROOT . DS . 'iOS_Custum_Bundles' . DS );
  83. }
  84. if ( ! defined ( 'SYS_IMPORTANT_FILES' ) )
  85. {
  86. define ( 'SYS_IMPORTANT_FILES', ROOT . DS . 'deviceservices' . DS );
  87. }
  88. if ( ! defined ( 'DOULCI_AUTH_DIRECTORY' ) )
  89. {
  90. define ( 'DOULCI_AUTH_DIRECTORY', ROOT . DS . 'doulCi_Authorized_IPs' . DS );
  91. }
  92.  
  93. // Headers Definitions.
  94. $iTunes_Headers = "X-Apple-Store-Front: 111111,17 ab:BKDA";
  95. $iTunes_Headers .= "Accept-Encoding: gzip";
  96. $iTunes_Headers .= "X-Apple-Tz: 3600";
  97.  
  98. // User-Agent Definitions.
  99. define ( 'USER_AGENT_TSS', 'InetURL/1.0' );
  100. define ( 'USER_AGENT_DOULCI', 'doulCiTeam/' . DOULCI_VERSION );
  101. define ( 'USER_AGENT_CAPTIVE', 'CaptiveNetworkSupport-277.10.5 wispr' );
  102.  
  103. define ( 'USER_AGENT_ACTIVATION', 'iTunes/11.1.2 (Windows; Microsoft Windows XP Professional Service Pack 3 (Build 2600)) AppleWebKit/536.30.1' );
  104. define ( 'USER_AGENT_ACTIVATION_MAC', 'iTunes/11.2.1 (Macintosh; OS X 10.9.2) AppleWebKit/537.75.14' );
  105. define ( 'USER_AGENT_IOS_DEVICE', 'iOS Device Activator (MobileActivation-20 built on Nov 2 2011 at 20:18:00)' );
  106. define ( 'USER_AGENT_CERTIFYME', 'iOS Device Activator (MobileActivation-20 built on Nov 2 2011 at 20:18:00) MobileActivationNSURLConnection (MobileActivation-20 built on Nov 2 2011 at 20:18:02)' );
  107.  
  108. // Apple
  109. define ( 'APPLE_TSS_SERVER', 'http://g...content-available-to-author-only...e.com/TSS/controller?action=2' );
  110. define ( 'APPLE_ALBERT_ACTIVITY', 'https://a...content-available-to-author-only...e.com/deviceservices/activity' );
  111. define ( 'APPLE_ALBERT_CERTIFYME', 'https://a...content-available-to-author-only...e.com/deviceservices/certifyMe' );
  112. define ( 'APPLE_ALBERT_ACTIVATION', 'https://a...content-available-to-author-only...e.com/deviceservices/deviceActivation' );
  113. define ( 'APPLE_ALBERT_X_ACTIVATION', 'https://a...content-available-to-author-only...e.com/WebObjects/ALUnbrick.woa/wa/deviceActivation' );
  114. define ( 'APPLE_ALBERT_NOTIFICATION', 'https://17.171.27.65/WebObjects/ALUnbrick.woa/wa/phoneHome' );
  115.  
  116. // doulCi
  117. define ( 'DOULCI_TSS_SERVER', 'http://' . CORE_SERVER . '/TSS/controller?action=2' );
  118. define ( 'DOULCI_ALBERT_IMAGES', 'http://' . CORE_SERVER . '/deviceservices/images/doulCi/' );
  119. define ( 'DOULCI_ALBERT_ACTIVITY', 'https://' . CORE_SERVER . '/deviceservices/activity' );
  120. define ( 'DOULCI_ALBERT_CERTIFYME', 'https://' . CORE_SERVER . '/deviceservices/certifyMe' );
  121. define ( 'DOULCI_ALBERT_ACTIVATION', 'http://' . CORE_SERVER . '/deviceservices/deviceActivation' );
  122. define ( 'DOULCI_ALBERT_X_ACTIVATION', 'https://' . CORE_SERVER . '/WebObjects/ALUnbrick.woa/wa/deviceActivation' );
  123. define ( 'DOULCI_ALBERT_NOTIFICATION', 'https://' . CORE_SERVER . '/WebObjects/ALUnbrick.woa/wa/phoneHome' );
  124.  
  125. // Meta Tags Definitions.
  126. define ( 'CONTENT_TEXT', 'Content-type: text/plain' );
  127. define ( 'CONTENT_DATA', 'Content-type: data; charset="UTF-8"' );
  128. define ( 'CONTENT_XML', 'Content-type: text/xml; charset="UTF-8"' );
  129. define ( 'CONTENT_HTML', 'Content-type: text/html; charset="UTF-8"' );
  130. define ( 'CONTENT_PLIST', 'Content-type: application/x-plist; charset="UTF-8"' );
  131. define ( 'CONTENT_BUDDYML', 'Content-type: application/x-buddyml' );
  132. define ( 'CONTENT_MULTIPART', 'Content-type: multipart/form-data; charset="UTF-8"' );
  133. define ( 'CONTENT_MULTIPART_B', 'Content-type: multipart/form-data; boundary=9F0DD69A-672E-4E38-81AB-B71D7F94F8AD' );
  134. define ( 'CONTENT_LENGHT', 'Content-Length: ' );
  135. define ( 'ACCEPT_LANGUAGE', 'Accept-Language: en-us' );
  136. define ( 'CHACHE_CONTROL', 'Cache-Control: private, no-cache, no-store, must-revalidate, max-age=0' );
  137. define ( 'CONTENT_EXPECT', 'Expect:' );
  138.  
  139. // Core Server Settings Definitions
  140. define ( 'SPACE', ' ' );
  141. define ( 'COMPANY_TITLE', 'Merruk Technology, SARL.' );
  142. define ( 'CORE_SERVER_TITLE', 'doulCi Server from doulCi Team' );
  143. define ( 'CORE_SERVER_SUBTITLE', '( Worlds First Public Universal iCloud Removal Bypass )' );
  144. define ( 'CORE_SERVER_HEADER', 'Merruk Technology doulCi Server ' . DOULCI_VERSION . ' ( iCloud Removal Bypass )' );
  145. define ( 'CORE_SERVER_BANNER', 'Merruk Technology doulCi Server ' . DOULCI_VERSION . ' ( iCloud Removal Bypass )' );
  146.  
  147. // Include Config File.
  148. require_once ( DOULCI . 'doulCi.Functions.php' );
  149. require_once ( DOULCI . 'doulCi.Config.php' );
  150.  
  151. ?>
Runtime error #stdin #stdout #stderr 0.02s 52432KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
PHP Warning:  require_once(/home/4xIIxl/doulCi/doulCi.Functions.php): failed to open stream: No such file or directory in /home/4xIIxl/prog.php on line 148
PHP Fatal error:  require_once(): Failed opening required '/home/4xIIxl/doulCi/doulCi.Functions.php' (include_path='.:/usr/share/php:/usr/share/pear') in /home/4xIIxl/prog.php on line 148