All Projects → chuushi → Coreprotect Lookup Web Interface

chuushi / Coreprotect Lookup Web Interface

Licence: mit
A flexible lookup web interface for CoreProtect 2

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Coreprotect Lookup Web Interface

Httperrorpages
⏩ Simple HTTP Error Page Generator
Stars: ✭ 772 (+2562.07%)
Mutual labels:  webserver
Feather
A Minecraft server implementation in Rust
Stars: ✭ 896 (+2989.66%)
Mutual labels:  minecraft-server
Lib
single header libraries for C/C++
Stars: ✭ 866 (+2886.21%)
Mutual labels:  webserver
Nukkit
Cloudburst Nukkit - Nuclear-Powered Minecraft: Bedrock Edition Server Software
Stars: ✭ 776 (+2575.86%)
Mutual labels:  minecraft-server
Nodemc
Meta repository for information on the project as a whole
Stars: ✭ 16 (-44.83%)
Mutual labels:  minecraft-server
Drivebackupv2
Uploads Minecraft backups to Google Drive/OneDrive or by (S)FTP
Stars: ✭ 26 (-10.34%)
Mutual labels:  minecraft-server
Iodine
iodine - HTTP / WebSockets Server for Ruby with Pub/Sub support
Stars: ✭ 720 (+2382.76%)
Mutual labels:  webserver
Treefrog Framework
TreeFrog Framework : High-speed C++ MVC Framework for Web Application
Stars: ✭ 885 (+2951.72%)
Mutual labels:  webserver
Ansible Role Htpasswd
Ansible Role - htpasswd
Stars: ✭ 17 (-41.38%)
Mutual labels:  webserver
Serve
Serve is a small Rack-based web server and rapid prototyping framework for Web applications (specifically Rails apps). Serve is meant to be a lightweight version of the Views part of the Rails MVC. This makes Serve an ideal framework for prototyping Rails applications or creating simple websites. Serve has full support for Rails-style partials and layouts.
Stars: ✭ 844 (+2810.34%)
Mutual labels:  webserver
Beetlex
high performance dotnet core socket tcp communication components, support TLS, HTTP, HTTPS, WebSocket, RPC, Redis protocols, custom protocols and 1M connections problem solution
Stars: ✭ 802 (+2665.52%)
Mutual labels:  webserver
Mcsmanager
轻量级,开箱即用,多实例和支持 Docker 的 Minecraft 服务端管理面板
Stars: ✭ 829 (+2758.62%)
Mutual labels:  minecraft-server
Blink
A high performance web framework and application server in PHP.
Stars: ✭ 837 (+2786.21%)
Mutual labels:  webserver
Crow
Crow is very fast and easy to use C++ micro web framework (inspired by Python Flask)
Stars: ✭ 6,618 (+22720.69%)
Mutual labels:  webserver
Esp8266 Wifi Relay
simple sketch of using ESP8266WebServer to switch relays on GPIO pins. It serves a simple website with toggle buttons for each relay
Stars: ✭ 13 (-55.17%)
Mutual labels:  webserver
Caddy Docker
Docker container for Caddy
Stars: ✭ 729 (+2413.79%)
Mutual labels:  webserver
Webcpp
用C++开发web服务器框架
Stars: ✭ 23 (-20.69%)
Mutual labels:  webserver
Multicorn
Multicorn is a multi-interpreter server for Python.
Stars: ✭ 27 (-6.9%)
Mutual labels:  webserver
Caprover
Scalable PaaS (automated Docker+nginx) - aka Heroku on Steroids
Stars: ✭ 7,964 (+27362.07%)
Mutual labels:  webserver
B0pass
百灵快传:基于Go语言的高性能 "手机电脑超大文件传输神器"、"局域网共享文件服务器"。LAN large file transfer tool。
Stars: ✭ 836 (+2782.76%)
Mutual labels:  webserver

CoreProtect Lookup Web Interface (CoLWI)

A flexible lookup web interface for CoreProtect 2.

Imgur

Version: v1.0.0-pre2

Changelog | Contributing

This is a feature-packed web application that gives you the power to look up anything CoreProtect is capable of logging in the most efficient way. CoreProtect, a Minecraft plugin, is developed by Intellii.

This web app is capable of looking up logged data as if doing it from the game. Some filters are ported to this plugin, such as:

  • Lookup by action
  • Lookup by username
  • Lookup by block name
  • Lookup by time

In addition, this plugin makes it possible to:

  • Lookup data by coordinates and world
  • View more than four results per page
  • Filter out rolled back data
  • View what was written on the signs (TBD)
  • Search by keywords

Setup

Prerequisites

  • A web server with PHP 5.6 or above
    • Required extensions: PDO, PDO-SQLITE or PDO-MYSQL
  • A CoreProtect database used by CoreProtect 2.12 or above.
    • If using SQLite in real-time, the web server must be on the same machine as the Minecraft server.

Download

  • Option 1: git clone
    • This option makes it easier to update the web app.
    • Run the following command in somewhere on the web server.
git clone https://github.com/chuushi/CoreProtect-Lookup-Web-Interface.git

Configuration

Edit all the necessary configuration from config.php. All fields are documented in the configuration file.

Updating

If you used the option 1 to download the web app, you can run:

git stash
git pull
git stash pop
  • git stash stashes uncommitted changes
  • git pull downloads and updates the repository with the latest changes
  • git stash pop applies the stashed changes into the repository.

If you see this message after running git stash pop:

CONFLICT (content): Merge conflict in config.php

then you must edit the file manually (look for <<<<<<<, =======, and >>>>>>>) then run:

git add config.php

If you used the option 2, then you must re-download the .zip file and manually migrate the config.php file over.

Plugin Links

~Chuu

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].