DRAGONBOUND CLONE 2013 (proyect DRGB) - ThePatan55

Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 42
  1. #16

    Re: DRAGONBOUND CLONE 2013 (proyect DRGB) - ThePatan55

    I an use Visual Studio Express 2012

    Download: http://go.microsoft.com/?linkid=9810160

    But not open file GameServerDB.sln 'ERROR'

    Link you visual studio??

  2. #17
    Member pkdor is offline
    MemberRank
    Feb 2009 Join Date
    BrazilLocation
    71Posts

    Re: DRAGONBOUND CLONE 2013 (proyect DRGB) - ThePatan55


  3. #18

    Re: DRAGONBOUND CLONE 2013 (proyect DRGB) - ThePatan55

    Working ;)

  4. #19
    Novice brureoad2 is offline
    MemberRank
    Apr 2012 Join Date
    2Posts

    Re: DRAGONBOUND CLONE 2013 (proyect DRGB) - ThePatan55

    Quote Originally Posted by pkdor View Post
    > Install AppServ (I Used 2.5.9)
    > Setup your mysql password 123456
    > Go on PhpMyAdmin and restore database db_clone
    > Open GameServerDB.sln in Visual Studio 2012
    > Edit GameServerDB > Program.cs, change the ip from ws://192.168.1.5:9002 for your ipv4
    > Build Solution
    > Open scr/server/GameServerDB/bin/Debug/GameServerDB.exe
    > Go on Facebook and Create a APP
    > Setup the APP Settings like this


    > Past the client folder files in C:\APPServ\www
    > Use Actual Search and Replace and use for replace all the strings bellow

    carlosx.byethost15.com > CHANGE FOR LOCALHOST
    1397938667086072 > CHANGE FOR YOUR FACEBOOK APP ID
    7278db7362ed2c413ec490d7c909c47e > CHANGE FOR YOUR FACEBOOK APP SECRET
    192.168.1.5 > CHANGE FOR YOUR IPV4
    > Go on C:\AppServ\php5 copy libeay32.dll, ssleay32.dll and paste in C:\Windows\System32
    > Open php.ini search for php_curl.dll and remove the ;
    > Restart your appserver

    I think is this guys :)


    i tried to do this, but i can't login

  5. #20
    dat face Kurokiri is offline
    MemberRank
    May 2012 Join Date
    ClassroomLocation
    1,756Posts

    Re: DRAGONBOUND CLONE 2013 (proyect DRGB) - ThePatan55

    Quote Originally Posted by pkdor View Post
    > Install AppServ (I Used 2.5.9)
    > Setup your mysql password 123456
    > Go on PhpMyAdmin and restore database db_clone
    > Open GameServerDB.sln in Visual Studio 2012
    > Edit GameServerDB > Program.cs, change the ip from ws://192.168.1.5:9002 for your ipv4
    > Build Solution
    > Open scr/server/GameServerDB/bin/Debug/GameServerDB.exe
    > Go on Facebook and Create a APP
    > Setup the APP Settings like this


    > Past the client folder files in C:\APPServ\www
    > Use Actual Search and Replace and use for replace all the strings bellow

    carlosx.byethost15.com > CHANGE FOR LOCALHOST
    1397938667086072 > CHANGE FOR YOUR FACEBOOK APP ID
    7278db7362ed2c413ec490d7c909c47e > CHANGE FOR YOUR FACEBOOK APP SECRET
    192.168.1.5 > CHANGE FOR YOUR IPV4
    > Go on C:\AppServ\php5 copy libeay32.dll, ssleay32.dll and paste in C:\Windows\System32
    > Open php.ini search for php_curl.dll and remove the ;
    > Restart your appserver

    I think is this guys :)
    thank for that.. I will try soon

  6. #21
    Novice brureoad2 is offline
    MemberRank
    Apr 2012 Join Date
    2Posts

    Re: DRAGONBOUND CLONE 2013 (proyect DRGB) - ThePatan55

    i need some help

  7. #22
    Infraction bannëd BountyHunter is offline
    MemberRank
    Nov 2011 Join Date
    Fuchia VillageLocation
    645Posts

    Re: DRAGONBOUND CLONE 2013 (proyect DRGB) - ThePatan55

    untitled.jpg

    gameserver stop working :3
    Last edited by BountyHunter; 20-08-13 at 07:30 AM.

  8. #23
    Apprentice shaka89 is offline
    MemberRank
    Dec 2012 Join Date
    6Posts

    Re: DRAGONBOUND CLONE 2013 (proyect DRGB) - ThePatan55

    Quote Originally Posted by BountyHunter View Post
    untitled.jpg

    gameserver stop working :3
    check the ip on build gameserver.

  9. #24
    Infraction bannëd BountyHunter is offline
    MemberRank
    Nov 2011 Join Date
    Fuchia VillageLocation
    645Posts

    Re: DRAGONBOUND CLONE 2013 (proyect DRGB) - ThePatan55

    well , im using 127.0.0.1
    untitled.jpg

    System.OverflowException was unhandled
    HResult=-2146233066
    Message=Arithmetic operation resulted in an overflow.
    Source=MySql.Data
    StackTrace:
    at MySql.Data.MySqlClient.Authentication.MySqlAuthenticationPlugin.HandleAuthChange(MySqlPacket packet)
    at MySql.Data.MySqlClient.Authentication.MySqlAuthenticationPlugin.Authenticate(Boolean reset)
    at MySql.Data.MySqlClient.NativeDriver.Authenticate(String authMethod, Boolean reset)
    at MySql.Data.MySqlClient.NativeDriver.Open()
    at MySql.Data.MySqlClient.Driver.Open()
    at MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings)
    at MySql.Data.MySqlClient.MySqlPool.GetPooledConnection()
    at MySql.Data.MySqlClient.MySqlPool.TryToGetDriver()
    at MySql.Data.MySqlClient.MySqlPool.GetConnection()
    at MySql.Data.MySqlClient.MySqlConnection.Open()
    at GameServerDB.MySqlBase.Init(String host, String user, String password, String database, Int32 port) in c:\Users\mrjulianzzz\Desktop\Dragon Bound\Dragonbound-master\src\server\GameServerDB\DataBase\MySqlBase.cs:line 25
    at GameServerDB.Program.Main(String[] args) in c:\Users\mrjulianzzz\Desktop\Dragon Bound\Dragonbound-master\src\server\GameServerDB\Program.cs:line 23
    InnerException:
    Last edited by BountyHunter; 20-08-13 at 08:18 AM.

  10. #25
    Apprentice shaka89 is offline
    MemberRank
    Dec 2012 Join Date
    6Posts

    Re: DRAGONBOUND CLONE 2013 (proyect DRGB) - ThePatan55

    Quote Originally Posted by BountyHunter View Post
    well , im using 127.0.0.1
    untitled.jpg
    use your local ip

  11. #26
    dat face Kurokiri is offline
    MemberRank
    May 2012 Join Date
    ClassroomLocation
    1,756Posts

    Re: DRAGONBOUND CLONE 2013 (proyect DRGB) - ThePatan55

    Quote Originally Posted by shaka89 View Post
    use your local ip
    127.0.0.1 is not local ip ?

  12. #27
    Apprentice shaka89 is offline
    MemberRank
    Dec 2012 Join Date
    6Posts

    Re: DRAGONBOUND CLONE 2013 (proyect DRGB) - ThePatan55

    Quote Originally Posted by Sub Zero View Post
    127.0.0.1 is not local ip ?
    more specif...
    192.168.x.x

    and rebuild

  13. #28
    dat face Kurokiri is offline
    MemberRank
    May 2012 Join Date
    ClassroomLocation
    1,756Posts

    Re: DRAGONBOUND CLONE 2013 (proyect DRGB) - ThePatan55

    Quote Originally Posted by shaka89 View Post
    more specif...
    192.168.x.x

    and rebuild
    127.0.01 = localhost
    other ip is wan ip..

  14. #29
    Infraction bannëd BountyHunter is offline
    MemberRank
    Nov 2011 Join Date
    Fuchia VillageLocation
    645Posts

    Re: DRAGONBOUND CLONE 2013 (proyect DRGB) - ThePatan55

    yeah , I did that too , samething happen .. look at the last error I post..

    edited : tried on one of my vps , using public ip , samething happen@@

  15. #30
    Proficient Member beaten_wings is offline
    MemberRank
    Aug 2009 Join Date
    159Posts

    Re: DRAGONBOUND CLONE 2013 (proyect DRGB) - ThePatan55

    I compile Server in vs2012
    Dragonbound.rar
    This data are mysql:
    ip: 127.0.0.1
    User: root
    Pass: (blank)
    Database: dragonbound
    I hope you have someone useful



Page 2 of 3 FirstFirst 123 LastLast

Advertisement