Jump to content

SD13

Advanced members
  • Content Count

    71
  • Joined

  • Last visited

Posts posted by SD13


  1. 4 hours ago, DangThao said:

    Is that the user and passed u used when you attached your database? if so, should works. Also, try replace ur hamachi ip to '(local)'. 
    What Xampp version are you using? some are not working properly.

    hello...already change the hamachi ip to local ip..still got blank page....here is my xampp version..

    xampp.jpg


  2. 5 hours ago, DangThao said:

    U use zend or xampp? either way, just extract a website template into your htdocs folder in zend or xampp. Then open includes folder > inc.config and find the database connection stuff. Ex:

    
    	$config['db']['game']			= array( 'host'		=> '(local)',
    							 'db'		=> 'gamedb',
    							 'user'		=> 'sa',
    							 'pass'		=> ''			);
    
    	$config['db']['account']		= array( 'host'		=> '(local)',
    							 'db'		=> 'accountserver',
    							 'user'		=> 'sa',
    							 'pass'		=> ''			);
    

    Configure host (local) to your hamachi ip so it will be => 'yourHamachiIP'
    db = your database name for gamedb (usually gamedb unless you called it something else)
    user = the user you attach the database as.
    pass = the pass that you made or assigned to the user (most people use passgen.exe to generate a custom password)

    That should be all. Try and see if it works.

    i got blank error...not display anything...here is the in.config.php

     

        // ===================================================================================================
        // = Database-Configuration
        // ===================================================================================================
        // = The following two arrays define the logins which should be used to access the database.
        // =
        // = If you use accounts with passwords, 'pass' MUST contain the UNENCRYPTED passwords! (NOT those
        // = from the config-files of the gameserver, etc. !!!!!!!)
        // ===================================================================================================

        $config['db']['game']            = array( 'host'        => '25.58.125.172',
                                 'db'        => 'GameDB',
                                 'user'        => 'sa',
                                 'pass'        => 'Y87dc#$98'            );

        $config['db']['account']        = array( 'host'        => '25.58.125.172',
                                 'db'        => 'AccountServer',
                                 'user'        => 'sa',
                                 'pass'        => 'Y87dc#$98'            );

        $config['db']['auction']        = array( 'host'        => '25.58.125.172',
                                 'db'        => 'Auction',
                                 'user'        => 'sa',
                                 'pass'        => 'Y87dc#$98'            );

        // ===================================================================================================

     

    is there anything i should chenge

     

    im using eternal shadow online template website..

    white only.jpg


  3. 2 hours ago, V3ct0r said:

    One port for incoming connections - 1973 (GateServer.cfg, section ToClient)

     

     

    Use IPChanger

     

    for port forward is it like in the picture..

     

    for ipchanger..i did use that...what i mean is how to not using ipchanger..just open client...and just choose to login..

    port forward.jpg


  4. 13 hours ago, Vang said:

    Change IP - Client & Server:  In development

      Hide contents

    The default IP is set to 127.0.0.1 in the server files and client files provided in this guide, to connect, your server has to be hosted on the same PC as you run your client. If you intend to let other players connect to your server, you will have to make a few changes to your server files, and to the client.

     

    Client:

      Hide contents


    ServerSet.txt - can be found in your client folder, PKOII/scripts/table.

    //ID Name Region IP #1 IP #2 IP #3 IP #4 IP #5 Description ? 1 ServerName RegionName 127.0.0.1 0 0 0 0

    - Replace 127.0.0.1 with the IP address shown at https://www.whatismyip.com/  
    - Run Bin Compiler.bat located in client folder to compile ServerSet.txt to ServerSet.bin.

    Server:

      Hide contents

    Open your command prompt, type ipconfig, then hit enter.
    Look for your IPv4 Address, IPv4 Address. . . . . . . . . . . : 192.168.1.X
    You will use this IP address to replace 127.0.0.1 in AccountServer.cfg, GameServer.cfg, GateServer.cfg, GroupServer.cfg.

     

    i follow the script but i got this...like in the picture..

    serverset.jpg

×
×
  • Create New...