Advertisement
Guest User

data_classes-config.php

a guest
Nov 9th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. <?php
  2.  
  3. // ==============================================================
  4. // _ _ _____ _____ _ _ _____
  5. // | | / / | _ \ | ____| | | / / / ___/
  6. // | | / / | | | | | |__ | | / / | |___
  7. // | | / / | | | | | __| | | / / \___ \
  8. // | |/ / | |_| | | |___ | |/ / ___| |
  9. // |___/ |_____/ |_____| |___/ /_____/
  10. //
  11. // Desenvolvido por Habbriol
  12. // Créditos: http://www.habliindos.com e http://habbriol.blogspot.cl
  13. // Pires
  14. // Victor
  15. // Cristina
  16. // MeV
  17. // Todos os Direitos Reservados
  18. // ================================================================
  19.  
  20.  
  21. // Configurações geral
  22. $Hotelname = "TesteVita"; // Nome do Hotel
  23. $Programador = "Vitagliano"; // Programador do Hotel
  24. $Longonome = "HotelTeste"; // Nome longo do Hotel
  25. $cssmev = "535252"; // Versão do CSS
  26. $hotel_url = "http://localhost"; //Link do Hotel sem /
  27.  
  28. // Configurações MySql
  29. $MySQLhostname = "localhost"; // Host nome
  30. $MySQLusername = "root"; // Uusuário - Geralmente é root
  31. $MySQLpassword = ""; // Senha
  32. $MySQLdb = "hotel"; // Nome do Banco de Dados
  33.  
  34. // Emblemas
  35. $avatar = "http://www.habbo.fr/habbo-imaging/avatarimage?figure=";
  36. $cimages_url = "http://localhost/swf/c_images/";
  37.  
  38. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement