[Release] Blade & soul Revolution(mobile) server+client

Page 6 of 11 FirstFirst 1234567891011 LastLast
Results 76 to 90 of 163
  1. #76
    Enthusiast ivanwinhk is offline
    MemberRank
    Jun 2019 Join Date
    43Posts

    Re: [Release] Blade & soul Revolution(mobile) server+client

    Quote Originally Posted by lightryuk12 View Post
    i post many need a help on this thread but none of them are answered.. your ignoring me T_T
    makesure ur server side firewall is acept ur ports or u can just shut it down,and the api edit with notepad++ change it to UTF8

  2. #77
    Valued Member jaeker1 is offline
    MemberRank
    Oct 2005 Join Date
    fsdfsdfsdfLocation
    103Posts

    Re: [Release] Blade & soul Revolution(mobile) server+client

    Quote Originally Posted by lightryuk12 View Post
    anyone can help me with this? after that it will auto close

    https://ibb.co/HFC5cJg
    check your api ,when client can't access to your api game will close

  3. #78
    Joke Time lightryuk12 is online now
    MemberRank
    Apr 2019 Join Date
    290Posts

    Re: [Release] Blade & soul Revolution(mobile) server+client

    do you have guide how to setup the api? and where can i get the api?

    Quote Originally Posted by jaeker1 View Post
    check your api ,when client can't access to your api game will close

  4. #79
    Apprentice diieenndd is offline
    MemberRank
    May 2021 Join Date
    12Posts

    Re: [Release] Blade & soul Revolution(mobile) server+client

    mee too, still confused setting webserver api. already setting vhost , open port 8080 and 8888 setting ip server.xml and import to htdoc with apache XAMPP. and web link 192.168.1.130:8080/8888 work. and client already setting to ip local 192.168.1.130 but still cant login in game

  5. #80
    ^_^ ashlay is offline
    MemberRank
    Jun 2010 Join Date
    BrazilLocation
    875Posts

    Re: [Release] Blade & soul Revolution(mobile) server+client

    Quote Originally Posted by diieenndd View Post
    mee too, still confused setting webserver api. already setting vhost , open port 8080 and 8888 setting ip server.xml and import to htdoc with apache XAMPP. and web link 192.168.1.130:8080/8888 work. and client already setting to ip local 192.168.1.130 but still cant login in game
    Try this change mysql login and pass on connect.php.

    httpd.conf
    add
    Code:
    Listen 8080
    Listen 8888
    httpd-vhosts.conf
    Code:
    <VirtualHost *:8080>
        #ServerAdmin webmaster@dummy-host.example.com
        DocumentRoot "D:/xampp/htdocs/8080"
    	    <Directory "D:/xampp/htdocs/8080">
            AllowOverride All
            Order Allow,Deny
            Allow from All
        </Directory>
        ##ServerName dummy-host.example.com
        ##ServerAlias www.dummy-host.example.com
        ErrorLog "logs/dummy-host.example.com-error.log"
        CustomLog "logs/dummy-host.example.com-access.log" common
    </VirtualHost>
    
    <VirtualHost *:8888>
        #ServerAdmin webmaster@dummy-host.example.com
        DocumentRoot "D:/xampp/htdocs/8888"
        ##ServerName dummy-host.example.com
        ##ServerAlias www.dummy-host.example.com
        ErrorLog "logs/dummy-host.example.com-error.log"
        CustomLog "logs/dummy-host.example.com-access.log" common
    </VirtualHost>

  6. #81
    Joke Time lightryuk12 is online now
    MemberRank
    Apr 2019 Join Date
    290Posts

    Re: [Release] Blade & soul Revolution(mobile) server+client

    this vhost is for virtual machine user??

    Quote Originally Posted by ashlay View Post
    Try this change mysql login and pass on connect.php.

    httpd.conf
    add
    Code:
    Listen 8080
    Listen 8888
    httpd-vhosts.conf
    Code:
    <VirtualHost *:8080>
        #ServerAdmin webmaster@dummy-host.example.com
        DocumentRoot "D:/xampp/htdocs/8080"
            <Directory "D:/xampp/htdocs/8080">
            AllowOverride All
            Order Allow,Deny
            Allow from All
        </Directory>
        ##ServerName dummy-host.example.com
        ##ServerAlias www.dummy-host.example.com
        ErrorLog "logs/dummy-host.example.com-error.log"
        CustomLog "logs/dummy-host.example.com-access.log" common
    </VirtualHost>
    
    <VirtualHost *:8888>
        #ServerAdmin webmaster@dummy-host.example.com
        DocumentRoot "D:/xampp/htdocs/8888"
        ##ServerName dummy-host.example.com
        ##ServerAlias www.dummy-host.example.com
        ErrorLog "logs/dummy-host.example.com-error.log"
        CustomLog "logs/dummy-host.example.com-access.log" common
    </VirtualHost>

  7. #82
    ^_^ ashlay is offline
    MemberRank
    Jun 2010 Join Date
    BrazilLocation
    875Posts

    Re: [Release] Blade & soul Revolution(mobile) server+client

    Quote Originally Posted by lightryuk12 View Post
    this vhost is for virtual machine user??
    i'm using xampp for the web part you can use any other.

  8. #83
    Joke Time lightryuk12 is online now
    MemberRank
    Apr 2019 Join Date
    290Posts

    Re: [Release] Blade & soul Revolution(mobile) server+client

    still autoclose T_T why is this happen

    Quote Originally Posted by ashlay View Post
    i'm using xampp for the web part you can use any other.

  9. #84
    ^_^ ashlay is offline
    MemberRank
    Jun 2010 Join Date
    BrazilLocation
    875Posts

    Re: [Release] Blade & soul Revolution(mobile) server+client

    Quote Originally Posted by lightryuk12 View Post
    still autoclose T_T why is this happen
    If you are using a phone maybe its not compatible and if you are using a emulator try to delete a reinstall the apk.

  10. #85
    Joke Time lightryuk12 is online now
    MemberRank
    Apr 2019 Join Date
    290Posts

    Re: [Release] Blade & soul Revolution(mobile) server+client

    ok sir im going to try

    Quote Originally Posted by ashlay View Post
    If you are using a phone maybe its not compatible and if you are using a emulator try to delete a reinstall the apk.

  11. #86
    Proficient Member memvoicam is offline
    MemberRank
    Nov 2014 Join Date
    JapanLocation
    179Posts

    Re: [Release] Blade & soul Revolution(mobile) server+client




    This is file .BIN(app read) and .CSV(server read). does anyone know how to switch between them?
    .CSV file can edit easy but .BIN maybe was pack. So we need find how to convert CSV to BIN.

  12. #87
    Joke Time lightryuk12 is online now
    MemberRank
    Apr 2019 Join Date
    290Posts

    Re: [Release] Blade & soul Revolution(mobile) server+client

    anyone what is this?
    and also why the playserver.exe is always close?
    https://ibb.co/qxh8Kyk

  13. #88
    Valued Member jaeker1 is offline
    MemberRank
    Oct 2005 Join Date
    fsdfsdfsdfLocation
    103Posts

    Re: [Release] Blade &amp; soul Revolution(mobile) server+client

    Quote Originally Posted by lightryuk12 View Post
    anyone what is this?
    and also why the playserver.exe is always close?
    https://ibb.co/qxh8Kyk
    playserver connect mysql , check your mysql

  14. #89
    Joke Time lightryuk12 is online now
    MemberRank
    Apr 2019 Join Date
    290Posts

    Re: [Release] Blade &amp; soul Revolution(mobile) server+client

    you think something is wrong on my setup?


    Quote Originally Posted by jaeker1 View Post
    playserver connect mysql , check your mysql

  15. #90
    ShizuriGaming pangs10 is online now
    MemberRank
    Oct 2012 Join Date
    Las Piñas, PhiLocation
    202Posts

    Re: [Release] Blade &amp; soul Revolution(mobile) server+client

    Quote Originally Posted by lightryuk12 View Post
    you think something is wrong on my setup?
    Your ip in apk still have a problem.



Advertisement