[GUIDE]How To Install Silkroad Online R Private Server ISRO-R Version Full Setup

10/19/2022 15:04 00cogidau#31
please make video setup item mall.
10/19/2022 15:41 m1xawy#32
Quote:
Originally Posted by 00cogidau View Post
please make video setup item mall.
thats in plan, maybe today or tomorrow
10/19/2022 17:23 00cogidau#33
Quote:
Originally Posted by m1xawy View Post
thats in plan, maybe today or tomorrow
looking forward to you.
10/20/2022 06:57 tyghbnASD123#34
Quote:
Originally Posted by m1xawy View Post
thats in plan, maybe today or tomorrow
Pleas and dialy login we are wait
10/21/2022 23:27 m1xawy#35
Steps:

Server Manager > Manage > Add Roles and Features Select "Web Server (IIS)" and open tab Application Development and Mark [ASP, ASP.NET 4.7, CGI]

download webmall, dailylogin, web poll files and extract into C:\inetpub\wwwroot
install url rewrite extension
install php manager extension
dwonload php 7.4 and extract into C:\Program Files\PHP
download SQL Server Driver Extension and extract php_sqlsrv_74_nts.dll and php_pdo_sqlsrv_74_nts.dll into php folder /ext

open iis and go to PHP manager and register new php version and enable those extensions [bz2, fileinfo, intl, exif, pdo_mysql, sockets, sqlsrv_74, pdo_sqlsrv_74]
open iis and add websites ( host name "webmall.yourdomain.com" for webmall files, host name "dailylogin.yourdomain.com" for dailylogin files), host name "survey.yourdomain.com" for web poll files)
add full permissions to webmall and dailylogin

add host names in hosts file "C:\Windows\System32\drivers\etc\hosts" (localhost only)
enable sql ip
add missing webmall procedures excute "webmall_sp.sql" file
add excute procedure into addlogchar

configure webmall mssql info config.php file (ip, id, pw, db) and domain (webmall.yourdomain.com)
configure dailylogin mssql info config.php file (ip, id, pw, db) and domain (dailylogin.yourdomain.com)

in your media pk2 (type.txt) set WebMallAddr = "webmall.yourdomain.com/gateway.asp"
in your media pk2 (type.txt) set WebDailyLoginAddr = "dailylogin.yourdomain.com/gateway.asp"
in your media pk2 (type.txt) set SroInGameAddr = "survey.yourdomain.com/vote_result.htm"


Installation Video:

video

add this in _AddLogChar
Code:
	-- Rigid Daily Login
	IF(@EventID = 6 OR @EventID = 4)
	BEGIN  
		DECLARE @JID int = (SELECT UserJID FROM [SILKROAD_R_SHARD].[dbo].[_User] WHERE CharID = @CharID)
		EXEC [SILKROAD_R_ACCOUNT].[dbo].[_Rigid_Login_Event_Playtime_Check] @JID, @EventID
	END
Download Links:

[Only registered and activated users can see links. Click Here To Register...]
10/23/2022 07:30 tyghbnASD123#36
Quote:
Originally Posted by m1xawy View Post
Steps:

Server Manager > Manage > Add Roles and Features Select "Web Server (IIS)" and open tab Application Development and Mark [ASP, ASP.NET 4.7, CGI]

download webmall, dailylogin, web poll files and extract into C:\inetpub\wwwroot
install url rewrite extension
install php manager extension
dwonload php 7.4 and extract into C:\Program Files\PHP
download SQL Server Driver Extension and extract php_sqlsrv_74_nts.dll and php_pdo_sqlsrv_74_nts.dll into php folder /ext

open iis and go to PHP manager and register new php version and enable those extensions [bz2, fileinfo, intl, exif, pdo_mysql, sockets, sqlsrv_74, pdo_sqlsrv_74]
open iis and add websites ( host name "webmall.yourdomain.com" for webmall files, host name "dailylogin.yourdomain.com" for dailylogin files), host name "survey.yourdomain.com" for web poll files)
add full permissions to webmall and dailylogin

add host names in hosts file "C:\Windows\System32\drivers\etc\hosts" (localhost only)
enable sql ip
add missing webmall procedures excute "webmall_sp.sql" file
add excute procedure into addlogchar

configure webmall mssql info config.php file (ip, id, pw, db) and domain (webmall.yourdomain.com)
configure dailylogin mssql info config.php file (ip, id, pw, db) and domain (dailylogin.yourdomain.com)

in your media pk2 (type.txt) set WebMallAddr = "webmall.yourdomain.com/gateway.asp"
in your media pk2 (type.txt) set WebDailyLoginAddr = "dailylogin.yourdomain.com/gateway.asp"
in your media pk2 (type.txt) set SroInGameAddr = "survey.yourdomain.com/vote_result.htm"


Installation Video:

video

add this in _AddLogChar
Code:
	-- Rigid Daily Login
	IF(@EventID = 6 OR @EventID = 4)
	BEGIN  
		DECLARE @JID int = (SELECT UserJID FROM [SILKROAD_R_SHARD].[dbo].[_User] WHERE CharID = @CharID)
		EXEC [SILKROAD_R_ACCOUNT].[dbo].[_Rigid_Login_Event_Playtime_Check] @JID, @EventID
	END
Download Links:

[Only registered and activated users can see links. Click Here To Register...]
Thank you so much ...
Its amazing and easy steps
God bless your hand 🙏🏻🙏🏻🙏🏻
10/23/2022 08:11 wxcxc#37
Thanks you for tutorial !

But for vps, what is the right parameter (ex: for webmall.localhost ?) please ?
10/25/2022 13:09 m1xawy#38
Quote:
Originally Posted by wxcxc View Post
Thanks you for tutorial !

But for vps, what is the right parameter (ex: for webmall.localhost ?) please ?
for real vps replace localhost with domain name,
if you want use ip, you can use diff port for every site you add and ignore host names, because subdomain not works with ips

ex:
[Only registered and activated users can see links. Click Here To Register...]
10/25/2022 16:24 wxcxc#39
Thanks for your answer m1xaway, I will try.

It work fine m1xawy. I also edited webmall config file to add the ip and port.

Someone got the procedure to add silk with the current database please ?
I think i must clean the db, because i got an error in SK_Silk when i try to add silk (due to foreign key with TB_User on the JID field).
10/27/2022 10:58 m1xawy#40
-[PHP] ISROR Registration Page included in download link.

Requirements:
-php 7.4^
-pdo_sqlsrv
-GB_JoymaxPortal db

screenshots:
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
10/28/2022 14:05 wxcxc#41
m1xway is it possible for you to add a clean version of the db and the file with 140 skill ?
i've followed the missing-proc channel and other chanels but it seems that some of query don't work.
11/01/2022 14:41 romio100#42
ineed help cert file not work
11/02/2022 06:18 yona1006#43
I already solved the login problem.
the disconnection is made when I have the user = 1 password = 1

need longer username and password
11/09/2022 22:17 m1xawy#44
Quote:
Originally Posted by wxcxc View Post
m1xway is it possible for you to add a clean version of the db and the file with 140 skill ?
i've followed the missing-proc channel and other chanels but it seems that some of query don't work.
it already released in another forum [Only registered and activated users can see links. Click Here To Register...], maybe i will release my updated files with a lot of things fixed
11/11/2022 20:46 wxcxc#45
Quote:
Originally Posted by m1xawy View Post
it already released in another forum [Only registered and activated users can see links. Click Here To Register...], maybe i will release my updated files with a lot of things fixed
If possible it could be really helpfull