Skip to content

muonlineph/sigs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sigs

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.

screenshot

Demo

https://muonlineph.github.io/sigs/

Assets and Related Files

Content

Dependencies

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

Installation

  1. Clone this repository.
    https://github.com/muonlineph/sigs.git

  2. Pull the local web server image (this requires Docker installed).
    docker pull weaponsforge/livereload-basic:latest

  3. 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

Usage

  1. 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

  2. Load the localhost website at:
    http://localhost:3000

  3. 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
      • Loads assets and media from public local development environment references

      • Download the required files first for the following directories from the mirror1 or mirror2 assets backup before proceeding:

        /public/300x86
        /public/downloads
        /public/files
        
  4. To include new static website files on live reload:

    • Create new static (.html, .js, .css) files inside the ./public directory.

@weaponsforge
20211110
20241008