[HELP] How do I get the client working.

Notorious

The Notorious D.E.E
Mar 2, 2012
141
86
I have already got everything working, just the client isn't. This is what happen's if I do go click on the client, I get this

"Fatal error: Call to undefined function curl_init() in C:\xampp\htdocs\thehabbos_api\class.validate.php on line 29"

Could some of you lot's help me, would really appreciate it.

Also when I just ignore that and type in /client The client stays white.. it wasn't like this before, before it would load half way then stay there... but I fucked something up and now the page stays white, please help me, If you'd like to Team view with me that'll be fine.
Btw I'm using RevCMS not Uber, Phoenix or anything else.

- Jadean and Chronic.
 

Andre12345

Member
Feb 29, 2012
86
2
Someone told me in order to set up TheHabbos.org i have to have an account for Thehabbos.org And My hotel is still running on Xampp and if you don't know Xampp is public.
 

funkyben

Member
Jan 18, 2012
31
0
Andre you need to create a thehabbos account, and download the latest API 3.1 think, in the API/config.php type you account name, website, and set curl to 0 because almost no one has curl
 

funkyben

Member
Jan 18, 2012
31
0
And change the client.php located at C:\xampp1\htdocs\thehabbos_api\types
remove all .php after the client for example:
BEFORE:
//what happens if someone does successfully vote
header("Location: client.php");
break;

AFTER:
//what happens if someone does successfully vote
header("Location: client");
break;
 

Users who are viewing this thread

Top