Simple GDPS Framework for GD 1.0-1.5!
Requires PHP 7.0+, tested up to 8.4
Note
The core is still being worked on, so it may be buggy.
- Uploading levels
- Retrieving levels
- Downloads levels
- Liking levels
- Leaderboards (other than creator lb)
- Comments
- Rated levels!
- difficulty filters
- A MySQL or MariaDB database.
- PHP
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)
- 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
GPL-3.0