More actions
No edit summary |
No edit summary |
||
Line 16: | Line 16: | ||
|download=https://dlhb.gamebrew.org/wiihomebrews/wiiwebserverwii.7z | |download=https://dlhb.gamebrew.org/wiihomebrews/wiiwebserverwii.7z | ||
|website=https://sourceforge.net/projects/wiiwebserver/ | |website=https://sourceforge.net/projects/wiiwebserver/ | ||
|source= | |source=https://sourceforge.net/projects/wiiwebserver/ | ||
}} | }} | ||
Boot using normal methods *cough* HBC *cough*. Once running, will run itself. | The '''Wii Web Server''' is a homebrew application that enables you to run a web server on your Nintendo Wii gaming console. Boot using normal methods *cough* HBC *cough*. Once running, will run itself. | ||
==Setting up== | ==Setting up== | ||
=== settings for version alpha v1.10 + === | === settings for version alpha v1.10 + === | ||
Line 37: | Line 36: | ||
=== Custom error pages === | === Custom error pages === | ||
On the SD, create a folder called "error" in the /data/web folder and create pages called XXX.html where XXX is the error number for the custom page to replace, such as 404 for page not found and 500 for server errors | On the SD, create a folder called "error" in the /data/web folder and create pages called XXX.html where XXX is the error number for the custom page to replace, such as 404 for page not found and 500 for server errors | ||
=== Directory Listing === | === Directory Listing === | ||
There is no directory listing and your homepage must be called "index.html" | There is no directory listing and your homepage must be called "index.html" | ||
=== USB Storage === | === USB Storage === | ||
Put files on in the same directories as you would on the sd card, i.e in usb://data/web/<p> | Put files on in the same directories as you would on the sd card, i.e in usb://data/web/<p> | ||
If, for example, your file is usb://data/web/index.html, then the link to it is /usb/index.html, <br />if it is linked to as /index.html, then wii web server will load the index off of the sd card in sd://data/web/index.html | If, for example, your file is usb://data/web/index.html, then the link to it is /usb/index.html, <br />if it is linked to as /index.html, then wii web server will load the index off of the sd card in sd://data/web/index.html | ||
==Media== | ==Media== | ||
'''Making a Web Server out of a Nintendo Wii – Is It Possible? ([https://www.youtube.com/watch?v=lF-E7-52G7w Michael MJD])'''<br> | |||
<youtube>lF-E7-52G7w</youtube> | <youtube>lF-E7-52G7w</youtube> | ||
Revision as of 06:39, 27 Ocak 2023
Wii Web Server | |
---|---|
File:Wiiwebserverwii.jpg | |
General | |
Author | Cboomf + Felix123 + Others |
Type | Utilities |
Version | alpha 1.30 |
License | Mixed |
Last Updated | 2010/04/10 |
Links | |
Download | |
Website | |
Source | |
The Wii Web Server is a homebrew application that enables you to run a web server on your Nintendo Wii gaming console. Boot using normal methods *cough* HBC *cough*. Once running, will run itself.
Setting up
settings for version alpha v1.10 +
In a folder on the root of the sd called data create a folder called wws and make :-
- pass.txt containing your password (make sure is followed by new line)
- port.txt containing the custom port number
- wwwo.txt 1 for using /www on root or 0 for /data/web
If the above files aren't found then the following defaults will be used
- pass.txt - all options that require a password are disabled
- port.txt - defaults to port 80
- wwwo.txt - defaults to the same as 0 which is /data/web
Custom error pages
On the SD, create a folder called "error" in the /data/web folder and create pages called XXX.html where XXX is the error number for the custom page to replace, such as 404 for page not found and 500 for server errors
Directory Listing
There is no directory listing and your homepage must be called "index.html"
USB Storage
Put files on in the same directories as you would on the sd card, i.e in usb://data/web/
If, for example, your file is usb://data/web/index.html, then the link to it is /usb/index.html,
if it is linked to as /index.html, then wii web server will load the index off of the sd card in sd://data/web/index.html
Media
Making a Web Server out of a Nintendo Wii – Is It Possible? (Michael MJD)
Credits
This is almost community based !! :-)
- Cboomf - Main code
- Felix123 - SD card code
- Teknecal - Threading basis, %20 handling, HEAD method routine, time in headers
- Joedj - the write_exact function from ftpii
- Muzer - pre-release testing
- Henke37 - advise and help
- Lines - the icon.png that most people and the admin page uses
- Ruby - first gui graphics
- Twiizers - starting the ball rolling
External links
- Sourceforge - https://sourceforge.net/projects/wiiwebserver/
- Wiibrew - https://wiibrew.org/wiki/Wii_Web_Server