PDA

View Full Version : Wii Web Server v0.82



wraggster
August 17th, 2008, 21:20
Cboomf (http://wiibrew.org/wiki/Homebrew_apps/Wii_Web_Server) has this weekend updated his Wii Web Server (https://sourceforge.net/projects/wiiwebserver/) to version 0.82, heres the release info and details:


Boot using normal methods *cough* HBC *cough*. Once running, will run itself. To quit, press home on the wiimote. If no wiiweb.xml is found then the old method of using the wiimote can still be used.

Place your html files in /data/web/ on the root of your sd card, must be inserted before the app is loaded. Use data.zip for demo files.

In verions alpha v0.81 onwards, in the xml (link below) a custom error page can be specified by

<?xml version="1.0"?>
<settings
404="/four04.html"
500="/five00.html"
>
</settings>
If no file is needed just put "nofile" in the place of the file path

There is no directory listing and your homepage must be called "index.html"

Changes
alpha v0.82 (http://downloads.sourceforge.net/wiiwebserver/hl2082.elf?use_mirror=osdn)

wiiweb.xml v rc1 (http://downloads.sourceforge.net/wiiwebserver/wiiwebr1.xml?use_mirror=osdn)
New stipped down wiiweb.xml

Removed buggy //quit (might return later)
Now use the same method of quitting as ftpii and wiihttpd
using a threaded home button detection routine
Small code improvements and removed unused code

Download Above and Give Feedback Via Comments