Nah, google is your friend.ok....u can email me if u want...
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
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
It's in the XAMPP/PHP/PHP.INIthere are many php folder....give me details..i use xampp 1.7.3
Where can i get that PHP.ini???
I want to switch to a new CMS layout but there are missing like codes.I know how to get a hotel working and up.hey tookie...do u have a working hotel right now??
The Client port and mus port must be the same as Emulator mus and port.DCRS,VARS,TEXT if you need them. I use them for my hotel and works.
what do i need to make my client working??
I cant connect to $_CONFIG['hotel']['swf_folder'] = 'You must be registered for see links//URL to your SWF folder(does not end with a '/')
Please.. How can i fix this?
[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]