flagflag  

Registration wont work?

List posts in the topic

なし Registration wont work?

msg# 1
depth:
0
Previous post - Next post | Parent - Children.1 .2 .3 .4 .5 .6 | Posted on 2012/11/23 2:38
tinytime  Not too shy to talk   Posts: 22
i followed all the instructions on the web page on opensim but everytime i do a request i get "Failure" returned i did the registration in PHP it is running on a linux server with everything enabled.

i also enabled the things in the robust.ini but it wont work for some reason, can anyone help me to see if i did anything wrong?

this is my PHP code:

<?

function getGUID(){
if (function_exists('com_create_guid')){
return com_create_guid();
}else{
mt_srand((double)microtime()*10000);//optional for php 4.2.0 and up.
$charid = strtolower(md5(uniqid(rand(), true)));
$hyphen = chr(45);// "-"
$uuid =substr($charid, 0, 8).$hyphen
.substr($charid, 8, 4).$hyphen
.substr($charid,12, 4).$hyphen
.substr($charid,16, 4).$hyphen
.substr($charid,20,12);
return $uuid;
}
}

$new_UUID = getGUID();

$fields = array(
'METHOD' => "createuser",
'FirstName' => "testFirst",
'LastName' => "testLast",
'Password' => "123456",
'Email' => "test@test.com";,
'PrincipalID' => $new_UUID);



$ch = curl_init("http://<my-IP>:8003/accounts");

curl_setopt($ch, CURLOPT_POST, TRUE);
curl_setopt($ch, CURLOPT_POSTFIELDS, $fields);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, TRUE);

$result = curl_exec($ch);
$info = curl_getinfo($ch);
curl_close($ch);

echo "Return code:" . $info['http_code'] . "<br>";
echo "$result";
?>

i have debug on and it does say that there is a request there
Votes:58 Average:4.48

Posts tree

  Advanced search


Site Search

Login

Username:

Password:


Lost Password?
Register now!!

Sub Menu

mini Calendar

Last MonthMay 2024Next Month
Su Mo Tu We Th Fr Sa
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
Today

Who's Online

87 user(s) are online (2 user(s) are browsing Forum)

Members: 0
Guests: 87

more...

Access Counter

Today : 2545254525452545
Yesterday : 1223912239122391223912239
Total : 2354021523540215235402152354021523540215235402152354021523540215
Powered by XOOPS Cube 2.1© 2001-2006 XOOPS Cube Project
Design by XoopsDesign.com