jesepi Posted February 19, 2012 Share Posted February 19, 2012 I was using this script and a cronjob to move my idle users into a particular channel:https://github.com/mumble-voip/mumble/blob/master/scripts/idle.phpAfter a php/zeroc update, the script no longer works. Looking around I found this documentation:http://download.zeroc.com/Ice/3.4/Ice-3.4.1-RELEASE_NOTESThese functions have also been removed: Ice_loadProfile() The global variable $ICE is no longer defined. An application must now initialize its own communicator as described above in the "Communicators" section. Can this be easily fixed by someone? Quote Link to comment Share on other sites More sharing options...
Administrators kissaki Posted May 17, 2012 Administrators Share Posted May 17, 2012 As a quick link that will probably help you:See the connecting logic of MumPIhttps://github.com/Kissaki/MumPI/blob/a2978098744f606f3695628feeefaa6e73d3c5d7/classes/ServerInterface.php#L48Especially the version check and differences in connecting.For version 3.4 you will want to see line 60 onwards. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.