[TUT] Set up a R63 Hotel using Phoenix

Do you want more tutorials on how to set stuff up?

  • Yes

    Votes: 108 93.1%
  • No

    Votes: 8 6.9%

  • Total voters
    116

james2012

Member
Feb 10, 2012
29
0
hi guys...i wont ask for help if i dont need help...this time i need help........what's the fucking error Fatal error: Call to undefined function curl_init() in C:\xampp\htdocs\thehabbos_api\class.validate.php on line 33

How to make the client working?? i want to launch my hotel fast....so please i need help here..it really fedup when i get that error..I really need my hotel fully functional.....i dont know how to set up client...when i click Enter Hotel,it comes with that error.........it's really make me feel shit....so teach me to make this client works........Please guys.....Help me
 

Tookie

Member
Feb 24, 2012
36
1
hi guys...i wont ask for help if i dont need help...this time i need help........what's the fucking error Fatal error: Call to undefined function curl_init() in C:\xampp\htdocs\thehabbos_api\class.validate.php on line 33

How to make the client working?? i want to launch my hotel fast....so please i need help here..it really fedup when i get that error..I really need my hotel fully functional.....i dont know how to set up client...when i click Enter Hotel,it comes with that error.........it's really make me feel shit....so teach me to make this client works........Please guys.....Help me

"i want to launch my hotel fast....." Making a hotel takes time but I have DCRS,VARS,TEXT if you need them. I use them for my hotel and works.

I found a post on that error but I never tested it out.


Open your PHP.ini in your xampp/PHP folder
Code:
;extension=php_curl.dll

and remove the ; so it is like this
Code:
extension=php_curl.dll
 

james2012

Member
Feb 10, 2012
29
0
there are many php folder....give me details..i use xampp 1.7.3

Where can i get that PHP.ini???

Nvm..i already found that file....
 

Tookie

Member
Feb 24, 2012
36
1
there are many php folder....give me details..i use xampp 1.7.3

Where can i get that PHP.ini???
It's in the XAMPP/PHP/PHP.INI
XAMPP=FOLDER
PHP=FOLDER IN XAMPP
PHP.INI=FILE IN PHP FOLDER

p.s: Upgrade to a newer version of Xampp. That version has an exploit.
 

Tookie

Member
Feb 24, 2012
36
1
DCRS,VARS,TEXT if you need them. I use them for my hotel and works.

what do i need to make my client working??
The Client port and mus port must be the same as Emulator mus and port.
You will need to port forward.
You must have the right DCRS,VARS and text that are made especially for R63.
 

Malthe

Member
Sep 26, 2011
30
0
I cant connect to $_CONFIG['hotel']['swf_folder'] = ' //URL to your SWF folder(does not end with a '/')
Please.. How can i fix this?
 

themaster2012

Member
Feb 16, 2012
188
15
how to fix this error ?it's a client error
Who can teach me how to make a client??..Please teach me step by step
Invalid Request
Sorry, but it appears that an invalid request is being sent.

Please contact the webmaster if this issues contiues.

Click
here

to proceed to the client.
 

james2012

Member
Feb 10, 2012
29
0
PHP:
[CODE]<?php
////////////////////////////////////////////////////////
// # TheHabbos Topsites API Script - Release 1.0.3    //
// # © Copyright TheHabbos 2011. All rights reserved. //
////////////////////////////////////////////////////////
 
if(!defined('IN_THEHABBOS_API')) {
  die('Sorry, but you can not access this file directly. :(');
}
 
/* FEEL FREE TO EDIT ANYTHING BELOW */
 
$CONFIG['Username'] = 'TheHabbos Username'; //thehabbos topsites username
$CONFIG['URL']      = 'http://example.com/api.php'; //the location to the file api.php on your website (i.e. http://example.com/api.php)
$CONFIG['Type']    = 'client'; //current options: other or client (thehabbos_api/types)
$CONFIG['Style']    = 'Habbo Sleek'; //don't change this unless you have created your own style (thehabbos_api/styles)
$CONFIG['Credits']  = '1000'; //you can use this if you are using a specific type above - your users will be rewarded this many credits for voting
 
/* ADVANCED OPTIONS */
 
$CONFIG['Timeout']      = 2; //max amount of seconds before the api stops trying to connect to votingapi.com
$CONFIG['Curl_Enabled'] = 1; //mark this 0 if cURL isn't installed/enabled on your server, although cURL is recommended
 
/* DO NOT EDIT ANYTHING BELOW */
 
$votingValidation = new Validate();
$CONFIG['Status'] = $votingValidation->validateVote();[/CODE]

what does it mean by $CONFIG['Username'] = 'TheHabbos Username'; //thehabbos topsites username

we must put our hotel name or username on thehabbos.org??

I also need someone to teach how to make my client working?? please...i really need help
 

Users who are viewing this thread

Top