How Peoples can to enter my server!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Results 1 to 8 of 8
  1. #1
    Apprentice Denis Diaghilev is offline
    MemberRank
    Apr 2014 Join Date
    Ashdod, Israel,Location
    15Posts

    How Peoples can to enter my server!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    Hello everyone, I built a server I get in and everything is good!
    Now I want others Peoples to enter my server
    Everywhere I put the IP 127.0.0.1 on serverfiles and on SQL
    I opened these ports:
    5100 TCP / UDP
    6000 TCP / UDP
    8900 TCP / UDP
    7000-7777 TCP / UDP
    What I need to do more so that people can enter?


  2. #2
    Apprentice Tical is offline
    MemberRank
    Sep 2010 Join Date
    21Posts

    Re: How Peoples can to enter my server!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    the places where you put 127.0.0.1, replace it with your own IP in server files, SQL, and in system.mrs, you can find your IP here http://www.whatsmyip.org/..

  3. #3
    Apprentice Denis Diaghilev is offline
    MemberRank
    Apr 2014 Join Date
    Ashdod, Israel,Location
    15Posts

    Re: How Peoples can to enter my server!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    Quote Originally Posted by Tical View Post
    the places where you put 127.0.0.1, replace it with your own IP in server files, SQL, and in system.mrs, you can find your IP here http://www.whatsmyip.org/..
    Can You Please Tell Me In What Places Execly I Need To Change The IP?
    Or Just Conect To My TeamViewer.
    Cuz I Tryed To Change The IP In The Places : Locator.ini, AgentConfig.xml And SQL After I Did It,
    When I Opened The MatchAgent.exe It "Failed Conaction"

    Skype : Yan.procsmu

    Thanks!
    Last edited by Denis Diaghilev; 21-12-14 at 09:23 PM.

  4. #4
    Apprentice Denis Diaghilev is offline
    MemberRank
    Apr 2014 Join Date
    Ashdod, Israel,Location
    15Posts

    Re: How Peoples can to enter my server!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    Anyone?

  5. #5
    Apprentice Tical is offline
    MemberRank
    Sep 2010 Join Date
    21Posts

    Re: How Peoples can to enter my server!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    go to MatchServer and open Server.ini

    Code:
     
    DNS="GunzDB"
    USERNAME="sa"
    PASSWORD="YOUR PASSWORD"
    
    [SERVER]
    MAXUSER=500
    SERVERID=1
    SERVERNAME="Gunz"
    SERVERPORT=6000
    SERVERUDPPORT=7777
    FREELOGINIP="Your IP"
    KEEPERIP="Your IP"
    DEBUGIP="127.0.0.1"
    MONITORIP="127.0.0.1"
    MONITORPORT=9000
    DEBUG="1"
    MODE=clan
    COUNTRY="KOR"
    LANGUAGE="KOR"

    Go to locator folder
    open Locator.ini
    Code:
     
    [DB]
    DNS="GunzDB"
    USERNAME="sa"
    PASSWORD="YOUR PASSWORD"
    
    
    [NETWORK]
    IP="Your IP"
    PORT="8900"


    Open MatchAgent Folder then open AgentConfig.XML

    Code:
     
    <NAME>Your Server Name</NAME>
    <MAXCLIENT>1500</MAXCLIENT>
    <ADDRESS ip="Your ip" tcpport="5100" udpport="7778"/>
    <MATCHSERVERADDRESS ip="Your ip" tcpport="6000"/>

    Decompile System.mrs, and open System.xml

    Code:
    	<LOCATORLIST>
    		<LOCATOR id="1" IP="Your IP" />
    	</LOCATORLIST>
    
    	<TLOCATORLIST>
    		<LOCATOR id="1" IP="Your IP" />
    	</TLOCATORLIST>
    </XML>
    Open SQL > Database > Gunz > Tables > dbo.ServerStatus

    Put your IP, Port = 6000, your ServerName, Opened = 1, Type = 4.

    after you have done that, dont forget to use ODBC Data Source.
    if your using windows 7/8 you can type "ODBC" in the search and it will come up.

    Under User DSN click add > SQL Server > Name > *Your SQL Server name > select With SQL Server authentication using a login ID and password entered by the user > put your SQL username in Login ID and followed by your password > click next when its finished click "Test Connection" if it is successful, then everything should be good to go, if not then you have done something wrong and you should recheck your steps.

    Hope this helps.

  6. #6
    Apprentice Denis Diaghilev is offline
    MemberRank
    Apr 2014 Join Date
    Ashdod, Israel,Location
    15Posts

    Re: How Peoples can to enter my server!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    Quote Originally Posted by Tical View Post
    go to MatchServer and open Server.ini

    Code:
     
    DNS="GunzDB"
    USERNAME="sa"
    PASSWORD="YOUR PASSWORD"
    
    [SERVER]
    MAXUSER=500
    SERVERID=1
    SERVERNAME="Gunz"
    SERVERPORT=6000
    SERVERUDPPORT=7777
    FREELOGINIP="Your IP"
    KEEPERIP="Your IP"
    DEBUGIP="127.0.0.1"
    MONITORIP="127.0.0.1"
    MONITORPORT=9000
    DEBUG="1"
    MODE=clan
    COUNTRY="KOR"
    LANGUAGE="KOR"

    Go to locator folder
    open Locator.ini
    Code:
     
    [DB]
    DNS="GunzDB"
    USERNAME="sa"
    PASSWORD="YOUR PASSWORD"
    
    
    [NETWORK]
    IP="Your IP"
    PORT="8900"


    Open MatchAgent Folder then open AgentConfig.XML

    Code:
     
    <NAME>Your Server Name</NAME>
    <MAXCLIENT>1500</MAXCLIENT>
    <ADDRESS ip="Your ip" tcpport="5100" udpport="7778"/>
    <MATCHSERVERADDRESS ip="Your ip" tcpport="6000"/>

    Decompile System.mrs, and open System.xml

    Code:
        <LOCATORLIST>
            <LOCATOR id="1" IP="Your IP" />
        </LOCATORLIST>
    
        <TLOCATORLIST>
            <LOCATOR id="1" IP="Your IP" />
        </TLOCATORLIST>
    </XML>
    Open SQL > Database > Gunz > Tables > dbo.ServerStatus

    Put your IP, Port = 6000, your ServerName, Opened = 1, Type = 4.

    after you have done that, dont forget to use ODBC Data Source.
    if your using windows 7/8 you can type "ODBC" in the search and it will come up.

    Under User DSN click add > SQL Server > Name > *Your SQL Server name > select With SQL Server authentication using a login ID and password entered by the user > put your SQL username in Login ID and followed by your password > click next when its finished click "Test Connection" if it is successful, then everything should be good to go, if not then you have done something wrong and you should recheck your steps.

    Hope this helps.
    i do this all right , but Faild Connection To MatchAgent (err:1)

  7. #7
    Apprentice Tical is offline
    MemberRank
    Sep 2010 Join Date
    21Posts

    Re: How Peoples can to enter my server!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    Quote Originally Posted by Denis Diaghilev View Post
    i do this all right , but Faild Connection To MatchAgent (err:1)
    did you open in this order :

    locator
    matchserver
    matchagent

  8. #8
    Member jordyhacker is online now
    MemberRank
    Dec 2014 Join Date
    72Posts

    Re: How Peoples can to enter my server!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    Put, you Firewall, off,
    If its doesn't work, add me in skype, jordy.reuser

    Im from Holland,,



Advertisement