Guest User

Dark Asylum 0.0.7 SHA3-ALPHA

a guest
Jun 12th, 2015
606
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 62.93 KB | None | 0 0
  1. <?php
  2. ////////////// IMPORTANT INFORMATION /////////////////////////
  3. # The MIT License (MIT)
  4. # Copyright (c) 2015 BamBam
  5. # Permission is hereby granted, free of charge, to any person obtaining a copy
  6. # of this software and associated documentation files (the "Software"), to deal
  7. # in the Software without restriction, including without limitation the rights
  8. # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  9. # copies of the Software, and to permit persons to whom the Software is
  10. # furnished to do so, subject to the following conditions:
  11. # The above copyright notice and this permission notice shall be included in all
  12. # copies or substantial portions of the Software.
  13. # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  14. # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  15. # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  16. # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  17. # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  18. # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  19. # SOFTWARE.
  20. # off = 0 when live lol, I leave on everyday though
  21. # Currently Requires PHP 5.3.1 + 5.5.5 + 5.5.1
  22. # Q: What You Got Now? A: Protection.
  23.  
  24. /*  PERSONAL CLOUD QUOTES
  25.   Marshall Mathers [ Verified Account ] [ Dark Asylum ] [ Celebrity Patient ]
  26.  I do say things that I think will shock people. But I don't do things to shock people.
  27.  I'm not trying to be the next Tupac, but I don't know how long I'm going to be on this planet.
  28.  So while I'm here, I might as well make the most of it.
  29.  
  30.   Benjamin P Benson [ Verified Account ] [ Dark Asylum ] [ Insanity Patient ]
  31.  I do say things that I think will shock people. But I don't do things to shock people.
  32.  I'm not trying to be the next SlimShady, but I don't know how long I'm going to be on this planet.
  33.  So while I'm here, I might as well make the most of it.
  34. */
  35. // Fucking Virus Protected Media WorldWide [=
  36.  
  37. const REQUIRED_PHP = 50310, REQUIRED_PHP_VERSION = '5.3.10';
  38. if (PHP_VERSION_ID < REQUIRED_PHP)
  39. die('PHP '.REQUIRED_PHP_VERSION.' REQUIRED OR PHP5.5.10 FOR GAMES ;]');
  40. # Required MYSQL 5.5.1 +
  41. error_reporting(1);
  42. ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  43. # N64 LOVE FAMILY ASPERGER5 FREEDOM SECURITY RESPECT AUSTRALIA LIL WAYNE SLIM SHADY REMIX
  44. /* Dark Asylum Source 0.0.1
  45. # MD5 Protection Security Breach Bug #003
  46. # Password Hashing - Once set, cannot be changed without all users needing to reset their passwords
  47. $_pre["cache_hash_method"] = "md5"; # Hashing Method (sha1, md5 or whatever). Must use what your previous version of Engine did use or all users will need to reset their passwords
  48. $_pre["cache_hash_algorithm"] = "md5"; # See http://php.net/hash_algos for a list of supported algorithms.
  49. $_pre["cache_hash_salt"] = md5('#YUMFRESHASBURGER' . '#Yum_B3GINN3R5_3d1t10n'); // Shouldn't be blank. At least 20 characters of random text.
  50. $_pre['cache_hash_guest_salt'] = md5();
  51. //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  52. Dark Asylum Source 0.0.2
  53. # SHA1 Protection Security Breach Bug #003
  54. # Password Hashing - Once set, cannot be changed without all users needing to reset their passwords
  55. $_pre["cache_hash_method"] = "sha1"; # Hashing Method (sha1, md5 or whatever). Must use what your previous version of Engine did use or all users will need to reset their passwords
  56. $_pre["cache_hash_algorithm"] = "sha1"; # See http://php.net/hash_algos for a list of supported algorithms.
  57. $_pre["cache_hash_salt"] = sha1('#YUMFRESHASBURGER' . '#Yum_B3GINN3R5_3d1t10n'); // Shouldn't be blank. At least 20 characters of random text.
  58. $_pre['cache_hash_guest_salt'] = sha1();
  59. ////////////////////////////////////////////////////////////////////////////////////////////////////////
  60. # Dark Asylum Source 0.0.5
  61. # SHA2 Protection Security Breach Bug #003
  62. # Password Hashing - Once set, cannot be changed without all users needing to reset their passwords
  63. $_pre['api']['cache_hash_method'] = 'sha256'; # Hashing Method (sha1, md5 or whatever). Must use what your previous version of Engine did use or all users will need to reset their passwords
  64. $_pre['api']['cache_hash_algorithm'] = 'sha256'; # See http://php.net/hash_algos for a list of supported algorithms.
  65. $_pre['api']['cache_hash_salt'] = SHA256('#YUMFRESHASBURGER' . '#Yum_B3GINN3R5_3d1t10n'); // Shouldn't be blank. At least 20 characters of random text.
  66. $_pre['api']['cache_hash_guest_salt'] = SHA256();*/
  67. /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  68. /*
  69. # Dark Asylum Source 0.0.5
  70. # SHA2 Protection Security Breach Fixed Bug #003
  71. # Password Hashing - Once set, cannot be changed without all users needing to reset their passwords
  72. $_pre['api']['cache']['hash_method'] = 'SHA3256'; # Hashing Method (sha1, md5 or whatever). Must use what your previous version of Engine did use or all users will need to reset their passwords
  73. $_pre['api']['cache']['hash_algorithm'] = 'SHA3256'; # See http://php.net/hash_algos for a list of supported algorithms.
  74. $_pre['api']['cache']['hash_salt'] = SHA3256('#YUMFRESHASBURGER' . '#Yum_B3GINN3R5_3d1t10n'); // Shouldn't be blank. At least 20 characters of random text.
  75. $_pre['api']['cache_hash_guest_salt'] = SHA3256();*/
  76. ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  77. # Dark Asylum Source 0.0.6
  78. # SHA2 Protection Security Breach Fixed Bug #003
  79. # Password Hashing - Once set, cannot be changed without all users needing to reset their passwords
  80. $_pre['api']['cache']['hash_method'] = ' SHA384'; # Hashing Method (sha1, md5 or whatever). Must use what your previous version of Engine did use or all users will need to reset their passwords
  81. $_pre['api']['cache']['hash_algorithm'] = ' SHA384'; # See http://php.net/hash_algos for a list of supported algorithms.
  82. $_pre['api']['cache']['hash_salt'] =  SHA384('#YUMFRESHASBURGER' . '#Yum_B3GINN3R5_3d1t10n'); // Shouldn't be blank. At least 20 characters of random text.
  83. $_pre['api']['cache_hash_guest_salt'] =  SHA384();*/
  84. # Gamble Your Life Like A ParaDice :]
  85. # OH YOU YOU REALLY THOUGHT I COULD NOT PROGRAM RIGHT? Your Kidding.
  86. /////////////////////////////// CHECKMATE SHA-256  ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  87. # SHA-256 Protection Required [ Security Breach Other Wise ]
  88. # Password Hashing - Once set, cannot be changed without all users needing to reset their passwords
  89. $_pre_Freestyle_420 = array();
  90. $_pre_Freestyle_421 = array('pre_RollIT');
  91. $_pre_Freestyle_423 = array('pre_InhaleIT');
  92. $_pre_Freestyle_424 = array('pre_SmokeIT');
  93. $_pre_Freestyle_WizKhalifa = array('pre_SHAIT256');
  94. /////////////////////////// Alpha Shady ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  95. $_FreestyleShady = array();
  96. $_FreestyleCops = array();
  97. $_FreestyleSecurity = array();
  98.  
  99. $_Freestyle_311 = array('pre_ThinkIT');
  100. $_FreeStyle_312 = array('pre_ProveIT');
  101. $_Freestyle_313 = array('Remix_SpitIT');
  102.  
  103. # $_EMINEM = echo 'ThinkIT, ProveIT,SpitIT Then Remix_ThatSpit';
  104.  
  105. $_yum_WizKhalifa = array('420');
  106. $_yum_PaulWalker = array('Skyline');
  107. $_Asylum_Patch = array('pre_alpha');
  108. $_Slim_Shady = array('Spaghetti_Bolognese' => 'Detroit');
  109. $_50_Cent = array('Spaghetti_Bolognese' => 'New York');
  110. $_Limp_Bizkit = array('Spaghetti_Bolognese' => 'United States');
  111. $_Linkin_Park = array('Spaghetti_Bolognese' => 'Australia');
  112. $_Wiz_Khalifa = array('Spaghetti_Bolognese' => '420 ParaDice');
  113. $_Paul_Walker = array('Spaghetti_Bolognese' => 'ParaDice');
  114. $_ShadyCloudAsylum_Onine_Code_Australia = 1;
  115. $_ShadyCloud_check_003s = $on;
  116. $_ShadyCloud_check_004n = $monitor;
  117. $_ShadyCloud_check_005l = $patch5;
  118. $_ShadyCloud_check_006e = $exclude;
  119. $_ShadyCloud_Cache['active'] = true;
  120.  
  121. ////////////// DONKEY KONG N64 ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  122. $pre_level_up = array(
  123.  
  124. 'CLOUD_COMMENTS' => $pre_game,
  125. 'CLOUD_' => $pre_game,
  126. 'CLOUD_GUEST_CHECK' => $pre_game,
  127. 'CLOUD_API_CHECK' => $pre_game,
  128. 'SLIM_SHADY_CHECK' => $pre_game,
  129. 'BAMBAM_PATCH_CHECK' => $pre_game,
  130. 'CLOUD_STAFF_' => $pre_game,
  131. 'CLOUD_SETTINGS_' => $pre_game,
  132. );
  133.  
  134. $pre_staff_levels = array(
  135.  
  136. 'CLOUD_COMMENTS' => $pre_game,
  137. 'CLOUD_' => $pre_game,
  138. 'CLOUD_GUEST_CHECK' => $pre_game,
  139. 'CLOUD_API_CHECK' => $pre_game,
  140. 'SLIM_SHADY_CHECK' => $pre_game,
  141. '',
  142. 'BAMBAM_PATCH_CHECK' => $pre_game,
  143. 'CLOUD_STAFF_CHECK' => $pre_game,
  144. );
  145.  
  146. define('CLOUD_API_CHECK', $_pre_active);
  147. define('CLOUD_QUOTES', $_pre_active);
  148. define('CLOUD_COMMENTS', $_pre_active);
  149. define('CLOUD_COMMENTS', $_pre_active);
  150.  
  151.      if ( $_BBSTORM_PATCH = array('Spaghetti_Bolognese') > false ) {
  152.          
  153.          function Text($worldwide) {
  154.              
  155.              // $unique -> oldid $news -> bot comment -> $rawr -> cache_report
  156.              write_log($unique . $news . $rawr );
  157.              
  158.              //////////// Encrption Patch //////////////////////////
  159.              # MD5 - http://en.wikipedia.org/wiki/MD5
  160.             # SHA1 - http://en.wikipedia.org/wiki/SHA-1
  161.             # OUR SECURITY ENGINE - http://en.wikipedia.org/wiki/SHA-2
  162.             return SHA356( sha1('cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47') . sha256('d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e') . md5('c672b8d1ef56ed28ab87c3622c5114069bdd3ad7b8f9737498d0c01ecef0967a'));
  163.  
  164. /*    SHA SECURITY FILTER ;]        
  165. SHA224("")
  166. 0x d14a028c2a3a2bc9476102bb288234c415a2b01f828ea62ac5b3e42f
  167. SHA256("")
  168. 0x e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
  169. SHA384("")
  170. 0x 38b060a751ac96384cd9327eb1b1e36a21fdb71114be07434c0cc7bf63f6e1da274edebfe76f65fbd51ad2f14898b95b
  171. SHA512("")
  172. 0x cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e
  173. SHA512/224("")
  174. 0x 6ed0dd02806fa89e25de060c19d3ac86cabb87d6a0ddd05c333b84f4
  175. SHA512/256("")
  176. 0x c672b8d1ef56ed28ab87c3622c5114069bdd3ad7b8f9737498d0c01ecef0967a */        
  177.              
  178.          function yum() {
  179.              
  180.              return strip_tags $worldwide;
  181.              // $unique -> oldid $news -> bot comment -> $rawr -> cache_report
  182.              write_log($unique . $news . $rawr );
  183.              
  184.              //////////// Encrption Patch //////////////////////////
  185.              # MD5 - http://en.wikipedia.org/wiki/MD5
  186.             # SHA1 - http://en.wikipedia.org/wiki/SHA-1
  187.             # OUR SECURITY ENGINE - http://en.wikipedia.org/wiki/SHA-2
  188.             return SHA3256('cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e'.'c672b8d1ef56ed28ab87c3622c5114069bdd3ad7b8f9737498d0c01ecef0967a');
  189.  
  190.          }
  191.          
  192.      } // Thanks Bombed Away & Dark Asylum + SlimShady!
  193.  
  194. # GodMode Is BamBam0077 CheckMate [=
  195. # You Will Become A Condom Without Protection If You Fuck Me Over Ever Again or Doubt Me!
  196. # I Saved You How That Feel :D
  197. $timestamp ='11-06-2015'; # Pre-Alpha SHA256[ Pre-FreeStyle ]
  198. $timestamp ='12-06-2015';# Pre-Alpha SHA3256[ FreeStyle Shady ]
  199. $timestamp ='12-06-15'; # Pre-Alpha SHA384 [ FreeStyle StyleSheet ]
  200. $_Freestyle = array();
  201. $_FreestyleShady = array();
  202. $_FreestyleEinstine = array();
  203. $_FreestyleBittorrent = array();
  204. $_FreestyleO5 = array();
  205. $_FreestyleEinstine ['Asylum_Engine']['api']['sha384']['hash']['+ShadySecurity']['engine']['Asylum_Bonus_Salt'] = SHA384( SHA3256( SHA256( SHA1('#ASYLUM_BASE' . '#SL1MSH@DY_U7tIm@t3_3d1t10n'))); // Shouldn't be blank. At least 20 characters of random text
  206. $_FreestyleEinstine ['Asylum_Engine']['api']['sha384']['hash']['+ShadySecurity']['engine']['search_engine_bonua_api_salt'] = SHA384( SHA3256( SHA256(SHA1('#ASYLUM_BASE' . '#SL1MSH@DY_U7tIm@t3_3d1t10n'))); // Shouldn't be blank. At least 20 characters of random text
  207. $_FreestyleShady ['Asylum_Engine']['api']['sha384']['hash']['+ShadySecurity']['engine']['twitter_bonus_api_salt'] = SHA384( SHA3256( SHA256(SHA1('#ASYLUM_BASE' . '#SL1MSH@DY_U7tIm@t3_3d1t10n')); // Shouldn't be blank. At least 20 characters of random text
  208. $_FreestyleShady ['Asylum_Engine']['api']['sha384']['hash']['+ShadySecurity']['engine']['facebook_bonus_api_salt'] = SHA384( SHA3256( SHA256( SHA1('#ASYLUM_BASE' . '#SL1MSH@DY_U7tIm@t3_3d1t10n'))); // Shouldn't be blank. At least 20 characters of random text
  209. $_FreestyleEinstine ['Asylum_Engine']['api']['sha384']['hash']['+ShadySecurity']['engine']['guest_bonus_api_salt'] = SHA384( SHA3256( SHA256( SHA1('#ASYLUM_BASE' . '#SL1MSH@DY_U7tIm@t3_3d1t10n'))); // Shouldn't be blank. At least 20 characters of random text
  210. $_FreestyleEinstine ['Asylum_Engine']['api']['sha384']['hash']['+ShadySecurity']['engine']['device_bonus_api_salt'] = SHA384( SHA3256( SHA256( SHA1('#ASYLUM_BASE' . '#SL1MSH@DY_U7tIm@t3_3d1t10n'))); // Shouldn't be blank. At least 20 characters of random text
  211. $_FreestyleEinstine ['Asylum_Engine']['api']['sha384']['hash']['+ShadySecurity']['engine']['community_bonus_api_salt'] = SHA384( SHA3256( SHA256( SHA1('#ASYLUM_BASE' . '#SL1MSH@DY_U7tIm@t3_3d1t10n'))); // Shouldn't be blank. At least 20 characters of random text
  212. $_FreestyleEinstine ['Asylum_Engine']['api']['sha384']['hash']['+ShadySecurity']['engine']['network_framework_bonus_api_salt'] = SHA384( SHA3256( SHA256( SHA1('#ASYLUM_BASE' . '#SL1MSH@DY_U7tIm@t3_3d1t10n'))); // Shouldn't be blank. At least 20 characters of random text
  213. $_FreestyleBitSphider ['Asylum_Engine']['api']['sha384']['hash']['+ShadySecurity']['engine']['_DEV_']['engine']['api_salt'] = SHA384( SHA3256( SHA256( SHA1('#ASYLUM_BASE' . '#SL1MSH@DY_U7tIm@t3_3d1t10n'))); // Shouldn't be blank. At least 20 characters of random text
  214. $_FreestyleBitSphider ['Asylum_Engine']['api']['sha384']['hash']['+ShadySecurity']['engine']['_U232_']['engine']['api_salt'] = SHA384( SHA3256( SHA256( SHA1('#ASYLUM_BASE' . '#SL1MSH@DY_U7tIm@t3_3d1t10n'))); // Shouldn't be blank. At least 20 characters of random text
  215. $_FreestyleBitSphider ['Asylum_Engine']['api']['sha384']['hash']['+ShadySecurity']['engine']['TT_NULLED']['api_salt'] = SHA384( SHA3256( SHA256( SHA1('#ASYLUM_BASE' . '#SL1MSH@DY_U7tIm@t3_3d1t10n'))); // Shouldn't be blank. At least 20 characters of random text
  216. $_FreestyleBitSphider ['Asylum_Engine']['api']['sha384']['hash']['+ShadySecurity']['engine']['bambam0077_api_salt'] = SHA384( SHA3256( SHA256( SHA1('#ASYLUM_BASE' . '#SL1MSH@DY_U7tIm@t3_3d1t10n'))); // Shouldn't be blank. At least 20 characters of random text
  217. $_FreestyleBitSphider [['Asylum_Engine']['api']['sha384']['hash']['+ShadySecurity']['engine']['0.0.5_api_salt'] = SHA384( SHA3256( SHA256( SHA1('#ASYLUM_BASE' . '#SL1MSH@DY_U7tIm@t3_3d1t10n'))); // Shouldn't be blank. At least 20 characters of random text
  218. $_FreestyleShady ['Asylum_Engine']['api']['sha384']['hash']['+ShadySecurity']['engine']['torrentfreak_api_salt'] = SHA384( SHA3256( SHA256( SHA1('#ASYLUM_BASE' . '#SL1MSH@DY_U7tIm@t3_3d1t10n'))); // Shouldn't be blank. At least 20 characters of random text
  219. $_FreestyleEinstine ['Asylum_Engine']['api']['sha384']['hash']['+ShadySecurity']['engine']['asylum_bonus_api_salt'] = SHA384( SHA3256( SHA256( SHA1('#ASYLUM_BASE' . '#SL1MSH@DY_U7tIm@t3_3d1t10n'))); // Shouldn't be blank. At least 20 characters of random text
  220. $_FreestyleEinstine ['Asylum_Engine']['api']['sha384']['hash']['+ShadySecurity']['engine']['search_engine_bonus_api_salt'] = SHA384( SHA3256( SHA256( SHA1('#ASYLUM_BASE' . '#SL1MSH@DY_U7tIm@t3_3d1t10n'))); // Shouldn't be blank. At least 20 characters of random text
  221. $_FreestyleShady ['Asylum_Engine']['api']['sha384']['hash']['+ShadySecurity']['engine']['twitter_bonus_api_salt'] = SHA384( SHA3256( SHA256( SHA1('#ASYLUM_BASE' . '#SL1MSH@DY_U7tIm@t3_3d1t10n'))); // Shouldn't be blank. At least 20 characters of random text
  222. $_FreestyleShady ['Asylum_Engine']['api']['sha384']['hash']['+ShadySecurity']['engine']['facebook_bonus_api_salt'] = SHA384( SHA3256( SHA256( SHA1('#ASYLUM_BASE' . '#SL1MSH@DY_U7tIm@t3_3d1t10n'))); // Shouldn't be blank. At least 20 characters of random text
  223. $_FreestyleBitSphider ['Asylum_Engine']['api']['sha384']['hash']['+ShadySecurity']['engine']['hash_guest_bonus_api_salt'] = SHA384( SHA3256( SHA256( SHA1('#ASYLUM_BASE' . '#SL1MSH@DY_U7tIm@t3_3d1t10n'))); // Shouldn't be blank. At least 20 characters of random text
  224. $_FreestyleShady ['Asylum_Engine']['api']['sha384']['hash']['+ShadySecurity']['engine']['Device_Bonus_api_salt'] = SHA384( SHA3256( SHA256( SHA1('#ASYLUM_BASE' . '#SL1MSH@DY_U7tIm@t3_3d1t10n'))); // Shouldn't be blank. At least 20 characters of random text
  225. $_FreestyleShady ['Asylum_Engine']['api']['sha384']['hash']['+ShadySecurity']['engine']['community_bonus_api_salt'] = SHA384( SHA3256( SHA256( SHA1('#ASYLUM_BASE' . '#SL1MSH@DY_U7tIm@t3_3d1t10n'))); // Shouldn't be blank. At least 20 characters of random text
  226. $_FreestyleShady ['Asylum_Engine']['api']['sha384']['hash']['+ShadySecurity']['engine']['ecomm_bonus_api_salt'] = SHA384( SHA3256( SHA256( SHA1('#ASYLUM_BASE' . '#SL1MSH@DY_U7tIm@t3_3d1t10n'))); // Shouldn't be blank. At least 20 characters of random text
  227. $_FreestyleShady ['Asylum_Engine']['api']['sha384']['hash']['+ShadySecurity']['engine']['tbdev_bonus_api_salt'] = SHA384( SHA3256( SHA256( SHA1('#ASYLUM_BASE' . '#SL1MSH@DY_U7tIm@t3_3d1t10n'))); // Shouldn't be blank. At least 20 characters of random text
  228. $_FreestyleShady ['Asylum_Engine']['api']['sha384']['hash']['+ShadySecurity']['engine']['U232_bonus_api_salt'] = SHA384( SHA3256( SHA256( SHA1('#ASYLUM_BASE' . '#SL1MSH@DY_U7tIm@t3_3d1t10n'))); // Shouldn't be blank. At least 20 characters of random text
  229. $_FreestyleShady ['Asylum_Engine']['api']['sha384']['hash']['+ShadySecurity']['engine']['TT_discontinued_api_salt'] = SHA384( SHA3256( SHA256( SHA1('#ASYLUM_BASE' . '#SL1MSH@DY_U7tIm@t3_3d1t10n'))); // Shouldn't be blank. At least 20 characters of random text
  230. $_FreestyleShady ['Asylum_Engine']['api']['sha384']['hash']['+ShadySecurity']['engine']['tbdev_bonus_api_salt'] = SHA384( SHA3256( SHA256( SHA1('#ASYLUM_BASE' . '#SL1MSH@DY_U7tIm@t3_3d1t10n'))); // Shouldn't be blank. At least 20 characters of random text
  231. $_FreestyleShady ['Asylum_Engine']['api']['sha384']['hash_torrentfreak_bonus_api_salt'] = SHA384( SHA3256( SHA256( SHA1('#ASYLUM_BASE' . '#SL1MSH@DY_U7tIm@t3_3d1t10n'))); // Shouldn't be blank. At least 20 characters of random text
  232. $_FreestyleShady ['Asylum_Engine']['api']['sha384']['hash']['+ShadySecurity']['engine']['0.0.6_bonus_api_salt'] = SHA384( SHA3256( SHA256( SHA1('#ASYLUM_BASE' . '#SL1MSH@DY_U7tIm@t3_3d1t10n'))); // Shouldn't be blank. At least 20 characters of random text
  233. /* Wiz Khalifa -> 420 Community Celebrity
  234. Wiz Khalifa -> $_pre_420
  235. SlimShady -> $_pre_FreeStyle  */
  236. ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  237. $_FreestyleShady = array();
  238. $_FreestyleEinstine = array();
  239. $_FreestyleEinstine ['Private_Announce']['Asylum_Engine']['api']['sha384']['hash']['+ShadySecurity']['engine']['cooki3+Salt'] =  SHA384( SHA3256( SHA256( SHA1('#ASYLUM_BASE' . '#SL1MSH@DY_U7tIm@t3_3d1t10n'))); // Shouldn't be blank. At least 20 characters of random text
  240. $_FreestyleEinstine ['Security_Announce']['Asylum_Engine']['api']['sha384']['hash']['+ShadySecurity']['engine']['cooki3+Salt'] = SHA384( SHA3256( SHA256( SHA1('#ASYLUM_BASE' . '#SL1MSH@DY_U7tIm@t3_3d1t10n'))); // Shouldn't be blank. At least 20 characters of random text
  241. $_FreestyleEinstine ['Public_Announce']['Asylum_Engine']['api']['sha384']['hash']['+ShadySecurity']['engine']['Engine']['cooki3+Salt'] = SHA384( SHA3256( SHA256( SHA1('#ASYLUM_BASE' . '#SL1MSH@DY_U7tIm@t3_3d1t10n'))); // Shouldn't be blank. At least 20 characters of random text
  242. $_FreestyleEinstine ['Private_Announce']['Asylum_Engine']['api']['sha384']['hash']['+ShadySecurity']['engine']['search_api_cooki3+Salt'] = SHA384( SHA3256( SHA256( SHA1('#ASYLUM_BASE' . '#SL1MSH@DY_U7tIm@t3_3d1t10n'))); // Shouldn't be blank. At least 20 characters of random text
  243. $_FreestyleEinstine ['Private_Announce']['Asylum_Engine']['api']['sha384']['hash']['+ShadySecurity']['engine']['wordpress_api_cooki3+Salt'] = SHA384( SHA3256( SHA256( SHA1('#ASYLUM_BASE' . '#SL1MSH@DY_U7tIm@t3_3d1t10n'))); // Shouldn't be blank. At least 20 characters of random text
  244. $_FreestyleEinstine ['Private_Announce']['Asylum_Engine']['api']['sha384']['hash']['+ShadySecurity']['engine']['tmz_api_cooki3+Salt'] = SHA384( SHA3256( SHA256( SHA1('#ASYLUM_BASE' . '#SL1MSH@DY_U7tIm@t3_3d1t10n'))); // Shouldn't be blank. At least 20 characters of random text
  245. $_FreestyleEinstine ['Private_Announce']['Asylum_Engine']['api']['sha384']['hash']['+ShadySecurity']['engine']['Engine']['twitter_api_cooki3+Salt'] = SHA384( SHA3256( SHA256( SHA1('#ASYLUM_BASE' . '#SL1MSH@DY_U7tIm@t3_3d1t10n'))); // Shouldn't be blank. At least 20 characters of random text
  246. $_FreestyleEinstine ['Private_Announce']['Asylum_Engine']['api']['sha384']['hash']['+ShadySecurity']['engine']['facebook_api_cooki3'] = SHA384( SHA3256( SHA256( SHA1('#ASYLUM_BASE' . '#SL1MSH@DY_U7tIm@t3_3d1t10n'))); // Shouldn't be blank. At least 20 characters of random text
  247. $_FreestyleEinstine ['Private_Announce']['Asylum_Engine']['api']['sha384']['hash']['+ShadySecurity']['engine']['guest_api_cooki3+Salt'] = SHA384( SHA3256( SHA256( SHA1('#ASYLUM_BASE' . '#SL1MSH@DY_U7tIm@t3_3d1t10n'))); // Shouldn't be blank. At least 20 characters of random text
  248. $_FreestyleEinstine ['Private_Announce']['Asylum_Engine']['api']['sha384']['hash']['+ShadySecurity']['engine']['device_api_cooki3+Salt'] = SHA384( SHA3256( SHA256( SHA1('#ASYLUM_BASE' . '#SL1MSH@DY_U7tIm@t3_3d1t10n'))); // Shouldn't be blank. At least 20 characters of random text
  249. $_FreestyleEinstine ['Private_Announce']['Asylum_Engine']['api']['sha384']['hash']['+ShadySecurity']['engine']['community_api_cooki3+Salt'] = SHA384( SHA3256( SHA256( SHA1('#ASYLUM_BASE' . '#SL1MSH@DY_U7tIm@t3_3d1t10n'))); // Shouldn't be blank. At least 20 characters of random text
  250. $_FreestyleEinstine ['Private_Announce']['Asylum_Engine']['api']['sha384']['hash']['+ShadySecurity']['engine']['ecomm_api_cooki3+Salt'] = SHA384( SHA3256( SHA256( SHA1('#ASYLUM_BASE' . '#SL1MSH@DY_U7tIm@t3_3d1t10n'))); // Shouldn't be blank. At least 20 characters of random text
  251. $_FreestyleEinstine ['Private_Announce']['Asylum_Engine']['api']['sha384']['hash']['+ShadySecurity']['engine']['tbdev_api_cooki3+Salt'] = SHA384( SHA3256( SHA256( SHA1('#ASYLUM_BASE' . '#SL1MSH@DY_U7tIm@t3_3d1t10n'))); // Shouldn't be blank. At least 20 characters of random text
  252. $_FreestyleEinstine ['Private_Announce']['Asylum_Engine']['api']['sha384']['hash']['+ShadySecurity']['engine']['U232_api_cooki3+Salt'] = SHA384( SHA3256( SHA256( SHA1('#ASYLUM_BASE' . '#SL1MSH@DY_U7tIm@t3_3d1t10n'))); // Shouldn't be blank. At least 20 characters of random text
  253. $_FreestyleEinstine ['Private_Announce']['Asylum_Engine']['api']['sha384']['hash']['+ShadySecurity']['engine']['TT_api_cooki3+Salt'] = SHA384( SHA3256( SHA256( SHA1('#ASYLUM_BASE' . '#SL1MSH@DY_U7tIm@t3_3d1t10n'))); // Shouldn't be blank. At least 20 characters of random text
  254. $_FreestyleEinstine ['Private_Announce']['Asylum_Engine']['api']['sha384']['hash']['+ShadySecurity']['engine']['tbdev_api_cooki3+Salt'] = SHA384( SHA3256( SHA256( SHA1('#ASYLUM_BASE' . '#SL1MSH@DY_U7tIm@t3_3d1t10n'))); // Shouldn't be blank. At least 20 characters of random text
  255. $_FreestyleEinstine ['Private_Announce']['Asylum_Engine']['api']['sha384']['hash']['+ShadySecurity']['engine']['torrentfreak_api_cooki3+Salt'] = SHA384( SHA3256( SHA256( SHA1('#ASYLUM_BASE' . '#SL1MSH@DY_U7tIm@t3_3d1t10n'))); // Shouldn't be blank. At least 20 characters of random text
  256. $_FreestyleEinstine ['Private_Announce']['Asylum_Engine']['api']['sha384']['hash']['+ShadySecurity']['engine']['bittorrent_api_cooki3+Salt'] = SHA384( SHA3256( SHA256( SHA1('#ASYLUM_BASE' . '#SL1MSH@DY_U7tIm@t3_3d1t10n'))); // Shouldn't be blank. At least 20 characters of random text
  257. $_FreestyleEinstine ['Private_Announce']['Asylum_Engine']['api']['sha384']['hash']['+ShadySecurity']['engine'] = SHA384( SHA3256( SHA256( SHA1('#ASYLUM_BASE' . '#SL1MSH@DY_U7tIm@t3_3d1t10n'))); // Shouldn't be blank. At least 20 characters of random text
  258. $_FreestyleEinstine ['Private_Announce']['Asylum_Engine']['api']['sha384']['hash']['+ShadySecurity']['engine'] = SHA384( SHA3256( SHA256( SHA1('#ASYLUM_BASE' . '#SL1MSH@DY_U7tIm@t3_3d1t10n'))); // Shouldn't be blank. At least 20 characters of random text
  259. $_FreestyleEinstine ['Private_Announce']['Asylum_Engine']['api']['sha384']['hash']['+ShadySecurity']['engine'] = SHA384( SHA3256( SHA256( SHA1('#ASYLUM_BASE' . '#SL1MSH@DY_U7tIm@t3_3d1t10n'))); // Shouldn't be blank. At least 20 characters of random text
  260. /////////////////////////////////////////// [Asperger5 Edition] [ Dark Asylum ] [ Mess With Me Now Hackers ]///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  261. // Access Security Check
  262.      
  263.      if (preg_match('/config.php/i',$_SERVER['PHP_SELF'])) {
  264.           //LogThat( guestinfo() . 'Attempted Hack! 404');
  265.      echo();
  266.     }
  267. /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  268. # echo is the default choice for Print_R().
  269. # could use global as another approach but the more private it is the safer it will make you feel & your community will trust you 99.5%.
  270. $_pre = array();
  271. $_pre_FreeStyle_old_sha = array();
  272. $_pre_security = array();
  273. $_pre_cloud_cache = array();
  274. $_pre_email_cache = array();
  275. //////////////////////////////////////////// Main Site Settings ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  276. /* o.o.4%
  277. $_pre['cache_SITENAME'] = 'Asylum Cloud';//Site Name*/
  278. /* BTDEV, TBDEV, TT, U232, Asylum Source, 0Day, 420 Community
  279. $_pre['cache_enabled_invites'] = true;// Enable invites regardless of INVITEONLY setting */
  280.  
  281. $_pre_cache['hash_api_method'] = "sha1"; // Hashing Method (sha1, md5 or whatever). Must use what your previous version of Engine did use or all users will need to reset their passwords
  282. $_pre_cache['hash_api_algorithm'] = "sha1"; // See http://php.net/hash_algos for a list of supported algorithms.
  283. $_pre_cache['hash_search_engine_api_salt'] = sha1('#YUMFRESHASBRO' . '#Yum_U7tIm@t3_3d1t10n'); // Shouldn't be blank. At least 20 characters of random sha1 text.
  284. $_pre_cache['hash_twitter_api_salt'] = sha1('#YUMFRESHASBRO' . '#Yum_U7tIm@t3_3d1t10n'); // Shouldn't be blank. At least 20 characters of random sha1 text.
  285. $_pre_cache['hash_facebook_api_salt'] = sha1('#YUMFRESHASBRO' . '#Yum_U7tIm@t3_3d1t10n'); // Shouldn't be blank. At least 20 characters of random sha1 text.
  286. $_pre_cache['hash_wordpress_api_salt'] = sha1('#YUMFRESHASBRO' . '#Yum_U7tIm@t3_3d1t10n'); // Shouldn't be blank. At least 20 characters of random sha1 text.
  287. $_pre_cache['hash_guest_api_salt'] = sha1('#YUMFRESHASBRO' . '#Yum_U7tIm@t3_3d1t10n'); // Shouldn't be blank. At least 20 characters of random sha1 text.
  288. $_pre_cache['hash_device_api_salt'] = sha1('#YUMFRESHASBRO' . '#Yum_U7tIm@t3_3d1t10n'); // Shouldn't be blank. At least 20 characters of random sha1 text.
  289. $_pre_cache['hash_community_api_salt'] = sha1('#YUMFRESHASBRO' . '#Yum_U7tIm@t3_3d1t10n'); // Shouldn't be blank. At least 20 characters of random sha1 text.
  290. $_pre_cache['hash_ecomm_api_salt'] = sha1('#YUMFRESHASBRO' . '#Yum_U7tIm@t3_3d1t10n'); // Shouldn't be blank. At least 20 characters of random sha1 text.
  291. $_pre_cache['hash_paypal_api_salt'] = sha1('#YUMFRESHASBRO' . '#Yum_U7tIm@t3_3d1t10n'); // Shouldn't be blank. At least 20 characters of random sha1 text.
  292. $_pre_cache['hash_ebay_api_salt'] = sha1('#YUMFRESHASBRO' . '#Yum_U7tIm@t3_3d1t10n'); // Shouldn't be blank. At least 20 characters of random sha1 text.
  293. $_pre_cache['engine'] = sha1('#YUMFRESHASBRO' . '#Yum_U7tIm@t3_3d1t10n'); // Shouldn't be blank. At least 20 characters of random sha1 text.
  294. $_pre_cache['site_name'] = 'Asylum Cloud';//Site Name
  295. $_pre_cache['site_email'] = '#chosen_nick @ #asylum-cloud.com';//Emails will be sent from this address
  296. $_pre_cache['site_url'] = 'http://name.com';//Main Site URL
  297. $_pre_cache['eminem_language'] = "rap";//DEFAULT LANGUAGE ID
  298. $_pre_cache['lil-wayne_theme'] = "graphics";//DEFAULT THEME ID
  299. $_pre_cache['set'] = "utf-8";//Site Charset
  300. $_pre_cache['announce'] = "http://name.com/announce, http://cache.dark-asylum.me/patches"; // Seperate Via Comma
  301. $_pre_cache['community_members'] = true;//MAKE MEMBERS SIGNUP
  302. $_pre_cache['EMBERSONLY_WAIT'] = true;//ENABLE WAIT TIMES FOR BAD RATIO
  303. $_pre_cache['AllowedExternal'] = true;//Enable Uploading of external tracked torrents
  304. $_pre_cache['Limited_Group'] = true;//Limit uploading to supplier group only ( can tweak )
  305. $_pre_cache['invite_only'] = true;//Only allow signups via invite
  306. $_pre_cache['public_only'] = true;//Only allow signups via invite
  307. $_pre_cache['enabled_invites'] = true;// Enable invites regardless of INVITEONLY setting
  308. $_pre_cache['disabled_invites'] = true;// Enable invites regardless of INVITEONLY setting
  309. $_pre_cache['CONFIRMEMAIL'] = true;//Enable / Disable Signup confirmation email
  310. $_pre_cache['ACONFIRM'] = false;//Enable / Disable ADMIN CONFIRM ACCOUNT SIGNUP
  311. $_pre_cache['ANONYMOUSUPLOAD'] = false;//Enable / Disable anonymous uploads
  312. $_pre_cache['PASSKEYURL'] =  "$_pre[SITEURL]/announce?rawr=%s+passkey=%s";// Announce URL to use for passkey
  313. $_pre_cache['UPLOADSCRAPE'] = true;// Scrape external torrents on upload? If using mega-scrape.php you should disable this
  314. $_pre_cache['FORUMS'] = true;// Enable / Disable Forums
  315. $_pre_cache['FORUMS_GUESTREAD'] = false; // Allow / Disallow Guests To Read Forums
  316. $_pre_cache["OLD_CENSOR"] = false; // Use the old change to word censor set to true otherwise use the new one.  
  317. $_pre_cache['maxusers'] = 20000; // Max # of enabled accounts
  318. $_pre_cache['maxusers_invites'] = $_pre['maxusers'] + 5000; // Max # of enabled accounts when inviting
  319. $_pre_cache['currency_symbol'] = '$'; // Currency symbol (HTML allowed)
  320. $_pre_cache['BANNED_AGENTS'] = "-AZ21, -BC, LIME, utorrent"; //AGENT BANS (MUST BE AGENT ID, USE FULL ID FOR SPECIFIC VERSIONS) [Edit]
  321. $_pre_cache['files_dir'] = getcwd().'/cache/files'; //PATHS, ENSURE THESE ARE CORRECT AND CHMOD TO 777 (ALSO ENSURE TORRENT_DIR/images is CHMOD 777)
  322. $_pre_cache['nfo_dir'] = getcwd().'/cache/nfo'; //PATHS, ENSURE THESE ARE CORRECT AND CHMOD TO 777 (ALSO ENSURE TORRENT_DIR/images is CHMOD 777)
  323. $_pre_cache['blocks_dir'] = getcwd().'/cache/blocks'; //PATHS, ENSURE THESE ARE CORRECT AND CHMOD TO 777 (ALSO ENSURE TORRENT_DIR/images is CHMOD 777)
  324. $_pre_cache['image_max_filesize'] = 524288; // Max uploaded image size in bytes (Default: 512 kB)
  325. $_pre_cache['allowed_image_types'] = array(  "/cache/images/gif" => ".gif",
  326.                                              "/cache/images/jpeg" => ".jpg",
  327.                                              "/cache/images/jpg" => ".jpg",
  328.                                              "/cache/image/png" => ".png");
  329. $_pre_cache['allowed_files_types'] = array( "/cache/files/rawr" => ".exe",
  330.                                             "/cache/files/zippy" => ".zip",
  331.                                             "/cache/files/data" => ".sql",
  332.                                             "/cache/files/samantha-maree" => ".rar");
  333.                                            
  334. ///////////////////////////////////// Anti Virus Security ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  335.  
  336. // https://github.com/BamBam0077/crypto-js
  337.  
  338. ///////////////////////////// Thanks Bombed Away ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////                                            
  339. # Hinder - Lips Of An Angel ;]
  340. #   ChackMateTT                                            
  341. # ADD scanfile(string filename, string virusname); // Think OutSide The Box.                                      
  342.  
  343. //Setup Site Blocks
  344. $_pre_cloud_cache['navrawr'] = true; //Left Column Enable/Disable
  345. $_pre_cloud_cache['navsuperman'] = true; // Right Column Enable/Disable
  346. $_pre_cloud_cache['navrecovery'] = true; // Middle Column Enable/Disable
  347. $_pre_cloud_cache['420Community'] = true; //enable/disable shoutbox
  348. $_pre_cloud_cache['Compatible_Version'] = true;
  349. $_pre_cloud_cache['Rent_SlimShady'] = true;
  350. $_pre_cloud_cache['Rent_Lolipop'] = true;
  351. $_pre_cloud_cache['Rent_WizKhalfa'] = true;
  352. $_pre_cloud_cache['Rent_SlimShady'] = true;
  353. $_pre_cloud_cache['Custom_SlimShady_Icon'] = true;
  354. $_pre_cloud_cache['ON'] = true;
  355. # Thanks -> TT
  356. /////////// CLEANUP AND ANNOUNCE SETTINGS ///////////////////////////////////////////////////////////////////////
  357. $_pre_cloud_cache['LimitedGuestPeerList'] = '10000'; # yum Announce Max-PeerList!
  358. $_pre_cloud_cache['autoclean_interval'] = '60';     # yum each auto cleanup ( 60 seconds is 1 minute)
  359. $_pre_cloud_cache['site_auto_clean'] = 15 * 86400; # yum How often to delete old entries. (Default: 28 days)
  360. $_pre_cloud_cache['site_auto_Daily_clean'] = 1 * 86400; # yum How often to delete old entries. (Default: 28 days)
  361. $_pre_cloud_cache['site_auto_Weekly_clean'] = 7 * 86400; # yum How often to delete old entries. (Default: 28 days)
  362. $_pre_cloud_cache['site_auto_FortNightly_clean'] = 13 * 86400; # yum How often to delete old entries. (Default: 28 days)
  363. $_pre_cloud_cache['site_auto_Monthly_clean'] = 28 * 86400; # yum How often to delete old entries. (Default: 28 days)
  364. $_pre_cloud_cache['site_auto_flush'] = 1 * 86400; # yum Memcache Flush ( 1 Days / 24hrs )
  365. $_pre_cloud_cache['announce_interval'] = '120';    # yum Announce Interval ( 120 seconds is 2 minutes. )
  366. $_pre_cloud_cache['signup_timeout'] = '900'  # yum 15 minutes is 900 seconds.
  367. $_pre_cloud_cache['index_timeout'] = '2100'; # yum 35 minutes is 2,100 seconds.
  368. $_pre_cloud_cache['maxsiteusers'] = '10000'; # yum Maximum Community Patients.
  369. $_pre_cloud_cache['max_files_cache'] = '21600'; # yum 21,600 seconds is 360 minutes till Dead are set invisible.
  370. # /////////// AUTO RATIO WARNING //////////////////////////////////////////////////////////////////////////////////
  371. $_pre_cloud_cache["ratiowarn_enable"] = true; //Enable/Disable auto ratio warning
  372. $_pre_cloud_cache["ratiowarn_minratio"] = 0.10; //Min Ratio
  373. $_pre_cloud_cache["ratiowarn_mingigs"] = 0;  //Min GB Downloaded
  374. $_pre_cloud_cache["ratiowarn_daystowarn"] = 7; //Days to ban
  375. # category = Category Image/Name, name = Torrent Name, dl = Download Link, uploader, comments =
  376. # of comments, completed = times completed, size, seeders, leechers, health = seeder/leecher ratio, external, wait = Wait Time (if enabled), rating = Torrent Rating, added = Date Added, nfo = link to nfo (if exists)
  377. $_pre_cloud_cache["file_table_columns"] = "category,name,dl, suppier,comments,size,seeders,leechers,health,external, 0Day";
  378. // size, speed, added = Date Added, tracker, completed = times completed
  379. $_pre_cloud_cache['api']["files_table_expand"] = "";
  380.  
  381. # Cache Settings
  382. $_pre_cloud_cache['api']["type"] = "memcache"; // disk = Save cache to disk, memcache = Use memcache, apc = Use APC, xcache = Use XCache
  383. $_pre_cloud_cache['api']["memcache_host"] = "localhost"; // Host memcache is running on
  384. $_pre_cloud_cache['api']["memcache_port"] = 11211; // Port memcache is running on
  385. $_pre_cloud_cache['api']['cache_dir'] = '/cache'; // Must be CHMOD 0777
  386. $_pre_cloud_cache['api']['cache_cloud'] = '/cache/cloud/music/artist/slimshady03/cloud'; // Must be CHMOD 655
  387.  
  388. /* Dark Asylum v0.0.5 */
  389. # Cache Settings
  390. $_OldShady_Cloud_Cache['api']['asylum'] = "memcache"; // disk = Save cache to disk, memcache = Use memcache, apc = Use APC, xcache = Use XCache
  391. $_OldShady_Cloud_Cache['api']['asylum']["cache_host"] = "localhost"; // Host memcache is running on
  392. $_OldShady_Cloud_Cache['api']['asylum']["cache_memcache_port"] = 11211; // Port memcache is running on
  393. $_OldShady_Cloud_Cache['api']['asylum']['cache_dir'] = '/cache/asylum/osCloud/'; // Must be CHMOD 0777
  394. $_ShadyOS_Cloud_Cache['ipa']['asylum']['OS_Cloud_DIR'] = 'os_cache'; // Must be CHMOD 0777
  395.  
  396. $_ShadyCloud_Cache['api']['asylum'] = "memcache"; // disk = Save cache to disk, memcache = Use memcache, apc = Use APC, xcache = Use XCache
  397. $_ShadyCloud_Cache['api']['asylum']["cache_host"] = "localhost"; // Host memcache is running on
  398. $_ShadyCloud_Cache['api']['asylum']["cache_memcache_port"] = 11211; // Port memcache is running on
  399. $_ShadyCloud_Cache['api']['asylum']['cache_dir'] = '/cache/asylum/osCloud/'; // Must be CHMOD 0777
  400. $_ShadyCloud_Cache['Eminem_Cloud_DIR'] = 'mm_cache'; // Must be CHMOD 0777
  401.  
  402. $_ShadyFreestyle ['api']['xbox_live_cloud_cache']['free_cloud420'] = 'anounce/cache/microsoft/encryptedcloud'; // Must be CHMOD 655
  403. $_ShadyFreestyle ['api']['a_bit_of_a_loner_who_was_often_bullied']['microsoft420'] = 'anounce/xcache/cloud'; // Must be CHMOD 655
  404. $_ShadyFreestyle ['api']['Marshall_Bruce_Mathers_III']['PlatformCloud_Cache']['420'] = 'anounce/cache/cloud'; // Must be CHMOD 655
  405. $_ShadyFreestyle ['api']['Marshall_Bruce_Mathers_III']['Cloud_Cache']['420'] = 'anounce/cache/slimshady/cloud'; // Must be CHMOD 655
  406. $_ShadyFreestyle_hack_this_cloud_cache['256_Cloud_'] = 'anounce/cache/project/cloud'; // Must be CHMOD 655
  407. $_ShadyFreestyle_hack_this_cloud_cache['356cloud_wordpress_security'] = 'anounce/cache/wp-content/themes'; // Must be CHMOD 655
  408. $_ShadyFreestyle_hack_this_cloud_cache['356cloud_facebook_security'] = 'anounce/cache/fb-content/themes'; // Must be CHMOD 655
  409. # Add 2 FaceBook I Promise You 100% Safe & Security is High End!
  410. # Hackers Required To Do Further Test. Julian Assange Preferred ;]
  411.  
  412. # Expired Memcache Times
  413. $_pre_old_cloud_cache['api']['expires']['cache_idle'] = 0; // 0 = infinite  
  414.  
  415. # ADDING MORE
  416. $_pre_cloud_cache['api']['expires']['cache_latest_member'] = 0; // 0 = infinite
  417.  
  418. $_pre_old_cloud_cache['api']['expires']['Peers_'] = 120; // 60 = 60 seconds
  419. $_pre_old_cloud_cache['api']['expires']['unread_email'] = 86400; // 86400 = 1 day
  420. $_pre_old_cloud_cache['api']['expires']['global_alerts'] = 0;  // 0 = infinite
  421. $_pre_cloud_cache['api']['engine']['cache']['expires'] = 900;  // 900 = 15 min
  422. $_Asylum_Security['api']['security_engine']['cache']['expires']['cache_forum_posts'] = 0;  // 900 = 15 min
  423. $_Asylum_Security['api']['security_engine']['cache']['Community_Comments']['expires'] = 900;  // 900 = 15 min
  424. $_Asylum_Security['api']['security_engine']['expires']['cache_guest_comments'] = 900;  // 900 = 15 min
  425. $_Asylum_Security['api']['security_engine']['expires']['cache_latest_posts'] = 0;  // 900 = 15 min
  426. $_Asylum_Security['api']['security_engine']['expires']['cache_'] = 0; // 0 = infinite
  427. $_Asylum_Security['api']['security_engine']['expires']['cache_last_5_files'] = 0; // 0 = infinite
  428. $_Asylum_Security['api']['security_engine']['expires']['cache_last_10_files'] = 0; // 0 = infinite
  429. $_Asylum_Security['api']['security_engine']['expires']['cache_last_28_Days'] = 0; // 0 = infinite
  430. $_Asylum_Security['api']['security_engine']['expires']['cache_last_500_files'] = 0; // 0 = infinite
  431. $WORDPRESS['api']['open_source_engine']['_cache_']['expires'] = 0; // 0 = infinite
  432. $TWITTER['api']['social_engine']['_cache_']['Expires'] = 0; // 0 = infinite
  433. $FACEBOOK['api']['expires']['_cache_'] = 0; // 0 = infinite  
  434. // Adding More In Future [=
  435. /*
  436. --
  437. -- Table structure for table `bonus`
  438. --
  439.  
  440. CREATE TABLE IF NOT EXISTS `bonus` (
  441.   `id` int(5) NOT NULL AUTO_INCREMENT,
  442.   `bonusname` varchar(50) NOT NULL DEFAULT '',
  443.   `points` decimal(10,1) NOT NULL DEFAULT '0.0',
  444.   `description` text NOT NULL,
  445.   `art` varchar(10) NOT NULL DEFAULT 'traffic',
  446.   `menge` bigint(20) unsigned NOT NULL DEFAULT '0',
  447.   `pointspool` decimal(10,1) NOT NULL DEFAULT '1.0',
  448.   `enabled` enum('yes','no') NOT NULL DEFAULT 'yes' COMMENT 'This will determined a switch if the bonus is enabled or not! enabled by default',
  449.   `minpoints` decimal(10,1) NOT NULL,
  450.   PRIMARY KEY (`id`)
  451. ) ENGINE=MyISAM  DEFAULT CHARSET=utf-8 AUTO_INCREMENT=34 ;
  452.  
  453. --
  454. -- Dumping data for table `bonus`
  455. --
  456.  
  457. INSERT INTO `bonus` (`id`, `bonusname`, `points`, `description`, `art`, `menge`, `pointspool`, `enabled`, `minpoints`) VALUES
  458. (1, '1.0GB Uploaded', 275.0, 'With enough bonus points acquired, you are able to exchange them for an Upload Credit. The points are then removed from your Bonus Bank and the credit is added to your total uploaded amount.', 'traffic', 1073741824, 1.0, 'yes', 275.0),
  459. (2, '2.5GB Uploaded', 350.0, 'With enough bonus points acquired, you are able to exchange them for an Upload Credit. The points are then removed from your Bonus Bank and the credit is added to your total uploaded amount.', 'traffic', 2684354560, 1.0, 'yes', 350.0),
  460. (3, '5GB Uploaded', 550.0, 'With enough bonus points acquired, you are able to exchange them for an Upload Credit. The points are then removed from your Bonus Bank and the credit is added to your total uploaded amount.', 'traffic', 5368709120, 1.0, 'yes', 550.0),
  461. (4, '3 Invites', 650.0, 'With enough bonus points acquired, you are able to exchange them for a few invites. The points are then removed from your Bonus Bank and the invitations are added to your invites amount.', 'invite', 3, 1.0, 'yes', 650.0),
  462. (5, 'Custom Title!', 50.0, 'For only 50.0 Karma Bonus Points you can buy yourself a custom title. the only restrictions are no foul or offensive language or userclass can be entered. The points are then removed from your Bonus Bank and your special title is changed to the title of your choice', 'title', 1, 1.0, 'yes', 50.0),
  463. (6, 'VIP Status', 5000.0, 'With enough bonus points acquired, you can buy yourself VIP status for one month. The points are then removed from your Bonus Bank and your status is changed.', 'class', 1, 1.0, 'yes', 5000.0),
  464. (7, 'Give A Karma Gift', 100.0, 'Well perhaps you dont need the upload credit, but you know somebody that could use the Karma boost! You are now able to give your Karma credits as a gift! The points are then removed from your Bonus Bank and added to the account of a user of your choice!\r\n\r\nAnd they recieve a PM with all the info as well as who it came from...', 'gift_1', 1073741824, 1.0, 'yes', 100.0),
  465. (8, 'Custom Smilies', 300.0, 'With enough bonus points acquired, you can buy yourself a set of custom smilies for one month! The points are then removed from your Bonus Bank and with a click of a link, your new smilies are available whenever you post or comment!', 'smile', 1, 1.0, 'yes', 300.0),
  466. (9, 'Remove Warning', 1000.0, 'With enough bonus points acquired... So you have been naughty... tsk tsk :P Yep now for the Low Low price of only 1000 points you can have that warning taken away lol.!', 'warning', 1, 1.0, 'yes', 1000.0),
  467. (10, 'Ratio Fix', 500.0, 'With enough bonus points acquired, you can bring the ratio of one torrent to a 1 to 1 ratio! The points are then removed from your Bonus Bank and your status is changed.', 'ratio', 1, 1.0, 'yes', 500.0),
  468. (11, 'FreeLeech', 30000.0, 'The Ultimate exchange if you have over 30000 Points - Make the tracker freeleech for everyone for 3 days: Upload will count but no download.\r\nIf you dont have enough points you can donate certain amount of your points until it accumulates. Everybodys karma counts!', 'freeleech', 1, 50.0, 'yes', 1.0),
  469. (12, 'Doubleupload', 30000.0, 'The ultimate exchange if you have over 30000 points - Make the tracker double upload for everyone for 3 days: Upload will count double.\r\nIf you dont have enough points you can donate certain amount of your points until it accumulates. Everybodys karma counts!', 'doubleup', 1, 0.0, 'yes', 1.0),
  470. (13, 'Halfdownload', 30000.0, 'The ultimate exchange if you have over 30000 points - Make the tracker Half Download for everyone for 3 days: Download will count only half.\r\nIf you dont have enough points you can donate certain amount of your points until it accumulates. Everybodys karma counts!', 'halfdown', 1, 25001.0, 'yes', 1.0),
  471. (14, '1.0GB Download Removal', 150.0, 'With enough bonus points acquired, you are able to exchange them for a Download Credit Removal. The points are then removed from your Bonus Bank and the download credit is removed from your total downloaded amount.', 'traffic2', 1073741824, 1.0, 'yes', 150.0),
  472. (15, '2.5GB Download Removal', 300.0, 'With enough bonus points acquired, you are able to exchange them for a Download Credit Removal. The points are then removed from your Bonus Bank and the download credit is removed from your total downloaded amount.', 'traffic2', 2684354560, 1.0, 'yes', 300.0),
  473. (16, '5GB Download Removal', 500.0, 'With enough bonus points acquired, you are able to exchange them for a Download Credit Removal. The points are then removed from your Bonus Bank and the download credit is removed from your total downloaded amount.', 'traffic2', 5368709120, 1.0, 'yes', 500.0),
  474. (17, 'Anonymous Profile', 750.0, 'With enough bonus points acquired, you are able to exchange them for Anonymous profile for 14 days. The points are then removed from your Bonus Bank and the Anonymous switch will show on your profile.', 'anonymous', 1, 1.0, 'yes', 750.0),
  475. (18, 'Freeleech for 1 Year', 80000.0, 'With enough bonus points acquired, you are able to exchange them for Freelech for one year for yourself. The points are then removed from your Bonus Bank and the freeleech will be enabled on your account.', 'freeyear', 1, 1.0, 'yes', 80000.0),
  476. (19, '3 Freeleech Slots', 1000.0, 'With enough bonus points acquired, you are able to exchange them for some Freeleech Slots. The points are then removed from your Bonus Bank and the slots are added to your free slots amount.', 'freeslots', 3, 0.0, 'yes', 1000.0),
  477. (20, '200 Bonus Points - Invite trade-in', 1.0, 'If you have 1 invite and dont use them click the button to trade them in for 200 Bonus Points.', 'itrade', 200, 0.0, 'yes', 0.0),
  478. (21, 'Freeslots - Invite trade-in', 1.0, 'If you have 1 invite and dont use them click the button to trade them in for 2 Free Slots.', 'itrade2', 2, 0.0, 'yes', 0.0),
  479. (22, 'Pirate Rank for 2 weeks', 50000.0, 'With enough bonus points acquired, you are able to exchange them for Pirates status and Freeleech for 2 weeks. The points are then removed from your Bonus Bank and the Pirate icon will be displayed throughout, freeleech will then be enabled on your account.', 'pirate', 1, 1.0, 'yes', 50000.0),
  480. (23, 'King Rank for 1 month', 70000.0, 'With enough bonus points acquired, you are able to exchange them for Kings status and Freeleech for 1 month. The points are then removed from your Bonus Bank and the King icon will be displayed throughout,  freeleech will then be enabled on your account.', 'king', 1, 1.0, 'yes', 70000.0),
  481. (24, '10GB Uploaded', 1000.0, 'With enough bonus points acquired, you are able to exchange them for an Upload Credit. The points are then removed from your Bonus Bank and the credit is added to your total uploaded amount.', 'traffic', 10737418240, 0.0, 'yes', 1000.0),
  482. (25, '25GB Uploaded', 2000.0, 'With enough bonus points acquired, you are able to exchange them for an Upload Credit. The points are then removed from your Bonus Bank and the credit is added to your total uploaded amount.', 'traffic', 26843545600, 0.0, 'yes', 2000.0),
  483. (26, '50GB Uploaded', 4000.0, 'With enough bonus points acquired, you are able to exchange them for an Upload Credit. The points are then removed from your Bonus Bank and the credit is added to your total uploaded amount.', 'traffic', 53687091200, 0.0, 'yes', 4000.0),
  484. (27, '100GB Uploaded', 8000.0, 'With enough bonus points acquired, you are able to exchange them for an Upload Credit. The points are then removed from your Bonus Bank and the credit is added to your total uploaded amount.', 'traffic', 107374182400, 0.0, 'yes', 8000.0),
  485. (28, '520GB Uploaded', 40000.0, 'With enough bonus points acquired, you are able to exchange them for an Upload Credit. The points are then removed from your Bonus Bank and the credit is added to your total uploaded amount.', 'traffic', 558345748480, 0.0, 'yes', 40000.0),
  486. (29, '1TB Uploaded', 80000.0, 'With enough bonus points acquired, you are able to exchange them for an Upload Credit. The points are then removed from your Bonus Bank and the credit is added to your total uploaded amount.', 'traffic', 1099511627776, 0.0, 'yes', 80000.0),
  487. (30, 'Parked Profile', 75000.0, 'With enough bonus points acquired, you are able to unlock the parked option within your profile which will ensure your account will be safe. The points are then removed from your Bonus Bank and the parked switch will show on your profile.', 'parked', 1, 1.0, 'yes', 75000.0),
  488. (31, 'Pirates bounty', 50000.0, 'With enough bonus points acquired, you are able to exchange them for Pirates bounty which will select random users and deduct random amount of reputation points from them. The points are removed from your Bonus Bank and the reputation points will be deducted from the selected users then credited to you.', 'bounty', 1, 1.0, 'yes', 50000.0),
  489. (32, '100 Reputation points', 40000.0, 'With enough bonus points acquired, you are able to exchange them for some reputation points. The points are then removed from your Bonus Bank and the rep is added to your total reputation amount.', 'reputation', 100, 0.0, 'yes', 40000.0),
  490. (33, 'Userblocks', 50000.0, 'With enough bonus points acquired and a minimum of 50 reputation points, you are able to exchange them for userblocks access. The points are then removed from your Bonus Bank and the userblock configuration page will appear on your menu.', 'userblocks', 0, 0.0, 'yes', 50000.0);
  491.  
  492. -- --------------------------------------------------------
  493.  
  494. --
  495. -- Table structure for table `bonuslog`
  496. --
  497.  
  498. CREATE TABLE IF NOT EXISTS `cache_bonus_log` (
  499.   `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  500.   `donation` decimal(10,1) NOT NULL,
  501.   `type` varchar(44) COLLATE utf8_unicode_ci NOT NULL,
  502.   `added` int(11) NOT NULL,
  503.   KEY `id` (`id`),
  504.   KEY `added_at` (`added`),
  505.   FULLTEXT KEY `type` (`type`)
  506. ) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='log of contributors towards engine etc...' AUTO_INCREMENT=2 ;
  507.  
  508. --
  509. -- Dumping data for table `bonuslog`
  510. --
  511.  
  512. INSERT INTO `bonuslog` (`id`, `donation`, `type`, `added`) VALUES
  513. (1, 30000.0, 'doubleup', '');
  514. (1, 30000.0, 'doubleup', ''),
  515. (1, 30000.0, 'doubleup', ''),
  516. (1, 30000.0, 'doubleup', ''),
  517. (1, 30000.0, 'doubleup', ''),
  518. (1, 30000.0, 'doubleup', ''),
  519. (1, 30000.0, 'doubleup', '');
  520.  
  521. -- --------------------------------------------------------
  522.  
  523. BAHAHAHAHAHAHAHAHAHAHAHA!!!!!!!!!!!!!!!!!!!!!!!!!!!! I Did IT, Enjoy WorldWide.
  524. */
  525.  
  526. $_pre_security['expires']['cache_ip_history'] = 900;  // 900 = 15 min
  527. $_pre_cloud_cache['expires']['newpoll'] = 0;  // 900 = 15 min
  528. $_pre_security_checking['expires']['member'] = 900;  // 900 = 15 min
  529. $_pre_checkmate['expires']['worldwide'] = '1.2E-5 d'; // 30Days -> 0Day
  530. /* Asylum Source 0.0.2
  531. $_pre_security_checkmate['expires']['member'] = 900;  // 900 = 15 min*/
  532.  
  533. $_pre_cloud_cache['expires']['genrelist'] = 30*86400; // 30x86400 = 30 days
  534. $_pre_cloud_cache['expires']['poll_data'] = 0; // 300 = 5 min
  535. $_pre_cloud_cache['expires']['files_data'] = 900; // 900 = 15 min
  536. $_pre_cloud_cache['expires']['user_flag'] = 86400*28; // 900 = 15 min
  537. $_pre_cloud_cache['expires']['shit_list'] = 900; // 900 = 15 min
  538. $_pre_cloud_cache['expires']['port_data'] = 900; // 900 = 15 min
  539. $_pre_cloud_cache['expires']['user_peers'] = 900; // 900 = 15 min
  540. $_pre_cloud_cache['expires']['user_friends'] = 900; // 900 = 15 min
  541. $_pre_cloud_cache['expires']['user_hash'] = 900; // 900 = 15 min
  542. $_pre_cloud_cache['expires']['user_blocks'] = 900; // 900 = 15 min
  543. $_pre_cloud_cache['expires']['hnr_data'] = 300; // 900 = 15 min
  544. $_pre_cloud_cache['expires']['snatch_data'] = 300; // 900 = 15 min
  545. $_pre_cloud_cache['expires']['user_snatches_data'] = 300; // 900 = 15 min
  546. $_pre_cloud_cache['expires']['staff_snatches_data'] = 300; // 900 = 15 min
  547. $_pre_cloud_cache['expires']['user_snatches_complete'] = 300; // 900 = 15 min
  548. $_pre_cloud_cache['expires']['completed_files'] = 300; // 300 = 5 min
  549. $_pre_cloud_cache['expires']['activeusers'] = 60; // 60 = 1 minutes
  550. $_pre_cloud_cache['expires']['last24'] = 3600; // 3600 = 1 hours
  551. $_pre_email_cache['expires']['cache_active_users'] = 300; // 900 = 15 min
  552. $_pre_email_cache['expires']['community_birthday_reminder'] = 43200; //== 43200 = 12 hours
  553. $_pre_cloud_cache['expires']['news_users'] = 3600; // 3600 = 1 hours
  554. $_pre_cloud_cache['expires']['user_invitees'] = 900; // 900 = 15 min
  555. $_pre_cloud_cache['expires']['ip_data'] = 900; // 900 = 15 min
  556. $_pre_email_cache['expires']['cache_email_latest_files'] = 0;  // 0 = infinite
  557. $_pre_email_cache['expires']['cache_invited_by'] = 900; // 900 = 15 min
  558. $_pre_cloud_cache['expires']['user_files'] = 900; // 900 = 15 min
  559. $_pre_cloud_cache['expires']['user_seedleech'] = 900; // 900 = 15 min
  560. $_pre_cloud_cache['expires']['radio'] = 0; // 0 = infinite
  561. $_pre_cloud_cache['expires']['total_funds'] = 0; // 0 = infinite
  562. $_pre_cloud_cache['expires']['latest_news'] = 0; // 0 = infinite
  563. $_pre_cloud_cache['expires']['site_stats'] = 300; // 300 = 5 min
  564. $_pre_cloud_cache['expires']['share_ratio'] = 900; // 900 = 15 min
  565. $_pre_cloud_cache['expires']['checked_by'] = 0; // 0 = infinite
  566. $_pre_cloud_cache['expires']['latest_news_tpl'] = 0; // 0 = infinite
  567. $_pre_cloud_cache['expires']['latest_files_tpl'] = 0;  // 0 = infinite
  568. $_pre_cloud_cache['expires']['latest_posts_tpl'] = 0;  // 0 = infinite
  569.  
  570. $_pre_cloud_cache['expires']['security']['latest_posts_php'] = 0;  // 0 = infinite
  571. $_pre_cloud_cache['log_sql'] = '/cache/announce/o.o.6'.date('M_D_Y').'.sql';
  572. $_pre_cloud_cache['log_site'] = '/cache/o.o.6'.date('M_D_Y').'.sql';
  573. $_pre_cloud_cache['log_twi'] = '/cache/twitter/o.o.6'.date('M_D_Y').'.sql';
  574. $_pre_cloud_cache['log_fac'] = '/cache/facebook/o.o.6'.date('M_D_Y').'.sql';
  575. $_pre_cloud_cache['log_php'] = '/var/log/apache2/o.o.6'.date('M_D_Y').'.sql';
  576. $_pre_cloud_cache['log_gus'] = '/cache/guest/o.o.6'.date('M_D_Y').'.sql';
  577.  
  578. // Mail settings
  579. // php to use PHP's built-in mail function. or pear to use http://pear.php.net/Mail
  580. // MUST use pear for SMTP
  581. $_pre_Stan["mail_type"] = "php";
  582. $_pre_Stan["mail_smtp_host"] = "localhost"; // SMTP server hostname
  583. $_pre_Stan["mail_smtp_port"] = "25"; // SMTP server port
  584. $_pre_Stan["mail_smtp_ssl"] = false; // true to use SSL
  585. $_pre_Stan["mail_smtp_auth"] = false; // true to use auth for SMTP
  586. $_pre_Stan["mail_smtp_user"] = ""; // SMTP username
  587. $_pre_Stan["mail_smtp_pass"] = ""; // SMTP password
  588.  
  589. ////////////////////////// Thanks U-232 ///////////////////////////////////////
  590. $INSTALLER09['char_set']='UTF-8';//also to be used site wide in meta tags
  591. if (ini_get('default_charset') != $INSTALLER09['char_set']){
  592. ini_set('default_charset',$INSTALLER09['char_set']);
  593. }
  594. ////////////////////////// Thanks Benjamin P Benson /////////////////////////////////////////
  595. # Age: 25 Location: Australia Sex: Male
  596. ////////// TIME SETTINGS ///////////////////////////////////
  597. date_default_timezone_set('Europe/London');
  598. define('TIME_NOW', time());
  599. $_pre['time_adjust'] =  0;
  600. $_pre['time_offset'] = '0';
  601. $_pre['time_use_relative'] = 1;
  602. $_pre['time_use_relative_format'] = '{--}, h:i A';
  603. $_pre['time_joined'] = 'j-F y';
  604. $_pre['time_short'] = 'jS F Y - h:i A';
  605. $_pre['time_long'] = 'M j Y, h:i A';
  606. $_pre['time_tiny'] = '';
  607. $_pre['time_date'] = '';
  608. ///////////////////////////////////////////////////////////
  609.  
  610. /////////// CONNECTION SECURITY ////////////////////////////////////////////
  611. $_FreeStyle_313_pdo['mysql_host'] = 'localhost'; // Default Host
  612. $_FreeStyle_313_pdo['mysql_user'] = 'BamBam0077'; // Default User
  613. $_FreeStyle_313_pdo['mysql_rawr'] = '56787989765465654463532_56787989765465654463532'; // Change These Characters >=
  614. $_FreeStyle_313_pdo['mysql_ily']  = 'Detroit'; // Default SQL
  615. # TIP - Detroit Stands For No Riots OR Cyber Bullies. BamBam0077
  616. //////////////////////////////////////////////////////////////////////////
  617.  
  618. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  619. if (!empty($_pre_could_cache_REQUEST["Shady_Records"])) {
  620.     if (!$_pre_cloud_cache_GET["Cache_Warn"]) {    
  621.          $_pre_cloud_cache_warn = T_("MEMBERS_ONLY");
  622.     }
  623. }
  624. /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  625. # Love Is PowerFul When You Have A Purpose!
  626. # TT208 -> die("You didn't edit your config correctly."); // You MUST remove this line
  627. # BootStrap Free Template -> http://getbootstrap.com/examples/starter-template/
  628. echo "<!doctype html>
  629.      <html lang='en'>
  630.      <head>
  631.      <!-- Thank You Stevie Lee <3 -->
  632.      <meta charset='utf-8'>
  633.      <meta http-equiv='X-UA-Compatible' content='IE=edge'>
  634.      <title>Setup -> Demo</title>
  635.      <meta name='viewport' content='width=device-width, initial-scale=1'>   <meta name='viewport' content='width=device-width, initial-scale=1'>
  636.      <link href='getbootstrap.com/dist/css/bootstrap.min.css' rel='stylesheet'>
  637.      <link rel='stylesheet' href='http://dark-asylum.me/css/style.min.css' type='text/css'/>
  638.      </head>
  639.      <body style='background-image: url(http://dark-asylum.me/images/bg.gif);background-size: cover;'>
  640.      <header class='animated bounce'>
  641.            
  642.      <text id='Detroit' title='Hidden Word'>I say what I want to say and do what I want to do. There's no in between. People will either love you for it or hate you for it.</text>
  643.      <br />
  644.      <nav class='navbar navbar-inverse navbar-fixed-top'>
  645.      <div class='container'>
  646.        <div class='navbar-header'>
  647.          <button type='button' class='navbar-toggle collapsed' data-toggle='collapse' data-target='#navbar' aria-expanded='false' aria-controls='navbar'>
  648.            <span class='sr-only'>Toggle navigation</span>
  649.            <span class='icon-bar'></span>
  650.            <span class='icon-bar'></span>
  651.            <span class='icon-bar'></span>
  652.          </button>
  653.          <a class='navbar-brand' href='#'>Project name</a>
  654.        </div>
  655.        <div id='navbar' class='collapse navbar-collapse'>          
  656.          <ul class='nav navbar-nav'>
  657.            <li class='active'><a href='#Index.tpl'>Home</a></li>
  658.            <li><a href='#About.tpl'>About</a></li>
  659.            <li><a href='#SceneRules.tpl'>Community Rules</a></li>
  660.            <li><a href='#contact.tpl'>Contact</a></li>
  661.            <li><a href='#networkissues.tpl'>Service Bulletins</a></li>
  662.            <li><a href='#OnlineShop.tpl'>Online Shop</a></li>
  663.            <li><a href='#Forums.tpl'>Forums</a></li>
  664.            <li><a href='#Donate.tpl'>Donate Now</a></li>
  665.            <li><a href='#Reg.tpl'>Register</a></li>
  666.            <li><a href='#Login.tpl'>Login</a></li>
  667.          </ul>
  668.        </div><!--/.nav-collapse -->
  669.      </div>
  670.    </nav>
  671.      </header>
  672.      
  673.      <!-- # yum I feel Like Nicholas Sparks &  E.L. James in one bowl of weedbix -->
  674.      <!-- # yum weetbix is oldschool, weedbix is FreeStyleSchool. -->
  675.      <div style='margin-top: 35px;border: 2px solid #1F1F1F;background: #2F2F2F;'>
  676.      <img style='padding: 0.5em;' src='http://i.imgur.com/ESixMb9.jpg' />
  677.      </div> <!-- #yum You Must Agree To Terms & Conditions Before You Gain Access To -> http://prntscr.com/79we6u -->
  678.      
  679.      
  680.      <div class='animated flipInX' style='margin-top: 50px;margin-left: 330px;align: center;background-color: #333333;border: 1px solid #1F1F1F;padding: 0.5em;'>      
  681.       <div class='animated infinite pulse' style='margin-left: 550px;'>
  682.         <text id='err004' title='Lol Your Beautiful Samantha-Maree'>You Didn't Setup Required Files.</text><br />
  683.       </div>
  684.      
  685.      <text id='lollipop' title='GoodNight New York'>Don't judge me. You wanna judge me, put on a black gown and get a gavel. Get in line with the rest of them that's about to judge me. I got court dates every other month. It's me against the world - that's how I feel.</text>
  686.         <!-- Read More -> http://www.brainyquote.com/ -->
  687.      </div>
  688.      <footer>
  689.      <div style='margin-top: 40px;margin-left: 325px;border: 2px solid #333333;padding: 0.2em;'>  <!-- Thanks -> http://imgbox.com -->
  690.      <a href='https://twitter.com/eminem'><img title='Marshall Bruce Mathers III' class='animated slideInDown'  style='border: 2px solid #333333;padding: 0.2em;' src='https://pbs.twimg.com/profile_images/378800000367201581/5fdde49e2b1d0793499a92ac8a2401f8_400x400.jpeg' /></a>
  691.      <a href='https://twitter.com/LilTunechi'><img class='animated slideInDown' style='border: 2px solid #333333;padding: 0.2em;' src='https://pbs.twimg.com/profile_images/712863751/lil-wayne-gq-2_400x400.jpg' /></a>
  692.      <a href='https://twitter.com/wizkhalifa'><img class='animated slideInDown' style='border: 2px solid #333333;padding: 0.1em;' height='401' src='https://pbs.twimg.com/media/CGm94QBUkAErc4j.jpg' /></a>
  693.      <a href='http://en.wikipedia.org/wiki/Paul_Walker'><img class='animated slideInUp' style='border: 2px solid #333333;padding: 0.2em;' height='400' width='410' src='http://2.bp.blogspot.com/-5aV_bVZSk5A/UcMrDIRq4UI/AAAAAAAABwc/oWly1ymVm7A/s1600/DSC_2176-1.jpg' /></a>
  694.      <a href='https://twitter.com/Yelawolf'><img class='animated infinite pluse' style='margin-top: 3px;border: 2px solid #333333;padding: 0.2em;' height='400' width='813' src='http://i.imgbox.com/EfbXclHq.pngs' /></a>
  695.      
  696.      
  697.      <a href='http://forum-u-232.servebeer.com/'><img class='animated shake' height='50' src='http://forum-u-232.servebeer.com/Themes/linux-love/images/theme/logo.png' /></a>
  698.      <a href='http://torrenttrader.pw'><img class='animated shake' style='margin-left: -10px;' height='50' src='http://torrenttrader.pw/uploads/monthly_2015_05/tt3_logo_spacer.png.c1849f96bc9a6f30dbbf2dfc0e0f3821.png' /></a>
  699.      <div style='margin-top: -55px;margin-left: 1240px;'>
  700.      <a href='http://opensource.org/licenses/MIT'><img style='margin-left: -190px;' height='50' src='http://opensource.org/trademarks/opensource/OSI-Approved-License-100x137.png' /></a>
  701.      <a href='https://github.com/BamBam0077/Pre-Asylum/blob/master/LICENSE'><img style='margin-left: -140px;' height='50' src='http://i.imgbox.com/a0EswLvM.png' /></a>
  702.      </div></div>
  703.  
  704.      </footer>
  705.      <div style='margin-top: 35px;margin-left: 330px;'>
  706.      <text>Developed & Designed By DarkSnow</text>
  707.      </div>
  708.      
  709.      <div style='margin-top: -20px;margin-left: 750px;'>
  710.      <a href='#T&C'>Terms and Conditions</a>
  711.      <a href='#Privacy'>Privacy Policy</a>  
  712.      <a href='#Cookie'>Cookie Policy</a>
  713.      </div>
  714.      
  715.      <div style='margin-top: -20px;margin-left:  1340px;'>
  716.      <text>&copy; 2015 Some Rights Reserved</text>
  717.      </div>
  718.      </body>
  719.      </html><!-- Engine Base -> Asylum Source v0.0.7 -->";
  720.       # Remove By /**/ Backup for when your developing live ;)
  721.      #
  722. ?>
Add Comment
Please, Sign In to add comment