This repository is a backup and archive of the Mu Online forums signatures request page, created on 2008-2009.
The original website was hosted on Google Sites, Free Webs, and Photobucket before the services shut down or changed their free hosting policies.
The animated GIFs and large reference graphics files are now hosted on Firebase Storage to save space on GitHub. The website retains references to original assets that are still available on Photobucket.
NOTE: The original site templates use static files and outdated HTML/JS approaches. Some functionality on various pages may not work on modern browsers.
https://muonlineph.github.io/sigs/
This project has no dependencies since it only contains static website files. Other local web servers that allow the hosting of static files are alternate options for local host development.
- (Optional) Docker
Required to run a Dockerized Node web server for local development
-
Clone this repository.
https://github.com/muonlineph/sigs.git
-
Pull the local web server image (this requires Docker installed).
docker pull weaponsforge/livereload-basic:latest
-
Download and extract the assets from mirror1 or mirror2 for the following directories. These are required when working on
http://localhost:3000/offline/
.- /public/300x86
- /public/downloads
- /public/files
-
Navigate to the project root directory using a terminal, then run the local web server.
docker run -it --rm -p 3000:3000 -v %cd%\public:/opt/app/public -e USE_POLLING=true weaponsforge/livereload-basic:latest
-
Load the localhost website at:
http://localhost:3000
-
Edit the existing static files from the ./public directory and wait for live reload. Your updates will reflect on the web browser.
http://localhost:3000/
- Loads assets and media from online storage references on Photobucket and Firebase Storage
http://localhost:3000/offline
-
To include new static website files on live reload:
- Create new static (.html, .js, .css) files inside the ./public directory.
@weaponsforge
20211110
20241008