Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Silkroad Online > SRO Private Server > SRO PServer Guides & Releases
You last visited: Today at 07:19

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



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

Discussion on [GUIDE]How To Install Silkroad Online R Private Server ISRO-R Version Full Setup within the SRO PServer Guides & Releases forum part of the SRO Private Server category.

Reply
 
Old 10/19/2022, 15:04   #31
 
elite*gold: 0
Join Date: Oct 2022
Posts: 2
Received Thanks: 0
please make video setup item mall.
00cogidau is offline  
Old 10/19/2022, 15:41   #32
 
m1xawy's Avatar
 
elite*gold: 0
Join Date: Aug 2018
Posts: 256
Received Thanks: 381
Quote:
Originally Posted by 00cogidau View Post
please make video setup item mall.
thats in plan, maybe today or tomorrow
m1xawy is offline  
Thanks
2 Users
Old 10/19/2022, 17:23   #33
 
elite*gold: 0
Join Date: Oct 2022
Posts: 2
Received Thanks: 0
Quote:
Originally Posted by m1xawy View Post
thats in plan, maybe today or tomorrow
looking forward to you.
00cogidau is offline  
Old 10/20/2022, 06:57   #34
 
tyghbnASD123's Avatar
 
elite*gold: 0
Join Date: Jan 2011
Posts: 50
Received Thanks: 6
Quote:
Originally Posted by m1xawy View Post
thats in plan, maybe today or tomorrow
Pleas and dialy login we are wait
tyghbnASD123 is offline  
Old 10/21/2022, 23:27   #35
 
m1xawy's Avatar
 
elite*gold: 0
Join Date: Aug 2018
Posts: 256
Received Thanks: 381
How To Install ISRO-R Webmall & Dailylogin

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:

m1xawy is offline  
Thanks
6 Users
Old 10/23/2022, 07:30   #36
 
tyghbnASD123's Avatar
 
elite*gold: 0
Join Date: Jan 2011
Posts: 50
Received Thanks: 6
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:

Thank you so much ...
Its amazing and easy steps
God bless your hand 🙏🏻🙏🏻🙏🏻
tyghbnASD123 is offline  
Old 10/23/2022, 08:11   #37
 
elite*gold: 0
Join Date: Nov 2013
Posts: 96
Received Thanks: 6
Thanks you for tutorial !

But for vps, what is the right parameter (ex: for webmall.localhost ?) please ?
wxcxc is offline  
Old 10/25/2022, 13:09   #38
 
m1xawy's Avatar
 
elite*gold: 0
Join Date: Aug 2018
Posts: 256
Received Thanks: 381
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:
m1xawy is offline  
Thanks
1 User
Old 10/25/2022, 16:24   #39
 
elite*gold: 0
Join Date: Nov 2013
Posts: 96
Received Thanks: 6
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).
wxcxc is offline  
Old 10/27/2022, 10:58   #40
 
m1xawy's Avatar
 
elite*gold: 0
Join Date: Aug 2018
Posts: 256
Received Thanks: 381
-[PHP] ISROR Registration Page included in download link.

Requirements:
-php 7.4^
-pdo_sqlsrv
-GB_JoymaxPortal db

screenshots:


m1xawy is offline  
Thanks
6 Users
Old 10/28/2022, 14:05   #41
 
elite*gold: 0
Join Date: Nov 2013
Posts: 96
Received Thanks: 6
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.
wxcxc is offline  
Old 11/01/2022, 14:41   #42
 
elite*gold: 0
Join Date: May 2021
Posts: 50
Received Thanks: 6
ineed help cert file not work
romio100 is offline  
Old 11/02/2022, 06:18   #43
 
elite*gold: 0
Join Date: Mar 2011
Posts: 48
Received Thanks: 3
I already solved the login problem.
the disconnection is made when I have the user = 1 password = 1

need longer username and password
yona1006 is offline  
Old 11/09/2022, 22:17   #44
 
m1xawy's Avatar
 
elite*gold: 0
Join Date: Aug 2018
Posts: 256
Received Thanks: 381
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 , maybe i will release my updated files with a lot of things fixed
m1xawy is offline  
Thanks
1 User
Old 11/11/2022, 20:46   #45
 
elite*gold: 0
Join Date: Nov 2013
Posts: 96
Received Thanks: 6
Quote:
Originally Posted by m1xawy View Post
it already released in another forum , maybe i will release my updated files with a lot of things fixed
If possible it could be really helpfull
wxcxc is offline  
Reply

Tags
full setup, installation, isro-r, private server, silkroad online


Similar Threads Similar Threads
[Selling] Jackpot Site | Site + Bot + SQL File + Setup Guide of Site + BOT Setup
08/29/2015 - Counter-Strike Trading - 0 Replies
Hello, who is willing to buy invite you to steam a private message : Steam Community :: NINJAGO. Drejku? Witam, kto jest chetny do kupienia zapraszam na steam wiadomosc prywatna: Steam Community :: NINJAGO. Drejku?
Single install setup private server
10/06/2014 - Lin2 Private Server - 0 Replies
Hi all, Setting up a L2 server is always coming with troubles and this failed me many times already. Is there anybody out there who is able to fit all setup steps into a installer program? Click install and the server will be installed/configured on the PC. Just like installing any other original game from the store. This would be a great help for many people. looking foreward



All times are GMT +1. The time now is 07:19.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.