previous frontend we used for ripple - currently used for admin panel
- JavaScript 61.1%
- PHP 35.5%
- CSS 3%
- HTML 0.4%
Add Discord webhook messages for Rank + Blacklist See merge request ripple/old-frontend!1 |
||
|---|---|---|
| audio | ||
| css | ||
| discord | ||
| fonts | ||
| html_static | ||
| images | ||
| inc | ||
| js | ||
| main_menu_icons | ||
| palloncini | ||
| secret@5757bf3159 | ||
| ss | ||
| .dockerignore | ||
| .drone.yml | ||
| .gitignore | ||
| .gitmodules | ||
| apple-touch-icon.png | ||
| composer.json | ||
| composer.lock | ||
| favicon-16x16.png | ||
| favicon-32x32.png | ||
| favicon.ico | ||
| favicon.png | ||
| index.php | ||
| LICENSE | ||
| manifest.json | ||
| README.md | ||
| rewrite.php | ||
| safari-pinned-tab.svg | ||
| submit.php | ||
old-frontend
This is Ripple's current frontend, written in PHP.
This is the only part of Ripple we've not rewritten since the first version of Ripple, and it sucks. We've actually rewritten also this.
But, since the code is here just for reference, I don't think it's a huge problem.
Installation
Copy config.sample.php as config.php and edit it
$ cd inc
$ cp config.sample.php config.php
$ nano config.php
Then, run composer install on the main directory
$ composer install
License
All code in this repository is licensed under the GNU AGPL 3 License.
See the "LICENSE" file for more information