GDprivateServer
Cvolton's GMDprivateServer better version
Supported version of Geometry Dash: 1.0 - 2.11 (so any version of Geometry Dash works, as of writing this [February 02, 2020])
Required version of PHP: 5.4+ (tested up to 7.3.11)
What this version have
- Spam attacks blocking
- Likebot blocking
- Classic, reCAPTCHA and hCaptcha support
- Common password filter
- Better custom song
- Discord webhook support (config/webhook.php)
- Auto giving creator points
- Better song list
Setup
- Upload the files on a webserver
- Edit config/connection.php and config/security.php (and config/webhook.php if you want to use discord webhook with GDPS)
- Import database.sql into a MySQL/MariaDB database
- Edit the links in GeometryDash.exe (some are base64 encoded since 2.1, remember that)
Credits
Original - https://github.com/Cvolton/GMDprivateServer
Base for account settings and the private messaging system by someguy28
Using this for XOR encryption - https://github.com/sathoro/php-xor-cipher - (incl/lib/XORCipher.php)
Using this for cloud save encryption - https://github.com/defuse/php-encryption - (incl/lib/defuse-crypto.phar)
Most of the stuff in generateHash.php has been figured out by pavlukivan and Italian APK Downloader, so credits to them