» TheHabbos API Script (1.0.3).zip

Cablink

http://www.vroleplay.net - join now!
Feb 4, 2011
382
27
Hey guys I installed » following the proper directions now when I go to my api page I get this:
Fatal error: Call to undefined function curl_init() in C:\xampp\htdocs\thehabbos_api\class.validate.php on line 33
Any help?!
 

Cablink

http://www.vroleplay.net - join now!
Feb 4, 2011
382
27
Also another problem im facing it goes to /client/client.php after I vote I need it to go to client/index.php is there anyway i can do that?

Rasta help?!
 

themaster2012

Member
Feb 16, 2012
188
15
20120310091049980x588.png



How to fix this problem??
 

clord21

New Member
Jun 2, 2011
2
0
Also another problem im facing it goes to /client/client.php after I vote I need it to go to client/index.php is there anyway i can do that?

Rasta help?!

yeah to do that go to htdocs>thehabbos_api>types>client.php then in theres should be a code

php code:

switch($lookingFor) {
case 1:
{
//what happens if someone does successfully vote
header("Location: client.php"); < change this to what ever you want should work
break;
}
 

Users who are viewing this thread

Top