MirrorCore is a Geometry Dash private server framework (core), currently only supporting version 1.0.
Note
Since this core only supports version 1.0, only online features seen in 1.0 are shown here.
- Viewing levels (getGJLevels)
- Downloading levels (downloadGJLevel)
- Uploading levels (uploadGJLevel)
- Liking levels
- The Rate button on a level
- "Trending" tab and the Featured button
- Download counter going up when someone downloads a level
- Length filter on search
- PHP
- A MySQL/MariaDB database
- Clone this repository
- Put the files to your webserver
- Modify
incl/connection.phpand replace the database name, username, password, and host - Import
database.sqlto your database - Modify the links to your Geometry Dash 1.00-1.02 copy to your server
MIT