Skip to content
/ CoWFC Public
forked from EnergyCube/CoWFC

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

License

Notifications You must be signed in to change notification settings

Asmial/CoWFC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoWFC

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

CONTRIBUTING

Please open pull requests for the dev branch.

How to Build

Note : This version of CoWFC is not compatible with the original dwc_network_server_emulator !

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/EnergyCube/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/EnergyCube/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
  • Directly edit the dwc_network_server_emulator settings

Screenshots

Login Page

image

Main Dashboard

image

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

image

dwc_network_server_emulator Settings

image

Console Manual Activation

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
  • Add more settings
  • 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

No packages published

Languages

  • CSS 59.6%
  • PHP 31.7%
  • JavaScript 7.9%
  • Other 0.8%