SRO CMS v2 is A free and open-source project for the MMORPG Silkroad Online (iSRO & vSRO) Server files
Whats new?-:
- Supporting iSRO and vSRO files.
- very clean & 300% faster
- everything cached, no direct requests with your game dbs
- more rankings added
- fixed blue stats & iSRO wheeld items
- job info added
- new admin panel from scratch
- supporting dark mode
- supporting all Languages
- supporting custom themes
-Updating ..., but you can discover it yourself : )
-First be sure you have already installed iSRO-R | vSRO Databases
- Install Laragon Full https://laragon.org
- Add PHP ^8.2 or higher https://php.net
- Add PHP Sql Server Drivers https://microsoft.com
- And Sometimes you should install ODBC Driver 17 https://microsoft.com
_Lets begin:
- Clone the repo for SRO-CMS
git clone https://github.com/m1xawy/sro-cms.git- Install Laravel dependencies
composer install- Rename
.env.exampleto.envand fill it with Silkroad database info# Silkroad Server Files Type, iSRO, vSRO SRO_VERSION=iSRO # Silkroad Server Information DB_CONNECTION=sqlsrv DB_HOST=192.168.1.101 DB_PORT=1433 DB_DATABASE=SRO_CMS DB_DATABASE_PORTAL=GB_JoymaxPortal DB_DATABASE_ACCOUNT=SILKROAD_R_ACCOUNT DB_DATABASE_SHARD=SILKROAD_R_SHARD DB_DATABASE_LOG=SILKROAD_R_SHARD_LOG DB_USERNAME=sa DB_PASSWORD=123456
- Create new database
SRO_CMSand run Laravel commands for migrate website tables
php artisan migrate
php artisan db:seed
php artisan key:generate
php artisan storage:link- Install NPM packages & Run
npm install
npm run build- Change document root of laragon to public folder
sro-cms/public
Finally, Congratulation!
for changing main settings, go to admin panel > settings
and go config/global.php to customize everything.
to access admin panel change role user to admin from users table or execute this query
INSERT INTO SRO_CMS..user_roles (user_id ,is_admin) VALUES (1, 1)Get new updates:
git pull
composer update
php artisan migrate
php artisan db:seed
php artisan optimize:clearMessage me first. -Discord m1xawy
The Laravel framework is open-sourced software licensed under the MIT license.