You can remove step 6, I found it was no longer needed.
Step 7 is ONLY for Holograph emulators based on TDbP edition where it checks your IP.
This is a discussion on How to setup a hotel using PHPRetro within the Habbo Tutorials forums, part of the Habbo Hotel category; Hello I've seen that much people has problems with setting up PHPretro I can help you ;) WHAT YOU NEED: ...

Hello
I've seen that much people has problems with setting up PHPretro
I can help you ;)
WHAT YOU NEED:
PHPretro (http://rapidshare.com/files/29534583....10-stable.zip
Xampp (http://www.apachefriends.org/en/xampp.html)
Holograph Emulator with a valid database (http://code.assembla.com/AndrewHolo/subversion/nodes)
1) Create a empty DB with the name: holodb and import the database
2) Delete all tables with cms_ on the begin
3) Copy all files of PHPretro to the root directory of xampp
4) Go to: http://localhost/install
5) Fill in everything in the installation
This part tnx to Yifan_Lu for writing code
6) FOR TDbP:
Tnx to: http://forum.ragezone.com/f335/tut-i...ssi-ed-592304/ for thisCode:You will go to C:\xampp\apache\conf\extra\httpd-xampp.conf press CTRL + H and type in the first box "localhost" and then the second box, type in "127.0.0.1", then click the box called REPLACE ALL. After that, press CTRL + S to save the .conf file since you edited it.
7) If you use TDbP holo edition you need to do this step, else: skip it
Open the file includes/data/holograph.php and change function update6 in:
8) Save the files and sign in to PHPretroPHP Code:function update6($id,$time){
$GLOBALS['serverdb']->query("UPDATE users SET lastvisit = '".$time."', ipaddress_last = '".$_SERVER['REMOTE_ADDR']."' WHERE id = '".$id."' LIMIT 1");
}
9) Open the housekeeping and go to Settings > Site page
10) Search for status image and set value to 'Disabled'
11) Set up your dcr's text and IP in Settings > Hotel
12) Turn on your server
13) Open the client
14) Now it works
15) if not: register new account and check if works now
16) Have Fun!
Questions, you can ask here
Mitchel
Last edited by Parker; 20-10-09 at 06:24 AM. Reason: Edited step 6
You can remove step 6, I found it was no longer needed.
Step 7 is ONLY for Holograph emulators based on TDbP edition where it checks your IP.
Updated ;)
From this TUT: http://forum.ragezone.com/f335/tut-i...ssi-ed-592304/
I THINK you need to do this for TDbP edition (not sure since I never used TDbP edition):
You will go to C:\xampp\apache\conf\extra\httpd-xampp.conf
press CTRL + H and type in the first box "localhost" and then the second box, type in "127.0.0.1", then click the box called REPLACE ALL. After that, press CTRL + S to save the .conf file since you edited it.
Updated too
Don't you need MySQL ODBC Connector and Visual C#. Something like that..
To run the server? Just checking :)
Nederlander
Could you possible upload the files to mediafire because i can't get on the site (phpretro.com)
For some reason mine wont load the mus port...
For example, it says something like
connection.info.port=260">
But mus says:
connection.mus.port=">
and yes i put a mus port in there and its displaying in the database ;s
Can you upload the files to mediafire someone plz!!!
Man i really want this :(
check in your mysql database the cms_settings table
then column site_path and be sure the value is http://localhost
WITHOUT ENDING SLASH
change it to your remote IP if you make it public
Say if you have problems
Check your MySQL database table cms_settings column site_path and be sure the value is:
http://localhost WITHOUT ENDING /
to make your hotel public change it to http://YOUR_REMOTE_IP
without ending /
Check your MySQL database table cms_settings column site_path and be sure the value is:
http://localhost WITHOUT ENDING /
to make your hotel public change it to http://YOUR_REMOTE_IP
without ending /
I posted 2 reactions here but I can't see them