This repository has been archived by the owner on Oct 27, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 14
Setup
Andreas edited this page Oct 31, 2023
·
6 revisions
Please check setup.php and Common issues after you are done with the setup before you contact me/create an issue.
Setup
- Download the latest Release ZIP and the db.sql file from here.
- Extract the files and upload them to your PHP host.
- Create a new database in PHPMyAdmin, import the contents of the db.sql.
- Rename Database file to Database.php.
- Edit the Database.php file to include your database credentials.
- Upload the x.exe file in the panel's main directory.
- Log in to the panel using default credentials, then change the password to a secure one.
- Edit the Config.php file to set the name and description of your website, and set a secure API key for authenticating requests.
- Rename the DiscordConfig file to DiscordConfig.php.
- Create a new Discord application to integrate with the panel.
- Copy the panel's profile URL and add it as a redirect URL in the Discord application.
- Fill in your Discord logging webhook URL(s) in the DiscordConfig.php file to allow the panel to send messages to Discord.
NOTE: Make sure php has full access to /usercontent/avatar otherwise no avatar can be downloaded from discord.
Setup-Video
Watch the Setup Tutorial on YouTubeSetup Cloudflare Turnstile captcha
- Got to your cloudflare dashboard.
- Click in the sidebar on the left side on Turnstile.
- Click on "Add Site". Enter a nickname for the site and the domain you are using.
- Select your prefered widget mode & click "Save".
- Go to the system settings in the panel.
- Paste your Site secret and click "update."
- Paste your Site key and click "update".
Setup hCaptcha
- Got to your hCaptcha dashboard.
- Click on "Add Site". Enter a nickname for the site and the domain you are using.
- Select your prefered passing Threshold & click "Save".
- Go to the system settings in the panel.
- Paste your Site secret and click "update".
- Paste your Site key and click "update".
Setup reCaptcha
- Got to your reCaptcha admin console.
- Click on the + icon in the top right corner.
- Enter a label for your domain.
- Select your prefered reCaptcha type.
- Enter he domain you are using & press "Submit".
- Go to the system settings in the panel.
- Paste your Site secret and click "update".
- Paste your Site key and click "update".