Menu

Tree [r10] /
 History

HTTPS access


File Date Author Commit
 images 2008-02-01 nh2 [r1]
 lang 2008-02-08 titilambert [r7] French translation updated
 Changelog 2008-02-01 nh2 [r1]
 INSTALL 2008-02-05 nh2 [r3]
 README 2008-02-05 nh2 [r3]
 TODO.txt 2008-02-10 nh2 [r8] - most pages are XHTML valid
 config.php 2008-02-10 nh2 [r8] - most pages are XHTML valid
 feet.php 2008-02-06 nh2 [r6] REQUEST for some language updates (see NEEDS TR...
 genconfig.php 2008-02-10 nh2 [r8] - most pages are XHTML valid
 globals.php 2008-02-10 nh2 [r8] - most pages are XHTML valid
 header.php 2008-02-10 nh2 [r9] - small bugfix (there were two </head> tags
 index.php 2008-02-10 nh2 [r8] - most pages are XHTML valid
 log.php 2008-02-10 nh2 [r8] - most pages are XHTML valid
 login-u.php 2008-02-06 nh2 [r6] REQUEST for some language updates (see NEEDS TR...
 logout.php 2008-02-10 nh2 [r8] - most pages are XHTML valid
 manageusers.php 2008-02-10 nh2 [r8] - most pages are XHTML valid
 murmur.ini 2008-02-01 nh2 [r1]
 murmur.ini.back 2008-02-01 nh2 [r1]
 murmur.log 2008-02-01 nh2 [r1]
 murmurlog.php 2008-02-10 nh2 [r8] - most pages are XHTML valid
 murmurwebadmin.conf.php 2008-02-05 titilambert [r5] - Translation updated
 readconfig.php 2008-02-10 nh2 [r8] - most pages are XHTML valid
 secure.php 2008-02-06 nh2 [r6] REQUEST for some language updates (see NEEDS TR...
 startsrv.php 2008-02-05 nh2 [r3]
 stopsrv.php 2008-02-05 nh2 [r3]
 style.css 2008-02-10 nh2 [r8] - most pages are XHTML valid
 users.php 2008-02-10 titilambert [r10] Bug correction line 64
 welcome.php 2008-02-10 nh2 [r8] - most pages are XHTML valid

Read Me

    Murmur WebAdministrator - Administration of Murmur Server on web for end users.
    Copyright (C) 2007,2008  Thibault Cohen

    This document is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This work is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this work; see the file COPYING. If not, write to the
    Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.


Pre-requisites
==============

 - Works only on Unix systems !
 - Web server with PHP
 - MySQL server or SQLite
 - Murmur installed ( 1.1.0 or 1.1.1, 1.1.2 not tested )
 - murmur.ini configured:
    - if you are using MySQL, there must be set: dbDriver=QMYSQL
    - if you are using SQLite, there must be set: dbDriver=SQLite
     murmurwebadmin does not care about comments, so it tries to connect to SQLite if you have set #dbDriver=SQLite


Installation
============

See INSTALL file


First connection
================

     -  After install launch a first time murmur.x86 :
       cd <murmurpath>
       ./murmur.x86 -ini murmurwebadmin/murmur.ini

     - Then kill him :
       killall murmur.x86

     - Then connect you with "superuser"  user :
         user : superuser
         NO PASSWORD


===========
Readme
===========

  * The config file used by the server is in murmurwebadmin folder.

  * If you want to have a useful web interface, you have to follow advices.


===========
Advises
===========

  * Don't forget to change superuser password.

  * If you want to be able to stop and start murmur server with Web interface :
       chgrp <web-user> <murmurpath>/murmur.x86
       chmod 754 <murmurpath>/murmur.x86

  * It's better to let "mumur.log" in log file option (not tested in other folder...).
 
  * It's better to let empty "Murmur IP" field.

  * WARNING : Don't delete all users. If you do this, you have to add user with mysql or phpmyadmin.
              Use that command :
	      INSERT INTO murmur_players (server_id, name, pw) VALUES (SERVER_ID, "USERNAME",SHA1("PASSWORD"));


Any questions
=============

http://sourceforge.net/projects/murmurwebadmin/
http://sourceforge.net/forum/?group_id=211952

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.