Skip to content
/ CoWFC Public
forked from mh9924/CoWFC

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

License

Notifications You must be signed in to change notification settings

kyle95wm/CoWFC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • CSS 61.4%
  • PHP 30.1%
  • JavaScript 8.2%
  • Shell 0.3%