Giter Site home page Giter Site logo

serverstatus-1's Introduction

ServerStatus

Server Status website script, displays uptime (days), free RAM, free HDD.

About branch backup and master

Branch backup is a clone of http://git.oschina.net/supercell/service_count

Branch master is a modified version

Screenshots

table

About install.sh

If you logged into informaiton panel, you can find the usage of install.sh

About configuration

Please edit config.php

define('DB_USER', "root");//DATABASE_USER

define('DB_PASS', "");//DATABASE_PASS

define('DB_HOST',"127.0.0.1");//DATABASE_SEVER

define('DB_NAME', "");//DATABASE_NAME

define('DB_PREFIX','ss');//DO_NOT_CHANGE_IN_CURRENT_VERSION

define('POST_TOKEN', "666");//POST_AUTH_KEY

define('LOGIN_PASS', "666");//INFOMATION_PANEL_LOGIN_PASS

define('IP_TOKEN', '');//LEAVE_BLANK_TO_ALLOW_ALL_PERSONT_TO_USE_IP_WHOIS_API

define('DISPLAY_IP',TRUE);//HIDE_IP_TO_AVOID_DDOS_ATTACK

How to init database?

import database.sql

About IP Whois

The normal ip whois api print chinese result. If you want to show in your mother touge, please edit ip.php and add custom api;

Credits

Thanks the BotoX/ServerStatus project for some of the code which has been used in this project.

serverstatus-1's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.