Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[SHARE] FULL GS SOURCE - No More Selling

Initiate Mage
Joined
Dec 8, 2020
Messages
4
Reaction score
15
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
 
Junior Spellweaver
Joined
Nov 7, 2006
Messages
104
Reaction score
46
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:
<?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:
<?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>



 
Joined
Jul 16, 2012
Messages
1,310
Reaction score
116
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:
<?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

Quiirex - [SHARE] FULL GS SOURCE - No More Selling - RaGEZONE Forums


still ADO problem is there
Quiirex - [SHARE] FULL GS SOURCE - No More Selling - RaGEZONE Forums


Do you have Database ADO in SQL?
 
Last edited:
Experienced Elementalist
Joined
Aug 13, 2007
Messages
210
Reaction score
14
I followed your guide

i dont have sql express in my sql server configuration.. I use SQL 2017

Quiirex - [SHARE] FULL GS SOURCE - No More Selling - RaGEZONE Forums


still ADO problem is there
Quiirex - [SHARE] FULL GS SOURCE - No More Selling - RaGEZONE Forums


Do you have Database ADO in SQL?
why 2005 wrong configuration 2017 find sql folder on start menu
 
Junior Spellweaver
Joined
Aug 31, 2017
Messages
105
Reaction score
2
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:
<?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

login failed i try GSUserinfo and Userinfo
 
Experienced Elementalist
Joined
Aug 13, 2007
Messages
210
Reaction score
14
Found it already...
Quiirex - [SHARE] FULL GS SOURCE - No More Selling - RaGEZONE Forums


still error on ADO and say Database error when searching using character name..but character ID works.
no items in inventory can't see..
use RanOnlineEd.exe for ado config for gmcharedit
 
Newbie Spellweaver
Joined
Mar 3, 2021
Messages
39
Reaction score
2
failed to login gmc i already follow all the guides here
 
Back
Top