Skip to content

m1xawy/sro-cms

Repository files navigation

About SRO CMS v2

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

Documentation Link

-Updating ..., but you can discover it yourself : )

Official Links

Installation Video

IMAGE ALT TEXT HERE

Quick Installation

-First be sure you have already installed iSRO-R | vSRO Databases

_Lets begin:

  1. Clone the repo for SRO-CMS
git clone https://github.com/m1xawy/sro-cms.git
  1. Install Laravel dependencies
composer install
  1. Rename .env.example to .env and 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
  2. Create new database SRO_CMS and run Laravel commands for migrate website tables
php artisan migrate
php artisan db:seed
php artisan key:generate
php artisan storage:link
  1. Install NPM packages & Run
npm install
npm run build
  1. 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:clear

Contributing

Message me first. -Discord m1xawy

License

The Laravel framework is open-sourced software licensed under the MIT license.

About

No description, website, or topics provided.

Resources

Security policy

Stars

12 stars

Watchers

2 watching

Forks

Releases

No releases published

Sponsor this project

Packages

 
 
 

Contributors