My bug ...LJ.XMLRPC

Feb 13, 2008 19:05

There is error ?
please help .

write in php + LJ.XMLRPC

$message = new xmlrpcmsg('LJ.XMLRPC.consolecommand');
$message->addParam(xmlrpc_encode(array(
"username" => $Puser,
"password" => $Ppass,
"hpassword" => md5($Ppass),
"clientversion" => "Clops-Connector/0.0.2",
"lineendings" => "0x0A",
"commands" => "help print"
)));

client, code: php, client: xmlrpc

Previous post Next post
Up