IPS REST API
I just wonder if any one know how to make API create member for IPS. I have manage to make it works with xenforo but i dont understand IPS. I like to have it like this:
$response = file_get_contents('http://*/forum/api.php?action=register&hash=**************&username='.$_POST['username'].'&password='.$_POST['password'].'&email='.$_POST['email'].'');
Thanks in advance