Simple GDPS Framework for GD 1.0-1.5!
Note
The core is still being worked on, so it may be buggy.
- Uploading levels
- Retrieving levels
- Downloads levels
- Liking levels
- Leaderboards
- Comments
- Discord Webhooks (off by default)
- Rated levels
- difficulty filters
- A MySQL or MariaDB database.
- PHP (7.0+, tested up to 8.4)
Step 1: Connect to your web server with a FTP client such as FileZilla, or if using XAMPP go to your htdocs.
Step 2: Upload all the files from the GitHub repo to the htdocs folder or the folder where the website is (such as www on AlwaysData)
Step 3: Upload the Database.sql file to your Database.
Step 4: Edit the links in your Geometry Dash APK to use the URL of your website. (must be 33 characters)
Step 5: Edit all files in config/
- Cvolton - the incl/lib/connection.php script (I just yoinked it straight from gmdprivateserver lol), and commenting is heavily referenced from their version of gmdprivateserver.
- Caster - testing the core
- Ozonous - creating the leaderboard in the dashboard directory
- Renzbobz - Discord Webhook function - https://github.com/renzbobz/DiscordWebhook-PHP