Releases: chuushi/CoreProtect-Lookup-Web-Interface
Nightly #3 - Rollback and Improvements
This update adds rollback search feature and decreases the database loading time for databases with gigabytes of data. Refer to the changlog.md for all changes!
And, as always, feel free to open an issue or comment on this Reddit thread if you find any bugs or have any feature suggestions. I'm open to anything!
Thank you!
~Simon
Nightly #2 - Huge Bug Fixes
The previous release had a bug that rendered this plugin useless. This release is sure to fix the mistakes.
And, as always, please open an issue or make a comment on this Reddit thread if you have any suggestions or find any bugs.
~Simon
SQLite Update
The support for sqlite is finally here!
If you run into any problems using this, please open an issue here or make a comment on this thread!
Thank you!
~SimonOrJ
index.php Update
Hey, an index page?! The very first view of the index page is finally here! Feel free to grab a copy and help me test the project!
CoreProtect Last50 Test Update
This release allows you to test out the code! If successful, visiting the last50.php
should produce last fifty chat, command, and block activities that were logged by CoreProtect on the server.
Please remember to configure the settings.php
and give write permission to the webserver to the cache
directory. The latter is done using the chmod 777 cache
command or something similar.
Note: the last50.php
file does not utilize the conn.php file, and the file itself won't be used in the final release.
CoreProtect Connection self-API
This release only contains a way to connect to the database using the conn.php and cachectrl.php. This is a test release for you to check if the connection works and returns a long JSON output.
Please refer to the wiki if you would like to know how to use it, or if you want to make your own lookup webpage out of.
The index.php file is still in development.
NOTE: Please add your database information in quotes (eg: "localhost"
) in settings.php. I forgot about them.