forked from Kissaki/MumPI
-
Notifications
You must be signed in to change notification settings - Fork 0
[Not actively maintained anymore] MumPI is your Webinterface in PHP for Mumble talking to your Mumble Server (“Murmur”) via the Ice-Middleware.
License
w1n5l0w/MumPI
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
NOTE: Unfortunately I do not have a working Zeroc PHP Ice environment and hence can't test or fix MumPI for new and current Ice and PHP versions. Even now that ZeroC has finally provided stable package releases for current Ubuntu LTS releases I could not get it to work. I gave up. If you can get it to work, suggestions and fixes are very welcome! MumPI is your Webinterface written in PHP for your Mumble Server ("Murmur") using the Ice-Middleware. For installation notices, see INSTALL.txt or better yet https://github.com/Kissaki/MumPI/wiki/Installation For FAQ see https://github.com/Kissaki/MumPI/wiki/FAQ For Updates follow http://kcode.de/wordpress/category/development/mumble_php_interface as feed http://kcode.de/wordpress/category/development/mumble_php_interface/feed To access the admin area, add /admin/ to your url. To access the viewer, add /viewer/ to your url. To access the user, add /user/ to your url. (redirect in place) To get JSON data in the [CVP](http://wiki.mumble.info/wiki/Channel_Viewer_Protocol) format: `?view=json&serverId=1` To get JSON data in JSONP style: `?view=json&serverId=1&callback=?` On first admin-login your admin account will be created. No need to manually create your first admin account yourself. Just login and admin-away! Note on accounts: The interface is using a local database for storing mumpi admin accounts etc. This has nothing to do with mumble or murmur accounts, but only the interface itself. At this moment, filesystem and individual files are totally sufficient and probably better in performance than a DBS like MySQL would be (just disk I/O rather than tcp connections and a separate system to call). 3rd Party things: Icons from http://findicons.com/pack/1156/fugue http://findicons.com/pack/1581/silk
About
[Not actively maintained anymore] MumPI is your Webinterface in PHP for Mumble talking to your Mumble Server (“Murmur”) via the Ice-Middleware.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- PHP 60.8%
- Slice 34.6%
- CSS 2.3%
- JavaScript 2.1%
- Other 0.2%