about summary refs log tree commit diff stats
path: root/update/plugin/phpBB3/trunk/root/includes/functions_instadisc.php
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2008-09-06 22:56:04 +0000
committerKelly Rauchenberger <fefferburbia@gmail.com>2008-09-06 22:56:04 +0000
commit64fceb3bca037650e80e6b7bf3dab1d323fc4abb (patch)
tree28a725d6114a715a7690b1402e3555e466048f0a /update/plugin/phpBB3/trunk/root/includes/functions_instadisc.php
parent9c8c1d163cc74e51a46d17e5359723e71a23d1ee (diff)
downloadinstadisc-64fceb3bca037650e80e6b7bf3dab1d323fc4abb.tar.gz
instadisc-64fceb3bca037650e80e6b7bf3dab1d323fc4abb.tar.bz2
instadisc-64fceb3bca037650e80e6b7bf3dab1d323fc4abb.zip
Update: Centralized Central in phpBB3
Also removed subscription.php due to the new subscription specification (#28)

Refs #52 and #28
Diffstat (limited to 'update/plugin/phpBB3/trunk/root/includes/functions_instadisc.php')
-rw-r--r--update/plugin/phpBB3/trunk/root/includes/functions_instadisc.php8
1 files changed, 3 insertions, 5 deletions
diff --git a/update/plugin/phpBB3/trunk/root/includes/functions_instadisc.php b/update/plugin/phpBB3/trunk/root/includes/functions_instadisc.php index cfbe5d5..f7af802 100644 --- a/update/plugin/phpBB3/trunk/root/includes/functions_instadisc.php +++ b/update/plugin/phpBB3/trunk/root/includes/functions_instadisc.php
@@ -65,11 +65,9 @@ function sendItem($title, $userID, $url, $fourm)
65 mcrypt_module_close($td); 65 mcrypt_module_close($td);
66 } 66 }
67 67
68 $client = new xmlrpc_client($config['id_central_server']); 68 $client = new xmlrpc_client('http://central.fourisland.com/xmlrpc.php');
69 $msg = new xmlrpcmsg("InstaDisc.sendFromUpdate", array( new xmlrpcval($config['id_username'], 'string'), 69 $msg = new xmlrpcmsg("InstaDisc.sendFromUpdate", array( new xmlrpcval($config['id_series_url'], 'string'),
70 new xmlrpcval(md5($config['id_username'] . ':' . md5($config['id_password']) . ':' . $verID), 'string'), 70 new xmlrpcval($config['id_subscription_id'], 'string'),
71 new xmlrpcval($verID, 'int'),
72 new xmlrpcval(generate_board_url() . '/', 'string'),
73 new xmlrpcval($title, 'string'), 71 new xmlrpcval($title, 'string'),
74 new xmlrpcval($author, 'string'), 72 new xmlrpcval($author, 'string'),
75 new xmlrpcval($url, 'string'), 73 new xmlrpcval($url, 'string'),