Basically a Geometry Dash Server Emulator
Fixed version so all 2.2 things work for example: rating mythic/legendary, lists, rating demons
Supported version of Geometry Dash: 1.0 - 2.2
(See the backwards compatibility section of this article for more information)
Required version of PHP: 5.5+ (tested up to 8.1.2)
- master - This is the main version of the server.
- untested - This branch contains the newest breaking changes. Note that this branch has virtually no support and therefore you're on your own if stuff breaks.
- Upload the files on a webserver
- Import database.sql into a MySQL/MariaDB database
- Edit the links in GeometryDash.exe (some are base64 encoded since 2.1, remember that)
Base for account settings and the private messaging system by someguy28
XOR encryption — https://github.com/sathoro/php-xor-cipher — (incl/lib/XORCipher.php)
Cloud save encryption — https://github.com/defuse/php-encryption — (incl/lib/defuse-crypto.phar)
Mail verification — https://github.com/phpmailer/phpmailer — (config/mail)
JQuery — https://github.com/jquery/jquery — (dashboard/lib/jq.js)
Image dominant color picker — https://github.com/swaydeng/imgcolr — (dashboard/lib/imgcolr.js)
Media cover — https://github.com/aadsm/jsmediatags — (dashboard/lib/jsmediatags.js)
Most of the stuff in generateHash.php has been figured out by pavlukivan and Italian APK Downloader, so credits to them