Re: [SHARE] FULL GS SOURCE - No More Selling
good pm how to use ran online launcher tnx..
Re: [SHARE] FULL GS SOURCE - No More Selling
Quote:
Originally Posted by
arwekaj09
Use GMCharEdit bro ^_^
Can you give clue how to use ado connection?
--------
Also anyone knows how to add items to the point shop and fix the macro/auto skill?
- - - Updated - - -
Does anyone also know how to fix this quest error?
https://i.ibb.co/Wz4KsXt/quest.jpg
3 Attachment(s)
Re: [SHARE] FULL GS SOURCE - No More Selling
Put this config file in the same directory as your GMChartEdit for the ADO connection to work. The user and password should also be encrypted. The IP is the same as the data source tag you put in the server files CFG. Or, you can enable the TCP/IP config for your SQL Server (check attachments below)..
GMCharEdit.xml
PHP Code:
<?xml version="1.0" standalone="yes"?>
<groups>
<group>
<title>International Server</title>
<userdb>
<name>RanUser</name>
<ip>127.0.0.1,50711</ip>
<id>sa</id>
<pw>1234</pw>
</userdb>
<gamedb>
<name>RanGameS1</name>
<ip>127.0.0.1,50711</ip>
<id>sa</id>
<pw>1234</pw>
</gamedb>
<logdb>
<name>RanLogS1</name>
<ip>127.0.0.1,50711</ip>
<id>sa</id>
<pw>1234</pw>
</logdb>
</group>
</groups>
EDIT:
Check the attachment for SQL configuration example AND MAKE SURE TO RESTART SQL AFTER CHANGING THE SETTINGS
Re: [SHARE] FULL GS SOURCE - No More Selling
Quote:
Originally Posted by
Noritsu
Put this config file in the same directory as your GMChartEdit for the ADO connection to work. The user and password should also be encrypted
GMCharEdit.xml
PHP Code:
<?xml version="1.0" standalone="yes"?>
<groups>
<group>
<title>International Server</title>
<userdb>
<name>RanUser</name>
<ip>127.0.0.1,50711</ip>
<id>sa</id>
<pw>1234</pw>
</userdb>
<gamedb>
<name>RanGameS1</name>
<ip>127.0.0.1,50711</ip>
<id>sa</id>
<pw>1234</pw>
</gamedb>
<logdb>
<name>RanLogS1</name>
<ip>127.0.0.1,50711</ip>
<id>sa</id>
<pw>1234</pw>
</logdb>
</group>
</groups>
i follow your guide
userdb connection failure what is this?
Re: [SHARE] FULL GS SOURCE - No More Selling
anyone what is all ports need to open. on this??
Re: [SHARE] FULL GS SOURCE - No More Selling
Quote:
Originally Posted by
newbiedeveloper
i follow your guide
userdb connection failure what is this?
Make sure your SQL TCP/IP config is enabled.. Check the edited post
Re: [SHARE] FULL GS SOURCE - No More Selling
Quote:
Originally Posted by
Noritsu
Make sure your SQL TCP/IP config is enabled.. Check the edited post
it work but when i login my gm acct back to login failed error
Re: [SHARE] FULL GS SOURCE - No More Selling
Quote:
Originally Posted by
newbiedeveloper
it work but when i login my gm acct back to login failed error
Same as mine. When logging in gm accnt login failed. but if I use the cfg method I can login but with .xml method login failed. I also enabled the port in sql server manager and restarted it
Re: [SHARE] FULL GS SOURCE - No More Selling
Quote:
Originally Posted by
Noritsu
Put this config file in the same directory as your GMChartEdit for the ADO connection to work. The user and password should also be encrypted. The IP is the same as the data source tag you put in the server files CFG. Or, you can enable the TCP/IP config for your SQL Server (check attachments below)..
GMCharEdit.xml
PHP Code:
<?xml version="1.0" standalone="yes"?>
<groups>
<group>
<title>International Server</title>
<userdb>
<name>RanUser</name>
<ip>127.0.0.1,50711</ip>
<id>sa</id>
<pw>1234</pw>
</userdb>
<gamedb>
<name>RanGameS1</name>
<ip>127.0.0.1,50711</ip>
<id>sa</id>
<pw>1234</pw>
</gamedb>
<logdb>
<name>RanLogS1</name>
<ip>127.0.0.1,50711</ip>
<id>sa</id>
<pw>1234</pw>
</logdb>
</group>
</groups>
EDIT:
Check the attachment for SQL configuration example AND MAKE SURE TO RESTART SQL AFTER CHANGING THE SETTINGS
already got login windows for GMC, but using what account to GMC? in GSUserInfo or UserInfo?
GMCharEdit.xml
PHP Code:
<?xml version="1.0" standalone="yes"?>
<groups>
<group>
<title>International Server</title>
<userdb>
<name>RanUser</name>
<ip>your PC\SQLEXPRESS</ip>
<id>sa(encrypted)</id>
<pw>1234(encrypted)</pw>
<gamedb>
<name>RanGameS1</name>
<ip>your PC\SQLEXPRESS</ip>
<id>sa(encrypted)</id>
<pw>1234(encrypted)</pw>
</gamedb>
<logdb>
<name>RanLogS1</name>
<ip>your PC\SQLEXPRESS</ip>
<id>sa(encrypted)</id>
<pw>1234(encrypted)</pw>
</logdb>
</group>
</groups>
https://imgur.com/a/NRhVGr5
https://imgur.com/a/NRhVGr5
Re: [SHARE] FULL GS SOURCE - No More Selling
edit: Nevermind fixed my session server issue.
- - - Updated - - -
Quote:
Originally Posted by
jambrong
already got login windows for GMC, but using what account to GMC? in GSUserInfo or UserInfo?
Tried both GSUserInfo & UserInfo and it still says incorrect login.
Re: [SHARE] FULL GS SOURCE - No More Selling
Quote:
Tried both GSUserInfo & UserInfo and it still says incorrect login.
same problem here
Re: [SHARE] FULL GS SOURCE - No More Selling
fieldserver not responding? how to fix, anyone?
Re: [SHARE] FULL GS SOURCE - No More Selling
Quote:
Originally Posted by
Noritsu
Put this config file in the same directory as your GMChartEdit for the ADO connection to work. The user and password should also be encrypted. The IP is the same as the data source tag you put in the server files CFG. Or, you can enable the TCP/IP config for your SQL Server (check attachments below)..
GMCharEdit.xml
PHP Code:
<?xml version="1.0" standalone="yes"?>
<groups>
<group>
<title>International Server</title>
<userdb>
<name>RanUser</name>
<ip>127.0.0.1,50711</ip>
<id>sa</id>
<pw>1234</pw>
</userdb>
<gamedb>
<name>RanGameS1</name>
<ip>127.0.0.1,50711</ip>
<id>sa</id>
<pw>1234</pw>
</gamedb>
<logdb>
<name>RanLogS1</name>
<ip>127.0.0.1,50711</ip>
<id>sa</id>
<pw>1234</pw>
</logdb>
</group>
</groups>
EDIT:
Check the attachment for SQL configuration example AND MAKE SURE TO RESTART SQL AFTER CHANGING THE SETTINGS
I followed your guide
i dont have sql express in my sql server configuration.. I use SQL 2017
https://i.ibb.co/n1LDnxq/Screenshot-127.png
still ADO problem is there
https://i.ibb.co/F4vKpXf/Screenshot-122.png
Do you have Database ADO in SQL?
Re: [SHARE] FULL GS SOURCE - No More Selling
Quote:
Originally Posted by
caspian0
why 2005 wrong configuration 2017 find sql folder on start menu
Re: [SHARE] FULL GS SOURCE - No More Selling
Quote:
Originally Posted by
jm0099
why 2005 wrong configuration 2017 find sql folder on start menu
you able to use gmc? mine login failed