Advertisement
Guest User

Config

a guest
Feb 29th, 2012
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 3.18 KB | None | 0 0
  1. <?php
  2. // --------------------------------------------------------------------------------
  3. // ######  ### #######  #####  #     #  #####  |###################################|
  4. // #     #  #  #     # #     # ##   ## #     # |  RioCMS by Steff and Googlefox!   |
  5. // #     #  #  #     # #       # # # # #       |-----------------------------------|                                    
  6. // ######   #  #     # #       #  #  #  #####  |    Credits to Sulake (HabboDE)    |
  7. // #   #    #  #     # #       #     #       # |-----------------------------------|
  8. // #    #   #  #     # #     # #     # #     # |#########SeriousProjectsDE#########|
  9. // #     # ### #######  #####  #     #  #####  | SeriousProjects - HabboCMS System |
  10. // ---------------------------------------------------------------------------------
  11. // Other projects:
  12. // ################################################################################
  13. // GloriaCMS (Relased on 24th february!)
  14. // DelphinCMS (Unrelased)
  15. // JokeCMS (Name Editet to RioCMS)
  16. // ################################################################################
  17. // --------------------------------------------------------------------------------
  18. // Mysql Settings
  19. // ####################
  20.    $host = "localhost"; // Your host. Usually it's localhost
  21.    $name = "root"; // Your SQL username
  22.    $pass = ""; // Your SQL password
  23.    $data = ""; // Your database
  24. // ####################
  25. // Hotel Settings
  26. // ####################
  27.    $hotelname = "Habbo Hotel"; // How do you want to call your hotel?
  28.    $hotelshortname = "Habbo"; // What is the shortname for your hotel?
  29.    $hoteldomain = "www.habbo.de"; // What is the domain for your hotel?
  30.    $hotelmail = "kontakt@habbo.de"; // What is your Hotel Mail?
  31.    $hotelowner = "Steff (Stefan)"; // Who is the hotel owner?
  32.    $hotel_maintenance = "off"; // Turn your maintenance on or off.
  33.    $language = "de"; // Chose your language (just en or de)
  34.    $pack1_pixels = "1000"; // How many pixels should you can earn in the registration pack 1?  
  35.    $pack1_coins = "2000"; // How many coins should you can earn in the registration pack 1?  
  36.    $pack2_pixels = "2000"; // How many pixels should you can earn in the registration pack 2?  
  37.    $pack2_coins = "1000"; // How many coins should you can earn in the registration pack 2?
  38.    $free_vip = "no"; // Turn vip into "yes" to make vip costs money
  39. // ####################
  40. // Design Settings
  41. // ####################
  42.    $logo = ""; // Image-URL to your logo
  43.    $frontpage_view = ""; // Image-URL to the frontpage_view on the index
  44.    $site_background = ""; // Image-URL to your background
  45. // ####################
  46. // Client Settings
  47. // ####################
  48.    $hotel_ip = ""; // Your IP
  49.    $game_port = ""; // Your Game Port - For example 30000
  50.    $variables = ""; // Your external_variables
  51.    $flashtexts = ""; // Your flash_texts
  52.    $productdata = ""; // Your producdata
  53.    $furnidata = ""; // Your furnidata
  54.    $swfbase = ""; // Your SWF base
  55.    $habboswf = ""; // Your Habbo.swf - Usually "..//SWFBASE/Habbo.swf"
  56.    $hotel_view = ""; // Image-URL to your Hotelview
  57. // ###################
  58. // --------------------------------------------------------------------------------
  59. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement