aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Pages: [1] 2 3 4

Author Topic: PHP based webserver (amuleweb) is available for public testing  (Read 406401 times)

lfroen

  • Guest
PHP based webserver (amuleweb) is available for public testing
« on: September 16, 2005, 09:24:30 AM »

As topic says, php-enabled amuleweb is ready for public testing.
What does it mean ?
Until now, look-and-feel of of amuleweb was mostly hardcoded in amuleweb. Template exists, but it is being very hard to customize due the fact that you can't just load it into you favorite html editor.
Not anymore !
From now on, amuleweb can work similar to any other php-enabled webserver (apache for example). Template is set of regular html pages with inside, which are interpreted by amuleweb in run-time.
That's it - there is no more need to recompile amuleweb to change pages functionality.

How to turn it on
PHP interpreter is always compiled, so all you need is to add --php to amuleweb command line. If you have installed amule in default location, template will be found automatically.
If not - copy "php-default" template from amule snapshot into $HOME/.aMule/webserver
You can give it other name, but then you will need to use -t