Advertisement
Guest User

brain config, emu config

a guest
Dec 4th, 2018
880
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.33 KB | None | 0 0
  1. BRAIN CONF
  2. <?php
  3. if(!defined('BRAIN_CMS'))
  4. {
  5. die('Sorry but you cannot access this file!');
  6. }
  7.  
  8. /* Database Setting */
  9. $db['host'] = 'localhost'; //Mysql's Host
  10. $db['port'] = '3306'; //Mysql's port
  11. $db['user'] = "root"; //Mysql's user
  12. $db['pass'] = ''; //Mysql's password
  13. $db['db'] = "testretro"; //Mysql's database
  14.  
  15. /* Emu Settings */
  16. $config['hotelEmu'] = 'arcturus'; // plusemu // arcturus
  17.  
  18. /* Client Setting */
  19. $hotel['emuHost'] = "localhost"; //IP of VPS//IP of Proxy
  20. $hotel['emuPort'] = "30001"; //Port of VPS//Port of Proxy
  21. $hotel['staffCheckClient'] = false; //Enable the staff pin in the client (true) or disable it (false)
  22. $hotel['staffCheckClientMinimumRank'] = 3; //Minium staff rank to get the staff pin in the client
  23. $hotel['homeRoom'] = '0'; //Set the start room when you get in the hotel
  24. $hotel['external_Variables'] = "http://XXX.XXX.XXX/swf/gamedata/external_variables.txt";
  25. $hotel['external_Variables_Override'] = "http://XXX.XXX.XXX/swf/gamedata/override/external_override_variables.txt";
  26. $hotel['external_Texts'] = "http://XXX.XXX.XXX/swf/gamedata/external_flash_texts.txt";
  27. $hotel['external_Texts_Override'] = "http://XXX.XXX.XXX/swf/gamedata/override/external_flash_override_texts.txt";
  28. $hotel['productdata'] = "http://XXX.XXX.XXX/swf/gamedata/productdata.txt";
  29. $hotel['furnidata'] = "http://XXX.XXX.XXX/swf/gamedata/furnidata.xml";
  30. $hotel['figuremap'] = "http://XXX.XXX.XXX/swf/gamedata/figuremap.xml";
  31. $hotel['figuredata'] = "http://XXX.XXX.XXX/swf/gamedata/figuredata.xml";
  32. $hotel['swfFolder'] = "http://XXX.XXX.XXX/swf/gordon/PRODUCTION-201805071207-546529762";
  33. $hotel['swfFolderSwf'] = "http://XXX.XXX.XXX/swf/gordon/PRODUCTION-201805071207-546529762/Habbo.swf";
  34. $hotel['onlineCounter'] = true; // Enable the user count in the client.
  35. $hotel['diamonds.enabled'] = true; // Enable diamonds in the hotel.
  36.  
  37. /* Website Setting */
  38. $config['hotelUrl'] = "http://XXX.XXX.XXX";//Address of your hotel. Does not end with a "/"
  39. $config['skin'] = "brain"; //Skin/template of your website
  40. $config['lang'] = "nl"; //Language of your website en/nl/es
  41. $config['hotelName'] = "BrainCMS"; //Name of your hotel
  42. $config['favicon'] = "http://XXX.XXX.XXX/favicon.ico";
  43. $config['staffCheckHk'] = true; //Enable the staff pin in the housekeeping (true) or disable it (false)
  44. $config['staffCheckHkMinimumRank'] = 4; //Minium staff rank to get the staff pin in the housekeeping
  45. $config['maintenance'] = false; //Enable the maintenance of your website (true) or disable it (false)
  46. $config['maintenancekMinimumRankLogin'] = 4; //Minium staff rank to login when the website is in maintenance
  47. $config['groupBadgeURL'] = "http://XXX.XXX.XXX/habbo-imaging/badge.php?badge=";
  48. $config['badgeURL'] = "http://XXX.XXX.XXX/c_images/album1584/";
  49. $config['userLikeEnable'] = true; // Enable user likes
  50. $config['newsCommandEnable'] = true; //Enable news commands
  51. $config['newsCommandFilter'] = true; //Enable wordfilter on news commands (the filter use the db tabels wordfilter and wordfilter_characters)
  52. $config['alertReferrer'] = false;
  53. $config['alert'] = ''; //Alert message. If you don't want a alert, you do leave it blank.
  54. $config['brainversion'] = '1.8.9'; // Please do not change.
  55.  
  56. /* Facebook Login Settings
  57. You need a Facebook app for this to work go to
  58. https://developers.facebook.com/apps/ */
  59.  
  60. $config['facebookLogin'] = false; //Enable the Facebook login (true) or disable it (false)
  61. $config['facebookAPPID'] = '338162290sdaf223528';
  62. $config['facebookAPPSecret'] = 'ce2504ff5adhfa3ff7a6a2fa5d984cd8836';
  63.  
  64. /* Email Settings */
  65. $email['mailServerHost'] = 'smtp.gmail.com';
  66. $email['mailServerPort'] = 587;
  67. $email['SMTPSecure'] = 'TLS';
  68. $email['mailUsername'] = 'gmail@gmail.com';
  69. $email['mailPassword'] = '*****';
  70. $email['mailLogo'] = 'http://XXX.XXX.XXX/templates/brain/style/images/logo/logo.png';
  71. $email['mailTemplate'] = '/system/app/plugins/PHPmailer/temp/resetpassword.html';
  72.  
  73. /* Social settings */
  74. $config['facebook'] = 'https://www.facebook.com/RetroRipper/';
  75. $config['facebookEnable'] = false;
  76. $config['twitter'] = 'https://twitter.com/RetroRipper';
  77. $config['twitterEnable'] = true;
  78.  
  79. /* Register Setting */
  80. $config['startMotto'] = "Welcome in Brain!"; //Register start motto
  81. $config['credits'] = "10000";
  82. $config['duckets'] = "20000";
  83. $config['diamonds'] = "10";
  84. $config['diamondsRef'] = "10";
  85. $config['registerEnable'] = true;
  86. $config['look'] = "hr-3163-1035.hd-3092-2.ch-215-63.lg-3320-1189-62.sh-3089-1408.ca-3219-110.wa-2001-0";
  87.  
  88. /* Google recaptcha Site Key
  89. Go to this website to create a recaptcha Site Key: https://www.google.com/recaptcha/intro/index.html */
  90. $config['recaptchaSiteKey'] = "6LdzewwUAAAAABkJ3vsdfCDca9qmLGDaWAHqMRtFEs2";
  91. $config['recaptchaSiteKeyEnable'] = false;
  92.  
  93. /* Buy VIP Settings */
  94. $config['vipCost'] = "25";
  95. $config['vipRankToGet'] = "3";
  96. $config['vipBadge'] = "vip";
  97.  
  98. switch($config['hotelEmu'])
  99. {
  100. case "arcturus":
  101. $emuUse['user_wardrobe'] = 'users_wardrobe ';
  102. $emuUse['ip_last'] = 'ip_current';
  103. $emuUse['respect'] = 'respects_received';
  104. $emuUse['user_stats'] = 'users_settings';
  105. $emuUse['user_stats_user_id'] = 'user_id';
  106. $emuUse['OnlineTime'] = 'online_time';
  107. break;
  108. case "plusemu":
  109. $emuUse['user_wardrobe'] = 'user_wardrobe ';
  110. $emuUse['ip_last'] = 'ip_last';
  111. $emuUse['respect'] = 'Respect';
  112. $emuUse['user_stats'] = 'user_stats';
  113. $emuUse['user_stats_user_id'] = 'id';
  114. $emuUse['OnlineTime'] = 'OnlineTime';
  115. break;
  116. default:
  117. //Nothing
  118. break;
  119. }
  120.  
  121.  
  122.  
  123.  
  124.  
  125. EMU CONF
  126. # PLEASE READ EVERY LINE OF THIS CONFIG FILE!
  127. # PLEASE READ EVERY LINE OF THIS CONFIG FILE!
  128. # PLEASE READ EVERY LINE OF THIS CONFIG FILE!
  129.  
  130. #Put your forum login details here:
  131. #Forum can be found at https://arcturus.pw
  132. #If problems arise we can contact your through it.
  133. #To get a camera subscription go to https://arcturus.pw/mysubscriptions.php
  134. username=
  135. password=
  136. hotel.url=http://XXX.XXX.XXX
  137.  
  138. #Database Configuration.
  139. db.hostname=localhost
  140. db.port=3306
  141. db.database=testretro
  142. db.username=root
  143. db.password=
  144. db.params=
  145. #Better cyrillic supprot add ?characterEncoding=utf8 to db.params. This will be appended at the end of the JDBC url.
  146. db.pool.minsize=25
  147. db.pool.maxsize=100
  148.  
  149. #Game Configuration.
  150.  
  151. #Host IP. Most likely just 0.0.0.0 Use 127.0.0.1 if you want to play on LAN.
  152. game.host=0.0.0.0
  153. game.port=3000
  154.  
  155. #RCON Configuration.
  156.  
  157. #RCON Host IP. Leave this at 127.0.0.1 if you're running your website on the same server as the emulator.
  158. rcon.host=127.0.0.1
  159. rcon.port=3001
  160. rcon.allowed=127.0.0.1;127.0.0.2
  161.  
  162. # Arcturus is free software. You can use it as you want. Report bugs on bitbucket here: https://bitbucket.org/Wesley12312/arcturus/issues
  163. # Modification, re-distribution or decompilation is not allowed.
  164. # There is an API available for those that want to add more features
  165. # to their hotel so you can build your own plugins to do so.
  166. # Documentation can be found on https://arcturus.pw/doc/
  167. # Use MAVEN to install the Habbo-1.14.0.jar to your local .m2 repository. (Artifact: Habbo, Group: com.eu.habbo, Version 1.14.0)
  168.  
  169. # Thank you for using Arcturus.
  170.  
  171. # The General
  172.  
  173. # Discord: TheGeneral#0063 | Skype: wesley.jabbo
  174. # Official Arcturus Discord Server: https://discord.gg/eDr7FKQ
  175.  
  176. # https://arcturus.pw
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement