Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/28/24 in Posts

  1. The new xUCP Free V5 Version is a completely new development. Download: https://github.com/DerStr1k3r/xucp-free-v5/releases/tag/5.1.1457 Github: https://github.com/DerStr1k3r/xucp-free-v5 ## xUCP Free V5 Admin Level Rank: * SQL: xucp_accounts * SQL TABLE: adminlevel =>set in your account to 120 ## Prerequisite for using the xUCP Free V5: * 1. MySQL servers * 2. Web server (XAMPP is not supported!) * 3. Mail server * 4. Php 8.2.24 or newer * 5. PHP8-PDO * 6. SSL ## Functions of the xUCP Free V5: * 1. Login & Register System with Discord OAuth2 * 2. Staff Tools ( User Changer, Playerlist, News Creator, Rules Manager, Whitelist Manager, Keyboard Manager ) * 3. Language System ( English & German ) * 4. Support system * 5. Edit profile * 6. Site Settings * 7. Clients & Servers * 8. Server Status System * 9. BB-Code-Editor System * 10. Game Server Status System * 11. Class Admin Settings System * 12. Team Control System * 13. Web Site System: Homepage * 14. Web Site System: Imprint * 15. Discord Message System * 15. Uptime System * 16. xUCP Free V5 Setup Check System * 17. xUCP Free V5 Update Status System * 18. xUCP Free V5 ENV File Loader System for xUCP Free V5 Site Config System best regards DerStr1k3r
    1 point
  2. Because of the RageMP downtime for the 1.47 update, i wanted to make a tutorial. Here it is! Sorry for my english, im German Step 1: Downloading Stuff Visual Studio Code: https://code.visualstudio.com NodeJS (Download the Windows Installer): https://nodejs.org/en/download/ When you got everthing, install it. Step 2: Setting up development environment Go to C:/RAGEMP/server-files/packages (or where you installed RAGEMP). Rightclick and Select "Open with Code". Minimize the Window. Now Shift+Rightclick in the /packages directory and select "Open Powershell". Type in npm init You can leave everything blank at the moment. Now, type in: npm install --save-dev github:CocaColaBear/types-ragemp-s#master This will install the types for auto-complete. Once it's done, you can close powershell, and restart VSC. (Make sure you open VSC with rightclick in /packages.) Now you have an nice workspace to getting started! (Optional) Setting up for client-side For client-packages its almost the same. But, here for you: Go to C:/RAGEMP/server-files/client-packages(or where you installed RAGEMP). Rightclick and Select "Open with Code". Minimize the Window. Now Shift+Rightclick in the /packages directory and select "Open Powershell". Type in npm init You can leave everything blank at the moment. Now, type in: npm install --save-dev github:CocaColaBear/types-ragemp-c#master This will install the types for auto-complete. Once it's done, you can close powershell, and restart VSC. (Make sure you open VSC with rightclick in /client-packages.) Now you have the same for client-side! For Questions, PM me or DM on Discord (@Elias#2919)
    1 point
×
×
  • Create New...