diff options
Diffstat (limited to 'update/plugin/phpBB3/trunk/root/includes/functions_instadisc.php')
| -rw-r--r-- | update/plugin/phpBB3/trunk/root/includes/functions_instadisc.php | 8 |
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'), |
