Advertisement
Guest User

Data Class

a guest
May 24th, 2017
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. <?php
  2. #####################################################################
  3. #||||| rtiag0CMS - Sistema de administração de conteudo Habbo |||||#
  4. #||||| Baseada em HabboCMS - HTML, PHP, CSS |||||#
  5. # ----------------------------------------------------------------- #
  6. #||||| © Copyright 2012 Hobba 2012 - Open Source Software |||||#
  7. #||||| © Copyright 2012 Habbo - Estrutura antiga 2011/2012 |||||#
  8. #||||| © Copyright 2012 Sulake Corporation - Habbo Arquivos |||||#
  9. # ----------------------------------------------------------------- #
  10. #||||| HobbaCMS é uma estrutura se site baseado em Habbo Hotel |||||#
  11. #||||| Os arquivos são protegido por um único arquivo |||||#
  12. #####################################################################
  13.  
  14. ################## PREFERÊNCIAS ##################
  15. $Hotelname = "Habbed"; //*Nome do Hotel, exemplo = Habbo*//
  16. $hotel_url = "http://177.142.30.146"; //*URL do Hotel, sem o "www"*//
  17.  
  18. ################## CONFIGURAÇÕES #################
  19. $MySQLhostname = "localhost";
  20. $MySQLusername = "root";
  21. $MySQLpassword = ""; //*Senha MySQL*//
  22. $MySQLdb = "habbo"; //*Banco de dados*//
  23.  
  24. ################## REDES SOCIAIS #################
  25. $Facebook_id = ""; //* Nome de usuário Facebook *//
  26. $Twitter_id = ""; //*Nome de usuário Twitter*//
  27. $Email_admin = ""; //*Email do administrador*//
  28.  
  29. ################## C_IMAGES CONFIG ############
  30. $avatar = "http://www.habbo.fr/habbo-imaging/avatarimage?figure="; //*Configurações de Avatar*//
  31. $cimages_url = ""; //*Configurações de Emblemas*//
  32.  
  33. ################## CONFIGURAÇÕES DA CLIENTE ##################
  34. $server_ip = "177.142.30.146"; //*IP do VPS/PC*//
  35. $server_port = "90"; //*Port para conexão Emulador*//
  36. $external_var = "http://177.142.30.146/swfs/external_variables.txt"; //*URL da External Variables*//
  37. $external_text = "http://177.142.30.146/swfs/external_flash_texts.txt"; //*URL da External Texts*//
  38. $productdata = "http://177.142.30.146/swfs/productdata.txt"; //*URL da Productdata*//
  39. $furnidata = "http://177.142.30.146/swfs/furnidata.txt"; //*URL da Furnidata*//
  40. $swf_gordon = "http://177.142.30.146/swfs/"; //*URL da gordon da SWF, geralmente igual a swf_path*//
  41. $swf_path = "http://177.142.30.146/swfs/"; //*URL da pasta onde está localizada a SWF*//
  42. $swf_flash = "http://177.142.30.146/swfs/Habbig.swf"; //*URL do arquivo .swf*//
  43.  
  44. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement