Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.93 KB

README.md

File metadata and controls

45 lines (30 loc) · 1.93 KB

CoWFC

This repo should be considered as legacy fairly soon. A developer is looking to give a complete overhaul to the CoWFC project.

Front- and back-end website for the DWC network server emulator

CONTRIBUTING

Please open pull requests for the dev branch.

How to Build

First, you will need to be running on Ubuntu. Otherwise the setup script will not run. Please run the following command below to get started:

mkdir /var/www ; cd /var/www && wget https://raw.githubusercontent.com/kyle95wm/cowfc_installer/master/cowfc.sh && chmod +x cowfc.sh && ./cowfc.sh

If you're on AWS, you can run this instead:

mkdir /var/www ; cd /var/www && wget https://raw.githubusercontent.com/kyle95wm/cowfc_installer/master/cowfc.sh && chmod +x cowfc.sh && && touch /var/www/.aws_install && ./cowfc.sh

Your server will reboot after adding the PHP7.1 repo. After the server has rebooted, please issue the following commands: cd /var/www/ && ./cowfc.sh

Follow the rest of the on-screen instructions and let your server build.

Features

  • Stats page shows who is online by game/country
  • Admin panel to manage bans, whitelists, and more

Screenshots

Login Page

image

Main Dashboard

image

User List - contains all the info an admin would need to identify a player

image

More screenshots coming soon as we get further with development.

TODO

  • Integrate moderator rank system
  • Integrate moderator account management portal
    • Only accessible by highest ranked moderators
    • Modification of users of the same rank must be done through shell
  • More ideas I'm sure we haven't thought of yet :p