about summary refs log tree commit diff stats
path: root/data/maps/the_bearer/rooms/Purple Planet (View).txtpb
blob: 4ab506d55bb34d3f3ce2a9974734936196c5c361 (plain) (generated by cgit-pink 1.4.1 (git 2.36.1) at 2025-10-13 15:52:46 +0000
''; // Set this to your unique URI function instaDisc_sendItem($title, $author, $url, $semantics) { $verID = rand(1,65536); $client = new xmlrpc_client($idusCentralServer); $msg = new xmlrpcmsg("InstaDisc.sendFromUpdate", array( new xmlrpcval($idusUsername, 'string'), new xmlrpcval(md5($idusUsername + ":" + md5($idusPassword) + ":" + $verID), 'string'), new xmlrpcval($verID, 'int'), new xmlrpcval($idusSubscriptionURI, 'string'), new xmlrpcval($title, 'string'), new xmlrpcval($author, 'string'), new xmlrpcval($url, 'string'), new xmlrpcval($semantics, 'array'))); $client->send($msg); } ?>