Basically a Geometry Dash Server Emulator.
Supported version of Geometry Dash: 2.113 (As of writing this [July 26, 2018]).
Required version of PHP: 5.4+
- Upload the files on a webserver.
- Edit connection.php with the requeried information.
- Edit defaults.php with the requeried information.
- If you know how to set up a real email to use with your server and you want to use one also follow this steps:
- Edit email.php with the requeried information.
- Edit smtp.php with the requeried smtp server information the lines 125 and 132.
- Edit changePassword.php and add the email body at line 95.
- Edit changeUsername.php and add the email body at line 128.
- Edit lostPassword.php and add the email body at line 91.
- Edit registerGJAccount.php and add the email body at line 29.
- Import database.sql into a MySQL/MariaDB database.
- Edit the links in GeometryDash.exe (some are Base64 encoded since 2.1).
-
Private messaging system by someguy28.
-
Base for account settings by someguy28.
-
Using this for XOR encryption - XORCipher.php.
-
Most of the stuff in generateHash.php has been figured out by pavlukivan and Italian APK Downloader.
-
Based on Cvolton's Private Server.