Advertisement
Guest User

Untitled

a guest
May 26th, 2018
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. <?php
  2.  
  3. // CONFIGURAZIONE DATABASE
  4.  
  5. $db_hostname = '127.0.0.1'; // Host database
  6. $db_username = 'root'; // User database
  7. $db_password = '123'; // Password database
  8. $db_name = 'web'; // Nome database
  9.  
  10. // CONFIGURAZIONE REGISTRAZIONE
  11.  
  12. $motto = 'Benvenuto!'; // Motto alla registrazione
  13. $credits = '50000'; // Crediti alla registrazione
  14. $vip_points = '10'; // Monete speciali alla registrazione
  15. $activity_points = '500'; // Pixels alla registrazione
  16. $lookmaschio = 'hr-115-42.hd-190-1.ch-215-62.lg-285-91.sh-290-62'; // look alla registrazione da maschio
  17. $lookfemmina = 'ch-635-70.lg-716-66-62.sh-735-68.hr-515-33.hd-600-1'; // look alla registrazione da femmina
  18.  
  19. // CONFIGURAZIONE CMS
  20.  
  21. $hotelname = 'Gix Hotel'; // Nome completo dell'hotel
  22. $shortname = 'Gix'; // Nome abbreviato dell'hotel
  23. $coinname = 'Gix Points'; // Nome moneta speciale
  24. $minrankadm = 5; // Mimino rank per pannello di amministrazione
  25. $minrankman = 2; // Minimo rank per entrare durante la manutenzione
  26. $facebooklink = 'https://www.facebook.com/HabstayHotel';
  27. $staffcode = '6606'; // Codice Staff
  28. $minrankcod = 4; //Minimo rank per il codice
  29.  
  30. // CONFIGURAZIONE CLIENT
  31.  
  32. $serverip = '127.0.0.1'; //IP Server
  33. $path = 'http://localhost/'; // Link dell'hotel con http:// e / finale (Es. http://www.google.com/)
  34. $base = 'http://localhost/SWFS/gordon/PRODUCTION-201602082203-712976078/'; // Cartella swf
  35. $texts = 'http://localhost/SWFS/gamedata/external_flash_text.txt'; // External Texts
  36. $vars = 'http://localhost/SWFS/gamedata/external_variables.txt'; // External Variables
  37. $pdata = 'http://localhost/SWFS/gamedata/productdata.txt'; // Product Data
  38. $fdata = 'http://localhost/SWFS/gamedata/furnidata.xml'; // Furni Data
  39. $swf = 'Habbo4.swf'; // Habbo.swf
  40.  
  41. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement