Advertisement
Guest User

Untitled

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